MISSING VALUE Interview Questions

6,576,714 interview questions shared by candidates

1. Ausgehend von einem sortieren Array A[1..n] mit n Integer-Zahlen und einem integer t: Finden Sie alle Paare (x,y) von Elementen in A, so dass x+y kleiner ist als t. 2. Lässt es sich besser lösen, wenn man nach (x,y) sucht, für die x+y=t gilt?
avatar

Software Engineer

Interviewed at Google

4.4
Nov 19, 2010

1. Ausgehend von einem sortieren Array A[1..n] mit n Integer-Zahlen und einem integer t: Finden Sie alle Paare (x,y) von Elementen in A, so dass x+y kleiner ist als t. 2. Lässt es sich besser lösen, wenn man nach (x,y) sucht, für die x+y=t gilt?

You are given an array that represents bills in certain currency (For example 1, 2, 5, 10) and an amount, for example 17. You should output the number of possible combinations of bills that sum to the given amount. For example, {10, 5, 2} is valid combination, {10, 5, 1 ,1} also. I did not ask questions like does the order of bills matter, i.e. is {10, 5, 2} same as {2, 10, 5}.
avatar

Software Engineer

Interviewed at Google

4.4
Mar 22, 2012

You are given an array that represents bills in certain currency (For example 1, 2, 5, 10) and an amount, for example 17. You should output the number of possible combinations of bills that sum to the given amount. For example, {10, 5, 2} is valid combination, {10, 5, 1 ,1} also. I did not ask questions like does the order of bills matter, i.e. is {10, 5, 2} same as {2, 10, 5}.

They ask you questions like "how would you describe the color yellow to a blind person?', what's your greatest strength/weakness?, what would someone who does not like you say about you? If a close friend were to write a book about you, what would it be called?, what are 3 adjectives to describe you? , describe customer service, What would you change about your last supervisor?...etc
avatar

Flight Attendant

Interviewed at Spirit Airlines

3.8
Jan 11, 2017

They ask you questions like "how would you describe the color yellow to a blind person?', what's your greatest strength/weakness?, what would someone who does not like you say about you? If a close friend were to write a book about you, what would it be called?, what are 3 adjectives to describe you? , describe customer service, What would you change about your last supervisor?...etc

Viewing 1921 - 1930 interview questions

Glassdoor has 6,576,714 interview questions. Prepare for your interview. Get hired. Love your job.