Never got that far, unworthy.
Backend Software Engineer Interview Questions
2,338 backend software engineer interview questions shared by candidates
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
The most challenge thing you have met
Coding was not so damn hard, medium level in LeetCode, write some tests is needed. Design Facebook news feeds.
Coding question on DSA and time complexity. I got a question on string manipulation.
Viewing 601 - 610 interview questions