Backend Engineer Interview Questions

15,491 backend engineer interview questions shared by candidates

Round2 (Technical 2): This interview supposed to be tougher than the previous one. The interviewer asked me about java fundamental questions. Notes: Look into topics like thread, garbage collection, collections framework. After that, he asked me to design LRU Cache. Was able to do that. Then asked me to implement Priority Queue. Also did that. And that was all for this round.
avatar

Backend Engineer

Interviewed at CleverTap

4.3
Nov 13, 2024

Round2 (Technical 2): This interview supposed to be tougher than the previous one. The interviewer asked me about java fundamental questions. Notes: Look into topics like thread, garbage collection, collections framework. After that, he asked me to design LRU Cache. Was able to do that. Then asked me to implement Priority Queue. Also did that. And that was all for this round.

1. Print all the interleavings between given two strings of length m,n without changing the relative of order of each string. Eg: if str1 = 'AB', m=n, str2 = 'CD', n=2 Then output should be all the interleavings. output: abcd acbd acdb cabd cadb cdab i.e 6 possibilities
avatar

Backend Engineer

Interviewed at Directi

4
Jul 1, 2016

1. Print all the interleavings between given two strings of length m,n without changing the relative of order of each string. Eg: if str1 = 'AB', m=n, str2 = 'CD', n=2 Then output should be all the interleavings. output: abcd acbd acdb cabd cadb cdab i.e 6 possibilities

Viewing 1331 - 1340 interview questions

See Interview Questions for Similar Jobs

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