Placement Papers: Honeywell Paper 22 July 2006 Bangalore
Get unlimited access to the best preparation resource for CTET/Paper-2 : get questions, notes, tests, video lectures and more- for all subjects of CTET/Paper-2.
These are the questions asked for the Honeywell test conducted on 22 July 06 in their Bangalore office.
There were 100 questions:
50 Technical questions (branch wise)
30 C questions
20 aptitude questions
Aptitude is very easy. Simple questions from profit&loss, ratio, odd-man series, time-distance, clock …
Technical from OS, DBMS, CN, 8085, unix, DS. Some of the qns I remembered are given below:
- Binary search tree is used in
- sorting
- searching
- indexing
- all the above
- Given a tree. Write the preorder traversal
- Given an infix expression. Write its postfix
- First general purpose microprocessor
- 2002
- 4004
- 8080
- 8085
- What is 8253
- ________flag is not used in 8085 jump instructions
- SNMP is used in which layer
- Banker, s algorithm is used for
- Belady, s anomaly is related to________
- Which of the following is non-preemptive
- FIFO
- SJF
- Round robin
- all the above
- A relation in 3NF is in________
- A question on serializability
- One SQL query
- Functional dependency one question
- The first general purpose microprocessor is ________-bit
- In a three byte instruction the second byte indicates________
- Average case analysis for partition exchange sort
- How the receiver knows to what service the packet to be forwarded?
- Given a binary sign magnitude no: Write its decimal
- The order in which data is transferred frm magnetic disk disk-main mem-cache-h/w register
- In which layer of the network datastructure format change is done
- Which of the following allow parallel & serial connections
- DHCP
- PPP
- IPX
- all the above
- Given some IP addresses … Identify which one is IPv6?
- Open addressing and chaining is used in
- sorting
- indexing
- collision-resolution
- none of the above
- Storage space requirement for diff: Sorts in the descending order
- Which scheduling policy is used in unix.
- In database which mechanism is suitable for recovery?
- Which of the following is not correct?
- arrays consume less space
- linked lists are more complex
- linked lists use less space
- which of the following is not correct?
- main does not have arguments
- main can have command line arguments
- main have variable arguments
- Which of the following is not correct?
- function can call itself
- function can have no return type
- function cannot have multiple return statements
- function can have arguments
- When an interrupt is called control is given to.
- Which of the following is not a synchronization tool
- semaphore
- mutex
- mutual exclusion
- message passing
- Given a graph write the BFS for it
- How can u increase ports of a microprocessor?
- 8255
- 8259
- 8253
- 8251
- What is 8259?
- Which of the following maintains a constant time (best, worst, average) ?
- searching
- sorting
- indexing
- none
- In a database a table is stored not fully. It is an example of
- views
- logical data independence
- abstraction
- all the above
- The time CPU takes to complete the execution of processes________
- The minimum length of TCP/IP header and IP datagram header
- Process spawning in OS is________
- The topology that uses a central hub is________
C questions were dam easy. Pointers and strings. If ur strong in pointer concepts u can score easily. 2 or 3 qns frm files, enum, extern.