Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amdocs Team. If you also belong to the team, you can get access from here

Amdocs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amdocs Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top Amdocs Interview Questions and Answers

View all 403 questions

Amdocs Interview Experiences

Popular Designations

514 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. On core java and DBMA
  • Q2. Joins and their use.
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ta...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About my last Education

Interview Preparation Tips

Topics to prepare for Amdocs Associate Software Engineer interview:
  • Core Java
  • DBMS

Skills evaluated in this interview

Top Amdocs Associate Software Engineer Interview Questions and Answers

Q1. Maximum Sum Increasing Subsequence of Length K Problem Statement You are given an array NUMS consisting of N integers and an integer K. Your task is to determine the maximum sum of an increasing subsequence of length K. Input: The first li... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online Test 1hr based on LC Easy to Medium questions.

Round 2 - HR 

(2 Questions)

  • Q1. Questions Based on Microservices
  • Q2. Questions Based on Core Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Company focus on Java technology more.

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a Stream Problem Statement Given a string A consisting of lowercase English letters, determine the first non-repeating character at each point in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Its basically on array and string

Round 3 - Aptitude Test 

It is normal aptitude test related to topics like work time, train,speed etc

Round 4 - Technical 

(1 Question)

  • Q1. Deadlock situation when occurs in java
  • Ans. 

    Deadlock occurs when two or more threads are blocked forever, waiting for each other to release resources.

    • Deadlock can occur when multiple threads are competing for the same resources.

    • To avoid deadlock, use proper synchronization techniques and avoid holding multiple locks at the same time.

    • Example: Thread A holds lock 1 and waits for lock 2, while Thread B holds lock 2 and waits for lock 1.

    • To detect and resolve deadloc

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why Amdocs ? What are your weakness and strong point

Interview Preparation Tips

Interview preparation tips for other job seekers - basically they were looking for java developer's.
so there main questions were from OOPS,Java and DSA

Skills evaluated in this interview

Top Amdocs Software Engineer Interview Questions and Answers

Q1. Reverse Stack with Recursion Reverse a given stack of integers using recursion. You must accomplish this without utilizing extra space beyond the internal stack space used by recursion. Additionally, you must refrain from using any loop con... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Online assessment 

(2 Questions)

  • Q1. Aptitude Test and logical reasoning
  • Q2. Two coding questions with one sql question
Round 2 - Technical 

(2 Questions)

  • Q1. About previous experience projects
  • Q2. Related to java and sql
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a Stream Problem Statement Given a string A consisting of lowercase English letters, determine the first non-repeating character at each point in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Amdocs interview questions for popular designations

 Software Developer

 (135)

 Associate Software Engineer

 (51)

 Software Engineer

 (43)

 Functional Test Engineer

 (15)

 RF Engineer

 (13)

 Softwaretest Engineer

 (12)

 Senior Software Engineer

 (9)

 Devops Engineer

 (8)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Java based questions
  • Q2. Cloud based questions

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a Stream Problem Statement Given a string A consisting of lowercase English letters, determine the first non-repeating character at each point in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Amdocs Interview Questions

I applied via Walk-in and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is your father's name except paras?
  • Q2. How he do in bed?

Interview Preparation Tips

Topics to prepare for Amdocs Test Engineering Senior Analyst interview:
  • Reproduction
Interview preparation tips for other job seekers - Beat the boooty. My kid your daddy believe in you. Kamasutra is fundamental to all questions.

Test Engineering Senior Analyst Interview Questions asked at other Companies

Q1. Defect life cycle Types of software testing Agile development environment
View answer (1)

Jobs at Amdocs

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Online test will consist of Aptitude and technical questions. Technical question for QA consists of knowledge about java concepts, testing concepts and API
Round 2 - One-on-one 

(3 Questions)

  • Q1. SQL query to find out the salaries from 2 tables using joins.
  • Ans. 

    Use SQL query with JOIN to find salaries from 2 tables.

    • Use JOIN keyword to combine data from both tables based on a common column

    • Specify the columns you want to select from both tables

    • Use WHERE clause to filter the results if needed

  • Answered by AI
  • Q2. Situationnal questions about testing
  • Q3. Bottleneck experience during testing
  • Ans. 

    Experiencing a bottleneck during testing can occur when a certain component or process slows down the overall testing progress.

    • Identify the root cause of the bottleneck, such as limited resources, inefficient test scripts, or complex test environments.

    • Implement strategies to alleviate the bottleneck, such as optimizing test scripts, parallelizing test execution, or allocating more resources.

    • Monitor and track the progre...

  • Answered by AI

