Honeywell Placement Question Papers




Honeywell

Filed under:

Honeywell Placement Question Papers

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 have 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_______

Honeywell

Filed under:

Honeywell Placement Question Papers

Explain U’r research work.

What is a Real-Time System ?
What is the difference between Hard and Soft real-time systems ?
What is a mission critical system ?
What is the important aspect of a real-time system ?

Explain the difference between microkernel and macro kernel.
Give an example of microkernel.
Why paging is used ?
Which is the best page replacement algo and Why ?

WHat is software life cycle ?
How much time is spent usually in each phases and why ?
Which one do U want to work if selected in Honeywell ?
( I said I don’t like testing )
They asked why ?
I said it is a boring job. Then they tried to analyse
the knowledge in testing.

What is testing ?
Which are the different types of testing ?
Then they explained the way they do testing. They said that they are
doing testing in requirement phase and design phase so that if any
problem comes in those phases it is not ncecessary to go back and change
the requirement or design. All the test processing is automated.

Why do U want to join Honeywell ?
Ans : To get a practical feeling of Real-time systems.

Do U know C++ ?
How good are U in C and C++ ?
Rate U’rslef in both C and C++. ( 1 - 10 marks)

Second round (around 45 minutes )
————
They wanted a bio-data at the time of inteview. I gave the placement
office bio-data and in that one there was column ‘Major subjects
studied’. Many of the questions came from those.

Explain U’r research work.
Lot of questions from it.

What is a distributed system ?
Some questions about CSP. ( I kept quiet)
Which languages do U know ?
What are the differences between Pascal and C.
I said Pascal is a strongly typed language.
Then what is typing and its advantages ?
Then he asked some questions from Compiler construction and Lisp.

WHich are the different computer architectures ?
What is the requirement in MIMD ?
What is the difference between RISC and CISC processors ?
Difference between loosely coupled and tightly coupled systems ?
What is an open system ?

Still a lot of questions from software engineering .
Which are the different phases in Software life cycle (asked again)
Why is analysis and testing phases very important ?
Which methodologies are U familiar with ?

Have U worked in windows ? (Yes)
What is the difference U have seen from a Dos environment ?
I said it event driven .
So what do U mean by event driven ?
How do WinMain look like ?
How the messages are processed in Windows ?
(Queue of events)
What are parameters needed to distinguish an event ?

Have U done any network programming ?
Why networks are layered ?
What is the advantage of that ?
How many layers are there in OSI ?
WHy is it called OSI model ?
Are U familiar with network topologies ?
Which are the different network toplogies ?
Tell an example of bus type network.
I said ethernet.
What is the Bandwidth of ethernet ?
Explain the advantage and disadvantage of ethernet ?
Which is the protocol used in ethernet. (CSMA/CD)
Why is it called so ?
If all stations tries to communicate at same time, what will happen.
What is binary exponential backoff algo ?

What is the advantage of Ring network ?
Compare it with ethernet.
In a real-time system which one do U prefer and why ?
What is the basic requirement of a real-time network ?
Which one is costly - ethernet of ring networks ?

Some questions form OOSD and Digital signal processing.
What is inheritance, encapsulation etc.

Third Round (15 minutes)
———–
Asked about the percentages and marks during SSC, PDC, B.Tech and MS.
When can U join ?
Who is U’r guide ?
U are from which place ?
Where is it in Kerala ?
How do U perform in the first two interviews ?
WHy have U given Honeywell as dream job ?
Some more personal questions

Fourth Round (45 minutes)
————
What do U like in Bangalore ?
I said the weather and all my friends are here.
Asked about my family members.
How do U interact with friends ?
How do adjust to a new environemnt ?
Suppose U solve a problem and after that U are getting an almost same
problem with high complexity ( and lower complexity). How will U
approach to the next problem.
What is U’r approach towards a new subject ?
How do U prepare for exams ?
Suppose in a project meeting, somebody fires U, how will U react ?
Are U patient enought to wait in long queues ?
Still some more which I don’t rememebr…..

Honeywell

Filed under:

Honeywell Placement Question Papers

