Questions stemming mostly from interviewers skills and less from mine! Explain how something (that I never claimed I had worked on) works?
Senior Staff Engineer Interview Questions
704 senior staff engineer interview questions shared by candidates
Explain what you did in your last job.
Can you work in an international environment as I see you are Turkish?
Give a 30min presentation on a technical depth topic of your choosing
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.
Why was I leaving my previous company?
Lots of "describe a time" storytelling questions
Explain what will you do if there is a bug in silicon. What are the things you will check first
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