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

Updated 4 Feb 2025

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 us ...read more
  • Q2. Minimum Umbrellas Problem You are provided with ‘N’ types of umbrellas, where each umbrella type can shelter a certain number of people. Given an array UMBRELLA that ind ...read more
  • Q3. Subarray with Equal Occurrences Problem Statement Given an array ARR consisting of 0s and 1s only, your task is to determine the number of non-empty subarrays where the ...read more
View all 27 questions

Amdocs Software Engineer Interview Experiences

43 interviews found

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I had written test (verbal,aptitude,reasoning,2 coding questions,technical mcq),technical interview(core java ,spring,coding) and then at last the HR round(salary discussion).

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont waste your time on this company as they will not enroll your offer letter and they just try to get the employee with the least demand of salary.

Even they don't tell you how much they can offer.

I applied via Gmail.link and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About c, technical,branch related

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round as related to branch

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

The test included MCQ questions from SQL, Linux Commands, C/C++ programming, Logical Reasoning, Aptitude questions.
The other section was the coding round, where 2 SQL queries and 2 coding questions were there.
The environment was pretty good. No technical issues were there

  • Q1. 

    Minimum Umbrellas Problem

    You are provided with ‘N’ types of umbrellas, where each umbrella type can shelter a certain number of people. Given an array UMBRELLA that indicates the number of people each um...

  • Ans. Brute Force

    Approach: The idea here is to try every possible option and consider the minimum ans.


     We have two possible options: either we use the i-th umbrella to cover people or not. 


    So, the recurrence for the above problem is:

    minNumberOfUmbrellas(i, M) = min(minNumberOfUmbrellas(i - 1, M), 1+ minNumberOfUmbrellas(i, M - UMBRELLA[i])).

     

    minNumberOfUmbrellas(i, M) represents the minimum number of umbrellas...

  • Answered Anonymously
  • Q2. 

    Subarray with Equal Occurrences Problem Statement

    Given an array ARR consisting of 0s and 1s only, your task is to determine the number of non-empty subarrays where the number of 0s and 1s are equal.

    Inp...

  • Ans. BRUTE FORCE

    We will visit every subarray using two nested loops and maintain the count of 0s and 1s for each of them. Count of all the subarrays with equal 0s and 1s will be maintained in a ‘RESULT’ variable.

    Space Complexity: O(1)Explanation:

    The space complexity is O(1) as no extra space is used. 

    Time Complexity: O(1)Explanation:

    O(N ^ 2), where N is the length of the array. 

     

    We are visiting every subarr...

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The technical round was totally based on resume submitted by us during registration. They asked in depth questions related to the technical internship done by me in past. The discussion related to the technical internship went for 20 minutes. They saw the working of my project deployed on Heroku platform and done a good discussion on that too. Then they give me a coding question based on recursion and I was supposed to write the code on Hirepro platform itself. I was asked 3 puzzles also in order to check my problem solving. The interviewers were friendly and they provide a friendly environment during the interview.

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

  • Ans. Recursive Approach

    We will be using two recursive methods:

    1. To Reverse the Stack: We will use recursion to iterate through the stack. For each top element, we will pop it and use recursion to reverse the remaining stack. After getting the stack reversed by recursion we can simply push the popped element to the bottom of the stack. The procedure to push the element at the bottom of stack is explained in following paragraph...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Nanak Dev University. Eligibility criteria60% throughout academics, with no breaks/year downAmdocs interview preparation:Topics to prepare for the interview - Data Structures And Algorithms, Object Oriented Programming, Relational Database Management SystemsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice coding questions from HackerRank, InterviewBit, 
Tip 2 : Do at least 1 project and must have the in depth knowledge about it
Tip 3 : One should also do one technical internship. It adds to the working experience we get during our degree
Tip 4 : Very good communication skills are mandatory. Practice a lot to speak in formal english
Tip 5 : Prepare CS subjects like OOPS, RDMS. One must have in depth knowledge about these subjects.

Application resume tips for other job seekers

Tip 1 : Everything written on the resume should not be false. There should be atleast one project and one technical internship 
Tip 2 : Skills related to various CS subjects and Programming languages should also be mentioned
Tip 3 : Skills related to participation in various co-curricular activities leaves a good impact on the interviewer

