Glassdoor users rated their interview experience at Amdocs as 100% positive with a difficulty rating score of 3 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Release Manager and rated their interviews as the hardest, whereas interviews for Release Manager and roles were rated as the easiest.
I applied through college or university. I interviewed at Amdocs (Rājahmundry) in Sep 2021
Interview
Overall interview is resume based. Most of the questions are from resume. Some questions on c, c++, oops, Data structures and algorithms. linked list code. explanation of each and every line. Few hr questions.
I applied online. The process took 1 week. I interviewed at Amdocs (Limassol, Limassol) in Nov 2019
Interview
It has two rounds of interviews.
One offline test and then once you clear it, you will have all in one round with manager and technical faculties. If you clear this round, be ready for offer.
Interview questions [1]
Question 1
Scenario discussions. IQ Questions.
Mutation, Javascript basics
I applied through an employee referral. The process took 4 weeks. I interviewed at Amdocs in Aug 2021
Interview
The interview process is a multi-stage process for hiring new employees. The interview process typically includes the following steps: writing a job description, posting a job, scheduling interviews, conducting preliminary interviews, conducting in-person interviews, following up with candidates and making a hire.
Interview questions [1]
Question 1
URLify: Write a method to replace all spaces in a string with '%20'. You may assume that the string
has sufficient space at the end to hold the additional characters, and that you are given the "true"
length of the string. (Note: If implementing in Java, please use a character array so that you can
perform this operation in place.)