Senior Full Stack Engineer Interview Questions

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

- Talk about your past experiences - Talk about an interesting project you worked on - what is the difference between deep clone and shallow - the difference between primitive and non-primitive - what is an index in DB - what is the event loop - promises - difference flex and grid - how do you hide something on mobile and show it on desktop - how would you create a function to do a deep clone of an object
avatar

Senior Full Stack Developer

Interviewed at Loox

5
Mar 7, 2025

- Talk about your past experiences - Talk about an interesting project you worked on - what is the difference between deep clone and shallow - the difference between primitive and non-primitive - what is an index in DB - what is the event loop - promises - difference flex and grid - how do you hide something on mobile and show it on desktop - how would you create a function to do a deep clone of an object

Viewing 461 - 470 interview questions

See Interview Questions for Similar Jobs

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