Tell me about a time when you had to leave a task unfinished.
Java Interview Questions
6,585,195 interview questions shared by candidates
In python code, given a json object with nested objects, write a function that flattens all the objects to a single key value dictionary. Do not use the lib that actually performs this function. { a:{b:c,d:e} } becomes {a_b:c, a_d:e} ( not, a:"b:c,d:e" }
My 30 min coding question was related to tree where all nodes were managers each node has a value which was the number of months they worked.We have to find the maximum tenure which is I remember can be calculated using the average of its child nodes.
code a function that takes 2 parameters and an algorithm, print out all the numbers between the 2 parameters that completes the algorithm
(following the previous one) You got only TWO baby bottle sample. You would like to know the max height you can drop it without breaking the bottle. Let set the unit as 1 foot. And the highest height you can reach is at N feet. So how would you find the (max) safe height? (This is the one I think is kind of brain-teaser one.)
What would you say to a customer that had a problem with their iPad that they had just received for Mother's Day?
You put a glass of water on a record turntable and begin slowly increasing the speed. What happens first - does the glass slide off, tip over, or does the water splash out.
How can you find 3 fastest horses among of 25 horses with 5 race tracks given to you to find out by race them up(in minimum races)?
Can you life +50lbs on a day to day basis?
What was your most challenging project
Viewing 3301 - 3310 interview questions