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();`
avatar

Senior Full-Stack Engineer

Interviewed at Andela

3.8
Nov 19, 2024

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();`

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)
avatar

Senior Full Stack Engineer

Interviewed at Thinkific

4
May 21, 2022

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)

Viewing 211 - 220 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 813 interview questions and reports from Senior full stack engineer interviews. Prepare for your interview. Get hired. Love your job.