Do you have any commercial experience using Java?
Backend Software Engineer Interview Questions
15,498 backend software engineer interview questions shared by candidates
//DELOITTE INTERVIEW QUESTION 2 //Split substring so no letter occurs more than once in each substring //Return the min num of substrings into which the string has to be split /* 1.Must always be true:no letter occurs more than once in each substring 2.Event forcing a boundary: Appearance of a letter more than once in a substring (a.k.a. duplicate detected) 3.Data Structure that tracks the constraint : Set */
What is the internal working of Map
Importance of unit and integration testing
Perchè stai cercando un altro lavoro?
Did you implement a CI/CD in you previous job?
Are you familiar with ORM?
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,
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.
About the Django project, I was given.
Viewing 891 - 900 interview questions