Skills evaluated in this interview

Top Amdocs Functional Test Engineer Interview Questions and Answers

Q1. What is difference between test cases and test scenarios
View answer (1)

Functional Test Engineer Interview Questions asked at other Companies

Q1. 1. Explain OTC cycle? 2. Explain the concept of copy control 3. Explain the steps of pricing procedure 4. Explain the structure of Idoc and why Idocs are used? 5. Billing types and explain with real time examples where they are used 6. Expl... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 hours test, topics were mix of 2 DSA questions 1 SQL question and MCQs on OS and PLSQL

Round 2 - Technical 

(3 Questions)

  • Q1. Count the number of vowels in a string
  • Ans. 

    Count the number of vowels in a given string

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u)

    • Maintain a count of vowels encountered

    • Return the total count of vowels in the string

  • Answered by AI
  • Q2. What is a copy constructor
  • Ans. 

    A copy constructor is a special type of constructor in object-oriented programming that creates a new object as a copy of an existing object.

    • Creates a new object by copying the attributes of an existing object

    • Used to initialize a new object with the values of an existing object

    • Helps in creating deep copies of objects to avoid shallow copy issues

  • Answered by AI
  • Q3. Write a code for copy constructor
  • Ans. 

    A copy constructor is a special type of constructor which creates a new object as a copy of an existing object.

    • Ensure the copy constructor has the same signature as the default constructor.

    • Allocate memory for the new object and copy the values from the existing object.

    • Handle deep copy vs shallow copy based on the object's data types.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your preferred location

Skills evaluated in this interview

Top Amdocs Associate Software Engineer Interview Questions and Answers

Q1. Maximum Sum Increasing Subsequence of Length K Problem Statement You are given an array NUMS consisting of N integers and an integer K. Your task is to determine the maximum sum of an increasing subsequence of length K. Input: The first li... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

They give huge test with 1 hour time where all technical
Questions are asked along with writing a program

Round 3 - Technical 

(2 Questions)

  • Q1. Basic technology related questions
  • Q2. Your current project details

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to be technically prepared to clear coding round. Level of questions are high.

Top Amdocs Associate Software Engineer Interview Questions and Answers

Q1. Maximum Sum Increasing Subsequence of Length K Problem Statement You are given an array NUMS consisting of N integers and an integer K. Your task is to determine the maximum sum of an increasing subsequence of length K. Input: The first li... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I applied through my university.. they asked some basic coding questions and SQL queries in first round.

Round 2 - Technical 

(3 Questions)

  • Q1. They asked some basic coding questions and SQL queries. Basic of Unix.
  • Q2. String reverse program
  • Ans. 

    A program that reverses a string input

    • Create a function that takes a string as input

    • Use a loop to iterate through the characters of the string in reverse order

    • Append each character to a new string to build the reversed string

    • Return the reversed string as output

  • Answered by AI
  • Q3. Some SQL queries
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with the interviewer.

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a Stream Problem Statement Given a string A consisting of lowercase English letters, determine the first non-repeating character at each point in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Amdocs Interview FAQs

How many rounds are there in Amdocs interview?
Amdocs interview process usually has 2-3 rounds. The most common rounds in the Amdocs interview process are Technical, HR and Coding Test.
How to prepare for Amdocs interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amdocs. The most common topics and skills that interviewers at Amdocs expect are microsoft, Amdocs, Computer science, Technical Support and Unix.
What are the top questions asked in Amdocs interview?

Some of the top questions asked at the Amdocs interview -

  1. Puzzle:- you have two jars 3L and 5L and unlimited supply of water. How will yo...read more
  2. What is sdlc stlc waterfall model,smoke testing, black box testing, what is qua...read more
  3. 1)How to run failed test case: using failed.xml 2)how to use click in diff ways...read more
How long is the Amdocs interview process?

The duration of Amdocs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Amdocs Interview Process

based on 357 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

Amdocs Reviews and Ratings

based on 4k reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.5

Salary

3.5

Job security

3.8

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 4k Reviews and Ratings
Software Engineer

Pune

2-5 Yrs

₹ 5.05-15.95 LPA

DevOps Engineer

Pune

1-6 Yrs

₹ 3.6-18.9 LPA

Information Security Lead

Pune

2-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
8.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
956 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.0
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview