-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 71
sggarg edited this page Aug 21, 2017
·
1 revision
#SoftwareEngineer
#2017
-
About projects...u should b able to explain in detail
-
Given a sorted array... It is rotated at a point..eg. 12345 becomes 45123, or so....u need to find the min element.
-
Extend the previous idea to find kth smallest element.
-
Given a BST write functions for insertion, in order traversal, check for an element
-
Find the mirror image of a tree.
-
Given a sentence reverse each word in the sentence
-
There are three boxes containing oranges, apples and apples+oranges...
All the boxes have labels...but the problem is that it is labelled incorrectly ..i.e., no label correctly indicates the fruit it contains... U task is to label them correctly. u can open only 1 box and can pick up only one fruit.
- U have a revolver with 6 slots and only 2 bullets..u can only place the bullets in consecutive slots...what is the probability that a bullet is fired in the first shot.