experience and OOP questions and expected salary .
Backend Engineer Interview Questions
14,381 backend engineer interview questions shared by candidates
how much do you expect about salary?
What portfolios have you built related to this industry?
Please tell us about yourself
Write a small code snippet to convert the following strings array to an array of the lengths of those strings. var stringsArray=[“banana”, “pillow”, “of”, “dogs”, “machine”]
How many threads does node.js run on?
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.
Viewing 1351 - 1360 interview questions