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.8k Reviews

Filter interviews by

Amdocs Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Amdocs Interview Questions and Answers

View all 403 questions

Amdocs Interview Experiences

Popular Designations

517 interviews found

Interview Questions & Answers

user image Anonymous

posted on 28 May 2015

Interview Questionnaire 

40 Questions

  • Q1. All birds are animals. All animals are four legged. Implications a. All animals which are four legged are birds. b. All birds are four legged c. Some birds are four legged d. Some birds are animals but no...
  • Q2. All fat people are not dancers, food loving people are all fat .Find the contradictory statement?
  • Q3. The day before yesterday was WEDNESDAY then the day after tomorrow is?
  • Q4. Mary's father's brother is Andrews Andrews daughter's son is Sunil Brothers name is Sam Who is Sam to Sunil?
  • Q5. If A>B,AD,B
  • Q6. There are A,B techers and C,D doctors.Find the possible no of combinations that should not be repeated more than once?
  • Q7. There are 3 males and 2 females,find the possible no of orders that can be made by making the arrangement as in between two males one women is allowed to sit?
  • Q8. The syntax of command statement in UNIX 10. If the permission for a file is 000,then the file can be accessed by whom?
  • Q9. Where we can run two same programs on a UNIX console at the same time?
  • Q10. Which is the Shell of UNIX?
  • Q11. What is the number of the masked code ee@?
  • Q12. If we are terminated at the middle of the program execution in UNIX,what will happen to the program,it will (i) continue running (ii) terminate (iii)the o/p will be send to ur mail?
  • Q13. What is the command to connecto to remote terminals
  • Q14. What is the command to fetch first 10 records in a file
  • Q15. Unix has the following features: a. multithreading b. multitasking
  • Q16. We are UPDATING a field in SQL and ALTER the row also.After giving the COMMIT command the system is crashed.What will happen to the commands given,whether it will UPDATE and ALTER the table or not?
  • Q17. How will add additional conditions in SQL?
  • Q18. How will u print TATA alone from TATA POWER using string copy and concate commands in C?
  • Q19. If switch(n) case 1:printf("CASE !"); case(2):printf("default"); break; What will be printed?
  • Q20. How will u divide two numbers in a MACRO?
  • Q21. Float a=.7 if(a=.7) printf("this"); else printf("that");
  • Q22. Switch(n) case 1: printf("case 1"); case (2) : printf("default"); break; what will be output?? ans: it will be error since case(2) is not allowed
  • Q23. U have to store data on the system which command is used ..... (a)fread (b)fwrite (c)read (d)write
  • Q24. What is data dictionary
  • Q25. What is view
  • Q26. What is output of cal j 2005
  • Q27. In which message passing is fast .....options are (a)pipe (b) message passing (c) message queue (d) memory sharing ans : d
  • Q28. Question on nice command that is how to change the priority ans: change the priority of the process
  • Q29. Context switching takes place.... a) kernel to user mode b)user to user mode c)kernel to kernel mode d)one process to another process
  • Q30. What is the difference between dbms and rdbms options were given
  • Q31. U have a xwindow and u have to display clock on it then which command will be used??
  • Q32. What is fork..... and: to create a new process
  • Q33. Cp xxx.txt edu what will it do ans: copy file xxx to directory edu
  • Q34. If 4 represent as $** and 3 represent as *$$ based on it there were 4 questions....like i) what is the value of $$$** + $**$* in similar way rest of 3 questions
  • Q35. Who provide the certificate
  • Q36. Along with which hardware this is added
  • Q37. Where is security key retain
  • Q38. Which algorithm is used to generate a key
  • Q39. To choose which two are similar in the given pattern....this type of four questions I) i) 123456.876543 ii)123456.876943 iii) 123456.876543 (a)i & ii (b) i & iii (c) ii & iii (d)all are similar
  • Q40. Main () { int x=5; x=x----1; printf ("%d", x); } Output?

Interview Preparation Tips

College Name: n/a

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data structure related question

Round 2 - Technical 

(4 Questions)

  • Q1. Quesitions related to data structure, cloud
  • Q2. Find the second highest integer
  • Ans. 

    To find the second highest integer in an array, sort the array in descending order and return the second element.

    • Sort the array in descending order

    • Return the second element in the sorted array

    • Handle edge cases like duplicates or small arrays

  • Answered by AI
  • Q3. Question related to two sum
  • Q4. Some sliding window problems
Round 3 - HR 

(1 Question)

  • Q1. General Behavioral Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the basics

Skills evaluated in this interview

Top Amdocs Software Engineer Interview Questions and Answers

Q1. Reverse Stack Using RecursionReverse a given stack of integers using recursion. Note: You are not allowed to use any extra space other than the internal stack space used due to recursion. You are not allowed to use the loop constructs of an... 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 (169)

Associate Software Engineer Interview Questions & Answers

user image Avronil Chakraborty

