Senior Staff Engineer Interview Questions

704 senior staff engineer interview questions shared by candidates

Given a text, extract the frequency of each word, and produce an output sorted by applying the following conditions: a. descending order of frequency b. ascending alphabetical order, in case two or more words have the same frequency (clash) Ex. class java set map java object java class object list Output java 3 class 2 object 2 list 1 map 1 set
avatar

Senior Staff Full Stack Engineer

Interviewed at AppDirect

3.6
Jan 14, 2021

Given a text, extract the frequency of each word, and produce an output sorted by applying the following conditions: a. descending order of frequency b. ascending alphabetical order, in case two or more words have the same frequency (clash) Ex. class java set map java object java class object list Output java 3 class 2 object 2 list 1 map 1 set

Provided a TYPED python class, which uses the async library, with some functionality (one function stubbed out), extend/build that functionality in order to pass a pre-written test. Then, augment another test to pass.
avatar

Senior/Staff Backend (Python) Engineer

Interviewed at Runway (NYC)

4.6
Mar 31, 2024

Provided a TYPED python class, which uses the async library, with some functionality (one function stubbed out), extend/build that functionality in order to pass a pre-written test. Then, augment another test to pass.

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
avatar

Senior Staff Software Engineer

Interviewed at Equinix

3.8
Jul 21, 2023

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

Viewing 51 - 60 interview questions

Glassdoor has 704 interview questions and reports from Senior staff engineer interviews. Prepare for your interview. Get hired. Love your job.