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

System Analyst Interview Questions & Answers

user image Suyash Pandit Bhamare

posted on 6 Jun 2024

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain OOPs in Java.
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • OOPs in Java is based on the concept of classes and objects.

    • It involves features like inheritance, encapsulation, and polymorphism.

    • Classes are blueprints for objects, defining their properties and behaviors.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Encapsu...

  • Answered by AI
  • Q2. What is Exception Handling and where it is used.
  • Ans. 

    Exception handling is a mechanism to handle runtime errors in a program to prevent it from crashing.

    • Exception handling is used to handle unexpected errors or exceptional conditions that may occur during program execution.

    • It allows the program to gracefully recover from errors and continue executing.

    • Common exception handling techniques include try-catch blocks, throw statements, and finally blocks.

    • Examples of exceptions...

  • Answered by AI

Skills evaluated in this interview

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Queries and Database questions
  • Q2. Design patterns

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 and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Describe various types of DB
  • Ans. 

    Various types of DB include relational, non-relational, distributed, graph, and time-series databases.

    • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

    • Non-relational databases store data in key-value pairs, documents, or wide-column stores (e.g. MongoDB, Cassandra)

    • Distributed databases spread data across multiple servers for scalability and fault tolerance (e.g. HBase, Riak)

    • Graph ...

  • Answered by AI
  • Q2. Describe your project
  • Q3. Do you think that parts of your project should be rewritten

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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About testing methodologies and terminology
  • Q2. API and other testing tools exposure
Round 2 - HR 

(2 Questions)

  • Q1. Salary part discussed
  • Q2. Perks and benefits

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)

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LR function to exit interation
  • Ans. 

    lr_exit function is used to exit the current iteration in LoadRunner script.

    • Use lr_exit function to exit the current iteration in LoadRunner script

    • Syntax: lr_exit(LR_EXIT_ITERATION_AND_CONTINUE, status);

    • Example: lr_exit(LR_EXIT_ITERATION_AND_CONTINUE, LR_PASS);

  • Answered by AI

Performance Test Engineer Interview Questions asked at other Companies

Q1. List some scenarios where you observe issues with the heap dump and provide recommendations to the dev team. Follow-up questions will be asked based on your answer to the previous questions.
View answer (1)

Get interview-ready with Top Amdocs Interview Questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 array question 1 on sorting other one is for searching

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Jobs at Amdocs

View all

Interview Questions & Answers

user image Anonymous

posted on 21 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is diamter proctocol
  • Q2. Explain Gy Call flow
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change
  • Q2. What are your expections

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Remove cyclic dependency in spring
  • Ans. 

    To remove cyclic dependency in Spring, use interfaces, setter injection, or constructor injection.

    • Use interfaces to break the cyclic dependency

    • Use setter injection to inject dependencies after bean creation

    • Use constructor injection to pass dependencies during bean creation

  • Answered by AI
  • Q2. Write the code of reverse linkedlist
  • Ans. 

    Code to reverse a linked list

    • Create three pointers: prev, current, next

    • Iterate through the linked list, updating pointers accordingly

    • Set the next pointer of current to prev to reverse the list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design system for parkin
  • Ans. 

    Design a system for parking management

    • Include features for vehicle registration and tracking

    • Implement payment processing for parking fees

    • Utilize sensors for real-time parking availability updates

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The first round is conducted on hacker rank website it consists of 44 questions and 10 sections which i have attempted this exam on 27th jan 2024. the first round has 1 sql coding question,1 plsql coding question,1 java coding and remaining all are the mcqs.

Round 2 - Technical 

(1 Question)

  • Q1. Second round happened on 3rd feb 2024 1. Tell me about yourself 2. Describe about your project 3. give two points on your strengths and weakness 4. Give the real time scenario for your project 5. prime num...

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to learn all the oops concepts real time examples and

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Don’t remember exactly
  • Q2. Don’t remember exactly
Round 2 - Technical 

(2 Questions)

  • Q1. Don’t remember exactly
  • Q2. Don’t Remember exactly

Penetration Tester Interview Questions asked at other Companies

Q1. What is Cross site scripting? Explain Csrf vs Xss ?
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

State Bank of India

No Salaries

INTERVIEWS

NoBrokerHOOD

No Interviews

REVIEWS

Financial Software & Systems

No Reviews

INTERVIEWS

Swiggy

No Interviews

SALARIES

Home Credit Finance

JOBS

Financial Software & Systems

No Jobs

PHOTOS

Financial Software & Systems

No Photos

Tell us how to improve this page.

Amdocs Interview Process

based on 355 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

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
1k 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