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 Software Engineering Lead Interview Questions and Answers

Updated 27 Jun 2022

Amdocs Software Engineering Lead Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Coding Test 

MCQ and short problem to write code for.

Round 2 - Technical 

(1 Question)

  • Q1. Questions on core Java, spring basics, common mistakes in Java code connecting with db
Round 3 - Technical 

(1 Question)

  • Q1. Questions on core Java, different maven repositories and tags, spring boot, shell scripting, docker
Round 4 - HR 

(1 Question)

  • Q1. General discussion and salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts of core Java , spring framework are must.

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Coding rounds was for 2 questions.
One was on, find intersecting numbers in an Array and another was on String manupulation. Coding can be done in any language. They asked to optimise the code once done with coding.

Interview Preparation Tips

Topics to prepare for Oracle Software Engineering Lead interview:
  • Time complexity
  • code optimisation
  • Array
  • String
  • OOPS
Interview preparation tips for other job seekers - Be confident, prepare technical questions with time complexity and optimisation .
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

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

It was about 45mins aptitude test .

Round 2 - Technical 

(1 Question)

  • Q1. I was asked about the double Linked list, stack ,Queue.
Round 3 - Technical 

(1 Question)

  • Q1. Logical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

HashMaps and String-based questions

Round 2 - Technical 

(1 Question)

  • Q1. The interview asked 2 coding questions: 1. 2-Sum 2. Largest Palindrome in a string Apart from this there were questions on real life OOPS principles
Round 3 - Technical 

(1 Question)

  • Q1. This was a resume drill-down on projects/skills. It had CS fundamental questions along with OOPs questions
Round 4 - One-on-one 

(1 Question)

  • Q1. It was a manager round having standard team based/ situation based leadership questions
Round 5 - HR 

(1 Question)

  • Q1. Standard HR questions- strength/weakness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2023.

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 - Technical 

(1 Question)

  • Q1. Technical interview includes questions in dotnet core, C# , angular and SQL. It includes questions like middleware,startup.cs file configuration, dependency injection,cors and char frequency counter progra...
Round 3 - Technical 

(1 Question)

  • Q1. In this round we had discussion regarding previous company project and ReactJS including concepts like life cycle , hooks and state management. It also includes scenario based questions related to team man...
Round 4 - HR 

(1 Question)

  • Q1. Mostly about yourself and salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 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 - Assignment 

Platform - Hackerrank
time- 90 minutes
2 dsa questions
output- got link for technical interview same day

Round 3 - Technical 

(2 Questions)

  • Q1. Binary tree traversal
  • Q2. Longest common subsequence
  • Ans. 

    Longest common subsequence is the longest sequence of characters that appear in the same order in both strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences.

    • Iterate through the strings and fill the array based on the characters' matches.

    • Trace back the array to find the actual longest common subsequence.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Medium questions on OOPS
  • Ans. Questions on polymorphism and a design class question
  • Answered Anonymously
  • Q2. Explain all projects
  • Ans. Explain in detail and interviewer asked followup questions
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for SAP Associate Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Prepare Medium leetcode questions and oops

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Leetcode medium array questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions Based on arrays level of medium

Round 2 - Technical 

(1 Question)

  • Q1. 2 questions based on array and linked list
Round 3 - Technical 

(1 Question)

  • Q1. Question based on metrix
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Interview Preparation Tips

Topics to prepare for ServiceNow Associate Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - Mostly data structures topics are important so you can practicing data structures questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It happened on a coding platform and there were 3 coding questions of medium to hard difficulty level

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on OOP, OS, DBMS, CN
  • Q2. Reverse linked list in group of k
  • Ans. 

    Reverse linked list in groups of k nodes

    • Iterate through the linked list in groups of k nodes

    • Reverse each group of k nodes using iterative or recursive approach

    • Update the pointers accordingly to reverse the entire linked list in groups of k

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Questions related to the resume, regarding projects
  • Q2. Multiprocessing vs multithreading
  • Ans. 

    Multiprocessing involves multiple processes running concurrently, while multithreading involves multiple threads within a single process.

    • Multiprocessing uses multiple processes to execute tasks simultaneously.

    • Multithreading uses multiple threads within a single process to achieve parallelism.

    • Multiprocessing is more memory-intensive as each process has its own memory space.

    • Multithreading is more lightweight as threads s...

  • Answered by AI
  • Q3. 2 coding questions (linkedlist and array related)
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Products of vmware
  • Ans. 

    VMware offers a range of products including virtualization software, cloud management, networking and security solutions.

    • vSphere

    • NSX

    • vSAN

    • Horizon

    • Workspace ONE

  • Answered by AI

Skills evaluated in this interview

Amdocs Interview FAQs

How many rounds are there in Amdocs Software Engineering Lead interview?
Amdocs interview process usually has 4 rounds. The most common rounds in the Amdocs interview process are Technical, Coding Test and HR.
How to prepare for Amdocs Software Engineering Lead 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 Agile Methodology, J2Ee, Java, Rest and Scrum Master.
What are the top questions asked in Amdocs Software Engineering Lead interview?

Some of the top questions asked at the Amdocs Software Engineering Lead interview -

  1. Questions on core Java, different maven repositories and tags, spring boot, she...read more
  2. Questions on core Java, spring basics, common mistakes in Java code connecting ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all
Amdocs Software Engineering Lead Salary
based on 4 salaries
₹19 L/yr - ₹25 L/yr
5% less than the average Software Engineering Lead Salary in India
View more details
Software Developer
8.1k salaries
unlock blur

₹5 L/yr - ₹16.9 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 - ₹13.8 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

Associate Software Engineer
956 salaries
unlock blur

₹3.5 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