Aditi Placement Question Papers




Aditi Placement Question Papers

Filed under:

Aditi Placement Question Papers

Sample Technical Questions

1. What would be the output of the following program.
#include
main()
{
extern int a;
printf("%d",a);;
}
int a=20;
(a) 20 (b) 0 © garbage value (d) error!!

2. What would be the output of the following program.
main()
{
int a[5]={2,3};
printf("n %d %d %d",a[2],a[3],a[4]);
}
(a) garbage value (b) 2 3 3 © 3 2 2 (d) 0 0 0

3. What would be the output of the following program.
main()
{
inti=-3,j=2,k=0,m;
m=++i&&++j||++k;
printf("n %d %d %d %d",i,j,k,m);
}
(a) -2 3 0 1 (b) -3 2 0 1 © -2 3 1 1 (d) error

4. What would be the output of the following program.
main()
{
int a,b;
a=sumdig(123);
b=sumdig(123);
printf("%d %d",a,b);
}
sumdig(int n)
{
static int s=0;
int d;
if(n!=0)
{
d=n%10;
n=(n-d)/10;
s=s+d;
sumdig(n);
}
else return(s);
}
(a) 12 6 (b) 6 12 © 3 15 (d) error

5. What would be the output of the following program.
#define CUBE(x) (x*x*x)
main()
{
int a,b=3;
a=CUBE(b++);
printf("n %d %d",a,b);
}
(a) 64 4 (b) 27 4 © 27 6 (d) 64 6

6. What would be the output of the following program.
main()
{
const int x=get();
printf("%d",x);
}
get()
{
return(20);
}
(a) 20 (b) garbage value © error (d) 0

7. A function has this prototype void f1(int **x), How will you call this function?
(a) int **a; (b) int a; © int *a; (d) int a=5;
f1(a); f1(&a); f1(&a); f1(&&a);

8. pointout the error, if any, in the for loop
main()
{
int l=1;
for(;;)
{
printf("%d",l++);
if(l>10)
break;
}
}
(a) The condition in the for loop is a must (b) The two semicolons should be droppe © The for loop should be replaced by awhile loop (d) No error

9. Can the following piece of code be executed?
int main(void)
{
char strA[10]="compile",strB[10];
my_strcpy(strB,strA);
puts(strB);
}
char * my_strcpy(char *destination,char *source)
{
char *p=destination;
while(*source!=’

Aditi Placement Question Papers

Filed under:

Aditi Placement Question Papers

Sample Question Paper

1. Water and wine are in ratio 1:4. how much of water should be added to make it half-half.

2. A man gets 20 oranges for re.1 .and 25 oranges for re.1. He mixes them and sells 45 oranges for Re.2..Find his gain or loss %

3. A square of size 40 by 40..There are 4 circles each of radius 10.not overlapping but juzt touching each other inside the square..which % of the area of the square is not covered by the circles.?

4. Question on income and expenditure..A man spends 20% of his income on something…10% of the remaining ..etc. like this

Anologies:

i. nutrients: food as oxygen : air

ii. courier : message as judge: law

iii. parent: offspring as s_____:fraternal

iv. Sentence Correction: which word in the given choices can replace the italicized word? –3 qns

v.Logical sequence. 4 sentences were shuffled and given..what is the logical order of these sentences. –6 qns

SECTION 2- DATA SUFFICIENCY

1. Each floor of a 3 storeyed building is occupied and a total of 15 people live in the building. How many live on the first floor?
1) The no. of people living in the first floor is an odd number
2) The no. of people living on the first floor double the number living on the second floor

2. Program 1 can be implemented
1) Program 1 is tested and error free
2) The implementation site is ready

3. The sum of digits of a 5 digit no. is 10. The digit in the ten thousandth place is cube of that of units place. what is the number.
1) The digits in the thousandth, hundredth and tenth place are equal
2) The digit in the units and tenth place are not equal

4. If I deposit Rs.1000 in the bank now and withdraw the amount only at the end of the year how much will I get?
1) The rate of compound interest is 12% per year
2) The interest is deposited in the account at the end of every six months

5. Variable “X” is an address variable.
1) The value of variable “X” is “adbcf”
2) Program has a statement X =&Y

