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 Developer Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Amdocs Software Developer Interview Questions and Answers

  • Q1. First Unique Character in a Stream Problem Statement Given a string A consisting of lowercase English letters, determine the first non-repeating character at each point ...read more
  • Q2. Find the Third Greatest Element Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array. Input: The first line contains a single ...read more
  • Q3. Palindromic Substrings Problem Statement Given a string S , your task is to return all distinct palindromic substrings of the given string in alphabetical order. Explana ...read more
View all 107 questions

Amdocs Software Developer Interview Experiences

135 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Queries and Database questions
  • Q2. Design patterns
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Describe various types of DB
  • Ans. 

    Various types of DB include relational, non-relational, distributed, graph, and time-series databases.

    • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

    • Non-relational databases store data in key-value pairs, documents, or wide-column stores (e.g. MongoDB, Cassandra)

    • Distributed databases spread data across multiple servers for scalability and fault tolerance (e.g. HBase, Riak)

    • Graph ...

  • Answered by AI
  • Q2. Describe your project
  • Q3. Do you think that parts of your project should be rewritten

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good and medium to hard question

Round 2 - Coding Test 

Good easy and hard medium questions on dp

Interview Preparation Tips

Interview preparation tips for other job seekers - So a lot of practice and solve lot of problems
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Interview experience was quite smooth

Round 2 - Technical 

(1 Question)

  • Q1. Interview experience was smooth
Round 3 - HR 

(1 Question)

  • Q1. Interview experience was quite smooth
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview experience was good

Amdocs interview questions for designations

 Senior Software Developer

 (4)

 Advanced Software Developer

 (4)

 Associate Software Developer

 (3)

 Junior Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Engineer

 (43)

 Software Tester

 (5)

 Software Architect

 (2)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Resume related question about past experience

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 LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your experience
  • Ans. 

    I have 5 years of experience in software development, specializing in web applications and database management.

    • 5 years of experience in software development

    • Specialize in web applications and database management

    • Proficient in programming languages such as Java, JavaScript, and SQL

  • Answered by AI
  • Q2. Why do you want to work here?
  • Ans. 

    I am passionate about software development and I believe this company offers a great opportunity for growth and innovation.

    • Exciting projects and technologies to work on

    • Positive company culture and values

    • Opportunities for career advancement

    • Strong reputation in the industry

    • Potential for personal and professional development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Find duplicate Reactjs question Nodejs Questions
  • Q2. How redux work store, reducer and action
  • Ans. 

    Redux is a state management library for JavaScript applications.

    • Redux uses a single source of truth called the store to manage the application state.

    • Reducers are pure functions that specify how the state should change based on the actions dispatched.

    • Actions are plain JavaScript objects that describe the type of change to be made to the state.

    • When an action is dispatched, the store passes the current state and the actio...

  • Answered by AI
  • Q3. Event loop in javascript
  • Ans. 

    The event loop is a mechanism in JavaScript that allows for asynchronous execution of code.

    • The event loop is responsible for handling and executing tasks in JavaScript.

    • It ensures that tasks are executed in a non-blocking manner.

    • Tasks are added to different queues based on their type and priority.

    • The event loop continuously checks the queues and executes tasks in a specific order.

    • Examples of tasks include setTimeout cal

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Linked list and array related coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Bubble sort alogorithm
  • Q2. Mid element of linkedlist
  • Ans. 

    To find the middle element of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The element pointed to by the slow pointer at this point will be the middle element of the linked list.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept in C++
  • Ans. 

    OOPS concept in C++ refers to Object-Oriented Programming principles like encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: creating new classes based on existing classes, allowing for code reuse

    • Polymorphism: ability for objects of different classes to be treated as objects of a common superclass

    • Abstraction:...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Linked list ques , implement link list

Amdocs Interview FAQs

How many rounds are there in Amdocs Software Developer 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 Software Developer 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 Unix.
What are the top questions asked in Amdocs Software Developer interview?

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

  1. Puzzle:- you have two jars 3L and 5L and unlimited supply of water. How will yo...read more
  2. What is singleton calss?Write a program to make a class singlet...read more
  3. Challenges faced in your RPA experience and how you resolved ...read more
How long is the Amdocs Software Developer interview process?

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

Tell us how to improve this page.

Amdocs Software Developer Interview Process

based on 86 interviews

4 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more
Amdocs Software Developer Salary
based on 8.2k salaries
₹5 L/yr - ₹17 L/yr
35% more than the average Software Developer Salary in India
View more details

Amdocs Software Developer Reviews and Ratings

based on 910 reviews

3.6/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.3

Salary

3.5

Job security

3.8

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 910 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