General technical and domain questions
Developer Interview Questions
269,410 developer interview questions shared by candidates
Given an array of integers and a target sum, find a pair that add up to the target sum.
In HR interview, why is your academic performance low?
Trees, Arrays Linked list Merge sort
Reverse a String in JavaScript. Show us multiple ways to do it. - Whiteboard
For my phone (and Collabedit) question, I was asked to implement functionality matching the description of this API: /* This class will be given a list of words (such as might be tokenized * from a paragraph of text), and will provide a method that takes two * words and returns the shortest distance (in words) between those two * words in the provided text. * Example: * WordDistanceFinder finder = new WordDistanceFinder(Arrays.asList("the", "quick", "brown", "fox", "quick")); * assert(finder.distance("fox", "the") == 3); * assert(finder.distance("quick", "fox") == 1); * * "quick" appears twice in the input. There are two possible distance values for "quick" and "fox": * (3 - 1) = 2 and (4 - 3) = 1. * Since we have to return the shortest distance between the two words we return 1. */
2.2. Reverse the word of string. Without using any predefined method/function. ex- hello how are you o/p- you are how hello
Mostly technical and HR questions. But stress interview was pretty intense and more like a rapid-fire round. Can not tell all the questions and answers of my interview
Basic front and back end dev questions.,
3 color of balls . how you organize them color by color. for example : XYWWWWYXW. need to be: XXYYWWWWW
Viewing 2791 - 2800 interview questions