How will you navigate the political arena?
Principal Engineer Interview Questions
4,347 principal engineer interview questions shared by candidates
Implement a rate limiter. Choose the winner from a list of casted votes. Design tagging system.
Implement snake game in python
Why werent' you more involved in the admin portions of the software?
Code Design – Rate Limiter. Here is the exact question I received. Problem Title: Rate Limiter Problem Description: Imagine we are building an application that is used by many different customers. We want to avoid one customer being able to overload the system by sending too many requests, so we enforce a per-customer rate limit. The rate limit is defined as: “Each customer can make X requests per Y seconds” Assuming that customer ID is extracted somehow from the request, implement the following function. // Perform rate limiting logic for provided customer ID. Return true if the // request is allowed, and false if it is not. boolean rateLimit(int customerId)
System design Qs on * Photo storage service * Game machine with payment system
Usual technical questions involving C/C++, Embedded, Real-time type questions.
Snake game and algorithmic question
1. web server url router api 2. winner election votes
Javascript Promises and standard UI questions
Viewing 1551 - 1560 interview questions