I applied in-person. I interviewed at Amdocs in Aug 2021
Interview
Online JAVA test at Amdocs nazareth.
The test contains 8 questions : 2 Coding questions and 6 multiple choice questions.
and there is a specific time (it was about 2 hours) to finish the test.
The coding questions were easy relatively to the multiple choice questions that were trickey a little bit.
Interview questions [2]
Question 1
1- Find the smallest positive number missing from an unsorted array:
The question was to solve the problem without sorting the array, and with O(n) time complexity.
Input: {15, -10, -1, 8, 6, 7, 3, 2, 3}
Output: 1
Input: {1,1}
Output: 2
2- Given a string containing characters, return a numeric string representing each character and it’s frequency(see example)
Input: AABBCD
Output: 2A2B1C1D
It took me one to two weeks to receive their response regarding my application for the Software Engineer position, which I applied for and patiently waited during the process period.
It took me one to two weeks to receive their response regarding my application for the Software Engineer position, which I applied for and patiently waited during the process period.
HR person called to get to know my journey and abilities. She was very kind and knowledeable. the company has a passion to help out others and give actual feedback.