Flow and layers in a web application from front-end to back-end
Backend Software Engineer Interview Questions
9,115 backend software engineer interview questions shared by candidates
Implement queue using two stacks
What is your salary expectation?
What is the stack that you used to work with?
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?
Viewing 1691 - 1700 interview questions