Some sample Questions

1. What is a Real-Time System ?

2. What is the difference between Hard and Soft real-time systems ?

3. What is a mission critical system ?

4. What is the important aspect of a real-time system ?

5. Explain the difference between microkernel and macro kernel.

6. Give an example of microkernel.Why paging is used ?

7. Which is the best page replacement algo and Why ?

8. What is software life cycle ?

9. How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ?

10. Which are the different types of testing ?

11. What is a distributed system ?

12. Some questions about CSP.

13. Which languages do U know ?

14. What are the differences between Pascal and C.

15. questions from Compiler construction and Lisp.

16. Which are the different computer architecture?

17. What is the requirement in MIMD ?

18. What is the difference between RISC and CISC processors ?

19. Difference between loosely coupled and tightly coupled systems ?

20. What is an open system?

Interview Procedure

Honeywell conducted a test in IIT and Interview was in their office at B’lore. The Written Test contained 100 multiple choice questions divided into a) Verbal ability (15 ques). Verbal ability questions contained 3 parts. a) One passage is given and U have to answer 5 questions b) Some words are given and their synonyms have to be written b) Numerical aptitude (15 ) c) Logical and analytical ability (15) d) Elementary computer science (10) d) Programming langauages (20) e) Operatins systems and Data structures (25)

Honeywell

Filed under:

Honeywell Placement Question Papers

1. int *data[10];whatdoes the variable data denotes?

2. {
int a[]={10,20,30,40,50};

fun(a+1);

}

fun(int *p)

{ for(int i=1;i<=3;i++)

printf("%d",*(p+i));}

3. 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?

4. #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?

5. int x;
int *p;
int **p1;
int ***p2;

How to assign each one?

Honeywell Placement Question Papers

Filed under:

Honeywell Placement Question Papers

1. key constraints are …..for…
(a) secondary key
(b) primary key
© foreign key
(d)…

2. If a sinusoidal signal of 1100Hz is flat top sampled at a rate of 1800Hz,& this signal is passed through an ideal LPF with cutoff 1KHZ,the o/p contains the following frequency components: (This question was repeated again in the same paper !!!)
(a)only 800Hz
(b)…
©…
(d)…

3. TRAP is _____interrupt
(a)synchronus
(b)asynchronus
©hardware
(d)…

4. When the instruction RST is executed, the control jumps to location:
(a)0020
(b)0024
©0028
(d)none of the above

5. A memory cell in static Random Access Memory is made up of:
(a)6 mos transistors—ans
(b)1 mos transistor and 1 capacitor
©4 mos transistors and 2 capacitors
(d)…

6. Worst case algorithm is meant for the case
(a)when sometimes favourable
(b)when worst unfavourable
©…
(d)…

7. A semaphore with negative count n(s=n) has how many processes in the Q?
(a)0
(b)n
©n+1
(d)n-1

8. If in a PCM system the no of bits used is increased from n to n+1,the signal-to-noise ratio improves by
(a)3dB
(b)6dB
©20ndB
(d)24ndB

9. 2 trains of length 110m & 90 m travelling at 45kmph & 50 kmph respectively..when will they pass each other?
(a)144mins
(b)102mins
©..
(d)…

10. From a circular sheet of radius 10cm , 40% is cut off & from the remaining portion a cone is constructed, what is the ratio of the radius of the cone to its height?

11. If a vessel contains 56 litres of a mixture of milk & water in the ratio 3:2..what amount of water should be added to make the ratio 4:5?

12. 2 pipes fill a cistern in 12 mins,pipe A is 3 times faster than pipe b…if only pipe B has to fill the cistern ,how long will it take?
(a)1hour
(b)2hours
©..
(d)..

13. #define ADD(X,Y) X+Y
main()
{
#undef ADD(X,Y);
fun();
}
fun()
{
int y=ADD(3,2);
printf("%d",y);
}
o/p?
Runtime error(linker error): _add undefined in module

14. Which of the following is illegal
(a)void v;
(b)void *v;
©void **v;
(d)all are legal

