1) About current project, roles and recent contribution
Nodejs Developer Interview Questions
513 nodejs developer interview questions shared by candidates
3) An E-comm HLD, with which microservice communication strategy you would chose and why.
-What is set nolock on -Disadvantages of Hashmap tell with example -How to make any object immutable -Return type of Array.some function -When to spawn new thread in Nodejs -Difference between spawn and fork -Cluster module in node js
how many indexing can be created
What is Event loop in JS?
How do you create a simple server in Node.js that returns Hello World?
What is nodejs and how does it works?
Basic Javascripts questions were asked
What are the top 3 things you’re looking for in your next job.
'use strict'; var x = 5; var y = 5; function Operations(op1 = x, op2 = y) { this.x = op1; this.y = op2; }; Operations.prototype.sum = () => this.x + this.y; const op = new Operations(10, 20); console.log(op.sum());
Viewing 221 - 230 interview questions