Backend Developer Interview Questions

15,454 backend developer 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 181 - 190 interview questions

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