Backend Engineer Interview Questions

14,386 backend engineer interview questions shared by candidates

You *do* need to study hard on your data structures and algorithms. The engineers you'll be interviewing with are top-tier talent and will expect you to be able to explain the deepest inner workings of given algorithms or structures, while likewise presenting you with clever code problem(s) to solve.
avatar

Backend Engineer

Interviewed at ClassPass

3.3
Sep 5, 2018

You *do* need to study hard on your data structures and algorithms. The engineers you'll be interviewing with are top-tier talent and will expect you to be able to explain the deepest inner workings of given algorithms or structures, while likewise presenting you with clever code problem(s) to solve.

1st interview: right a function that receive an array of integers such that every element in the array, except one, appears even number of times. you should find the one element who appears odd number of times. the solution should be in O(n) runtime complexity and O(1) memory complexity
avatar

Student Backend Engineer

Interviewed at Radware

3.8
Dec 26, 2019

1st interview: right a function that receive an array of integers such that every element in the array, except one, appears even number of times. you should find the one element who appears odd number of times. the solution should be in O(n) runtime complexity and O(1) memory complexity

Implement an n-ary tree. With rules: 1. If the value is in the set, keep the node 2. If the value is a parent of the value in the set, keep it 3. If the value is a part of the final tree, keep it 4. Otherwise, delete the node
avatar

Backend Engineer

Interviewed at Nuna

2.7
Sep 27, 2022

Implement an n-ary tree. With rules: 1. If the value is in the set, keep the node 2. If the value is a parent of the value in the set, keep it 3. If the value is a part of the final tree, keep it 4. Otherwise, delete the node

Viewing 1871 - 1880 interview questions

See Interview Questions for Similar Jobs

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