Backend Software Engineer Interview Questions

9,111 backend software engineer interview questions shared by candidates

Python questions: Fibbonachi as generator and bfs on object: Write a function that receives a dict and a predicate, and returns a set with paths to all fields satisfying the predicate. The function searches through dicts and lists. Nested field keys are separated by '.' A predicate is any function which receives a value and returns false or true. """ obj = { "a": 4, "b": [ "a", 10, {"d": 6}, ], "c": { "c1": 12, "c2": { "c21": [], }, "c3": None, "c4": None, }, "e": [], }
avatar

Backend Developer

Interviewed at TripleTen

3.9
Sep 6, 2024

Python questions: Fibbonachi as generator and bfs on object: Write a function that receives a dict and a predicate, and returns a set with paths to all fields satisfying the predicate. The function searches through dicts and lists. Nested field keys are separated by '.' A predicate is any function which receives a value and returns false or true. """ obj = { "a": 4, "b": [ "a", 10, {"d": 6}, ], "c": { "c1": 12, "c2": { "c21": [], }, "c3": None, "c4": None, }, "e": [], }

Viewing 8171 - 8180 interview questions

Glassdoor has 9,111 interview questions and reports from Backend software engineer interviews. Prepare for your interview. Get hired. Love your job.