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 for Freshers

Updated 3 Apr 2025

Top Amdocs Interview Questions and Answers for Freshers

View all 54 questions

Amdocs Interview Experiences for Freshers

Popular Designations

79 interviews found

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

Top Amdocs Software Engineer Interview Questions and Answers

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 must refrain from using any loop con... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

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)

I applied via LinkedIn

Round 1 - Technical 

(1 Question)

  • Q1. Springboot. java collection and oops
Round 2 - Technical 

(1 Question)

  • Q1. Java and spring boot

Interview Preparation Tips

Topics to prepare for Amdocs Senior Software Engineer interview:
  • Java
  • Spring Boot
Interview preparation tips for other job seekers - interview is tough. There was programing question was asked.

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
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 Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal question based on problem solving skills.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on linux and sql
Round 3 - One-on-one 

(1 Question)

  • Q1. This was managerial round.
Round 4 - HR 

(1 Question)

  • Q1. Normal questions on my background

Amdocs interview questions for popular designations

 Software Developer

 (135)

 Associate Software Engineer

 (52)

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is view synonym mview Explain datapump Oracle goldengate in detail
  • Ans. 

    A materialized view (mview) is a database object that contains the results of a query. Datapump is a tool for moving data between Oracle databases. Oracle GoldenGate is a real-time data integration and replication tool.

    • Materialized views (mviews) store the results of a query for faster access.

    • Datapump is a tool used for exporting and importing data between Oracle databases.

    • Oracle GoldenGate is a real-time data integrat...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What is your goal

Top Amdocs Oracle Database Administrator Interview Questions and Answers

Q1. How to configure RAC in detail? Shell scripting SQL scripting
View answer (1)

Oracle Database Administrator Interview Questions asked at other Companies

Q1. how can you recover the deleted datafiles if datafiles are not taken backup
View answer (1)

Get interview-ready with Top Amdocs Interview Questions

I applied via Walk-in and was interviewed before Oct 2021. 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 

Coding decoding, data interpretation, averages, time distance pipe cistern.

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell me about youself and what is your view about this company 2. Topics of fiber optics
  • Ans. Start with your academic record then college and have some hobbies to add on. If you have any achievement then add it too it would be helpful for you in interview. Do not let your confidence down and be straight forward with your priorities.
  • Answered Anonymously
  • Q2. Basics of electronic devices,storage devices Types of semiconductors.
  • Ans. Have basic knowledge of electronic devices and it's types and go with p-type and n-type semiconductors with definition and uses
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Open with your questions also.
Have good conversation skill and practice yourself with mirror or with any person

Fiber Engineer Interview Questions asked at other Companies

Q1. What are the Losses in fiber Transmission ? which are the major fiber optic tools and their operation?
View answer (7)

Jobs at Amdocs

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was simple coding test having linked list cycle question

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops concept and DOubly LL implementation

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 (43)
Round 1 - Technical 

(1 Question)

  • Q1. Basics of c and unix. Since it telecommunications company they are still working with C and proC .

Interview Preparation Tips

Interview preparation tips for other job seekers - Just upload documents in naukari and they will definitely call you.

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 (43)

RF Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2022. There were 3 interview rounds.

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

Logicsl reasoning maths

Round 3 - Technical 

(5 Questions)

  • Q1. All Fiber related
  • Q2. What is ASE, BAU
  • Ans. 

    ASE stands for Average Signal Excess and BAU stands for Business As Usual in the context of RF engineering.

    • ASE is a metric used to measure the difference between the received signal strength and the noise floor in a communication system.

    • BAU refers to the normal operating conditions or standard practices in a system or organization.

    • ASE is important for determining the quality of a signal transmission, while BAU helps in...

  • Answered by AI
  • Q3. WHAT IS pfp, size of fiber cabke
  • Ans. 

    PFP stands for Plenum Fiber Optic Cable. The size of fiber cable can vary depending on the application and requirements.

    • PFP is a type of fiber optic cable that is designed for use in plenum spaces, which are areas used for air circulation in buildings.

    • The size of fiber optic cable can range from 0.9mm to 3.0mm in diameter, depending on the number of fibers and the specific application.

    • For example, a single-mode fiber o...

  • Answered by AI
  • Q4. Anchor and down guy
  • Q5. Handhold and pole

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare fiber part check Google for fiber placement projects

Top Amdocs RF Engineer Interview Questions and Answers

Q1. What do you understand by 5-G?
View answer (2)

RF Engineer Interview Questions asked at other Companies

Q1. What is modulation, and what are the different types of modulation schemes.
View answer (3)

RF Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2022

I applied via LinkedIn and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. What do you understand by 5-G?
  • Ans. 

    5G is the fifth generation of wireless technology that promises faster internet speeds, lower latency, and increased connectivity.

    • 5G stands for fifth generation and is the latest wireless technology

    • It promises faster internet speeds, lower latency, and increased connectivity

    • 5G uses higher frequency bands and smaller cell sizes to achieve these benefits

    • It will enable new technologies like self-driving cars, virtual real...

  • Answered by AI
  • Q2. What is fiber optics?
  • Ans. 

    Fiber optics is a technology that uses thin strands of glass or plastic to transmit data as light signals.

    • Fiber optics is used in telecommunications to transmit data over long distances.

    • It is also used in medical equipment, military technology, and industrial applications.

    • Fiber optic cables are made up of thin strands of glass or plastic called fibers.

    • These fibers are surrounded by a protective coating and bundled toge...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amdocs RF Engineer interview:
  • Communication Skills
  • Telecommunication
Interview preparation tips for other job seekers - Basic knowledge of your branch.
What is fiber?
What is fiber optics?
What you understand about 5-G?

Top Amdocs RF Engineer Interview Questions and Answers

Q1. What do you understand by 5-G?
View answer (2)

RF Engineer Interview Questions asked at other Companies

Q1. What is modulation, and what are the different types of modulation schemes.
View answer (3)

Amdocs Interview FAQs

How many rounds are there in Amdocs 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 Technical, HR and Resume Shortlist.
How to prepare for Amdocs 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 Core Java, Java, Hibernate, J2Ee and Maven.
What are the top questions asked in Amdocs interview for freshers?

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

  1. Challenges faced in your RPA experience and how you resolved ...read more
  2. what are window functions in ...read more
  3. What is OOPs Concepts? Code for Function overloading and functions overridi...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.

Tell us how to improve this page.

Amdocs Interview Process for Freshers

based on 42 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 864 Interviews
Google Interview Questions
4.4
 • 842 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 284 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
View all

Amdocs Reviews and Ratings

based on 4.1k reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.4

Salary

3.5

Job security

3.8

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 4.1k Reviews and Ratings
HR Partner

Pune

3-5 Yrs

Not Disclosed

Software Engineer

Pune

4-6 Yrs

₹ 5.1-15.95 LPA

Devops Consultant Lead

Pune

6-11 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