Upload Button Icon Add office photos

Filter interviews by

New Relic Engineering Manager Interview Questions and Answers

Updated 16 Sep 2024

New Relic Engineering Manager Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you do when you have issue in the production
  • Ans. 

    I immediately investigate the issue, identify the root cause, involve necessary team members, and implement a solution to minimize impact on production.

    • Investigate the issue thoroughly to understand the root cause

    • Involve necessary team members such as engineers, operators, and quality control

    • Implement a solution quickly to minimize impact on production

    • Communicate with stakeholders about the issue and resolution

  • Answered by AI
  • Q2. How do you handle conflicts
  • Ans. 

    I address conflicts by actively listening, understanding all perspectives, and facilitating open communication to find a resolution.

    • Actively listen to all parties involved in the conflict

    • Understand the root cause of the conflict

    • Facilitate open communication to encourage dialogue and collaboration

    • Find a resolution that is fair and beneficial for all parties

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Simple group discussion about projects and work

Round 2 - Case Study 

Design round about system design architecture

Engineering Manager Interview Questions Asked at Other Companies

asked in PVR Inox
Q1. Which contactor connected first in star delta starter?
asked in Adhoc
Q2. How many direct reports have you had at one time in the past?
Q3. Delivery deadline to meet when team is under pressure for long ti ... read more
Q4. What do you due when a regulation comes and you need to deliver i ... read more
Q5. is there any limit to have try catch blocks or any number of such ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Kafka related questions
  • Q2. Find 2 sum , follow-up question Triplet sum in array
  • Ans. 

    Finding 2 sum and Triplet sum in an array of strings

    • Use a hashmap to store the elements and their indices for quick lookup

    • For 2 sum, iterate through the array and check if the target - current element exists in the hashmap

    • For Triplet sum, fix one element and find the other two using 2 sum approach

  • Answered by AI
  • Q3. How to handle performance issue in java app
  • Ans. 

    Performance issues in Java apps can be handled by profiling, optimizing code, using caching, and scaling resources.

    • Use profiling tools like JProfiler or VisualVM to identify bottlenecks

    • Optimize code by reducing unnecessary loops, improving algorithms, and minimizing database queries

    • Implement caching mechanisms like Redis or Memcached to store frequently accessed data

    • Scale resources by adding more servers, using load ba

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Design Cron job scheduler
  • Ans. 

    Design a Cron job scheduler for automating tasks at specific times.

    • Define the schedule using cron expressions (e.g. '0 0 * * *' for daily at midnight)

    • Implement a job queue to manage tasks and their execution

    • Include error handling and logging for monitoring and troubleshooting

    • Consider scalability and performance optimizations for handling large number of jobs

  • Answered by AI
  • Q2. EM role- so scenario based question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. HLD of BookMyShow
  • Ans. 

    BookMyShow is a popular online ticketing platform for movies, events, and other entertainment.

    • BookMyShow is a platform where users can book tickets for movies, events, plays, sports, etc.

    • It provides information on upcoming events, movie showtimes, and venue details.

    • Users can select seats, make payments, and receive e-tickets for their bookings.

    • The platform also offers reviews, ratings, and recommendations for users to ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

  • Q1. Design email notification system
  • Ans. 

    Design an email notification system for efficient communication.

    • Identify the triggers for sending email notifications (e.g. new user registration, password reset)

    • Design a user-friendly interface for users to manage their notification preferences

    • Implement a system to track email delivery and user engagement

    • Consider personalization options for email content based on user behavior

    • Ensure compliance with data protection reg

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - tech

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Problem solving leetcode problems
  • Q2. System design questions leetcode
  • Q3. Project architecture and understanding
  • Q4. People Management and conflict management
  • Q5. Leadership principles and qualities

Interview Preparation Tips

Interview preparation tips for other job seekers - project understanding, system design , problem solving
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Coding Test and Code review comprehension Round

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to CDN, Recommendation Engine and Designing a system that is online (Twitter/Instagram etc)
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to DNS Resolution, Database related Questions and System Design
Round 4 - Technical 

(1 Question)

  • Q1. Queries related to how to scale a service, and DB Normalizations
Round 5 - One-on-one 

(1 Question)

  • Q1. This was a Cultural Fit Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare firsthand on the concepts and be very specific on the answers, while solving the problem be very mindful of keeping the conversations going with the interviewer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Kafka related questions
  • Q2. Find 2 sum , follow-up question Triplet sum in array
  • Ans. 

    Finding 2 sum and Triplet sum in an array of strings

    • Use a hashmap to store the elements and their indices for quick lookup

    • For 2 sum, iterate through the array and check if the target - current element exists in the hashmap

    • For Triplet sum, fix one element and find the other two using 2 sum approach

  • Answered by AI
  • Q3. How to handle performance issue in java app
  • Ans. 

    Performance issues in Java apps can be handled by profiling, optimizing code, using caching, and scaling resources.

    • Use profiling tools like JProfiler or VisualVM to identify bottlenecks

    • Optimize code by reducing unnecessary loops, improving algorithms, and minimizing database queries

    • Implement caching mechanisms like Redis or Memcached to store frequently accessed data

    • Scale resources by adding more servers, using load ba

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Design Cron job scheduler
  • Ans. 

    Design a Cron job scheduler for automating tasks at specific times.

    • Define the schedule using cron expressions (e.g. '0 0 * * *' for daily at midnight)

    • Implement a job queue to manage tasks and their execution

    • Include error handling and logging for monitoring and troubleshooting

    • Consider scalability and performance optimizations for handling large number of jobs

  • Answered by AI
  • Q2. EM role- so scenario based question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. HLD of BookMyShow
  • Ans. 

    BookMyShow is a popular online ticketing platform for movies, events, and other entertainment.

    • BookMyShow is a platform where users can book tickets for movies, events, plays, sports, etc.

    • It provides information on upcoming events, movie showtimes, and venue details.

    • Users can select seats, make payments, and receive e-tickets for their bookings.

    • The platform also offers reviews, ratings, and recommendations for users to ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

  • Q1. Design email notification system
  • Ans. 

    Design an email notification system for efficient communication.

    • Identify the triggers for sending email notifications (e.g. new user registration, password reset)

    • Design a user-friendly interface for users to manage their notification preferences

    • Implement a system to track email delivery and user engagement

    • Consider personalization options for email content based on user behavior

    • Ensure compliance with data protection reg

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - tech

Skills evaluated in this interview

New Relic Interview FAQs

How many rounds are there in New Relic Engineering Manager interview?
New Relic interview process usually has 1-2 rounds. The most common rounds in the New Relic interview process are Group Discussion, Case Study and One-on-one Round.

Tell us how to improve this page.

New Relic Engineering Manager Salary
based on 5 salaries
₹34.5 L/yr - ₹53 L/yr
19% more than the average Engineering Manager Salary in India
View more details

New Relic Engineering Manager Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
22 salaries
unlock blur

₹18.5 L/yr - ₹60 L/yr

Software Engineer
21 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Software Engineer2
7 salaries
unlock blur

₹20 L/yr - ₹36 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹8 L/yr - ₹15.2 L/yr

Lead Software Engineer
6 salaries
unlock blur

₹25 L/yr - ₹55 L/yr

Explore more salaries
Compare New Relic with

Datadog

4.8
Compare

Splunk

4.5
Compare

Dynatrace

1.8
Compare

AppDynamics

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview