Take home coding challenge
Backend Software Engineer Interview Questions
2,346 backend software engineer interview questions shared by candidates
Just basic resume based question. See my review for details.
swap 2 vars without using a temp var
Never got that far, unworthy.
Q: Tell me about a project you worked on (in detail)
What's the biggest issue you have confronted in a previous project, and how did you overcome it?
What role are you interested in?
Java Coding
Design a city bike sharing system. Write a Bike class with methods to checkout and return a bike. Write a BikeStation class initialized with a settable max capacity, and with methods to add a bike and add a sponsor. Write a BikeShare class with methods to add a bike, to assign a bike to an available station, to list all bikes, and to list checked out bikes. As a bonus, allow new bikes to be randomly assigned to a home station with probabilities 50% for station 1, 20% for station 2, 20% for station 3, and 10% for station 4.
Standard data structures and algorithms
Viewing 611 - 620 interview questions