What is OOP (Object Orientated Programming)
Computer Scientist Interview Questions
324 computer scientist interview questions shared by candidates
What makes you special -- that makes you stand out over everyone else. Heh heh --
Given an array of whole numbers. You have to push all the zeroes towards left and positions of positive numbers should not change.(in constant memory and single traversal of array)
Reverse a Linked list
Puzzle: There are 8 balls. 7 of them have equal weights, while one is heavy. Find out the heavy ball in minimum number of measuring operations.
Design a car parking space
WAP to insert in a sorted circular array.
Given a video camera that tapes all the cars that enter a parking lot, what type of method/algorithm would you choose to obtain the registration plate for each car.
Design a sorting algo which can take any type of input.
Given a linked list with n nodes and each node having a link to it's next node and a link to it's next node's next node, write an expression to find the no of ways to traverse from the first node to the last one.
Viewing 31 - 40 interview questions