Please go over REST principles.
Senior Staff Engineer Interview Questions
702 senior staff engineer interview questions shared by candidates
What is SOLID? Can you go over every letter?
check leetcode.com it's accurate from there.
Limits the number of requests a single API consumer/client can make to an API within a time-frame. Rejects excess requests (http status code 429 Too many requests). Eg. 200 requests per API consumer/min. Considerations: A. Assume single API endpoint B. Core idea/algorithm that would work on a single machine (single/multi - threaded) C. How would you scale the design for a distributed environment under heavy load Note: Even load balancers or API gateways are distributed, not single instances.
Implement a number queue with avg
- Various on-job case scenarios - How will you handle difficult situations
Debug bunch of code snippet and explain the logic of each code snippet.
Device physics about MOSFET and electrical characteristics
Networking concepts L2 and L3. Packet level concepts were asked which in general other than Marvell and Intel, no other company works on.
Past experiences mentioned in the CV
Viewing 551 - 560 interview questions