How do you deal with async requests to a 3rd party service?
Senior Backend Engineer Interview Questions
2,034 senior backend engineer interview questions shared by candidates
Are you familiar with ORM?
One line python method that opens a file in read/write mode, reads the raw contents, right strips the content string, and returns it. The question is "what's wrong with the method?"
How would you design a data anonymizing pipeline?
SOLID concepts. Definition of SOLID when writing code
You receive 50,000 products in a GET API request body. Will you accept it?
2. Second Level round has a real world problem about creating a web api to fetch some data from other api and the followup questions around that on handling the rate-limiting,
really simple ordering and sum price in static data structure
How would you handle a friend in the office that keeps making mistakes that can impact the company and doesn't listen to your corrections?
Circuit breaker implementation in Java: The service A calls service B and service C every time. If one service fails 3-times in 10 minutes ( or 20 seconds in the implementation) the next call will be blocked for 5 minutes (10 seconds in the implementation). There was given a simulation of remote method calls, I needed to implement only the execute() which calls the remote service if possible.
Viewing 101 - 110 interview questions