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

Updated 3 Mar 2025

Top Amdocs Interview Questions and Answers

View all 403 questions

Amdocs Interview Experiences

Popular Designations

514 interviews found

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

Multiple sections on aptitude, coding

Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops concepts , database concepts
  • Q2. Project in depth questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Details verification

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 maximum sum of an increasing subsequence of length K. Input: The first li... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked about previous project
  • Q2. About selenium and java
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Amdocs Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mcq questions to be completed in one hour

Round 2 - Technical 

(2 Questions)

  • Q1. Had basic react questions, like what is jsx, why to use fragments, diff between class and functional component.
  • Q2. Was asked to create a login component

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 in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

AWS Devops Engineer Interview Questions & Answers

user image Keshav Dangeti

posted on 5 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Aws Organisation
  • Q2. Transit Gateway

AWS Devops Engineer Interview Questions asked at other Companies

Q1. how do you troubleshoot a docker container that is going to die?
View answer (1)

Amdocs interview questions for popular designations

 Software Developer

 (135)

 Associate Software Engineer

 (51)

 Software Engineer

 (43)

 Functional Test Engineer

 (15)

 RF Engineer

 (13)

 Softwaretest Engineer

 (12)

 Senior Software Engineer

 (9)

 Devops Engineer

 (8)

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

(2 Questions)

  • Q1. Kubernetes related scenario based questions
  • Q2. Day to day scenario based questions of devops

DevOps Specialist Interview Questions asked at other Companies

Q1. What is difference between entry point and cmd in dockerfile
View answer (2)

Get interview-ready with Top Amdocs Interview Questions

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

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservice architecture based questions for error handling
  • Q2. Kafka architecture based question
Round 2 - Technical 

(2 Questions)

  • Q1. Design a system reading from a CDN
  • Ans. 

    Design a system to read from a CDN

    • Utilize a CDN to store and deliver content efficiently

    • Implement caching mechanisms to reduce load times

    • Use a content delivery network like Cloudflare or Akamai

    • Consider implementing a multi-CDN strategy for redundancy and performance optimization

  • Answered by AI
  • Q2. How would you do memory management
  • Ans. 

    Memory management involves allocating and deallocating memory efficiently to optimize system performance.

    • Use dynamic memory allocation functions like malloc, calloc, and realloc to allocate memory as needed

    • Track memory usage and release unused memory using free function to prevent memory leaks

    • Implement memory pooling or caching to reuse memory blocks and reduce overhead of frequent allocation/deallocation

    • Use memory pro...

  • Answered by AI

Skills evaluated in this interview

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

Jobs at Amdocs

View all

SDE Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

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

It consisted of both technical programming and theoretical concepts. C++ and SQL

Round 2 - Technical 

(2 Questions)

  • Q1. Consisted of scenario based questions from technical domain.
  • Q2. Differentiate all sorting algorithms
  • Ans. 

    Sorting algorithms differ in their approach to sorting elements in an array.

    • Bubble Sort - compares adjacent elements and swaps them if they are in the wrong order

    • Merge Sort - divides the array into two halves, sorts them, and then merges them

    • Quick Sort - picks a pivot element and partitions the array around the pivot

    • Selection Sort - repeatedly selects the minimum element and swaps it with the current element

    • Insertion S...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Simple resume related non technical.

Skills evaluated in this interview

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

