do you know what eventually consistent data design means
Senior Backend Engineer Interview Questions
2,786 senior backend engineer interview questions shared by candidates
3) Coding question on encode and decode string array
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
The difference between class and interface ?
Are you available to work in any times of day because of multinational teams?
Strings arrays database javascript related
Design and develop solution for p2p where user can send and receive messages using hyperwarm, hyperbee, hyperdth in JS
Give a list of products and quantities calculate price customer will pay based on certain discount rules.
Viewing 241 - 250 interview questions