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

Software Tester Interview Questions & Answers

user image Garvit Singh

posted on 26 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked about my Major project
  • Q2. Write sql join and other queries
  • Ans. 

    SQL join and other queries are used to retrieve data from multiple tables based on specified conditions.

    • Use INNER JOIN to retrieve rows from both tables that have matching values

    • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

    • Use WHERE clause to specify conditions for the join

    • Use GROUP BY to group rows that have the same values

    • Use ORDER BY to sort the result set

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Software Engineer Interview Questions & Answers

user image lovesh gupta

posted on 14 Oct 2024

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

Mix of apti and coding

Round 2 - Technical 

(1 Question)

  • Q1. Binary search of array
  • Ans. 

    Binary search is a divide and conquer algorithm that searches for a target value within a sorted array.

    • Ensure the array is sorted before performing binary search.

    • Compare the target value with the middle element of the array.

    • If the target value is less than the middle element, search the left half of the array. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empty.

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

(1 Question)

  • Q1. How you manage your time daily
  • Ans. 

    I prioritize tasks, use time management tools, take breaks, and set boundaries.

    • Create a to-do list with priorities

    • Use time management tools like calendars and task managers

    • Take short breaks to stay refreshed

    • Set boundaries to avoid distractions

    • Delegate tasks when necessary

  • Answered by AI

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 (196)
Amdocs Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details on Multithreading and concurrency
  • Q2. Java OOPs concepts and APIs

Software Architect Interview Questions asked at other Companies

Q1. How service management adds to customer experience.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. System design concepts ?
  • Q2. Difference between stringbuffer and stringbuilder?
  • Ans. 

    StringBuffer is synchronized and thread-safe, while StringBuilder is not synchronized.

    • StringBuffer is slower due to synchronization, while StringBuilder is faster.

    • StringBuffer is preferred in multithreaded environments, while StringBuilder is preferred in single-threaded environments.

    • Example: StringBuffer sb = new StringBuffer(); StringBuilder sb = new StringBuilder();

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. When can you join ?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice at my current job before starting a new position.

    • I have some personal commitments that I need to wrap up before joining.

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    My salary expectations are based on my experience, skills, and the market rate for the position.

    • Research the average salary for Software Developers in the specific location and industry

    • Consider your years of experience and relevant skills

    • Be prepared to negotiate based on the benefits package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through basics thoroughly.

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)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering and a passion for problem-solving and innovation.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and innovation

    • Strong communication and teamwork skills

    • Experience with CAD software such as SolidWorks

  • Answered by AI
  • Q2. Explain the projects you have worked on
  • Ans. 

    I have worked on projects involving software development, data analysis, and machine learning.

    • Developed a web application for tracking inventory and sales data using Python and Django

    • Implemented a machine learning model to predict customer churn in a telecommunications company

    • Analyzed data from a clinical trial to identify trends and patterns using R and SQL

  • Answered by AI

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)

Get interview-ready with Top Amdocs Interview Questions

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

So it was MCQ related to AWS along with a TypeScript program. It was 3 hours long.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to TypeScript
  • Q2. Related to AWS services

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst experience ever. After clearing the 1st round, which was 3 hours long, I received a call from HR discussing about the expected CTC. They said it would be possible as I was asking only for a 30% hike as I also needed to relocate to Pune. Then I gave the interview, after which the HR said I cleared the round, but the expected CTC is too much and would be reaching out to the manager. But I have not heard anything back and it has been more than a month.

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 (196)

Jobs at Amdocs

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy and midium level coding test

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview round asked basic about spring boot, java, mysql, microservice
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral and managerial round, asked about previous project and how handle production deployment, design and what are challenges faces at that time

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 (196)

Architect Interview Questions & Answers

user image Puja Khandhedia

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Micro services concept, cloud concept, batch processing
Round 2 - Technical 

(1 Question)

  • Q1. Kafka, spring batch , cloud best practices, containerization, Architectural principles,
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round No technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary, Work Policy

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on OOPS Concepts, SQL Queries and questions related to academic project mentioned on resume. As the role was not of development role the most focus was on basic concepts of computer fundame...
  • Q2. Scenario Based Questions
Round 2 - HR 

(3 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a dedicated Technical Support Analyst with 5 years of experience in troubleshooting hardware and software issues.

    • 5 years of experience in technical support

    • Skilled in troubleshooting hardware and software issues

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q2. Why would we choose you ?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a proven track record of providing top-notch customer support.

    • I have a Bachelor's degree in Computer Science and 3 years of experience in technical support roles.

    • I am proficient in troubleshooting hardware and software issues, and have a knack for finding solutions quickly.

    • I have received positive feedback from previous employers and customers ...

  • Answered by AI
  • Q3. Salary expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loose hope and don't miss opportunities!!! If you are final year student then keep eyes on your college portal or your mail wherever college posts about job opportunities. Keep learning about latest technology and be prepared.

Technical Support Analyst Interview Questions asked at other Companies

Q1. How do you troubleshoot an issue?
View answer (2)

Software Developer Interview Questions & Answers

user image Sahil Choudhary

posted on 11 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPs concept and some array based question, SQL on joins

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

Software Support Engineer

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