Quais as coisas mais incomuns que você já fez? Qual startup você admira? Perguntas sobre projetos paralelos
Backend Software Engineer Interview Questions
2,350 backend software engineer interview questions shared by candidates
Write code to get the 2nd largest Number of an array in O(n) time and O(1) space.
Whiteboard cloud architecture for some services.
How do you make code run very fast with very little memory?
What do you do if you need to rollback?
What types of operations can you do on streams? (intermediate and final operations - what is the diff?)
What are your strengths and weaknesses?
Pair coding to solve easy algorithms. Design a database schema and API for these requirements. Tell me about a time you had conflict with a coworker.
Read a file, go over the words, and count how many times each word appears. follow-up question: print only the word or word that has the max number of appearances
find the busiest manager - given org structure with CEO as the root, find the busiest manager, i.e. manager with the biggest number of people who directly or indirectly report to him. 1. describe which DB you would choose and why 2. write a javascript function that finds the busiest manager
Viewing 1341 - 1350 interview questions