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

Updated 12 Nov 2024

Top Amdocs Java Developer Interview Questions and Answers

Amdocs Java Developer Interview Experiences

7 interviews found

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

It was 45 Mins Test And with 10 Sections . 1 Section was Java Programming Test and 1 Another Section was SQL Script Coding Test . Rest All Sections are MCQ Questions

Java Developer Interview Questions & Answers

user image Sangamma Swami

posted on 6 Jun 2024

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

(2 Questions)

  • Q1. Basic oops like encaspulation abstraction
  • Q2. Spring boot kubernet

Interview Preparation Tips

Interview preparation tips for other job seekers - i fail for this but tryin for new one

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions asked about ide you use, jdk related, oop
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal code snippets , English question and Aptitude question like time, relation etc

Round 2 - Technical 

(2 Questions)

  • Q1. Code of recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • Base case is important to prevent infinite recursion.

    • Examples: factorial calculation, Fibonacci sequence generation.

  • Answered by AI
  • Q2. Code of merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Skills evaluated in this interview

Amdocs interview questions for designations

 Senior Java Developer

 (2)

 Java Team Lead

 (1)

 Software Developer

 (135)

 Backend Developer

 (1)

 BI Developer

 (1)

 Web Developer

 (1)

 Application Developer

 (1)

 ETL Developer

 (1)

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online aptitude test with basic mcq

Round 2 - Technical 

(1 Question)

  • Q1. Basic java and advance java questions
Round 3 - HR 

(1 Question)

  • Q1. Why are u leaving current company

I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Database queries on joins. Oops concepts, String Examples. SCENARIO based questions on spring controller dao layer
  • Q2. Patterns code and Fibonacci and remove duplicates from string program.
  • Ans. 

    Answering a question on patterns code, Fibonacci, and removing duplicates from a string program.

    • For patterns code, discuss common design patterns like Singleton, Factory, and Observer.

    • For Fibonacci, explain the algorithm and provide code examples in Java.

    • For removing duplicates from a string, discuss different approaches like using a Set or a Map.

    • Emphasize the importance of efficiency and scalability in all three progr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to explain your answer in simple way and with full of confidence.
Explain with various real world example while explaining OOPs concept. And also ask questions to interviewer to explain program statement. It will help you create solution fast. Don't assume anything for a question. Always get clear idea of problem statement.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is singelton Class?
  • Ans. 

    Singleton class is a class that can only have one instance at a time.

    • Used to restrict the instantiation of a class to one object

    • Provides a global point of access to that instance

    • Commonly used in logging, caching, and database applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Java theoretical questions along with practical

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java concepts based on streams and oops concepts and singleton class
  • Q2. DSA questions like first missing number and rotate array
Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL queries based on group by and implementation of min heap
  • Q2. Scenario based question like what data structure are used
Round 3 - One-on-one 

(2 Questions)

  • Q1. Java based questions like difference between interface and abstract class and spring boot rest API implementation
  • Q2. Permutation of the number without duplicates
  • Ans. 

    Generate all permutations of a given number without duplicates

    • Use backtracking to generate all possible permutations

    • Avoid duplicates by keeping track of used digits

    • Recursively swap digits to generate permutations

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Min stack write code with full operation
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q2. Graph and sql ,concept problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort based tricky ques
  • Q2. Island problem leetcode

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can a Spring Boot project be created to develop an API that returns specified data?
  • Q2. What is the code to print a right-angled triangle of numbers based on a given input number?

Amdocs Interview FAQs

How many rounds are there in Amdocs Java Developer interview?
Amdocs interview process usually has 1-2 rounds. The most common rounds in the Amdocs interview process are Technical, Aptitude Test and HR.
How to prepare for Amdocs Java 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 Java, Spring Boot, Core Java, Microservices and Computer science.
What are the top questions asked in Amdocs Java Developer interview?

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

  1. Patterns code and Fibonacci and remove duplicates from string progr...read more
  2. What is singelton Cla...read more
  3. Code of recurs...read more

Tell us how to improve this page.

Amdocs Java Developer Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
Amdocs Java Developer Salary
based on 101 salaries
₹4.3 L/yr - ₹13.5 L/yr
57% more than the average Java Developer Salary in India
View more details

Amdocs Java Developer Reviews and Ratings

based on 14 reviews

4.0/5

Rating in categories

3.1

Skill development

4.1

Work-life balance

3.6

Salary

3.6

Job security

3.8

Company culture

3.1

Promotions

3.8

Work satisfaction

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