Backend Engineer Interview Questions

14,346 backend engineer interview questions shared by candidates

Coding Interview: Level 1 1. Given a dictionary input where it has departments as keys and employee ids as values: Print out an array of arrays where: 1. Each department that has the same number of employees are put in the same array 2. The arrays are ordered based on how many employees are in the departments that are in the array. 3. The departments appear in their natural ordering. Sample Input {"general": [2, 3, 4], "infra": [3, 5], "humor": [4, 6]} Sample Output [["infra", "humor"], ["general"]]
avatar

Backend Engineer

Interviewed at Ruangguru.com

3.9
Oct 4, 2021

Coding Interview: Level 1 1. Given a dictionary input where it has departments as keys and employee ids as values: Print out an array of arrays where: 1. Each department that has the same number of employees are put in the same array 2. The arrays are ordered based on how many employees are in the departments that are in the array. 3. The departments appear in their natural ordering. Sample Input {"general": [2, 3, 4], "infra": [3, 5], "humor": [4, 6]} Sample Output [["infra", "humor"], ["general"]]

Viewing 171 - 180 interview questions

See Interview Questions for Similar Jobs

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