What is the output of the following code snippet? `var a = 1; function foo() { console.log(a); var a = 2; } foo();`
Senior Full Stack Engineer Interview Questions
813 senior full stack engineer interview questions shared by candidates
What is the output of the following code snippet? `function Animal(name) { this.name = name; } Animal.prototype.walk = function() { console.log(`${this.name} is walking.`); }; function Dog(name) { Animal.call(this, name); } Dog.prototype = Object.create(Animal.prototype); const myDog = new Dog('Rover'); myDog.walk();`
Most recent ambiguous project you worked on.
What is your favorite product (doesn't have to be related to tech or SSC)?
Tell us about your toughest technical challenge.
Populate data in n*n grid.
OOPS, C#, finiding output of programs,sorting techniques, delegate,observable, directives,decorator,indexers
Round 0: Info session Round 1 (45mins): Initial Interview, basic behavioural, their questions are published on a medium blog. Round 2 ("2.5 - 3 hours"): Take home assignment Round 3: Top grader, behavioural Conditional offer based on reference check (searchlight)
Can we postpone the interview?
The recruiter posed several questions to understand experience and kind of projects I had work on, as well as languages and tools.
Viewing 211 - 220 interview questions