I applied online. The process took 1+ week. I interviewed at Amdocs (Nueva Delhi) in Jul 2021
Interview
I applied for the role of Java Developer from their career page. I received a link for registration and test on Hire Pro. The test consisted of several sections including mathematics, technical and coding. Few days later I got an email regarding an interview.
Interview questions [6]
Question 1
Given two arrays, write a function to find whether second array is the subset of the first.
I applied through a staffing agency. I interviewed at Amdocs (Pune) in Jul 2021
Interview
First was an online assessment. There will be java based MCQs, normal aptitude questions and 2 coding questions.
After 1 week, the HR will call you if you pass the assessment. After that there will be technical interview round. Then managerial round after that salary negotiation will happen.
Interview questions [1]
Question 1
Method Overloading and overriding.
Nested methods, nested classes.
Output related questions.
1 test - 90 mins, consisting of MCQs(linux, java and some more topics) and 1 coding question (remove nth node from end of the linked list).
After this, there was one technical round and then HR round.
Interview questions [1]
Question 1
* Can the inner class access the private members of the outer class
* What all operations are synchronized in hashtable
* Diff b/w hashtable and hashmap
* concurrent hashmap
* kind of development work done in my project
* Find third largest element in the array → 2,3,1,8,6,5
* Write an abstract class and its implementation class
* When will you use interface and when abstract class
* Why you can implement multiple interfaces but can extend only one class