Please tell us about yourself
Backend Software Engineer Interview Questions
9,111 backend software engineer interview questions shared by candidates
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
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?
about system architecture and logical test
The difference between class and interface ?
Random basic java and html questions
The final interview was just casual work experience and working tech stack.
Viewing 881 - 890 interview questions