J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez AppDynamics (San Francisco, CA) en févr. 2021
Entretien
The way the recruiter behave is so rude. I didn't get any update from the her since 1 week from the day of my final round of interview.
I spent my valuable 8 hours taking out from my back to back meetings.
I don't mind whether they select me or not but they should communicate to the candidate with their decision so that candidate can look for some other opportunities.
I would like to request APPDynamics not to waste the candidate time by asking to attend the interview and serve the feedback.
Had 8 rounds of interview (Includes 1 round with Hiring
manager and remaining all Coding rounds).
I think I did well from my side by solving all the coding questions with optimized solutions for all the questions.
And with the way the conversations I had with hiring team was so smooth and with the hiring manager was Cool and I had a Positive impression.
Questions d'entretien [1]
Question 1
1. Longest substring palindrome from a string
2.Generate parentheses
Input -- n=1 output -- ()
Input -- n=2 output -- ()() (())
3.input -- (A, D), (B, E), (F, G), (D, P) (P, O) (L, A)
Apple
Output -- true
Only one character from each set to from the word
4. Find the missing number from an consecutive numbers of array
input -- {1,2,3,5,}
output -- 4
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez AppDynamics (Hyderâbâd) en avr. 2020
Entretien
My favorite part about working with AppDynamics is the fact that my coworkers and I all get along super well! It makes working from home easier and I feel more apart of a team, especially during quarantine.
I was in an internship before starting with AppDynamics and Dev/Mission gave me the opportunity to work at the internship as well, I am really grateful that I was able to do that internship.
Some advice I would give to students trying to enter the industry would be to work on your soft skills as much as you can! People in tech are very awkward from what I’ve learned and it’s very easy to hold an awkward conversation once you’ve practiced your soft skills.
Questions d'entretien [1]
Question 1
Super Easy – create a new linked list from a given linked list which consists even numbers of given list.