37 times 37
MISSING VALUE Interview Questions
6,571,160 interview questions shared by candidates
Given input: // could be potentially more than 3 keys in the object above items = [ {color: 'red', type: 'tv', age: 18}, {color: 'silver', type: 'phone', age: 20} ... ] excludes = [ {k: 'color', v: 'silver'}, {k: 'type', v: 'tv'}, .... ] function excludeItems(items, excludes) { excludes.forEach(pair => { items = items.filter(item => item[pair.k] === item[pair.v]); }); return items; } 1. Describe what this function is doing... 2. What is wrong with that function ? 3. How would you optimize it ?
Why Apple??
VI: Tell us why you would be a great Flight Attendant. Why Delta?
Why do you want to be a flight attendant?
the basic stuff experience etc
How would you make people in the community feel engaged?
My wife and I are going on vacation, where would you recommend?
Why Playboy? What do you see for Playboys future.
Available to work times needed with mandatory overtime?
Viewing 211 - 220 interview questions