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 Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 9 Apr 2025

Top Amdocs Software Engineer Interview Questions and Answers for Experienced

Amdocs Software Engineer Interview Experiences for Experienced

9 interviews found

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

I applied via Company Website and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic opp concepts
  • Q2. Java 8 question
Round 2 - Technical 

(3 Questions)

  • Q1. Project related questions
  • Q2. Springboot questions
  • Q3. When to use Microservices
  • Ans. 

    Microservices are best used when you have a large, complex application that can be broken down into smaller, independent services.

    • Use microservices when you need to scale different parts of your application independently.

    • Microservices are beneficial when you have multiple teams working on different services.

    • They are useful when you want to adopt different technologies for different services.

    • Microservices can improve fa...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Sprint and jira related?
  • Q2. Project architecture related
Round 4 - HR 

(2 Questions)

  • Q1. Basic salary negotiation
  • Q2. Last working day

Skills evaluated in this interview

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

I appeared for an interview in Apr 2023, where I was asked the following questions.

  • Q1. Mostly on Java 8 features spring boot, spring , about last project.
  • Q2. Some logical questions and some behaviour
  • Q3. It was easy to medium level online aptitude test.

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q3. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in HCLTech
Q4. Reverse Array Elements Given an array containing 'N' elements, th ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Check palindrome
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert the string to lowercase

    • Check if the reversed string is equal to the original string to determine if it is a palindrome

  • Answered by AI
  • Q2. Modified binary search

Skills evaluated in this interview

Amdocs interview questions for designations

 Associate Software Engineer

 (52)

 Senior Software Engineer

 (9)

 Software Testing Engineer

 (4)

 Junior Software Engineer

 (1)

 Software Development Engineer

 (1)

 Software Support Engineer

 (1)

 Software Engineer II

 (1)

 Software Developer

 (135)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. 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 - Technical 

(2 Questions)

  • Q1. Basic questions about technology
  • Q2. Queries with different conditions
Round 3 - Technical 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Whether I'm okay with location
  • Ans. 

    Yes, I am okay with the location.

    • I am open to working in different locations.

    • I am flexible and adaptable to new environments.

    • I prioritize the opportunity and the work over the location.

    • I have experience working remotely or in different cities.

    • I am willing to relocate if required.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was technical and went pretty well. I was informed that I've cleared the technical round and second round will be techno managerial round. I have prepared for the general behavioral questions and questions about the company. But I was asked technical questions again, I have given few answers but panicked later. Manager was rude and unfortunately I couldn't clear it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts java
  • Q2. Hashmap internal working

Software Engineer Jobs at Amdocs

View all
Interview experience
3
Average
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 - Technical 

(3 Questions)

  • Q1. Why Software Testing is Required to be done testers only?
  • Ans. 

    Software testing requires specialized skills and knowledge that testers possess.

    • Testers have expertise in identifying and reporting defects that developers may overlook.

    • Testers can provide an objective evaluation of the software's functionality and usability.

    • Testing requires a different mindset and approach than development, and testers are trained in these areas.

    • Testers can also ensure that the software meets the requ...

  • Answered by AI
  • Q2. What is Data Driven Framework?
  • Ans. 

    Data Driven Framework is a testing framework where test data is separated from the test script.

    • Test data is stored in external files like Excel sheets or CSV files.

    • Test scripts are designed to read data from these external files.

    • This approach makes it easy to modify test data without changing the test script.

    • It also allows for easy maintenance and scalability of test scripts.

  • Answered by AI
  • Q3. What Is Encapsulation In JAVA?
  • Ans. 

    Encapsulation is a mechanism of wrapping data and code acting on the data together as a single unit.

    • Encapsulation is one of the four fundamental OOP concepts.

    • It helps in achieving data hiding and abstraction.

    • In Java, encapsulation is achieved through access modifiers such as private, public, and protected.

    • Example: A class with private variables and public methods to access and modify those variables.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 4 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 - Aptitude Test 

Aptitude test was basic questions of coding, Maths, Programming and english

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions based on sorting, shell scripting, linux etc
Round 4 - HR 

(1 Question)

  • Q1. Previous experience and salary questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics and Apti should be strong, it will be easier to crack the interview

I applied via Referral and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About project

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round Apti +Tech is little easy mostly linux commands
2nd round Interview in Company
Just pray you are not last person to be interviewed from your group(if last you are already rejected)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Technical questions were asked

Amdocs Interview FAQs

How many rounds are there in Amdocs Software Engineer interview for experienced candidates?
Amdocs interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Amdocs interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Amdocs Software Engineer interview for experienced candidates?
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, Technical Support, Amdocs, Continuous Improvement and Application Software.
What are the top questions asked in Amdocs Software Engineer interview for experienced candidates?

Some of the top questions asked at the Amdocs Software Engineer interview for experienced candidates -

  1. Why Software Testing is Required to be done testers on...read more
  2. what is Data Driven Framewo...read more
  3. What Is Encapsulation In JA...read more
How long is the Amdocs Software Engineer interview process?

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

Tell us how to improve this page.

Amdocs Software Engineer Interview Process for Experienced

based on 8 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Amdocs Software Engineer Salary
based on 1.9k salaries
₹4 L/yr - ₹16 L/yr
10% more than the average Software Engineer Salary in India
View more details

Amdocs Software Engineer Reviews and Ratings

based on 203 reviews

3.6/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.4

Salary

3.4

Job security

3.7

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 203 Reviews and Ratings
Software Engineer-C++

Pune

4-6 Yrs

₹ 5-19 LPA

Software Engineer - Assembler

Pune

4-6 Yrs

₹ 5-19 LPA

Software Engineer (Cramer) - Pune

Pune,

Gurgaon / Gurugram

2-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
8.3k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Software Engineer
1.9k salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹2.9 L/yr - ₹14 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹4 L/yr - ₹12.4 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.0
Compare

Oracle

3.7
Compare

Carelon Global Solutions

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