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
3.8

based on 3.9k Reviews

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

53 interviews found

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

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 Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Coding Test 

They usually ask fundamental question like, palindrome, string inversion etc.

Round 2 - Technical 

(2 Questions)

  • Q1. Will ask about your projects
  • Q2. SQL question majorly focusing on Join
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude and reasoning

Round 2 - Coding Test 

Intermediate String questions.
Buy and sell stocks.
Second largest salary SQL.
Basic linux commands.

Round 3 - HR 

(2 Questions)

  • Q1. What are your strength and weaknesses
  • Q2. Why you want to join amdocs

Interview Preparation Tips

Interview preparation tips for other job seekers - In amdocs,the difficulty of interview depends on the role hired for. It will be hard for development projects and easy for support roles.
Be ready with Basic DSA and SQL with intermediate level of Java/C++/python

Amdocs interview questions for designations

 Software Associate

 (1)

 Associate Software Developer

 (4)

 Software Engineer

 (45)

 Senior Software Engineer

 (9)

 Software Testing Engineer

 (5)

 Software Support Engineer

 (2)

 Junior Software Engineer

 (1)

 Software Development Engineer

 (1)

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was quite hard because the platform does not have questions which are in online

Round 2 - Coding Test 

There are 5 questions 3 programming questions and 2 Sql Queries

Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer was good he asked questions on java sql and linux
  • Q2. Introduction ,Oops concept, types of join ,about project, linux commands
Round 4 - HR 

(1 Question)

  • Q1. Introduction , strength and , weakness why amdocs, about relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with the answers if its wrong or write in case the interviewer needs u to answer

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 at Thapar Institute of Engineering and Technology (TIET) and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It consisted of MCQ questions related to sql, dbms, OS and computer networking. And then 2 easy level coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about the projects mentioned in my résumé and questions related to java and sql joins
Round 3 - HR 

(1 Question)

  • Q1. Asked me for my introduction and basic hr questions like describe your strengths and weaknesses and why do you want to join Amdocs and if you will be leaving for higher studies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever you have written in your résumé. It’s okay if you aren’t very confident when you start your interview but you will feel better once it starts and you feel that you know the answers.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Visvesvaraya National Institute of Technology (VNIT), Nagpur and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Debugging question in C
  • Q2. 10 words stating with letter "q"
Round 2 - HR 

(1 Question)

  • Q1. Location conformation asked via phone

Associate Software Engineer interview

user image TravelFootballLove

posted on 30 Nov 2021

Round 1 - Aptitude Test 

Mcq questions math c c c c c c c c v v v v v v v v

Round 2 - One-on-one 

(1 Question)

  • Q1. Unix commands, basic coding question, basic friendly interaction, hypothetical situation based question etc etc etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, have technical one word answer ontips, have basic coding knowledge & talk in friendly way
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and grammar questions. Difficulty level not too hard.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions about the technology you are applying for. May ask you to run few very basic program's.
Round 3 - HR 

(1 Question)

  • Q1. Company policies and commitment questions.

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, Coding Test and HR.
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.2 L/yr - ₹12 L/yr
30% more than the average Associate Software Engineer Salary in India
View more details

Amdocs Associate Software Engineer Reviews and Ratings

based on 116 reviews

3.6/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.4

Salary

3.8

Job security

3.9

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 116 Reviews and Ratings
Software Developer
7.7k salaries
unlock blur

₹4.9 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 L/yr - ₹13.5 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹3.6 L/yr - ₹12 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.0
Compare

Infosys

3.7
Compare

Wipro

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