Give me an example of when you made a technical decision having limited information.
Senior Staff Engineer Interview Questions
708 senior staff engineer interview questions shared by candidates
Describe what happens when you type www,google.com?
Docker and containerization in depth
Regular HR questions for this position.
Please tell me the difference between multi-threading and multi-processing. What are these things?
Please go over REST principles.
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
Viewing 551 - 560 interview questions