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
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. SQL questions were asked.
  • Q2. Unix commands were asked

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)

Team Lead Interview Questions & Answers

user image Vibhavaree Laturkar

posted on 26 Jun 2024

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

Write java coding for solutions providesd?

Round 2 - Technical 

(2 Questions)

  • Q1. What is sql? And what is use on select?
  • Ans. 

    SQL is a programming language used for managing and manipulating databases. The SELECT statement is used to retrieve data from a database.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying, updating, and deleting data

    • The SELECT statement is used to retrieve data from a database

    • Example: SELECT * FROM table_name WHERE condition;

  • Answered by AI
  • Q2. Diff between inner join and outer join?
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join is used to retrieve rows from both tables that have matching values based on a specified condition.

    • Outer join is used to retrieve all rows from both tables, with matching rows from both tables where available.

    • Examples: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id =...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Detail about roal

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Amdocs Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website

Round 1 - Assignment 

A code to identify errors and write Junit. Optimise the code as well.

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks using queue
  • Ans. 

    Implementing a stack using two queues

    • Use two queues to simulate a stack

    • Push operation: Enqueue the element to queue 1

    • Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues

    • Top operation: Return the front element of queue 1

    • Example: Push 1, 2, 3 - Queue 1: [1, 2, 3], Queue 2: []

    • Example: Pop - Queue 1: [1, 2], Queue 2: [3]

  • Answered by AI
  • Q2. BFS and Knapsack problem, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear with the technology stack and basic DSA problems.

Skills evaluated in this interview

Top Amdocs Senior Software Engineer Interview Questions and Answers

Q1. What would you use to store password? String or CharArray?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Coding test consist of some basic gate questions and then 2 leetcode easy question

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding project
  • Q2. Regarding some technical questions from resume

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

(1 Question)

  • Q1. Difference between class & interface
  • Ans. 

    Classes can have both implementation and data members, while interfaces can only have method signatures.

    • Classes can have constructors, interfaces cannot.

    • Classes can have access modifiers for their members, interfaces cannot.

    • A class can implement multiple interfaces, but can only inherit from one class.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • Example: Class 'Animal' can have methods li...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. About current project

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Get interview-ready with Top Amdocs Interview Questions

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

(1 Question)

  • Q1. Low Level Design of Tic Tac Toe
  • Ans. 

    The low level design of Tic Tac Toe involves creating a game board, implementing player moves, and checking for a win condition.

    • Create a 3x3 game board using a 2D array

    • Implement logic for player moves and alternating turns

    • Check for win conditions after each move

    • Handle tie games and reset the board for a new game

  • Answered by AI
Round 2 - Coding Test 

High Level Design of Tinyurl

Technology Specialist Interview Questions asked at other Companies

Q1. Did ur app crash if so how u figured out which component led to crash
View answer (1)

Jobs at Amdocs

View all

RF Engineer Interview Questions & Answers

user image PARIKSHIT KHARAPKAR

posted on 5 Jul 2024

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

It waa verry easy 10+2 level question

Round 2 - Aptitude Test 

Good nd easy indroduction part is necessary and verry important to impress the interviewer

Round 3 - Technical 

(2 Questions)

  • Q1. What are the roles of RF engineers?
  • Ans. 

    RF engineers design, develop, test, and maintain radio frequency systems and components.

    • Designing RF systems and components

    • Developing RF technology

    • Testing RF equipment

    • Maintaining RF systems

    • Troubleshooting RF issues

    • Collaborating with other engineers and teams

  • Answered by AI
  • Q2. RF engineer has the following responsibilities

Top Amdocs RF Engineer Interview Questions and Answers

Q1. What do you understand by 5-G?
View answer (2)

RF Engineer Interview Questions asked at other Companies

Q1. What is modulation, and what are the different types of modulation schemes.
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test which consist of logical reasoning questions along with Quants and few questions related with domain. (Fiber counts, Fiber network diagrams).

Round 2 - Technical 

