Backend Software Interview Questions

15,481 backend software 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 */
avatar

Junior Backend Developer

Interviewed at Deloitte

3.8
Mar 16, 2026

//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 */

Viewing 911 - 920 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 15,481 interview questions and reports from Backend software interviews. Prepare for your interview. Get hired. Love your job.