Difference between sales and marketing
Development Interview Questions
137,355 development interview questions shared by candidates
find union and intersection for 2 arrays without using sets/other data structure
I see you have developed technical training, how does that translate to human resource classes like communication or leadership skills.
So tell me a little bit about yourself
Given Coordinates, return N closest points to origin.
One of the logic questions involved determining whether someone was able to run a gas station given a list of requirements and a description of that person.
Asked question: Using an already implemented method Rand5() that generates a random integer between the ranges 1-5 uniformly. Using this method, implement a a new method that returns a random integer in the range 1-7 uniformly, i.e. Rand7(). Basically this is Rejection Sampling Algorithm. See http://leetcode.com/2010/11/rejection-sampling.html
Given a mathematical expression, what data structure would you use to evaluate the expression? How would you design the above question to use Trees/Graphs.
Given an integer, find the next biggest integer whose digits are in increasing order. Example: Input: 118 Output: 123 Input: 127 Output: 234 Input: 987 Output: 1234 Desing question: Design a parking space to park a car.
The first question was to find the first word on a stream that do not repeat in the rest of the stream. I got some Interfaces that I needed to implement, there was a example input and output.
Viewing 1441 - 1450 interview questions