Software Engineer Backend Interview Questions

2,350 software engineer backend interview questions shared by candidates

The values interview questions were all provided beforehand by the internal recruiter, to allow the candidate to prepare answers in advance for each point. The technical interview tasks were also provided beforehand, for the candidate to prepare for, and to allow the candidate to practice both parts if they so desired. The first technical interview task was to domain model for a situation. The second technical interview task was to write the backend ruby code for a different requirement.
avatar

Software Engineer - Backend (Ruby)

Interviewed at Cleo (United Kingdom)

3.4
Nov 2, 2023

The values interview questions were all provided beforehand by the internal recruiter, to allow the candidate to prepare answers in advance for each point. The technical interview tasks were also provided beforehand, for the candidate to prepare for, and to allow the candidate to practice both parts if they so desired. The first technical interview task was to domain model for a situation. The second technical interview task was to write the backend ruby code for a different requirement.

90 mins. A spring boot hackerrank question. As soon as you log into the hackerrank test. You will get a GitHub URL. You can copy the URL and clone the repository in your local. You have to work on your local machine and keep pushing your commits to the repository. All the necessary POJOs, service implementation, and databases are in place I was asked to implement the following questions: 1. Implement a GET /hotel/{id} to retrieve a hotel by Id 2. Implement a DELETE /hotel/{id} to delete a hotel by Id. (It should not be actually deleted from the system but should be marked as 'deleted') 3. Search all the hotels closest to the city center. /search/{cityId}. The city object has latitude and longitude and the hotel object also has latitude and longitude. The distance between two can be calculated using the haversine formula, (The question says we can use the internet to calculate the haversine formula)
avatar

Software Engineer, Backend

Interviewed at Booking.com

4.1
Jul 23, 2021

90 mins. A spring boot hackerrank question. As soon as you log into the hackerrank test. You will get a GitHub URL. You can copy the URL and clone the repository in your local. You have to work on your local machine and keep pushing your commits to the repository. All the necessary POJOs, service implementation, and databases are in place I was asked to implement the following questions: 1. Implement a GET /hotel/{id} to retrieve a hotel by Id 2. Implement a DELETE /hotel/{id} to delete a hotel by Id. (It should not be actually deleted from the system but should be marked as 'deleted') 3. Search all the hotels closest to the city center. /search/{cityId}. The city object has latitude and longitude and the hotel object also has latitude and longitude. The distance between two can be calculated using the haversine formula, (The question says we can use the internet to calculate the haversine formula)

How would you design an Internet download manager? how would you find most related tags for a given tag in stack overflow ? semaphores and one real life example of semaphores ? given a dictionary , check whether a string can be formed from words in the dictionary?
avatar

Software Engineer, Backend

Interviewed at BuyHatke

4.6
Aug 10, 2017

How would you design an Internet download manager? how would you find most related tags for a given tag in stack overflow ? semaphores and one real life example of semaphores ? given a dictionary , check whether a string can be formed from words in the dictionary?

Viewing 201 - 210 interview questions

Glassdoor has 2,350 interview questions and reports from Software engineer backend interviews. Prepare for your interview. Get hired. Love your job.