What is the motivation? Where do you see yourself after 5 years? Job responsibility related experience
Senior Staff Engineer Interview Questions
696 senior staff engineer interview questions shared by candidates
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.
LinkedList operations LRU cache Nth most occurred in file stream design Kafka streams basic Microservice vs monolithic, use cases, scaling issues Elasticsearch queries and performance Basic Java Qs
Same object passed to two different threads having two synchronised methods, add &multiply. Can thread1 call add and thread2 call multiply method at same time ?
Tell me about what you have done.
Why I'm choosing this location and how did I know Langan
leecode how to reverse a string
Viewing 551 - 560 interview questions