Sie sind auf Seite 1von 6

Interview Process:

1st round: Written Test 50 questions , 60 mins, 1st round written test (technical ,aptitude() questions)

Aptitude questions: total 15

1.28,25,5,21,18,5,14,?,?. 2.Which of the following no is divisible by 88?

3.The difference bw two digits of a no and the number interchanged by their po sitions is 36. What is the difference bw two digits of that number? 4.one question from average? 5. In the first 10 overs of a cricket game, the run rate was only 3.2. what should be the run rate in the remaining 40 overs? 6.The avg weight of a,b,c is 45kg. Iff the avg weight of a and b be 40kg and t hat of b and c be 43kg, then the weight of b is? 7.If 20? Of a=b, then b%of 20 is tha same as=? 8.What % of no from 1 to 70 that ends with 1 & 9? 9. One question from profit and loss? 10. A can do a piece of work in 5 days while B can do the same in 9 days. The total cost of both work is 3600.But with the help of c, they finished tha t work in 3 days. How much will they pay for c? 11. A question from probability. 12. P,Q,R,S,X,A are sitting in a row. Q and S are at the centre while A & P are at the ends. If R us at the left to A then Who will be at the right to P? 13. Today is Monday, After 14)Main() { int i=32767; printf("%d",++i); } What is the output of i?? 15) What will be printed as the result? main() { int i=5; 61 days ,it will be--?

printf(%d%d%d%d%d",i++,i--,++i,--i,i); } 16) Whats the difference between printf and gets? 17) int x int modifyvalue() { return (x+=10); } int modifyvalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); X++; modifyvalue(); printf("first output %d",&x); x++; changevalue(x); printf("second output %d",&x); modifyvalue(); printf("third output %d",&x); } output? 18) Write a program for fibonanci series? 19) What is a command line argument in c? 20) What value the operator "%' returns? 21) Name the keyword to allocate memory in C? 22) main() { Static int var=5; printf("%d",var--); if(var) { main(); } } What is the output? 1)12345 2)Infiniteloop 3)54321 4)compile error 23) Void main() { int i=7; printf("%d",i++*i++*++i);

} What is the output? 1)576 2)720 3)560 4)504 24) int a=10,b; b=a++ + ++a; printf("%d%d%d%d"b,a++,a,++a); What will be the output? A)12,10,11,13 b)22,10,11,13 C)22,11,11,11 D)12,11,11,11 e)22,13,13,13 25)WRITE THE GENERAL DECLARATION OF A POINTER? WHAT IS THE FINAL VALUE OF x WHEN THE CODE int x; for(x=0;x<10;x++){} is run? 26) What is the only function all C Programs must contain? 27) void myFunc(int x) { if(x>0) myFunc(--x); printf("%d",x); } int main() { myFunc(5); return 0; } What will the above sample code produce when executed? A)1,2,3,4,5,5 B)4,3,2,1,0,0 C)5,4,3,2,1,0 D)0,0,1,2,3,4 E)0,1,2,3,4,5 28) int x=2*3+4*5; what will x in the sample code above? A.22 B.26 C.46 D.50 E.70 29) What is the difference between string and character arrays? 30) In C program, why arrys are started from index 0? 31) What is the difference between class and objects? 32) what is recursive function?

33) What is the difference between object and class? 34) What is the difference between string and character? 35) In C program, why arrys are started from index 0? 36) what is recursive function? 37) In C program which function is must? 38) what keyword is allocate the memory in C? 39) The 'ORANGE' code is 723416 'RANDOM' code is 234579 therefore What is the code of "MANGO" ?? 40) This 'STREET' word is "TUSFFU" therefore what is the word of "WONDER"?? 41) Difference b/w printf and gets. 42) write c code for command line argument 43) Main() { int i=36752; printf("%d",++i); } What is the output of i?? 44) Main() { i=0; printf("%d%d%d%d",++i,i++,--i,i--); } What is the output? 45) Write a program for fibonacci series ? 46) Main() { int a=10,b; b=++a+a++; printf("%d%d%d%d", b, ++a, a, a++); } What is the output??

47) main() { Static int x=5; if(x>0) x--;

main() } output? 48) Output? b=a++ + ++a; printf("%d%d%d%d",b,a++,a,++a); 49) int a=7; printf("%d",a++*a++*++a); 50) f(int x) { if(x>0) f(--x) printf(%d",x); } void main() { f(5); } written test tecnical main() { int setchange(int a) { int x=a+1; return (x); } int increment(int a) { int x=a+10; return(x); } void main() { int x=5; setchange(x); printf("first output %d",&x); setchange(x); increment(x); printf("second output %d",&x); increment(x); printf("third output %d",&x); }

Aptitude test 1.674xy what is value of x if this is divide by 80? 2.which no is less than 1/3? 1)22/34 2)42/30 3)6/12 4)1 3.mother & her daughter age is in the ratio of 8/3,sum of thier ages is 44 what is ratio after 4 years? 4.a persion walkes 50m north,and turns left and walk 30m again turns left and wa lkes 50m and again turns lef walk 50m,how far was he from starting position?

5.11,13,15,17,19,_____ what is next? 6.the boat speed is 5kmph,speed of stream is 1kmph,it takes 75minutes to row up to a place and back,how far off is the place? 7.question from dices? 8.prepotition(10 qutions) 9.write essay with 100 words about any one a.way to long live b.most memorable moment in your life

HR round 1.what is function,class,object,datastructure,structure,binary treee,friend func tion,virtual base class,method overriding,abstract class,operator overloading ? 2.diff between structure,class,? 3.diff between structure,array? 4.callby value,call by reference?

Das könnte Ihnen auch gefallen