Interview Questions



Data Structure Interview Questions

Data Structure Interview Questions

A list is ordered from smaller to largest when sort is called. Which sort would take longest time to execute?
A list is ordered from smaller to largest when sort is called. Which sort would take …

Operating System Interview Questions

Operating System Interview Questions

Demand paging, page faults, replacement algorithms, thrashing, etc.
Describe different job scheduling in operating systems.
Difference :  Primary storage and secondary storage?
Difference :  multi threading and multi …

Advanced Java Programming Interview Questions

Advanced Java Programming Interview Questions

Can we sent objects using Sockets?
Can we use threads in Servelets?
Can you modify an object in corba?
Difference : CGI and Servlet?
Difference : RMI registry and OS Agent?…

Java Programming Interview Questions

Java Programming Interview Questions

Can you load server object dynamically? If so what are 3 major steps involved in it?
Can you run product development on all operating systems?
Considering notepad/IE or any other thing as process, What will happen …

Lotus Notes Administration Interview Questions

Lotus Notes Administration Interview Questions

Are you fast learner?  If so, specify an on-the-job situation in which you had to learn something quickly.
Do you like to learn on your own or prefer to be mentored?
Do you like to …

OOAD and UML Interview Questions

OOAD and UML Interview Questions

Can method be overloaded based on different return type but same argument type?
Describe some techniques for expressing business rules/constraints either in UML or via other means.
Describe the use of …

C Programming Interview Questions

C Programming Interview Questions

Are expressions arr and *arr same for array of integers?
Are variables argc and argv are local to main?
Bitwise operator for checking whether particular bit is on or off?
Bitwise operator for putting on particular bit in number?
Bitwise operator for turning off particular bit in number?
Can Structure contain Pointer to itself?
Can there be at least some solution to determine number of arguments …