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

Updated 20 Jan 2025

Top Amdocs Associate Software Engineer Interview Questions and Answers

  • Q1. Maximum Sum Increasing Subsequence of Length K Problem Statement You are given an array NUMS consisting of N integers and an integer K. Your task is to determine the max ...read more
  • Q2. First Unique Character in a String Problem Statement Given a string STR consisting of lowercase English letters, identify the first non-repeating character in the string ...read more
  • Q3. Implement Atoi Function You have a string 'STR' of length 'N'. Your task is to implement the atoi function, which converts the string into an integer. If the string does ...read more
View all 60 questions

Amdocs Associate Software Engineer Interview Experiences

50 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 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 - Aptitude Test 

Reasoning and aptitude python coding and SQL questions

Round 3 - Technical 

(2 Questions)

  • Q1. What is python and constructer ,arrays,data structures
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. Constructors are special methods used to initialize objects in classes.

    • Python is a versatile programming language used for web development, data analysis, artificial intelligence, and more.

    • Constructors in Python are special methods with the __init__() function that initialize objects when they are created.

    • Arrays in Python are data str...

  • Answered by AI
  • Q2. Libraries and packages in python
  • Ans. 

    Libraries and packages in Python are reusable collections of code that provide functionality to perform specific tasks.

    • Libraries and packages help in reducing the amount of code that needs to be written from scratch

    • Popular libraries in Python include NumPy for numerical computing, Pandas for data manipulation, and Matplotlib for data visualization

    • Packages can be installed using package managers like pip or conda

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amdocs Associate Software Engineer interview:
  • Python
  • SQL
  • PLSQL
  • Python flask
  • Unix

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Generally 2 Coding questions and some Mysql questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java and Mysql Queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare the core concept of Java.

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

2 java programming questions were asked in the exam

Round 3 - Technical 

(2 Questions)

  • Q1. Questions were asked based on my resume
  • Q2. Question on Sql Question on Java programming
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked about the company and location preference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the questions asked from your resume that you have submitted to them.

Be prepared to answer the questions as per your resume and your job role that you have applied for.
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 Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Some DSA Question were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions related to your skills most on basic dsa questions , operating systems and computer network .
Round 3 - HR 

(1 Question)

  • Q1. About the vision , preferred loaction and so on

Amdocs interview questions for designations

 Software Associate

 (1)

 Associate Software Developer

 (3)

 Software Engineer

 (43)

 Senior Software Engineer

 (9)

 Software Testing Engineer

 (4)

 Software Engineer II

 (1)

 Software Development Engineer

 (1)

 Junior Software Engineer

 (1)

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 Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate test was there

Round 2 - Technical 

(2 Questions)

  • Q1. Java oops related questions
  • Q2. Java collection frameworks related question

Get interview-ready with Top Amdocs Interview Questions

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 Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Moderate test 2 Java and 1 sql

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Oops in java?
  • Ans. 

    Object-oriented programming paradigm in Java focusing on objects and classes.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other through classes.

    • Key principles include Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Example: Class Car { String color; void start() { //code here } }

    • Example: Car myCar = new Car(); myCar.color = 'red'; myCar.start();

  • Answered by AI
  • Q2. Collection framework in java?
  • Ans. 

    Collection framework in Java provides a set of interfaces and classes to store and manipulate groups of objects.

    • Includes interfaces like List, Set, and Map

    • Classes like ArrayList, LinkedList, HashSet, and HashMap implement these interfaces

    • Provides methods for adding, removing, and accessing elements in collections

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

It was easy mcq test with no negative marking

Round 2 - Coding Test 

4 codes.. 2 problem solving 2 sql queries

Round 3 - Technical 

(2 Questions)

  • Q1. Which programming languages do you know.
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q2. Handshake problem logic and code
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about your educational background
  • Q2. Extra carrecular activities
  • Q3. Where do you see yourself 5 years down the line

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident. Prepare according to your resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. On core java and DBMA
  • Q2. Joins and their use.
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ta...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About my last Education

Interview Preparation Tips

Topics to prepare for Amdocs Associate Software Engineer interview:
  • Core Java
  • DBMS

Skills evaluated in this interview

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

I applied via campus placement at Punjab Engineering College (PEC) and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 hours test, topics were mix of 2 DSA questions 1 SQL question and MCQs on OS and PLSQL

Round 2 - Technical 

(3 Questions)

  • Q1. Count the number of vowels in a string
  • Ans. 

    Count the number of vowels in a given string

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u)

    • Maintain a count of vowels encountered

    • Return the total count of vowels in the string

  • Answered by AI
  • Q2. What is a copy constructor
  • Ans. 

    A copy constructor is a special type of constructor in object-oriented programming that creates a new object as a copy of an existing object.

    • Creates a new object by copying the attributes of an existing object

    • Used to initialize a new object with the values of an existing object

    • Helps in creating deep copies of objects to avoid shallow copy issues

  • Answered by AI
  • Q3. Write a code for copy constructor
  • Ans. 

    A copy constructor is a special type of constructor which creates a new object as a copy of an existing object.

    • Ensure the copy constructor has the same signature as the default constructor.

    • Allocate memory for the new object and copy the values from the existing object.

    • Handle deep copy vs shallow copy based on the object's data types.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your preferred location

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

They give huge test with 1 hour time where all technical
Questions are asked along with writing a program

Round 3 - Technical 

(2 Questions)

  • Q1. Basic technology related questions
  • Q2. Your current project details

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to be technically prepared to clear coding round. Level of questions are high.

Amdocs Interview FAQs

How many rounds are there in Amdocs Associate Software Engineer 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 Associate 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 Amdocs, Continuous Improvement, Technical Support, Application Software and Computer science.
What are the top questions asked in Amdocs Associate Software Engineer interview?

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

  1. How to convert a string containing a number into integer without using inbuilt ...read more
  2. What is right outer join and it's use in real world scena...read more
  3. What is recursion?Explain it graphically?How compiler executed recursi...read more
How long is the Amdocs Associate Software Engineer interview process?

The duration of Amdocs Associate 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 Associate Software Engineer Interview Process

based on 35 interviews

4 Interview rounds

  • Coding Test Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more
Amdocs Associate Software Engineer Salary
based on 1k salaries
₹3 L/yr - ₹12 L/yr
32% more than the average Associate Software Engineer Salary in India
View more details

Amdocs Associate Software Engineer Reviews and Ratings

based on 119 reviews

3.5/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.3

Salary

3.7

Job security

3.8

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 119 Reviews and Ratings
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