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

Updated 20 Nov 2024

Top Amdocs Senior Software Engineer Interview Questions and Answers

View all 8 questions

Amdocs Senior Software Engineer Interview Experiences

9 interviews found

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

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

I applied via Company Website

Round 1 - Assignment 

A code to identify errors and write Junit. Optimise the code as well.

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks using queue
  • Ans. 

    Implementing a stack using two queues

    • Use two queues to simulate a stack

    • Push operation: Enqueue the element to queue 1

    • Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues

    • Top operation: Return the front element of queue 1

    • Example: Push 1, 2, 3 - Queue 1: [1, 2, 3], Queue 2: []

    • Example: Pop - Queue 1: [1, 2], Queue 2: [3]

  • Answered by AI
  • Q2. BFS and Knapsack problem, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear with the technology stack and basic DSA problems.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. On spring, boot, java
Round 2 - Technical 

(1 Question)

  • Q1. Difference between prototype and singleton scope
  • Ans. 

    Prototype scope creates a new instance for each injection, while singleton scope creates a single instance for all injections.

    • Prototype scope creates a new instance every time it is injected, while singleton scope creates a single instance for all injections.

    • Prototype scope is useful when you want a new instance each time, like for stateful objects. Singleton scope is useful for sharing a single instance, like for stat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t join amdocs. Even though they are running their business in benefit but firing a lot

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mixed questions of LR , SQL , Java and Unix

Round 2 - Technical 

(2 Questions)

  • Q1. F2F interview about background
  • Q2. Java related question
Round 3 - HR 

(1 Question)

  • Q1. Basic question location

Amdocs interview questions for designations

 Software Engineer

 (43)

 Senior Software Developer

 (4)

 Associate Software Engineer

 (50)

 Software Testing Engineer

 (4)

 Software Engineer II

 (1)

 Software Development Engineer

 (1)

 Junior Software Engineer

 (1)

 Software Support Engineer

 (1)

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.

Get interview-ready with Top Amdocs Interview Questions

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

Basics of Java and Ubuntu

Round 3 - Technical 

(1 Question)

  • Q1. Ssssssssssss ssssssssssssssssssssssssssss
Round 4 - HR 

(1 Question)

  • Q1. Ddddddddddddddd ddddddddddddddddddd

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared with fundamentals of java and shell scripting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

60 mins. MCQ 60 Questions on aptitude and java

Round 3 - One-on-one 

(2 Questions)

  • Q1. Implementation of database connection pool in java
  • Ans. 

    Database connection pool in Java helps manage multiple database connections efficiently.

    • Use a connection pool library like HikariCP or Apache DBCP.

    • Set up the pool with a maximum number of connections, timeout settings, etc.

    • Acquire and release connections from the pool as needed in your Java code.

  • Answered by AI
  • Q2. Implement singly linked list in java
  • Ans. 

    Singly linked list implementation in Java

    • Create a Node class with data and next pointer

    • Implement methods for adding, removing, and traversing nodes

    • Update pointers accordingly when adding or removing nodes

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Process for freshers-

Go through RS Agarwal book and be ready for logical reasoning questions

Criteria for selection is 75% so make sure to select right ans

There will be 2 questions based on selected language

And questions on general English.

Round 2 - Technical 

(1 Question)

  • Q1. Technical round will based on mentioned language in resume. My round was on Java language. So prepare the basic of Java and advance Java some time they ask you to write some syntax so prepare those synta...
Round 3 - One-on-one 

(1 Question)

  • Q1. It's formality round Just present your self well Be ready to reallocate any where they want. You can ask some question about the work culture in company.

Interview Preparation Tips

Topics to prepare for Amdocs Senior Software Engineer interview:
  • Java
  • C
  • C++
  • Data Structures
Interview preparation tips for other job seekers - Prepare well if you clear the aptitude round.

Chance of getting selected is high then.

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java OOPS, collections, and some basic SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be relaxed and calm. The interview is easy checking your fundamentals.

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Full stack question with java and angular and sql

Round 2 - Case Study 

Case study on project

Amdocs Interview FAQs

How many rounds are there in Amdocs Senior Software Engineer interview?
Amdocs interview process usually has 2-3 rounds. The most common rounds in the Amdocs interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Amdocs Senior Software Engineer 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 CI, Cloud, Design Patterns, Java and Kubernetes.
What are the top questions asked in Amdocs Senior Software Engineer interview?

Some of the top questions asked at the Amdocs Senior Software Engineer interview -

  1. What would you use to store password? String or CharArr...read more
  2. How do you convert Monolith to Microservic...read more
  3. What is an API Gateway in Microservic...read more

Tell us how to improve this page.

Amdocs Senior Software Engineer Interview Process

based on 5 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Amdocs Senior Software Engineer Salary
based on 243 salaries
₹8 L/yr - ₹27.6 L/yr
9% more than the average Senior Software Engineer Salary in India
View more details

Amdocs Senior Software Engineer Reviews and Ratings

based on 42 reviews

3.8/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

3.8

Company culture

2.8

Promotions

3.1

Work satisfaction

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