I think the interview process was mostly to ensure a good culture fit. It wasn't very technical.
Sr Engineer Interview Questions
113,933 sr engineer interview questions shared by candidates
If I didn't know how to do something, how wold I proceed.
Some map related question.
2 coding questions ~ Leetcode medium One based on regex, other on strings array.
2 Sum
Given a set of coins, how can you give a change with 1. minimum number of coins 2. maximum numbers of coins
Virtual function memory lay out. Question related to synchronizations, just have your fundamentals clear here. Binary bit map question. See below doc for a compile of all question asked till July 2015.
Basic shell scripting and Unix based questions.
SQL question: Customers have multiple contacts, each of the contacts can have multiple addresses, phone numbers, emails. Come up with a database schema and a query to find the phone number of a particular contact of a given customer. What data type should the 'type' field be in the phone table? Design a REST API that would (a) get a contact home phone for a given customer, and (b) update a phone number. Behavorial: Describe a time when you stepped up to do something above and beyond what was expected of you Python: Given a wrapper around Twilio CRUD APIs, we encounter a 1 in 2000 failures due to network glitches, which can be fixed with a retry. Implement this retry, first with a simple function, then for all of them.
Asked to solve a variety of technical questions, such as how to find the missing number from a list of n that you know only one is missing, in an efficient approach.
Viewing 621 - 630 interview questions