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 Ii Interview Questions
419,752 software engineer ii interview questions shared by candidates
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
How can you keep a process's data safe from an external process overwriting it.
How to find K most frequently occurring elements.
They asked many difficult programming questions to write the code on paper which cannot be explained here
Given array of n integers and given a number X, find all the unique pairs of elemens (a,b), whoose some is equal to X.
wap to search an element in a rotated array ?, wap to merge and then sort 3 different linked lists.?
What are 3 challenges that tpp are facing right now
What is 23 in Hex?
Viewing 1731 - 1740 interview questions