There are different sort of questions depending on the interview step you're in. For example, on the interview with a Team Lead you might be asked what makes a great engineer and on the debrief session you'll discuss the solution to the given task and the questions may be about typical distributed systems problems.
Senior Backend Engineer Interview Questions
2,786 senior backend engineer interview questions shared by candidates
Simple algorithm questions in live coding.
How did you solve a performance optimization problem last time?
Design a system that tracks files stored in S3. Given two API endpoints—one that lists the files and another that provides details such as file size—design a system that counts the total number of files and calculates their combined size.
Read a function, explain what it does, declare tests for it and find bugs.
Qué me motivaba a cambiar de trabajo y mi experiencia reciente y relevante.
Check if string contains the exact same number of repetitions of every character. I.e. "aabb" - true, "aabbc" - false. Then check if removing a single character from the string can make it valid, i.e. "aabbc" - true, "aaabbbcc" - false
Code base to modify. It had tests
What is the name of main Spring web servlet? Algorithm related problems and general technology related questions. Some questions related to frontend development.
coding problem trie-based autocomplete system
Viewing 2761 - 2770 interview questions