Final outcome of the interviewSelected

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

Amdocs interview questions for designations

 Associate Software Engineer

 (50)

 Senior Software Engineer

 (9)

 Software Testing Engineer

 (4)

 Software Engineer II

 (1)

 Software Development Engineer

 (1)

 Junior Software Engineer

 (1)

 Software Support Engineer

 (1)

 Software Developer

 (135)

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is polymorphism? What is virtual function?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. Virtual functions are functions that can be overridden in derived classes.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Virtual functions are declared in a base class and can be overridden in derived classes.

    • Polymorphism and virtual functions are key concepts in object-oriented programming.

    • Example: A shape ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amdocs Software Engineer interview:
  • Inheritance
  • Virtual function
  • Abstraction
Interview preparation tips for other job seekers - Interview is for C++ developer.
Basic cpp concepts and basic programming question.

Get interview-ready with Top Amdocs Interview Questions

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

I was interviewed before May 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Some coding questions and some aptitude questions were there
Coding Question: House Robber

Round 3 - Technical 

(1 Question)

  • Q1. Questions were based on OOPS concepts and Linux commands. Some puzzles were also there

Software Engineer Jobs at Amdocs

View all

Interview Questionnaire 

2 Questions

  • Q1. PLSQL= 1.What is cursor &types 2. Diff btw primay key &unique key. 3.triggers & its type. 4. View &its types. 4.bulk collection. 5.what is dynamic query & how to implement.
  • Ans. 

    Answers to questions related to PL/SQL concepts like cursor, primary key, unique key, triggers, views, bulk collection, and dynamic queries.

    • A cursor is a pointer to a private SQL area that stores information about the processing of a SELECT or DML statement

    • Primary key uniquely identifies each record in a table, while a unique key ensures that all values in a column are distinct

    • Triggers are stored programs that are fire...

  • Answered by AI
  • Q2. Manager round= 1. What is ur goal, 2.any pressure situation u face. 3. What u will do if u have problem with work culture. 4.what u will do if u have any problem with ur team mates. 5.any situation u ha...

Skills evaluated in this interview

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

I applied via campus placement at MAEER's MIT College of Engineering, Pune and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude like Quantitative , English and Logical Reasoning. Coding round had 4 questions - 2 SQL problems and 2 codes

Round 2 - HR 

(2 Questions)

  • Q1. Personality assessment , character judging and seeing if you are fit for the company on the basis of value was checked
  • Q2. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Amdocs Software Engineer interview:
  • C++
  • SDLC
Interview preparation tips for other job seekers - Nothing to worry about. Just show confidence and good communication skills and a ability to learn.

Interview Questionnaire 

1 Question

  • Q1. Computer networking, oops, programming

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Personal projects/client projects
  • Q2. Hashmap/hashtable/hashset
  • Q3. Java and Microservices
  • Q4. Rest and soap
  • Q5. Program on array
  • Ans. 

    Program on array

    • Arrays are used to store multiple values in a single variable

    • Arrays can be of any data type

    • Arrays can be accessed using index numbers

    • Arrays can be sorted and searched

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience

Skills evaluated in this interview

Amdocs Interview FAQs

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

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

  1. Given a circular cake and a specified number of straight cuts, what is the maxi...read more
  2. PLSQL= 1.What is cursor &types 2. Diff btw primay key &unique key. 3.triggers ...read more
  3. What is the difference between arrays and ArrayLists 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

based on 36 interviews

4 Interview rounds

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

Amdocs Software Engineer Reviews and Ratings

based on 191 reviews

3.7/5

Rating in categories

3.3

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 191 Reviews and Ratings
Software Engineer - DWH

Pune

3-5 Yrs

₹ 2.4-18.7 LPA

Software Engineer

Pune

3-5 Yrs

₹ 5.38-15.95 LPA

Software Engineer

Gurgaon / Gurugram

8-13 Yrs

Not Disclosed

Explore more jobs
Software Developer
8.2k 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

₹3.8 L/yr - ₹14 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹3 L/yr - ₹12 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