Upload Button Icon Add office photos

Filter interviews by

New Relic Software Engineer Interview Questions and Answers

Updated 2 Jan 2025

New Relic Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

An online assessment was conducted, during which medium-level questions from LeetCode were asked.

Round 2 - Coding Test 

Onsite interview. basic coding question was asked which was asked to improve on based on constraints.

Round 3 - Technical 

(1 Question)

  • Q1. System design question was asked with some scenario. Followup quesions were asked based on my answers.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, Interviewers are there to help you.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse a Linked list in golang

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Balanced Parentheses question: Leetcode Medium

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find the missing smallest positive integer
  • Ans. 

    Find the missing smallest positive integer in an array of integers

    • Sort the array to easily identify missing integers

    • Iterate through the sorted array to find the smallest missing positive integer

    • Return the missing integer

  • Answered by AI
  • Q2. Given an array of 0,1,2, Sort the array
  • Ans. 

    Sort an array of strings containing only 0, 1, and 2.

    • Use a three-way partitioning algorithm like Dutch National Flag algorithm to sort the array in a single pass.

    • Keep track of three pointers - low, mid, and high to partition the array into three sections.

    • Swap elements based on their values to achieve the sorted array.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General DSA question leetcode style
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on previous project
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Stack based question Medium Difficulty DSA.
  • Q2. Theory questions related Java, Spring, OOPs
Round 2 - Technical 

(3 Questions)

  • Q1. Medium-hard DSA question.
  • Q2. Project related questions
  • Q3. Design Patterns
Round 3 - HR 

(1 Question)

  • Q1. Company fit questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Based on linked list
Round 2 - Technical 

(1 Question)

  • Q1. Based in tree Data Structure
Round 3 - Technical 

(1 Question)

  • Q1. Based on the graph and one from aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium-level DSA questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the leaves of the tree.
  • Ans. 

    Leaves of a tree are the nodes with no children in a tree data structure.

    • Traverse the tree and identify nodes with no children.

    • Use depth-first search or breadth-first search algorithms to find leaves.

    • Examples: In a binary tree, leaves are nodes with no left or right child.

    • In a general tree, leaves are nodes with no children in their child list.

  • Answered by AI
  • Q2. Find the LCA of tree.
  • Ans. 

    The Lowest Common Ancestor (LCA) of a tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and traverse the tree to find the paths from the root to the two nodes.

    • Compare the paths to find the last common node between them, which is the LCA.

    • If one of the nodes is an ancestor of the other, then the ancestor node is the LCA.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the healthcare sector

    • Performed data analysis on customer behavior using Python and SQL for a marketing company

  • Answered by AI
  • Q2. What internships you did?
  • Ans. 

    I completed internships at ABC Company and XYZ Company during my undergraduate studies.

    • Interned at ABC Company working on web development projects

    • Interned at XYZ Company assisting with software testing and quality assurance

    • Gained hands-on experience in coding, debugging, and problem-solving

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare tree and graph well.

Skills evaluated in this interview

New Relic Interview FAQs

How many rounds are there in New Relic Software Engineer interview?
New Relic interview process usually has 1-2 rounds. The most common rounds in the New Relic interview process are Coding Test, One-on-one Round and Technical.
What are the top questions asked in New Relic Software Engineer interview?

Some of the top questions asked at the New Relic Software Engineer interview -

  1. System design question was asked with some scenario. Followup quesions were ask...read more
  2. Balanced Parentheses question: Leetcode Med...read more

Tell us how to improve this page.

New Relic Software Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good
New Relic Software Engineer Salary
based on 22 salaries
₹13.6 L/yr - ₹40 L/yr
186% more than the average Software Engineer Salary in India
View more details

New Relic Software Engineer Reviews and Ratings

based on 6 reviews

2.2/5

Rating in categories

2.2

Skill development

1.9

Work-Life balance

3.4

Salary & Benefits

1.9

Job Security

1.9

Company culture

2.4

Promotions/Appraisal

2.0

Work Satisfaction

Explore 6 Reviews and Ratings
Software Engineer
22 salaries
unlock blur

₹13.6 L/yr - ₹40 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹18.5 L/yr - ₹60 L/yr

Software Engineer2
8 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.6
Compare

Splunk

4.5
Compare

Dynatrace

1.8
Compare

AppDynamics

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview