Flow and layers in a web application from front-end to back-end
Backend Software Interview Questions
15,510 backend software interview questions shared by candidates
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
What do you do when someone in your group/team is not cooperating?
General questions about your experience
Viewing 2711 - 2720 interview questions