Creativo - the topper's choice

www.creativo.co.in ( Placement papers of all companies are here )

Sunday, April 30, 2006

Honeywell

HONEYWELL
1. Aptitude - 20 Reasoning - 10 - 30 minutes 2. Technical - 35 - 30 minutes 3. C - 15 - 15 minutes
1.Aptitude: Simple train pbms age ratio - proportion Profit - loss Time & work Time & Distance Pipe & Cisterns Shaded area 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.
Easy to solve.
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 of 16 bit registers. 8086 Instruction queue byte length? 8088 Instruction queue byte length? 6800 what is it? 8085 pgms... port no calculations Data Structures Which Data Structures to use for infix to prefix conversion Worst case complexity for quick sort preorder traversal Binary tree ... C Only one pgm - recursive fn - find the value.. quite easy. Number conversion hexa , octal
3.C 1. int *data[10]; what does 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+Y main() { - #undef ADD(X,Y) fun(); } fun() { int y=ADD(3,2); printf("%d",y); } o/p? 6. #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? 7. ptr sums...
8. int x; int *p; int **p1; int ***p2; How to assign each one? 9.malloc pbms..

Honeywell conducted a test in IIT and Interview was in their
office at B'lore.
Test contained 100 multiple choice questions divided into
a) Verbal ability (15 ques)
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)

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 ?
What is testing ?
Which are the different types of testing ?
Rate U'rslef in both C and C++. ( 1 - 10 marks)
Second round (around 45 minutes )
------------
What is a distributed system ?

Some questions about CSP.
What are the differences between Pascal and C.
Ans) 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.
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 ?

0 Comments:

Post a Comment

<< Home