Video interview question included: why network rail, why the rail industry, when have you solved a problem creatively and when have you made a professional network.
MISSING VALUE Interview Questions
6,576,772 interview questions shared by candidates
How many bottles of shampoo are produced in the world a year?
What happens when you have much subscribers to an event and an exception would raise in one of them?
Parler de moi
On a scale from one to ten, rate me as an interviewer.
Is your college GPA reflective of your potential?
Most of the questions they asked where all from the phone interview.
If we came to your house for dinner, what would you prepare for us?
37 times 37
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 ?
Viewing 1341 - 1350 interview questions