About assignment and scenario based
Senior Developer Interview Questions
30,044 senior developer interview questions shared by candidates
What is a polyfill in JavaScrip?
For navigation links, should you use an anchor () or a button () in HTML?
I would have known if they were professional and showed up to the meeting.
How would you design a semaphore in C++
They asked me to give LLD of splitwise app
Design a metro station, REST API for it
There is a scenario shared through multiple screens and you have to describe how you would approach it.
a few questions from hr
class Foo { add5(value){ value = value + 5; return value; } addElement(arr, elem) { arr.push(elem); return arr; } increment(arr) { arr[0]++; return arr; } } let fooInstance = new Foo(); let a = 9; const arr1 = [1,2]; const arr2 = [1,2,1]; fooInstance.add5(a); fooInstance.addElement(arr1, 3); fooInstance.increment(arr2); console.log(a); // ??? console.log(arr1); // ?? console.log(arr2); // ??
Viewing 801 - 810 interview questions