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)
Backend Developer Interview Questions
9,196 backend developer interview questions shared by candidates
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.
Questions about yourself and technical skills, in tech interview you would be asked about what you've mentioned, basics of cs and more.
The typical HR-first-call questions for a development position.
Viewing 1711 - 1720 interview questions