(10 Questions)

  • Q1. Introduce yourself
  • Q2. What are your strenghts ?
  • Ans. 

    My strengths include strong analytical skills, attention to detail, and excellent problem-solving abilities.

    • Strong analytical skills - able to analyze complex data and identify patterns

    • Attention to detail - meticulous in planning and executing fiber network designs

    • Excellent problem-solving abilities - adept at finding creative solutions to challenges

  • Answered by AI
  • Q3. In which departments you worked in your previous organization ?
  • Q4. What is the difference between Boring and Trenching ?
  • Ans. 

    Boring involves drilling a hole underground for installation, while trenching involves digging a trench for laying cables or pipes.

    • Boring involves drilling a hole underground using specialized equipment, while trenching involves digging a trench using machinery like excavators.

    • Boring is typically used when minimal disruption to the surface is desired, while trenching is used when a larger area needs to be excavated.

    • Bor...

  • Answered by AI
  • Q5. Why There is a standard of giving clearances from utilities while designing Optical fiber path ?
  • Ans. 

    Clearances from utilities are necessary to avoid interference and damage to the optical fiber path.

    • To prevent accidental damage to the fiber optic cables during maintenance or construction work by utility companies.

    • To ensure that there is no interference from existing utility lines that could affect the performance of the optical fiber network.

    • To comply with safety regulations and standards to prevent accidents and ens...

  • Answered by AI
  • Q6. Which is cost effective method boring or trenching ?
  • Ans. 

    Trenching is generally more cost effective than boring for fiber planning.

    • Trenching is typically cheaper upfront as it requires less specialized equipment and labor compared to boring.

    • Boring may be more expensive initially due to the need for specialized machinery and skilled operators.

    • However, in certain situations where trenching is not feasible or cost-effective, boring may be the preferred method.

    • Factors such as so...

  • Answered by AI
  • Q7. What is the minimum and maximum depth of bore and trench ?
  • Ans. 

    The minimum and maximum depth of bore and trench varies depending on the specific project requirements and local regulations.

    • Minimum depth of bore and trench is typically around 24 inches to ensure proper protection and support for the fiber optic cables.

    • Maximum depth of bore and trench can range from 36 inches to 60 inches, depending on factors such as soil conditions, road crossings, and utility clearances.

    • Local regu...

  • Answered by AI
  • Q8. What is the width of conduit that we used to place ?
  • Ans. 

    The width of conduit used for fiber placement varies depending on the number of fibers being installed.

    • Conduit width typically ranges from 1 inch to 4 inches for fiber placement.

    • The width is determined based on the number of fibers being installed and the type of fiber optic cables used.

    • For example, a conduit width of 1 inch may be sufficient for a small number of fibers, while a width of 4 inches may be needed for a l

  • Answered by AI
  • Q9. Why you want to join Amdocs ?
  • Q10. Any questions from your end ?

Interview Preparation Tips

Topics to prepare for Amdocs Fiber Planning Engineer interview:
  • Fiber Engineering
  • Construction Management
  • Project Management
  • Resume preperation
  • Outside plant engineering
Interview preparation tips for other job seekers - Do revise all the concepts and preperation is very necessary. Resume preperation and Fundamentals are very important in order to clear technical rounds.

Top Amdocs Fiber Planning Engineer Interview Questions and Answers

Q1. Why There is a standard of giving clearances from utilities while designing Optical fiber path ?
View answer (1)

Fiber Planning Engineer Interview Questions asked at other Companies

Q1. What is the minimum and maximum depth of bore and trench ?
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2024

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

Factorial coding questions and SQL coding questions using group by

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions on oops concepts
  • Q2. SQL questions on having clause
Round 3 - HR 

(2 Questions)

  • Q1. Can you relocate
  • Q2. Brief info about amdocs
  • Ans. 

    Amdocs is a software and services provider for communications, media, and entertainment industries.

    • Founded in 1982 in Israel

    • Headquartered in Chesterfield, Missouri

    • Provides customer experience solutions for telecom companies

    • Offers services such as billing, CRM, and data analytics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your resume and final year project

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Abhijit Kadam

posted on 1 Dec 2024

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

(2 Questions)

  • Q1. Java 8 features
  • Q2. Springboot 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)
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

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

SALARIES

R Systems International

No Salaries

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

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