15. #define int INTEGER/*line1*/
#define INTEGER int/*line 2*/
main()
{
INTEGER p=10;/*line 5*/
printf("%d",p);
}
o/p?
(a) compiler error at line 1
(b) compiler error at line 2
© compiler error at line 5
(d) No error,prints 10
ans:c

16. main()
{
int counter=1;
for(;;)
{
counter++;
if(counter>9)
break;
}

}
in the above program
(a)error b’coz for should have parameters
(b)error bcoz 2 semicolons in a for loop are invalid
©no error,loop is executed once
(d) no error ,loop is executed 10 times

17. main()
{
char str={’H',’E',’L',’L',’O',’'}
printf("%s/n",str+1);
}
o/p?
(a)prints ELLO
(b)prints HELLO
©prints ILLO (i.e.’H’ is incremented by 1)
(d)…

18. The average temperature for monday,wednesday,thursday was 46 o C.the average temperature fortuesday,wednesday,thursday,friday was 48(some no)..if temp on monday was 42 o C,what is the temperature on tuesday?
(a)32
(b)36
©37
(d)3….

19. The average marks of 12 students was found to be……(some no)…it was later found that while entering the data , it had been entered as 74 instead of 50…and 20 instead of 24(nos are not the same)…what is the correct average?

20. If a lady bought a house & sold it at 25% more than what she had paid after 3 years, she has to pay 50%tax on the gain…If C is the cost price,(gain=s.P-c.p),what tax did she have to pay?
(a)..
(b)C/8
©…
(d)…

21. Some no of men(given)..complete a work in (given) no of days…after (some no) of days ..some more(given no) men join them,they will finish the work in how many days?

22. If a car travels from A to B at a speed of ‘x’ kmph & travels back from B to A at 4/5th the speed,then the total distance travelled in terms of percentage of x is?
(a)2400km
(b)3600km
©..
(d)…

23. A question on malloc
int *p;
p=malloc(sizeof(int)*5);
if malloc returned the address 1000;the value of p+1 is
(a)1002
(b)1004
©…
(d)…..

24. cascade amplifier is:
(a)a common emitter stage followed by a common base stage
(b)a common base followed by emitter follower
©…
(d)a common base stage followed by a common emitter stage

25. A network has 7 nodes & 5 independent loops,the no of branches=?
(a)11
(b)14
©..
(d)…

26. Many nodes transmit at the same time …..collision occurs…retransmit…..what is this called?
(a)
(b)
©collision…..enforcement
(d)

27. If the characteristic impedance of a transmission line is 50ohms,at 1 end the impedance is +j50 ohms,the VSWR =?
(a)0
(b)infinity
©+j
(d)+1

28. Minimum no of NAND gates required to realize the boolean eqn: Z=ABC?
(a) 4
(b) 6
©..
(d)….

29. It has been found that mercury poisoning due to industrial pollution causes Hobson’s disease. An island R is completely away from modern industry.People here follow subsistence agriculture method. A high % of people in Island R are affected by Hobsons disease.From the above paragraph, we can deduce
(i) there must be another reason for Hobson’s disease other than mercury posoning
(ii) mercury poisoning can be due to other reasons than industrial pollution
(iii)….
(a) i only
(b)ii only
© i ,ii, iii
(d) i and ii

30. fun()
{
int counter=1;
counter++;
if(counter>10)
fun();
}…(some program similar to this one). the program will be executed infinetely–ans

31. Which of these are legal?
i.a pointer to a function
ii.a pointer to a structure
ii.pointer to union
(a)i only
(b)i and ii
©i,ii &iii
(d)ii &iii

32. Union..
{
int ivalue;
char lvalue;
struct boo
{
int ivalue;
char lvalue;
}databook;
};
(a)error as struct within union is not allowed
(b)error as struct members have same name as union members
©…
(d)…..

33. How many stacks are there in DOS?
(a)1 stack
(b)2 stacks
©3 stacks
(d)…

34. What is the o/p?
main()
{
char arr[5]={’a',’a',’b',’c',’d',’e'};
printf("%s",arr);
}

  • Resources