what are your strengths
MISSING VALUE Interview Questions
6,584,562 interview questions shared by candidates
Tell me something about Sabis teaching method -point system?
Given 1000 bottles of wine, 1 has poison, how many rats would it take to find the poison if you only get one timestep. I.E. You can only run your experiment once and check the rats once.
66 handshakes occur at a party how many people at a party if everyone shakes hands with everyone else.
The written exam was of 1 hour and included the following questions: (1) Write a function that will receive a string as an input and will return the string in reverse order. (2) Write a function that will print the following series of numbers using only one loop: "1,2,3,4,5,6,7,8,9,10,9,8,7,6,5,4,3,2,1" (3) Write a function that will print all the multiples of 3 between 1-200 ( in reverse order ) There were other programming questions as well but of the same difficulty level. Along with the coding questions there were some analytical and QA questions as well. And for me the best part of this exam was there's no language specification. You can answer all the coding questions in whichever programming language you are comfortable with. So, after giving the exam I was impressed to know that they basically want to see how much problem solving skills do you have rather than evaluating you by the number of languages and frameworks you know.
Which game of thrones character I like
If a snail was climbing a submarine that was 30 ft tall and could climb five feet per day, but would loose three feet at the end of every night, how many days would it take him to reach the other side?
Say you have a single-column table of entries of variable size. Implement this table to also contain methods to lengthen one cell, cut a cell shorter, and to return which cell we're pointing at if given a certain distance from the beginning of the table. All methods need to be fast (assume a single-column table with many many entries).
You have two eggs and are trying to find the highest floor you can drop an egg from and have the egg survive. At the same time you want to minimize the drops. what is the strategy?
Write a power function power(a , b) returns a^b
Viewing 3111 - 3120 interview questions