Honeywell
Honey well came to our college for recruitment....
I belong to the ECE branch...
There were three sections namely..
1. AT (Quans and reasoning)
2. C Test
3. Technical... (Digital electronics,DSP,Control Systems,LIC,Micro processors and controllers).
Section 1:
* I couldnt exactly remember the Reasoning ques...
There was one ques thar had ms.braun,Mr.Allen.. totally six in number..3 of them would smoke.. one prefers silence... It was quite easy..
Another Ques was abt democracts and republicans hav to be selected from two groups of A,B,C,D,E and F,G,H,I.Atleast one has to be an army person and
another an economist...
* The quans was ok... problems based on cisterns,volume.profit and loss, work.... and a couple of ques on Venn Diagram.
Section 2:
Most of them were easy... but there were tougher ones based on files and unions.
Section 3:
There were 3 to 4 ques based on Control System which included one block diagram and a signal flow graph.
The diagram for Type 2 order 5 system.
The ques from LIC were very fundamental like.... the slew rate depends on _______.
The other ques that I remember are
What is FFSK?
A ques on the properties of Darlington Pair.
FFT is due to ______
there were ques on boolean algebra like... the min terms are (2.3.4.5) then the boolean expressions is
_____
expression for Algebraic XNOR is _______
Micro processor and controller ques was quite easy...
the two modes of 8086.
8051 is optimized for ____ bits.
why program counter?...
stack is used for_______

Questions from Simple train
Questions from Simple train pbms,age,ratio, proportion,Profit ,loss,Time & work,Time & Distance,Pipe &
Cisterns,Shaded aream,Volume ( cylinder ,cone ..),Reasoning,2 sections a part
with 4 questions b part with 6 questions
There must 4 domocrats & 3 republicans out of the 12 professors.No of X professors are A,B,C,D. No of Y professors are E,F,G,H,I.If A comes f & G r absent ..
so on.
There must 4 domocrats & 3 republicans out of the 12 professors.No of X professors are A,B,C,D. No of Y professors are E,F,G,H,I.If A comes f & G r absent ..
so on.
2. Technical(Computer Science)
OS,cache access time -100ns,Primary memory access time -1000ns,...then some data &
condition, find the actual access time.,microprocessor ( lot of questions ) 8085 no of16 bit registers.,8086 Instruction queue byte length?,8088 Instruction queue
byte length?,6800 what is it?8085 pgms...,port no calculationsData StructuresWhich
Data Structures to use for infix to prefix conversion,Worst case complexity for quick sort,preorder traversal Binary tree ...
int *data[10];whatdoes the variable data denotes?
{
int a[]={10,20,30,40,50};
fun(a+1);
}
fun(int *p)
{ for(int i=1;i<=3;i++)
printf("%d",*(p+i));}
enum day { saturday,sunday=3,monday,tuesday};
value of saturday,tuesday.4. enum day {saturday,sunday=-1,monday,tuesday};
int x=monday;value of x?5. #define ADD(X,Y)
X+Ymain(){-#undef ADD(X,Y) fun();
}
fun()
{
int y=ADD(3,2);
printf("%d",y);
}
o/p?
#define ADD(X,Y) X+Y
main()
{
#undef ADD;
fun();
}
fun()
{
#if not defined(ADD)
define ADD(X+Y) X*Y
int y=ADD(3,2);
printf("%d",y);
}
o/p?
int x;
int *p;
int **p1;
int ***p2;
How to assign each one?
Post new comment