Lead Backend Developer Interview Questions

12,385 lead backend developer interview questions shared by candidates

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)
avatar

Backend Developer

Interviewed at Wealthsimple

4.1
Jan 29, 2024

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)

Viewing 2271 - 2280 interview questions

Glassdoor has 12,385 interview questions and reports from Lead backend developer interviews. Prepare for your interview. Get hired. Love your job.