system design (url shortener); coding(max concurrent meetings); technical details of past projects; manager interview with some system design(sending mass emails, processing big file)
Senior Staff Software Engineer Interview Questions
221 senior staff software engineer interview questions shared by candidates
Design a new system X from scratch
how to integrate disparate systems, methods and to make api calls. lot of questions on xml, devops methodologies and tools
how would you reverse a 32 bit integer ?? for eg if the input is 0x76543210 the output has to be 0x01234567
Car park system Implement parking spot reservation system at a car park. The system should be able to serve cars and buses. - There are two spot types: car spot and bus spot - Cars can allocate only car spot - Buses can allocate bus spot - If no bus spot is available, 2 adjacent car spots in the same row can be allocated - Car park has shape of rectangle - The system should expose RESTAPI with an endpoint for car spot reservation. This endpoint should return reserved spots IDs
How can you claim to be a software engineer if you have been working in the semiconductor manufacturing for 10 years.
There is a sorted list of integers. Write a function to compute square of each element and generate a new sorted list.
Regarding LeetCode, the problem currently associated with Gusto is the time-value one. The other questions were derived from various LeetCode-like concepts, but they weren't linked to any specific problem.
What is virtual file system VFS?
Interviewer: Describe a challenging problem you are working on?
Viewing 11 - 20 interview questions