L1 Support Interview Questions

753 l1 support interview questions shared by candidates

s = input() for i in range(len(s)): seen = set() for c in s[i:]: if c in seen: break seen.add(c) print(c, end="") print() This is pretty much the code i wrote that day, might not be exactly what i wrote that day but yeah i used sets and this loop logic
avatar

Software Engineer L1

Interviewed at Infosys

3.6
Feb 18, 2026

s = input() for i in range(len(s)): seen = set() for c in s[i:]: if c in seen: break seen.add(c) print(c, end="") print() This is pretty much the code i wrote that day, might not be exactly what i wrote that day but yeah i used sets and this loop logic

Viewing 541 - 550 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 753 interview questions and reports from L1 support interviews. Prepare for your interview. Get hired. Love your job.