Amdocs interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Amdocs
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structure and algorithms, C, C++, SQL, Linux/Unix basic commands, OOPS, Projects
Tip
Tip

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.

Application process
Where: Campus
Eligibility: 6.5 CGPA or above
Resume Tip
Resume tip

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.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 Minutes
Interview date23 Sep 2020
Coding problem2

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

1. Rectangle Area

Ninja
55m average time
45% success
0/200
Asked in companies
AppleGoldman SachsAmdocs

You are given a list of rectangles where each rectangle is represented by an array of four integers (i.e. Rectangle[i]=[x1, y1, x2, y2], where x1, y1 represents the bottom left point of the rectangle and x2.y2 represents the top right point of the rectangle, you have to find the total area covered by all the rectangles in the plane.

Example :

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

Try solving now

2. Count Positive - Negative Pairs

Easy
22m average time
0/40
Asked in companies
AmazonAtlassianAmdocs

You have been given an array/list(ARR) of positive and negative integers. Print the number of pairs where:

arr[i] = -arr[j] and i != j
Note:
Given array/list can contain duplicate elements and will not contain '0'.

(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.
Try solving now
02
Round
Easy
Assignment
Duration15 Minutes
Interview date26 Sep 2020
Coding problem0

It was a psychometric test

03
Round
Medium
Face to Face
Duration50 minutes
Interview date28 Sep 2020
Coding problem2

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.

1. SQL Question

Write a sql query to find out maximum salary.

Problem approach

Tip 1 : do some practice on sql queries. 
Tip 2 : have good knowledge of cross sql queries. 

2. SQL Question

Write a sql query to find out second highest salary of an employee from employee table.

Problem approach

Tip 1 : practice sql online. 
Tip 2 : have good knowledge of sql commands.

04
Round
Easy
HR Round
Duration25 minutes
Interview date28 Sep 2020
Coding problem1

It was hr round.My HR round went for about 20-25 minutes. Interviewer was very friendly and was listening attentively. (Platform – HirePro). 
 

1. Basic HR Questions

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
4 rounds | 3 problems
Interviewed by Amdocs
1817 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 4 problems
Interviewed by Amdocs
1025 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Amdocs
4348 views
0 comments
0 upvotes
company logo
Software Engineer
1 rounds | 1 problems
Interviewed by Amdocs
652 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes