Back End Engineer Interview Questions

Back End Engineer Interview Questions

Se ti stai candidando per una posizione di Back-end engineer, devi sapere che gli intervistatori desiderano sapere se hai le conoscenze necessarie per progettare, costruire e gestire il lato server di un sito web. Preparati a rispondere a domande sulle ultime novità in materia di web design e tecnologia, così come a domande sulle tue capacità di risoluzione dei problemi, abilità di gestione del tempo e doti comunicative.

Domande tipiche dei colloqui per Back-end engineer e come rispondere

Question 1

Domanda 1: Parlami degli ultimi progressi nella costruzione di siti web e server.

How to answer
Come rispondere: Le aziende non cercano solo personale aggiornato sulle ultime novità tecnologiche, ma desiderano persone innovative e all'avanguardia. Quando parli degli ultimi progressi nelle tecniche di web design e web building, spiega come incorporeresti questi miglioramenti attuali nel sito web dell'azienda.
Question 2

Domanda 2: Ti piace lavorare in team?

How to answer
Come rispondere: I back-end engineer devono spesso lavorare in team per sviluppare e gestire un sito web. Gli intervistatori vogliono sapere se riusciresti a lavorare bene in team con il personale già presente in azienda. Metti in evidenza la tua capacità di comunicare efficacemente e di collaborare con gli altri.
Question 3

Domanda 3: Puoi raccontarmi di una volta in cui hai dovuto rispettare una scadenza imminente?

How to answer
Come rispondere: Quando ti viene posta questa domanda, sottolinea le tue abilità di gestione del tempo e di rimanere organizzato e concentrato anche in situazioni di forte stress. Le aziende cercano persone in grado di lavorare bene anche sotto pressione.

1,560 back end engineer interview questions shared by candidates

They asked me what I would add to my implementation of the assignment, and why I made some of the technical choices I have. The technical questions were the kind you can find in any coding interview website. I recognized one of the questions, but not the other 2.
avatar

Senior Back End Engineer

Interviewed at Bizzabo

3.7
May 5, 2021

They asked me what I would add to my implementation of the assignment, and why I made some of the technical choices I have. The technical questions were the kind you can find in any coding interview website. I recognized one of the questions, but not the other 2.

Create two microservices for calculating people's social rating. First microservice (data collector) should: 1. consume http requests with JSON in a body: { "first_name": <text>, "last_name": <text>, "age": <number> } 2. read calculation seed from application properties file (it can be just a random number 0-1) 3. send all information to the queue Second microservice (social rating calculator) should: 1. read message from the queue 2. calculate social rating score (score = base seed * user’s age) 3. print similar to the following message to the application console "<firstName> <lastName> has <socialRatingScore> score" Bonus points: - use docker to run dependent services - the second microservice should save calculated scores for each user in the Redis - It should be possible to specify properties file on the application start phase Desirable to use Java, Spring Boot, Apache Kafka (or AWS SQS).
avatar

Back-end Software Engineer

Interviewed at CyberCube

4.6
Mar 2, 2020

Create two microservices for calculating people's social rating. First microservice (data collector) should: 1. consume http requests with JSON in a body: { "first_name": <text>, "last_name": <text>, "age": <number> } 2. read calculation seed from application properties file (it can be just a random number 0-1) 3. send all information to the queue Second microservice (social rating calculator) should: 1. read message from the queue 2. calculate social rating score (score = base seed * user’s age) 3. print similar to the following message to the application console "<firstName> <lastName> has <socialRatingScore> score" Bonus points: - use docker to run dependent services - the second microservice should save calculated scores for each user in the Redis - It should be possible to specify properties file on the application start phase Desirable to use Java, Spring Boot, Apache Kafka (or AWS SQS).

Viewing 1181 - 1190 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,560 interview questions and reports from Back end engineer interviews. Prepare for your interview. Get hired. Love your job.