How would you handle various failure scenarios, for example a message was failed to process, or only part of its data processing failed
Senior Backend Developer Interview Questions
741 senior backend developer interview questions shared by candidates
Design patterns (factory, adapter, etc.)
During the in-house interview, I was asked to design an API that provided filtering capabilities for the data arriving from an external, high volume API. If this scares you, you shouldn't bother applying.
Theoretical questions about .net framework technologies (differences between IEnumerable and IQueriable, Dependency Injection scopes etc.)
Qual a sua pretenção salarial?
Which statement is true about HTTP/2 in Node?
1. Strengths and weaknesses 2. What draws you to our company
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)
Viewing 21 - 30 interview questions