6. Is white color the best reflector of light?
1) The lower a color’s reflection index the better its power of reflection
2) White has a reflection index of 0.28

7. Does Mehta work in an advertising agency?
1) Mehta begins work at 9 am in the morning and works till 9 in the night
2) Mehta is a copywriter

8. Is it true that Maggi Noodles success was largely due to its ability to satisfy a latent consumer need?
1) Before the entry of Maggi Noodles, Others did not have access to a food item which was convenient to prepare and could be consumed between meals.
2) Maggi Noodles was an instant hit with ladies who had children in the range of 10 to 12 years

9. Sachin wrote Program 1
1) It is found in the directory c:usersachin
2) Sachin tested Program 1

10. Are all Argots also Knicks?
1) All Argots are Drones
2) All Drones are Knicks

11. Does classical music aid plant growth?
1) Music aids in the development of sugar in plants.
2) In an experiment conducted, its was observed that plants exposed to classical music grew by 5cm more
than plants not exposed to classical music in the same period.

12. Are cheques the safest method of making a payment.
1) Cheques are more convenient than cash in making and resolving payments.
2) Payment by cheques eliminate the risk involved in handling cash.

13. Networking is working fine.
1) Computer A is able to talk to Computer B
2) Both Computer A & B are Pentium Machines.

14. Is it true that smiling is easier than frowning?
1) Smiling requires the movement of 14 facial muscles while frowning requires the movement
of 24 facial muscles.
2) Moving every facial muscles requires the same amount of effort.

15. Is it true that the Carpenter lives on the first floor.?
1) the Barber lives two floors above the black smith who in turn stays one floor above the carpenter.
2) the blacksmith lives two floors above the weaver who lives one floor below the carpenter in a three
storeyed building.

Aditi Placement Question Papers

Filed under:

Aditi Placement Question Papers

Sample Test paper

1. In a party 48 person r there,2/3 r men, remaining are women, half of women r doctor,no of doctor in party
is—-?

2. From a cuboids of 18*15*8 size how many 6*6*6 cube can be cut

3. The age of father is thrice then his son, after 15 yr the the father age is twice as the son, Find the age of father.ans-45 yr

4. Which is greater 30% of 40,5 more than the square of 3,aur are hi 2 the yad nahi hai.

5. A man purchase 3 tv @11500 rs per piece,one sold at 20% gain,other two 7% loss,find net gain/loss.

6. One ball drops fron height 150 m,and bounces back to 5/6 of previous height,till it becomes stationary,calculate total height trevelled.

7. Two question related to the position of chair(11 person(5 men.6 women),kucch sharat hai),find the location.

8.Apple:fruit then wood:tree and 3 more

9. One question related to ration and proption values r not adjact—one material @1.60 rs per kg is mixed with second material @1.48 rs per kg,in what propotin they r added so the mixed material costs 1.54 rs per kg.

10. In a polygon,if line is drawn towards outside,then sum of angle at any vertex is—-not remembered exactly.

11. Find the min value of 6Xsquare-12X

12. One question from set theory–in a survey of college of 2000 student 54% like coffie,68% like tea, some %(48%)like smoke from total and 30% like coffie and tea,32 % like tea and smoke,some percentage likea coffie and smoke,6 % not like anything, Find the % of Coffie only.Valus r not exact.

13. The sum of two no is 72,then max value if their multiple of those no is—-?

14. A function is given,you have to find the valve of X at which the finctin in min–Y is function of (arithmetic
*exponential)

15. If the income of A is 25 % less than the income of B.then the income of B is greater than —–%?

16. Three coin r tossed,The probabaility of getting atleast one head is—-?

17. In a Glass a mix of milk and water(4 times milk and 1 times water).Glass se kitana mix nakal lo ki usake place me water dalane per mix ka ratio 50% water and 50% milk ho jaye. ans 3/8

18. In the expansion of(X2+1/X2)12—X square plus one upon X square ka whole power twelve—-the coefficient of term which is free from X

19. If she is y year older from x year,then how many year older from Z year.

20. Three ques depding on relations—3 condition—and you have to give ans—-it is too easy—u can do in 1 min.

21. Paragraph complete karana hota hai.

22. Logical sequence of sentence like in Engg services

  • Resources













  • Placement Papers Archives