Backend Developer Interview Questions

9,192 backend developer interview questions shared by candidates

If we like your code we would love to tell you more about our way to Rule the World;) Implement “hangman” In this assignment we ask you to implement a minimal version of a hangman application using the API spec as outlined below: Method URL Description POST /games Start a new game GET /games Overview of all games GET /games/{id} JSON response that should at least include: word: representation of the word that is being guessed. Should contain dots for letters that have not been guessed yet (e.g. aw.so..) tries_left: the number of tries left to guess the word (starts at 11) status: current status of the game (busy|fail|success) POST /games/{id} Guessing a letter, POST body: char=a ● Guessing a correct letter doesn’t decrement the amount of tries left ● Only valid characters are a­z (lowercase)

Backend Developer

Interviewed at MIWI

3
Jun 7, 2015

If we like your code we would love to tell you more about our way to Rule the World;) Implement “hangman” In this assignment we ask you to implement a minimal version of a hangman application using the API spec as outlined below: Method URL Description POST /games Start a new game GET /games Overview of all games GET /games/{id} JSON response that should at least include: word: representation of the word that is being guessed. Should contain dots for letters that have not been guessed yet (e.g. aw.so..) tries_left: the number of tries left to guess the word (starts at 11) status: current status of the game (busy|fail|success) POST /games/{id} Guessing a letter, POST body: char=a ● Guessing a correct letter doesn’t decrement the amount of tries left ● Only valid characters are a­z (lowercase)

90 minute take-home test: The take-home test was quite easy. I prefer not to give out their question. 30 minute interview with hiring manager: Basic CS questions about distributed computing and scaling type questions with some algorithm and network session and API type questions.
avatar

Senior Backend Software Engineer

Interviewed at Syapse

4.2
Jul 25, 2018

90 minute take-home test: The take-home test was quite easy. I prefer not to give out their question. 30 minute interview with hiring manager: Basic CS questions about distributed computing and scaling type questions with some algorithm and network session and API type questions.

Viewing 1101 - 1110 interview questions

Glassdoor has 9,192 interview questions and reports from Backend developer interviews. Prepare for your interview. Get hired. Love your job.