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 Freshers

Updated 4 Feb 2025

Top Amdocs Software Engineer Interview Questions and Answers for Freshers

  • 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

Amdocs Software Engineer Interview Experiences for Freshers

8 interviews found

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

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Core Java (OOPS, basic core java question)
  • Q2. Java8 feature questions
  • Q3. Linux Command Questions
  • Q4. Spring boot questions (annotations, bean scopes, DI)
  • Q5. Write a Junit test case
  • Ans. 

    Writing a Junit test case for a software engineer interview

    • Create a test class that extends TestCase or uses the @Test annotation

    • Write test methods that test specific functionality of the code

    • Use assertions to verify expected outcomes

    • Set up any necessary test data or mocks before running the test

    • Use annotations like @Before and @After for setup and teardown tasks

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. It was technical plus managerial round
  • Q2. Mostly question is asked on resume, so please be mindful while putting anything on resume as you need to justify each thing
  • Q3. Why you want to join amdocs?
  • Ans. 

    I want to join Amdocs because of their reputation for innovation and their commitment to employee growth.

    • Amdocs is known for its cutting-edge technology solutions in the telecommunications industry

    • I am impressed by Amdocs' focus on continuous learning and development for its employees

    • I believe that Amdocs offers a dynamic and challenging work environment that will help me grow as a software engineer

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Some technical questions from your resume
  • Q3. Be prepared what you know of your technology
Round 2 - HR 

(2 Questions)

  • Q1. Behaviour questions
  • Q2. Ask about location

Software Engineer Interview Questions Asked at Other Companies for Fresher

asked in Capgemini
Q1. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Java 8 interview questions related to steam api

Round 2 - Case Study 

Design a system comparison tools like

Interview Preparation Tips

Interview preparation tips for other job seekers - better prepare for java 8 queries steam api
your project work on building tools

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.

Amdocs interview questions for designations

 Associate Software Engineer

 (52)

 Senior Software Engineer

 (9)

 Software Testing Engineer

 (4)

 Software Engineer II

 (1)

 Junior Software Engineer

 (1)

 Software Development Engineer

 (1)

 Software Support Engineer

 (1)

 Software Developer

 (135)

I appeared for an interview 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. 

    The problem involves determining the minimum number of umbrellas required to shelter a specific number of people based on the capacity of each umbrella.

    • Iterate through the array of umbrella capacities to find the combination that covers exactly 'M' people.

    • Keep track of the minimum number of umbrellas used to cover 'M' people.

    • If it is not possible to cover 'M' people exactly, return -1.

    • Example: For input [2, 3, 4] and M...

  • Answered by AI
  • 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. 

    Count the number of subarrays where the number of 0s and 1s are equal in a given array of 0s and 1s.

    • Iterate through the array and keep track of the count of 0s and 1s encountered so far.

    • Use a hashmap to store the count of 0s and 1s encountered at each index.

    • For each index, check if the count of 0s and 1s encountered so far are equal. If yes, increment the result count.

    • Return the final count of subarrays where the numbe

  • Answered by AI
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. 

    Reverse a given stack of integers using recursion without using extra space or loops.

    • Use recursion to pop all elements from the original stack and store them in function call stack

    • Once the stack is empty, push the elements back in reverse order using recursion

    • Use the top(), pop(), and push() methods to manipulate the stack

  • Answered by AI

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement 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.

Software Engineer Jobs at Amdocs

View all

Interview Questionnaire 

1 Question

  • Q1. Computer networking, oops, programming

I applied via Referral

Interview Preparation Tips

Round: Test
Experience: I appeared for Amdocs through Campus Recruitment Process. Section 1,2,3 was not tough, if you have practiced RD Sharma then don't worry about these sections as it was the easiest part of the written test. After that there were two coding questions in which you can choose any language(C/C++/Java) to write your code. The code were easy, I mean it wasn't like Codechef problems. If you have ever made the programming assignments by yourself then you would definitely be able to crack this section. Even if you didn't make it then you can practice coding questions like finding H.C.F, L.C.M, Removing redundant number from array, finding whether the string is palindrome or not, finding whether the number is Armstrong number or not,etc,. Now comes the technical section that was little bit tough for those who haven't studied about UNIX ever. It was consisting of C, DBMS and Unix. C questions can easily be attempt by completing "Test your C Skills by Yashwant Kanedtkar", In DBMS most of the questions were query based, some PL/SQL questions were also there, in Unix most of the questions were from VI editor commands and some linux commands like sed, uniq, fdisk and very few questions were from shell scripting like, what will be the output of echo*. Overall the test was easy, since it is easy for everyone so you need to do lots of practice because out of more than 200 students only 39 cleared the written test in our campus.
Duration: 2:30 minutes
Total Questions: 82

Skills: Implementation Of Code Using OOPS, Coding Skills, Database Management, Ability To Think, Ability To Cope Up With Stress, Ability To Deal Diplomatically, 1)communication
College Name: NIT Sikkim

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Technical questions were asked

I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between abstract class and interface?
  • Ans. 

    Abstract class can have implementation while interface cannot. Classes can implement multiple interfaces but only one abstract class.

    • Abstract class can have constructors while interface cannot.

    • Abstract class can have non-abstract methods while interface cannot.

    • Interfaces are used for full abstraction while abstract classes are used for partial abstraction.

    • Example: Abstract class - Animal with method eat() and subclass ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about java and object oriented programming programming.

Skills evaluated in this interview

Amdocs Interview FAQs

How many rounds are there in Amdocs Software Engineer interview for freshers?
Amdocs interview process for freshers usually has 2-3 rounds. The most common rounds in the Amdocs interview process for freshers are Resume Shortlist, HR and Technical.
How to prepare for Amdocs Software Engineer interview for freshers?
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 freshers?

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

  1. Write a Junit test c...read more
  2. Given a circular cake and a specified number of straight cuts, what is the maxi...read more
  3. This was technical round, Interviewer asked something of everything from my res...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 Freshers

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Amdocs Software Engineer Salary
based on 1.9k salaries
₹4 L/yr - ₹16 L/yr
11% 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.1 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