Where do you see yourself in five years
Backend Engineer Interview Questions
15,486 backend engineer interview questions shared by candidates
How would you change the given code so that it is unit testable.
Tell about challenges that you have
I was asked about my background and my studies.
Lots of deep knowledge questions about specifics of a project, why decisions were made, trade-offs, and alternative solutions.
Do you have any commercial experience using Java?
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?
//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 */
SOLID concepts. Definition of SOLID when writing code
Importance of unit and integration testing
Viewing 901 - 910 interview questions