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

I applied via Naukri.com and was interviewed in Sep 2022. There were 3 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 - Case Study 

Business flows from TM fourm. Flows as COP, CHQ will be focus areas.

Round 3 - Technical 

(2 Questions)

  • Q1. Manager discuss, more about project experiences. Way you managed requirements and stakeholders.
  • Q2. Focus on COP, CHQ, BYOD flows. Some service now flows were their as well. Having micro service is good, knowledge kind of query will be there, just take help from utube videos.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be part TM fourm, have flows from their. many discussions are with flows as what happens when you buy a SIM card or any other telco services.

Business Analyst and Product Owner Interview Questions asked at other Companies

Q1. How would you increase the onboarding of client from 48% to exponential growth ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 easy coding question

Round 2 - One-on-one 

(2 Questions)

  • Q1. SQl and unix basic questions
  • Q2. C coding question

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)

Software Engineer Interview Questions & Answers

user image zrust 77 mirror

posted on 27 Jul 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics aptitude questions basically maths and technical

Round 2 - Coding Test 

2 coding questions easy to medium level solve 1 to pass

Round 3 - Technical 

(2 Questions)

  • Q1. Asked 3 DSA questions one from sub string one from binary search and one from hash map first question was given this mobile number 123456789 you have to do this to mobile number 123-456-789 .
  • Q2. Second question was pure binary search need to find element from given array and third question was from hash map needs to find duplicate pairs from given pairs for eg {(1,1),(2,2),(3,3),(4,4),1}.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA leetcode Easy to medium questions

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
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy, mainly English proficiency needed

Round 2 - Coding Test 

Fair Coding Level and, Standard needed

Round 3 - Technical 

(2 Questions)

  • Q1. What is a dangling pointer
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated, leading to potential crashes or undefined behavior.

    • Dangling pointers can occur when memory is freed but the pointer is not set to NULL.

    • Accessing a dangling pointer can result in accessing invalid memory.

    • Example: int* ptr = new int; delete ptr; // ptr is now a dangling pointer

  • Answered by AI
  • Q2. Differentiate between null pointer and, dangling pointer
  • Ans. 

    Null pointer points to nothing, while dangling pointer points to memory that has been deallocated.

    • Null pointer is a pointer that does not point to any memory location.

    • Dangling pointer is a pointer that points to memory that has been deallocated.

    • Accessing a null pointer will result in a segmentation fault.

    • Accessing a dangling pointer can lead to unpredictable behavior or crashes.

    • Example: int* nullPtr = nullptr; int* dan...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What would be your Expected CTC?
  • Ans. 

    My expected CTC would depend on the job role, company size, location, and benefits package.

    • Consider the job role and responsibilities when determining expected CTC.

    • Research industry standards and average salaries for similar positions.

    • Factor in the company size and location, as cost of living varies.

    • Take into account additional benefits such as healthcare, retirement plans, and bonuses.

    • Be prepared to negotiate based on

  • Answered by AI
  • Q2. Can the joining date be any sooner by shortening the notice period?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, cool, composed and, honest.
It's just an interview.
If not this company then might be any other company.
Don't panic or, freight or, get demoralised/demotivated/down.

Skills evaluated in this interview

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)

Functional Test Engineer Interview Questions & Answers

user image Tejaswini Tarachand Ugale

posted on 7 Jun 2024

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 Jun 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me your day as a tester
  • Q2. What are the different types of testing
  • Ans. 

    Different types of testing include functional testing, non-functional testing, manual testing, automated testing, and regression testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, security, etc.

    • Manual testing: Testing performed manually by testers without the use of automation tools.

    • Automated testing: Testin...

  • Answered by AI
  • Q3. How you track a defect
  • Ans. 

    Defects can be tracked using a defect tracking tool, assigning a unique ID, categorizing by severity, status, and priority, and linking to test cases.

    • Use a defect tracking tool such as Jira or Bugzilla to log and track defects

    • Assign a unique ID to each defect for easy reference and tracking

    • Categorize defects by severity (e.g. critical, major, minor), status (e.g. open, in progress, closed), and priority (e.g. high, med...

  • Answered by AI
  • Q4. What is difference between test cases and test scenarios
  • Ans. 

    Test cases are detailed steps to test a specific functionality, while test scenarios are high-level descriptions of possible test paths.

    • Test cases are detailed steps to test a specific functionality or requirement

    • Test scenarios are high-level descriptions of possible test paths or user interactions

    • Test cases are more specific and concrete, while test scenarios are more abstract and general

    • Test cases are usually written...

  • Answered by AI
  • Q5. What is the difference between severity and priority with example
  • Ans. 

    Severity is the impact of a defect on the system, while priority is the order in which defects should be fixed.

    • Severity is the measure of how serious a defect is in terms of its impact on the system functionality.

    • Priority is the order in which defects should be fixed, based on factors like customer requirements and project deadlines.

    • Example: A defect causing the system to crash would have high severity, but if it only ...

  • Answered by AI
  • Q6. What is test matrix
  • Ans. 

    A test matrix is a document that maps test cases to requirements or features to ensure comprehensive test coverage.

    • Test matrix helps in tracking which test cases cover which requirements or features

    • It ensures that all requirements or features are tested

    • Test matrix can be in the form of a table with test cases as rows and requirements/features as columns

  • 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)

Get interview-ready with Top Amdocs Interview Questions

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 Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Moderate test 2 Java and 1 sql

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Oops in java?
  • Ans. 

    Object-oriented programming paradigm in Java focusing on objects and classes.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other through classes.

    • Key principles include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Example: Class Car { String color; void start() { //code here } }

    • Example: Car myCar = new Car(); myCar.color = 'red'; myCar.start();

  • Answered by AI
  • Q2. Collection framework in java?
  • Ans. 

    Collection framework in Java provides a set of interfaces and classes to store and manipulate groups of objects.

    • Includes interfaces like List, Set, and Map

    • Classes like ArrayList, LinkedList, HashSet, and HashMap implement these interfaces

    • Provides methods for adding, removing, and accessing elements in collections

  • Answered by AI

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)

Jobs at Amdocs

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Coding test , aptitude test, SQL , Java and Unix
Basic knowledge of above technology is needed for freshers

Round 3 - HR 

(3 Questions)

  • Q1. Why you want to join our company
  • Q2. What are your hobbies
  • Q3. What is the most difficult situation you faced and how you can out from that situation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always learn technical things ...always have good attitude and be confident and don't lie

Software Architect Interview Questions asked at other Companies

Q1. How service management adds to customer experience.
View answer (1)
Round 1 - Aptitude Test 

It was easy mcq test with no negative marking

Round 2 - Coding Test 

4 codes.. 2 problem solving 2 sql queries

Round 3 - Technical 

(2 Questions)

  • Q1. Which programming languages do you know.
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q2. Handshake problem logic and code
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about your educational background
  • Q2. Extra carrecular activities
  • Q3. Where do you see yourself 5 years down the line

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident. Prepare according to your resume.

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online Aptitute and coding round

Round 2 - Coding Test 

Asked questions related to java and sql

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Topics to prepare for Amdocs Software Developer interview:
  • Java
  • Spring Boot
  • SQL

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)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Que on linux , programming que

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept with real time eg
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes. Real-time example: Car is an object, with properties like color and methods like drive.

    • Oops concept focuses on objects and classes

    • Objects have properties and methods

    • Real-time example: Car is an object with properties like color and methods like drive

  • Answered by AI
  • Q2. SQL concept and join queries

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)

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