Dimmi 3 parole che ti descrivono. Cosa è una VPN? Quale salario desideri.
Backend Engineer Interview Questions
15,469 backend engineer interview questions shared by candidates
1. Tell about a project you did and how was implemented. 2. Given a String comprised out of all the chars possible (the string isn't necessarily long, but can contain all char types), return the number of removeLetter actions that would result in the input string to be valid. I'll explain: A "Valid String" is a string that each unique char in it has a count (number of appearances) which is a unique number. For example: given "abcaba", it's valid because 'a' appears 3 times, 'b' appears 2 times and 'c' appears once. In the contrary, "aabb" isn't valid because both 'a' & 'b' appears 2 times in the string. So the question is: implement a method in your lang, that would return the number of remove-letter actions that would convert an invalid string to a valid string. Given "aabb", the function will return 1 (because we can remove 'a' or 'b' and by that making the string valid).
Solve some Medium level Python problems
write a backend system from scratch.
Talk about your prior experiences. Explain 1–2 projects.
Do you know about infrastructure as code concept?
They proposed a React code challenge
Design an order book for an exchange
In what scenarios would you use a tree and a graph?
How to split an queue to get good performance?
Viewing 941 - 950 interview questions