The number of paths in a m x n grid to a given cell? (After looking it up I noticed the interviewer actually asked the question incorrectly). So, always ask for more details if things are unclear.
Software Engineer Interview Questions
467,163 software engineer interview questions shared by candidates
You are given 8 identical looking balls. One of them is heavier than the rest of the 7 (all the others weigh exactly the same). You a provided with a simple mechanical balance and you are asked to find out the minimum amount of weighings necessary to identify the heavier ball.
Given a string, print unique elements from the string(Order doesn't matter) Eg: Input: "abbbfjhuuyyd" output: ('a', 'b', 'f', 'j', 'h', 'u', 'y', 'd')
Technical stuff
What are 3 challenges that tpp are facing right now
What is 23 in Hex?
Array reverse without using iteration. Code in C.
How can you exchange the value of two variables without using a third variable?
When can thread pool executor reject already submitted task
Given a limited amount of RAM, how would you sort an entire disks worth of data?
Viewing 1721 - 1730 interview questions