what are promises and explain in detail
Node Js Developer Interview Questions
930 node js developer interview questions shared by candidates
Have you heard about hoisting in js , explain
regaing coding how much you in javascript etc
Give me the email address of your current CTO. How would you fix our current issue with strict typing since we want to get rid of Graphql.
In the DSA round, I was asked to solve a problem based on finding longest non repeaiting substring using either a brute-force or optimized approach.
Coding and basic node js question
In first round questions were 1. Brief Introduction 2. How Nodejs works, event loops, async and await, fs.readFile and fs.readFileSync. 3. Practical questions on es6 scope, spread operator, destructuring. e.g let arr = [1,2,3,4,5,5,6] //find first 3 parameters //tell me the output console.log('me run'); setTimeout(()=> { console.log('me run 2')}, 0}); console.log('me run 3'); In second round, there were lot of logic questions which you need to answer the output. and HR round.
Relational Databases queries on real life.
Return value of find and findOne in MongoDB
1. Rotate 2D array with constant space. 2. Searching an element in an array that has a peak e.g. [1,2,3,4,5,6,20,19,18,16], with no more than log n time complexity.
Viewing 641 - 650 interview questions