Me convença do porquê eu deveria ter testes automatizados no meu projeto.
Java Backend Engineer Interview Questions
517 java backend engineer interview questions shared by candidates
They asked me in cache if we are using hashmap then in multi threading environment the cached data get inconsistent so for that what data structure we can use?
Na prova prática, me perguntaram o que poderia ser melhorado.
Core Java concepts and 1 DSA question
How do you deal with async requests to a 3rd party service?
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.
really simple ordering and sum price in static data structure
Code review a provided implementation of a Stack
You receive 50,000 products in a GET API request body. Will you accept it?
What is the internal working of Map
Viewing 21 - 30 interview questions