Senior Full Stack Engineer Interview Questions

834 senior full stack engineer interview questions shared by candidates

How Center vertical flexbox, Clousure js, Semantic elements vs div, Difference set and array, Session staroge time, Garbage collector, Https vs socket, how to Remove last commit git, Pure functions, React portal, Do you know SOLID principales, Difference between Left join and inner join, Do you know what is a design patterns and examples, Have you done a code review?
avatar

Senior Full Stack Engineer

Interviewed at SoftServe

4.2
Dec 9, 2024

How Center vertical flexbox, Clousure js, Semantic elements vs div, Difference set and array, Session staroge time, Garbage collector, Https vs socket, how to Remove last commit git, Pure functions, React portal, Do you know SOLID principales, Difference between Left join and inner join, Do you know what is a design patterns and examples, Have you done a code review?

What is the output of the following code snippet? `const person = { name: 'John', age: 30, greet() { console.log(`Hi, my name is ${this.name} and I'm ${this.age} years old.`); } }; const greet = person.greet; greet();`
avatar

Senior Full-Stack Engineer

Interviewed at Andela

3.8
Nov 19, 2024

What is the output of the following code snippet? `const person = { name: 'John', age: 30, greet() { console.log(`Hi, my name is ${this.name} and I'm ${this.age} years old.`); } }; const greet = person.greet; greet();`

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

Viewing 211 - 220 interview questions

See Interview Questions for Similar Jobs

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