Upload Button Icon Add office photos

Filter interviews by

AppDynamics Interview Questions and Answers

Updated 11 Oct 2024

AppDynamics Interview Experiences

Popular Designations

3 interviews found

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

Leetcode medium problem.

Round 2 - Coding Test 

Leetcode medium and test cases.

Round 3 - One-on-one 

(1 Question)

  • Q1. System design, design a distributed kv store
  • Ans. 

    Design a distributed key-value store system

    • Use consistent hashing to distribute data across nodes

    • Implement replication for fault tolerance

    • Use a gossip protocol for node communication

    • Consider data partitioning and sharding for scalability

    • Implement a distributed consensus algorithm like Raft or Paxos for consistency

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview, get your basics right.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

An online test with 2 coding problems
1. DP medium
2. Tree medium

Round 2 - Coding Test 

In-person interview, asked 2 coding questions
1. easy question based on binary search. Write pseudo code on paper
2. medium question based on tree. Write pseudo code on paper

Round 3 - HR 

(2 Questions)

  • Q1. Asked about the projects mentioned in resume
  • Q2. What challenges did you overcome in your last internship
  • Ans. 

    I overcame challenges related to learning new technologies and working in a fast-paced environment.

    • Learning to use a new programming language and framework

    • Adapting to the fast-paced nature of the work environment

    • Troubleshooting and debugging complex issues

    • Collaborating with team members to meet project deadlines

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

I applied via Company Website and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Three easy level leetcode questions

Round 2 - Technical 

(1 Question)

  • Q1. 2 leetcode easy dsa question
Round 3 - Technical 

(1 Question)

  • Q1. Projects and 2 leetcode easy level questions
Round 4 - Technical 

(1 Question)

  • Q1. Project and behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds all in same day.
After all rounds hr told me that i am selected and that he will share offer letter soon(he also took my documents as well).
Few days after repeatedly ignoring my calls he tells me that they have hired an internal candidate.
Please don't interview for this company, they pay in pennies and the hr are very arrogant and rude.
Worst hr don't care about the interviewee at all, don't waste your time interviewing at this company.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Data modelling, sql and data warehousing
  • Q2. Sql coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. How would you design a review analytics dashboard for a client partner?
  • Ans. 

    I would design a review analytics dashboard by integrating data from various sources, creating visualizations for key metrics, and allowing for customization and interactivity.

    • Integrate data from various sources such as customer reviews, ratings, and feedback.

    • Create visualizations for key metrics like average rating, sentiment analysis, and review volume over time.

    • Allow for customization by letting users filter and dri...

  • Answered by AI
  • Q2. Sql coding, joins and some dwh concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Hackerrank question was asked and answered in an optimized way

Round 2 - Technical 

(2 Questions)

  • Q1. What is memory in linux
  • Q2. What is cpu in linux
Round 3 - One-on-one 

(2 Questions)

  • Q1. How are you doing right now
  • Q2. Introduce yourself in minimum words

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based question on Elasticsearch startup issues on a K8s cluster.
  • Q2. Write a terraform script to create a VM in a cloud provider of your choice and run a service on it.
  • Ans. 

    Use Terraform to create a VM and run a service on a cloud provider

    • Define provider and resource in Terraform script

    • Specify VM instance type, disk size, and networking configurations

    • Provision a script to install and start the service on the VM

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A good DSA question, based on array manipulation and queues. Platform was Zoom call, so you can use any online IDE.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Question related to previous job Experience
  • Q2. Questions related to OOPS concepts
  • Q3. Question on System Design and Fundamentals of Language.
Round 3 - Behavioral interview 

(4 Questions)

  • Q1. Past Experience
  • Q2. How you tackle with challenges in less time
  • Q3. How you handle complete new tech stack?
  • Q4. Approach towards trivial puzzles.
Round 4 - HR 

(1 Question)

  • Q1. Compensation Decisions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep concepts clear, and you should back up your answers with real-life examples that everyone uses, so the interviewer can understand better and relate.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test and technical skills evaluation with an interviewer

Round 2 - One-on-one 

(1 Question)

  • Q1. Cultural Fitment
Round 3 - Technical 

(1 Question)

  • Q1. Design round HLD and LLD
  • Ans. 

    High Level Design (HLD) and Low Level Design (LLD) for a software system

    • Identify the major components and their interactions in HLD

    • Define the modules, classes, and functions in LLD

    • Consider scalability, performance, and security in both designs

    • Use UML diagrams to visualize the design

    • Document the design decisions and rationale

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Discussion round with the hiring manager
Round 5 - One-on-one 

(1 Question)

  • Q1. Managerial round with another team’s hiring manager
Round 6 - HR 

(1 Question)

  • Q1. HR discussion on location and joining date

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. They will not provide any feedback

Interview Preparation Tips

Interview preparation tips for other job seekers - They will not provide any feedback.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Given one at home assignment to create a lwc component

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to have different pricing based on regions
  • Ans. 

    Different pricing based on regions can be achieved by using price rules and custom fields in Salesforce.

    • Create custom fields to store region information for each account or opportunity

    • Use price rules to set different prices based on the region

    • Utilize workflow rules or process builder to automate the pricing based on region

    • Consider using custom metadata types for easier maintenance and scalability

  • Answered by AI
  • Q2. Parent to child relation in lwc
  • Ans. 

    Parent to child relation in LWC refers to the relationship between a parent component and its child components in Lightning Web Components.

    • Use @api decorator in child component to expose properties to parent component

    • Use @track decorator in parent component to track changes in child components

    • Communicate between parent and child components using events or properties

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare real time scenarios

Skills evaluated in this interview

AppDynamics Interview FAQs

How many rounds are there in AppDynamics interview?
AppDynamics interview process usually has 3-4 rounds. The most common rounds in the AppDynamics interview process are Coding Test, Technical and HR.
What are the top questions asked in AppDynamics interview?

Some of the top questions asked at the AppDynamics interview -

  1. System design, design a distributed kv st...read more
  2. Projects and 2 leetcode easy level questi...read more
  3. Project and behavioral questi...read more

Tell us how to improve this page.

AppDynamics Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Zoho Interview Questions
4.3
 • 515 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
View all

AppDynamics Reviews and Ratings

based on 26 reviews

4.2/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.4

Salary

4.0

Job security

4.2

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
38 salaries
unlock blur

₹12 L/yr - ₹51 L/yr

Software Developer
14 salaries
unlock blur

₹20 L/yr - ₹45.6 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹23 L/yr - ₹42 L/yr

Software Engineer2
5 salaries
unlock blur

₹20 L/yr - ₹34 L/yr

SDE-2
4 salaries
unlock blur

₹20.1 L/yr - ₹32 L/yr

Explore more salaries
Compare AppDynamics with

Freshworks

3.5
Compare

Zoho

4.3
Compare

InMobi

3.5
Compare

TCS

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