Most questions were on Rust concepts like Send+Sync, Trait bounds, Lifetimes etc.
Backend Software Interview Questions
15,489 backend software interview questions shared by candidates
How would you design a online book store?
What type of language do you prefer to write complex algorithms in and why?
Tell us more about yourself
Design a data pipeline that receives data from many sources and saves it to an analytics database. The data is coming in different structure and from different sources. Could be a webpage, an API, a webhook, etc. Each of those could be XML, could be JSON or whatever and have different structure
The coding challenge was in one of those shared online coding platforms. You have data in a very weird format inside a hash table and you need to return it in a form of a JSON that resembles somewhat a tree (Every node can have couple of another nodes IIRC). Wasn't that complicated tbh, the coding platform did more issues with JS rather then the exercise being hard
dictionary of people and probability and random create a function that returns the people name by his probability
How to design a function for transfer money
Asked to complete a code review of 50 lines of code.
Not going to disclose specific questions. However, nothing particularly out of the ordinary.
Viewing 1441 - 1450 interview questions