que comidas te gustan, experiencias anteriores, conocimientos del puesto
Ingeniero Full Stack Senior Interview Questions
1,784 ingeniero full stack senior interview questions shared by candidates
Questions about react hooks, TS questions, contribute to an existing little project (exercise)
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
Goals and aspirations for future
A question about async vs. sync and why it's faster which doesn't tell you anything about how well a programmer can code.
My overall experience in my previous companies
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 451 - 460 interview questions