Backend Developer Interview Questions

9,192 backend developer 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

Senior Backend Developer

Interviewed at HyperGuest

3.9
Mar 18, 2024

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

Viewing 891 - 900 interview questions

Glassdoor has 9,192 interview questions and reports from Backend developer interviews. Prepare for your interview. Get hired. Love your job.