One hour of Test with C program and aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Question on C language , Linux and SQL
  • Q2. Basic commands in Linux
  • Q3. Strings manipulations' in C
  • Ans. 

    String manipulation in C involves various functions to perform operations on strings like concatenation, comparison, and copying.

    • Use functions like strcpy() for copying strings

    • Use functions like strcat() for concatenating strings

    • Use functions like strcmp() for comparing strings

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Skills evaluated in this interview

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 in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How do you convert Monolith to Microservices?
  • Ans. 

    Convert Monolith to Microservices involves breaking down a large application into smaller, independent services.

    • Identify bounded contexts within the monolith

    • Decompose the monolith into separate services based on identified bounded contexts

    • Implement communication between services using APIs or messaging queues

    • Use containerization technologies like Docker for deployment

    • Implement service discovery and load balancing for e

  • Answered by AI
  • Q2. What would you use to store password? String or CharArray?
  • Ans. 

    CharArray should be used to store passwords for security reasons.

    • CharArray is more secure as it can be cleared from memory after use, unlike String which is immutable

    • String objects are stored in the String pool and can be accessed by other parts of the program

    • CharArray allows for more control over the password data and reduces the risk of exposure

  • Answered by AI
  • Q3. What is an API Gateway in Microservices?
  • Ans. 

    API Gateway in Microservices acts as a single entry point for all client requests to access multiple microservices.

    • API Gateway handles authentication, authorization, load balancing, caching, and routing of requests to appropriate microservices.

    • It helps in decoupling client applications from individual microservices, providing a more centralized and manageable architecture.

    • Examples of API Gateways include Netflix Zuul,

  • Answered by AI
  • Q4. What is a Spring Actuator?
  • Ans. 

    Spring Actuator is a feature in Spring Boot that allows monitoring and managing the application.

    • Spring Actuator provides endpoints to monitor application health, metrics, info, etc.

    • It helps in understanding the internal state of the application and its performance.

    • Actuator endpoints can be accessed over HTTP, providing useful information for monitoring tools.

    • Example: /actuator/health, /actuator/metrics, /actuator/info

  • Answered by AI

Skills evaluated in this interview

Top Amdocs Senior Software Engineer Interview Questions and Answers

Q1. What would you use to store password? String or CharArray?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are different parameters in jcl
  • Ans. 

    Different parameters in JCL include job name, job class, job priority, job card, job statement, job steps, and job disposition.

    • Job name: Identifies the job to the operating system

    • Job class: Specifies the class of resources the job requires

    • Job priority: Determines the order in which jobs are executed

    • Job card: Contains information about the job such as account number, job name, and programmer name

    • Job statement: Defines t...

  • Answered by AI
  • Q2. Explain the different division in cobol?
  • Ans. 

    In COBOL, divisions are used to organize the program into different sections based on functionality.

    • COBOL programs are divided into four divisions: Identification, Environment, Data, and Procedure.

    • Identification Division contains program name, author, date, etc.

    • Environment Division specifies the hardware and software environment.

    • Data Division defines the data structures used in the program.

    • Procedure Division contains t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident while answering

Skills evaluated in this interview

Top Amdocs Functional Test Engineer Interview Questions and Answers

Q1. What is difference between test cases and test scenarios
View answer (1)

Functional Test Engineer Interview Questions asked at other Companies

Q1. 1. Explain OTC cycle? 2. Explain the concept of copy control 3. Explain the steps of pricing procedure 4. Explain the structure of Idoc and why Idocs are used? 5. Billing types and explain with real time examples where they are used 6. Expl... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Amdocs Interview FAQs

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

Some of the top questions asked at the Amdocs interview -

  1. Puzzle:- you have two jars 3L and 5L and unlimited supply of water. How will yo...read more
  2. What is sdlc stlc waterfall model,smoke testing, black box testing, what is qua...read more
  3. 1)How to run failed test case: using failed.xml 2)how to use click in diff ways...read more
How long is the Amdocs interview process?

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

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

State Bank of India

No Salaries

INTERVIEWS

NoBrokerHOOD

No Interviews

REVIEWS

Financial Software & Systems

No Reviews

INTERVIEWS

Swiggy

No Interviews

SALARIES

Home Credit Finance

JOBS

Financial Software & Systems

No Jobs

PHOTOS

Financial Software & Systems

No Photos

Tell us how to improve this page.

Amdocs Interview Process

based on 355 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

Amdocs Reviews and Ratings

based on 4k reviews

3.7/5

Rating in categories

3.4

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 4k Reviews and Ratings
Software Engineer

Pune

2-5 Yrs

₹ 5.05-15.95 LPA

Information Security Lead

Pune

2-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
8.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1k salaries
unlock blur

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