MISSING VALUE Interview Questions

6,572,323 interview questions shared by candidates

First I was asked a few basic design questions, like how I would design an online chat system with separate room. Then I was asked why I've chosen some of of the technologies that I have worked with.I was asked a standard question about manipulating an array. The input array was sorted integers, and I was asked how to square all the elements and keep it sorted.
avatar

Software Engineer Intern

Interviewed at MongoDB

4
Feb 7, 2014

First I was asked a few basic design questions, like how I would design an online chat system with separate room. Then I was asked why I've chosen some of of the technologies that I have worked with.I was asked a standard question about manipulating an array. The input array was sorted integers, and I was asked how to square all the elements and keep it sorted.

What is the expected value to you of the following game: You and another person have 3 coins each. You both flip all of your coins and if your three coins show the same number of tails as the other person, you pay them $2, otherwise they pay you $1.
avatar

Trader

Interviewed at Susquehanna International Group

3.8
Mar 27, 2010

What is the expected value to you of the following game: You and another person have 3 coins each. You both flip all of your coins and if your three coins show the same number of tails as the other person, you pay them $2, otherwise they pay you $1.

public interface TwoSum { /** * Stores @param input in an internal data structure. */ public void store(int input); /** * Returns true if there is any pair of numbers in the internal data structure which * have sum @param test, and false otherwise. * For example, if the numbers 1, -2, 3, and 6 had been stored, * the method should return true for 4, -1, and 9, but false for 10, 5, and 0 */ public boolean test(int test); }
avatar

SWE- Applicatio?ns

Interviewed at LinkedIn

3.8
May 3, 2012

public interface TwoSum { /** * Stores @param input in an internal data structure. */ public void store(int input); /** * Returns true if there is any pair of numbers in the internal data structure which * have sum @param test, and false otherwise. * For example, if the numbers 1, -2, 3, and 6 had been stored, * the method should return true for 4, -1, and 9, but false for 10, 5, and 0 */ public boolean test(int test); }

Viewing 4081 - 4090 interview questions

Glassdoor has 6,572,323 interview questions. Prepare for your interview. Get hired. Love your job.