Qual a sua pretenção salarial?
Senior Backend Engineer Interview Questions
2,786 senior backend engineer interview questions shared by candidates
How can you test that your solution to a technical question is correct.
How would you scale an API to support "millions" of users.
Which statement is true about HTTP/2 in Node?
1. Strengths and weaknesses 2. What draws you to our company
are you willing to relocate?
Write a function that can be called like so: say(“Hello”)(“World”) and will log “Hello, World!” to the console
What is the default variable scope in Node.js applications?
What will be the output of the following code: var arrA = [0,1,2,3,4,5]; var arrB = arrA; arrB[0]=99; console.log(arrA)
Q: Describe the process of troubleshooting a slow API endpoint. What things would you look for? And how would you implement a fix for each possible scenario?
Viewing 91 - 100 interview questions