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.
Engineers Interview Questions
843,412 engineers interview questions shared by candidates
Easy
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.
Q: print in one line the values of a map public static void main(String[] args) { Map<Integer, String> map = new HashMap<>(); map.put(1, "One"); map.put(2, "Two");
Coding questions, architecture, some theory.
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.
What tool do you use better than anybody else?
Viewing 2651 - 2660 interview questions