Tuesday 14 January 2014

Kirloskar








Company Kirloskar Brothers Limited
Posted date on our Website Thursday, February 23, 2012





 
Here are the details of Kirloskar Placement Paper January 2012 job in Kirloskar Brothers Limited
Welcome to Kirloskar Placement Paper 2012. Here you will find Kirloskar Placement Paper Pattern and Download questions of Kirloskar Placement Paper January 2012 with Answers & Solutions.

Kirloskar Placement Paper January 2012:-

1. there are 1000 doors that are of the open-close type. When a person opens the door he closes it and then opens the other. When the first person goes he opens-closes the doors ion the multiples of 1 i.e., he opens and closes all the doors. when the second goes he opens and closes the doors 2, 4 6 8 respectively. Similarly when the third one goes he does this for 3 6 9 1 2 15th doors resly. Find number of doors that are open at last.

Ans: square numbers

2.There are 9 balls of this one is defective. Find the minimum no. of chances of finding the defective one.

Ans: 3times

3. There are coins of Rs.5, 2,1,50p,25p,10p,5p. Each one has got a weight. Rs 5 coin weighs 20gms.find the minimum number of coins to get a total of 196.5gms.

4.A can do a work in 8 days, B can do a work in 7 days, C can do a work in 6 days. A works on the first day, B works on the second day and C on the third day resly.that is they work on alternate days. When will they finish the work. which day will they finish the work.

Ans: 7 7/168 days

5.A batsman scores 23 runs and increases his average from 15 to 16. find the runs to be made if he wants top inc the avg to 18 in the same match.

Ans: 39runs.

6. A memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed:
s="Entrance"
l=strlen(s);
what is the value of l ?
(a)20 (b)8 (c)9 (d)21

7. Given the piece of code
int a[50];
int *pa;
pa=a;
To access the 6th element of the array which of the following is incorrect?
(a) *(a+5) (b) a[5] (c) pa[5] (d) *(*pa + 5}

8. Consider the following structure:
struct num nam
{
int no;
char name[25];
}
struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}};
.....
.....
printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1);
What does the above statement print?

(a) 8,9 (b) 9,9 (c) 8,8 (d) 8,unpredictable value

9.In a club there are male and female members. If 15 female quit then the number of females will become double the number of males. If 45 males quit no. of female becomes five times the number of males. Find the number of females.

Ans: females:175,males:80

10.When I was married 10 years back my wife was the sixth member of my family. Now I have a baby. Today my father was dead and I had a new baby. now the average age of my family is the same as that when I was married. Find the age of my father when I was married.

ans:50

No comments:

Post a Comment