First one was somethink like execution flow of following, I waht order they would be executed console.log("Start"); setTimeout(() => { console.log("Hello"); }, 0); const promise1 = new Promise((resolve, reject) => { resolve('Success!'); }); promise1.then((value) => { console.log(value); }); const promise2 = new Promise((resolve, reject) => { resolve('Success2!'); }); promise2.then((value) => { console.log(value); }); console.log("End");
Full Stack Software Engineer Interview Questions
1,395 full stack software engineer interview questions shared by candidates
What is something that you have done in your career that you are proud of?
There was an javascript script and you have to develop it.
Garbage collection in c# explain how it works
Write a sql query (involved a self join)
1. about 1 hour call with just scripted questions about previous jobs and experience. 2. They sent me really big test exercise
Technical Interview: given CSV of cities, use weather API to get 5-day forecast for each city, calculating and returning the coldest 3-hour average period in forecast.
Can you walk us through a project you led, focusing on the challenges you faced and how you overcame them?
Questions about the assignment
What skills should a software developer have
Viewing 811 - 820 interview questions