Senior Full Stack Developer Interview Questions

964 senior full stack developer interview questions shared by candidates

I was given an array of nested JS objects with multiple properties. I needed to write a recursive function to loop throw the array to access each object and verify the value and delete the object if the value was negative. But remember that its a nested object, so its not just the outer array you're looping through
avatar

Senior Full-Stack Developer

Interviewed at LogRocket

4.1
Nov 6, 2024

I was given an array of nested JS objects with multiple properties. I needed to write a recursive function to loop throw the array to access each object and verify the value and delete the object if the value was negative. But remember that its a nested object, so its not just the outer array you're looping through

What is the printing order? function guess() { console. log('a') setTimeout(() => {console.log('b')}, 2000) setTimeout(() => {console.log('c')}, 0) new Promise((resolve, reject) => {console.log('d') }); } guess()
avatar

Senior Full Stack Developer

Interviewed at Natural Intelligence

3.5
May 20, 2024

What is the printing order? function guess() { console. log('a') setTimeout(() => {console.log('b')}, 2000) setTimeout(() => {console.log('c')}, 0) new Promise((resolve, reject) => {console.log('d') }); } guess()

Viewing 41 - 50 interview questions

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