Sr Engineering Manager Interview Questions

1,068 sr engineering manager interview questions shared by candidates

Customer Satisfaction a) Imagine we have a customer support ticketing system. The system allows customers to rate the support agent out of 5. To start with, write a function which accepts a rating, and another which will show me all of the agents and the average ratingeach one has received, ordered highest to lowest. b) Currently your solution does not account for what happens if two agents have the same average rating. What options are there for handling ties and how can we implement that in code? c) Now I want to be able to see who the best agents are each month. Change the implementation so I can get that information. d) Write a new function that will allow me to export of each agent’s average ratings per month. You can export in any format you like- for example csv,json or xml. e) Make it return the average ratings unsorted./ Make it return the total rating for each agent without the average
avatar

Senior Engineering Manager

Interviewed at Atlassian

3.2
Sep 7, 2025

Customer Satisfaction a) Imagine we have a customer support ticketing system. The system allows customers to rate the support agent out of 5. To start with, write a function which accepts a rating, and another which will show me all of the agents and the average ratingeach one has received, ordered highest to lowest. b) Currently your solution does not account for what happens if two agents have the same average rating. What options are there for handling ties and how can we implement that in code? c) Now I want to be able to see who the best agents are each month. Change the implementation so I can get that information. d) Write a new function that will allow me to export of each agent’s average ratings per month. You can export in any format you like- for example csv,json or xml. e) Make it return the average ratings unsorted./ Make it return the total rating for each agent without the average

Viewing 621 - 630 interview questions

Glassdoor has 1,068 interview questions and reports from Sr engineering manager interviews. Prepare for your interview. Get hired. Love your job.