What's the biggest issue you have confronted in a previous project, and how did you overcome it?
Backend Software Engineer Interview Questions
2,349 backend software engineer interview questions shared by candidates
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.
1st round was converting an number to its base(x).
design an API / system design for different parts of the Hinge app
Viewing 611 - 620 interview questions