There was a Pair programming exercise and a lot of higher level discussion.
Senior Full Stack Engineer Interview Questions
829 senior full stack engineer interview questions shared by candidates
Implement some features of an existing Frontend application. Some data structure and algorithm questions.
Que rango salarial estas buscando?
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?
que comidas te gustan, experiencias anteriores, conocimientos del puesto
second interview took place onsite and included: Two hours of backend coding - The technical interview involved adding an audit log to MongoDB using TypeScript and integrating it into the user model for create/update/delete operations. I had to first define the model structure in the database and then start writing the actual code. One hour with the VP of R&D
Given an array of functions, where each one returns a promise, execute the functions in order and only move to the next one if the promise resolves successfully.
system design questions to do performance tuning.
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? `var a = 1; function foo() { console.log(a); var a = 2; } foo();`
Viewing 211 - 220 interview questions