How many threads does node.js run on?
Backend Engineer Interview Questions
15,489 backend engineer interview questions shared by candidates
What is the error that would be thrown from the next code? //a.js require("./b") const hi = () => { console.log("hi") } module.exports=hi //b.js const a = require("./a"); module.exports = a //c.js const b = require("./b") b.hi() //CMD node c.js
1- Do you have experience in Java? 2- Do you have experience in Mongo?
1. Given an array of stocks' previous day values. Plan a program that tells you when is the best time to buy the stock and also tells you when to sell it in order to get the highest revenue. 2. Two robots land in a desert on an infinite line (<-->) Write a program that will make them to meet one each other. (they both have the same program, they don't know where they are, they can be with their face on the opposite direction).
Few questions around Express.js, how middleware's work and what kind of packages I have used before in Nodejs.
What is your expected salary?
My experience and how it's related for what they search
about system architecture and logical test
The difference between class and interface ?
Random basic java and html questions
Viewing 1461 - 1470 interview questions