Share & post >> Honeywell >> Placement paper
Paper Content : It has total of Four Rounds,1. Written Test (Completetly technical) 30 mins 2. Technical Interview around 45 mins 3. Technical Interview around 45 mins 4. Technical Interview around 15 mins 5. HR interview around 15 mins Written TEst questions were from Entirely C. I got Question Paper 2 It had questions on File operations, Basic functions, Pointer to functions, pointer declarations, functioncall in a for loop... I have recalled what ever i could and provided here.... Written test had total of 31 questions and no negative marks.... 1. how to allocate memory for 10 integers and make the contents zeo? ans : ptr= calloc(10, int value); 2. what will be the output? void increment() { return x++; } for(x=0;x<10;increment()) { some operation; } Ans : I have not tried... may be error 3. HOw to free the allocated memory? Ans : free(); 4. HOw to initialize constant pointer? 5. what is the ouput? int modifycalue() { x=x+10; } int changevalue(x) { x=x+1; } void main() { int x=10; changevalue(x); x++; printf(\"%d\", x); x++; printf(\"%d\", x); modifyvalue(); printf(\"%d\", x); } Ans : 11, 12, 12 The above question is 90% repruduced here 6.a question on hoe to free the node in linked list in a for loop.... we have say whether it is correct or not.... 8. x=0; while(x<10) { stmt; x++; } Represent in for loop. options given Nothing much i remember about the written test.... In technical interview they asked only the basics, and about the project and what i have mentioned in the resume and about the embedded protocols.
Comments
|
|||||||||||||||
|
All posts in this section are posted by independent users and represent only sample information. Please do not consider it as official post from Rangrut.com or Concern Company. Rangrut [Information] services India possess no liability on information posted on this page. If you think its being posted here inappropriately, kindly mail us on admin@rangrut.com to moderate and delete it for future.
|
|||||||||||||||
