Si sabes hablar inglés como para entenderte de forma básica
Software Engineer Backend Interview Questions
15,521 software engineer backend interview questions shared by candidates
Design a POI app that lets you search for places nearby
Flow and layers in a web application from front-end to back-end
Implement queue using two stacks
Who are you? What are your activities at your current job? What kind of technical challenges have you encountered in your work? What stack do you use? What are your ambitions?
What is your salary expectation?
What is the stack that you used to work with?
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
Viewing 2711 - 2720 interview questions