What is the stack that you used to work with?
Lead Backend Developer Interview Questions
12,385 lead backend developer interview questions shared by candidates
It is mainly based on the projects
A limited set of commands can be sent to EVA as single letters telling the robot how to move; “F and "B” would tell EVA to move one position forwards or one position backwards. " and "R" would tell EVA to move one position left or one position rightCreate a function to take a move command (F, B, L, R), process the move commandappropriately, and report the new position. Sample interaction: eva_move(B) #=>(0,-1) eva_move(B)#=>(0,-2) eva_move(B)#=>(0,-1) eva_move(B)#=>(0,-2) eva_move(L)#=>(-1,-2) eva_move(R) #=>(0,-2)
technical issues related to one of my projectsl
What do you do when someone in your group/team is not cooperating?
General questions about your experience
Basic OOP Questions. E.g is java pass by reference or value, Other questions were more to do with microservice architecture and what are the pros / cons
Q: In what order will multiple defer statements be executed?
RxJS (RxJS is a reactive JS extension of which there are hundreds. Totally insane question) var vs let in JS some bad coded mini API in .NET C# What can be better
There more focus was on the past experiences and projects and only one simple data structure question.
Viewing 2271 - 2280 interview questions