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. The process took 4 weeks. I interviewed at Amdocs
Interview
You have one hour to accomplish to missions.
The first task is to do a Wireframe that reflects the company's demands and will be easy to use, one for mobile and one for web (landing page).
the second task is to write all the good things about the screenshot that they give you and all the bad things and how you want to change it.
when the time is up, you have a session with 3 people who ask you about the lending page. after 20 min they changing the language to English.
Interview questions [1]
Question 1
why you prefer that way?
why do you think the user will understend that?
They are calling a bunch of students for interview
before actual interview they were giving a question based on Matrix to solve and write code on a page
After that we have to enter in interview pannel with that sheet.
First they asked about mysgelf then they asked about the Matrix question , it approach and solution discussion.
Then he asked some very easy standard question of linked list , array , stack qnd queue
Find the smallest positive number missing from an unsorted array:
Input: : {2, 3, 7, 6, 8, -1, -10, 15}
Output: 1
6 multiple choice questions:
Difference between Map and Set.
Tracking a code on linkedlist.
Best data structure for adding and removing: Hashmap, hashset, linkedList.
The best data structure to maintain 10000 id , answer : hashmap.
Interview questions [1]
Question 1
3.Given a non_empty arrays of integer nums , every element appears twice except for one . find that single runtime complexity and use only constant extra space