posted on 15 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. Programming MCQ's
  • Q2. Coding and SQL Questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Question
  • Q2. Questions based on projects done in college
Round 3 - HR 

(2 Questions)

  • Q1. Basic Introduction
  • Q2. Family Background

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals strong

Top Amdocs Associate Software Engineer Interview Questions and Answers

Q1. Maximum Sum SubsequencYou 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. Note: 1. The array may contain duplicate elements. 2. The ar... read more
View answer (3)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Amdocs interview questions for popular designations

 Software Developer

 (128)

 Associate Software Engineer

 (51)

 Software Engineer

 (45)

 Functional Test Engineer

 (16)

 RF Engineer

 (13)

 Softwaretest Engineer

 (12)

 Java Developer

 (9)

 Senior Software Engineer

 (9)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2024

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

(3 Questions)

  • Q1. What is bigadata
  • Ans. 

    Big data refers to large and complex data sets that are difficult to process using traditional data processing applications.

    • Big data involves large volumes of data

    • It includes data from various sources such as social media, sensors, and business transactions

    • Big data requires specialized tools and technologies for processing and analysis

  • Answered by AI
  • Q2. How spark works
  • Ans. 

    Spark is a distributed computing framework that processes big data in memory and is known for its speed and ease of use.

    • Spark is a distributed computing framework that can process data in memory for faster processing.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark provides high-level APIs in Java, Scala, Python, and R for ease of use.

    • It supports various data sources li...

  • Answered by AI
  • Q3. Explain your application
  • Ans. 

    Our application is a data engineering platform that processes and analyzes large volumes of data to provide valuable insights.

    • Our application uses various data processing techniques such as ETL (Extract, Transform, Load) to clean and transform raw data into usable formats.

    • We utilize big data technologies like Hadoop, Spark, and Kafka to handle large datasets efficiently.

    • The application also includes machine learning al...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basic. And have clear understanding of concepts , accept what you dont know and show attitude to learn and work on require skill

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Get interview-ready with Top Amdocs Interview Questions

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe your current Role
  • Q2. Question Based on ISTQB
Round 2 - One-on-one 

(2 Questions)

  • Q1. HR Related questions
  • Q2. Salary discussion

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Jobs at Amdocs

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

(2 Questions)

  • Q1. What are the key concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing onl

  • Answered by AI
  • Q2. What is the internal working mechanism of a HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index (collision), a linked list is used to store these pairs.

    • To retrieve a value, t...

  • Answered by AI

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a StringYou are given a string A consisting of lower case English letters. You have to find the first non-repeating character from each stream of characters. For Example: If the given string is 'bbaca', then the op... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to medium questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Linked list insertion deletion
  • Q2. Reversal of nodes in linked list
  • Ans. 

    Reversing the nodes in a linked list involves changing the direction of pointers to go from the end to the beginning.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers - prev, current, and next - to keep track of the nodes while reversing the list.

    • Update the head of the linked list to point to the last node after reversing.

  • Answered by AI

Skills evaluated in this interview

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a StringYou are given a string A consisting of lower case English letters. You have to find the first non-repeating character from each stream of characters. For Example: If the given string is 'bbaca', then the op... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Associate Software Engineer interview

user image Tech and Target

posted on 30 Nov 2021

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

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

Questions on quants, reasoning, unix, and some sql questions

Round 2 - Coding Test 

Two codes find prime number, and fibbonacci and two basic sql questions

Round 3 - Technical 

(6 Questions)

  • Q1. About final year project
  • Q2. Java fundamental questions on oops
  • Q3. Whatever skills you have mentioned in your resume
  • Q4. One coding question in java
  • Q5. One sql question
  • Q6. Will you able to work in shift
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about company
  • Q2. Willing to work in shift
  • Q3. Will you relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to your resume and skills

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Asked 3 Java coding questions.
1. Reverse a linked list
2. Palindrome
3. Anagram Strings

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions like Architecture
  • Q2. Java OOPs, spring boot, spring security

Technology Specialist Interview Questions asked at other Companies

Q1. How would you design a Machine Learning algorithm to prioritize lift waiting time
View answer (1)

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 Resume Shortlist.
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.

Tell us how to improve this page.

Amdocs Interview Process

based on 183 interviews in last 1 year

Interview experience

4.2
  
Good
View more

People are getting interviews through

based on 295 Amdocs interviews
Job Portal
Campus Placement
Referral
Company Website
WalkIn
Recruitment Consultant
32%
26%
12%
12%
4%
2%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Google Interview Questions
4.4
 • 825 Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
View all

Amdocs Reviews and Ratings

based on 3.8k reviews

3.8/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.6

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 3.8k Reviews and Ratings
NF Test Specialist

Pune

7-9 Yrs

₹ 12.75-25 LPA

Technical Publications Professional

Pune

3-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
7.6k salaries
unlock blur

₹5 L/yr - ₹16.6 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 - ₹12 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.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.1
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview