Tip 1 : be consistent. Go through each and every topic.
Tip 2 : try to cover computer science core subjects as well.
Tip 3 : be confident during your interview. Make sure you have good knowledge of your projects.
Tip 1 : use novoresume. It provides many good templates.
Tip 2 : whatever you have mentioned in resume, just make sure you are confident and have good knowledge of that.
This round includes 5 sections :Aptitude 15 question , Verbal Ability 10 question , Technical 18 question , Coding 2+2 sql question , Language (c/C++/java/Python) 12 question



Rectangles = [[0, 0, 2, 2], [1, 0, 2, 3],[1, 0, 3, 1]],
For the given three rectangles, you can observe that the first rectangle occupies an area of 4 units and the second rectangle has an area of 3 units, but we have to keep one thing also in mind that they have an area of 3 units common overlapping among them, so we cannot include it again, so the final area which comes out for all the rectangles is 6 units.
Total Area = 6 units




arr[i] = -arr[j] and i != j
Given array/list can contain duplicate elements and will not contain '0'.
(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.
It was a psychometric test
Two interviewers took my round. They were so good and calm. I answered most of their questions. Interview happend around day at 1pm. Data structures, OOPS concepts, sql queries and some Linux Unix command asked.
Write a sql query to find out maximum salary.
Tip 1 : do some practice on sql queries.
Tip 2 : have good knowledge of cross sql queries.
Write a sql query to find out second highest salary of an employee from employee table.
Tip 1 : practice sql online.
Tip 2 : have good knowledge of sql commands.
It was hr round.My HR round went for about 20-25 minutes. Interviewer was very friendly and was listening attentively. (Platform – HirePro).
Tell me about yourself. Family background. What do you know about Amdocs? Why Amdocs? On what domain does Amdocs work? (Telecom) Strengths & Weakness. Tell me about any of your achievements which is not mentioned in your resume. Any backlogs or year gaps? What are some qualities which differentiates you from others? Amdocs VS any other Company, which one will you choose and why? Is this you first interview round?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?