Software architecture, software design, and coding questions.
Senior Backend Engineer Interview Questions
2,042 senior backend engineer interview questions shared by candidates
Trivial leetcode-like "easy" category questions.
Are you OK working 60 hours/week?
Give me examples of things you are proud of from your previous jobs.
Relatively standard systems design walkthrough about the architecture of a metrics ingestion pipeline.
A typical test like fizzbuzz
Why do you want to work at Rivian?
I signed NDA with Faire thus cannot disclose too much, but expect questions like String parsing or similar to this LeetCode question: https://leetcode.com/problems/mini-parser/
build a parking lot system
Design a city bike sharing system. Write a Bike class with methods to checkout and return a bike. Write a BikeStation class initialized with a settable max capacity, and with methods to add a bike and add a sponsor. Write a BikeShare class with methods to add a bike, to assign a bike to an available station, to list all bikes, and to list checked out bikes. As a bonus, allow new bikes to be randomly assigned to a home station with probabilities 50% for station 1, 20% for station 2, 20% for station 3, and 10% for station 4.
Viewing 481 - 490 interview questions