Software Developers Interview Questions

96,330 software developers interview questions shared by candidates

Implement doLaundry([wash, dry, fold]) Suppose we have the following functions function wash(callback) { setTimeout(function () { console.log('wash'); callback(); }, 3000); } function dry(callback) { setTimeout(function () { console.log('dry'); callback(); }, 2000); } function fold(callback) { setTimeout(function () { console.log('fold'); callback(); }, 1000); }
avatar

Software Developer

Interviewed at Thentia

2.5
Feb 22, 2021

Implement doLaundry([wash, dry, fold]) Suppose we have the following functions function wash(callback) { setTimeout(function () { console.log('wash'); callback(); }, 3000); } function dry(callback) { setTimeout(function () { console.log('dry'); callback(); }, 2000); } function fold(callback) { setTimeout(function () { console.log('fold'); callback(); }, 1000); }

Viewing 2611 - 2620 interview questions

Glassdoor has 96,330 interview questions and reports from Software developers interviews. Prepare for your interview. Get hired. Love your job.