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 Senior Software Developer Interview Questions and Answers for Experienced

Updated 28 Oct 2023

Amdocs Senior Software Developer Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Sql queries based on joins , basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Sql queries, java code
Round 4 - HR 

(1 Question)

  • Q1. How soon u r available to join salary expectations

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 2 tech rounds 1 tech plus managerial Then final call with HR

Interview Preparation Tips

Topics to prepare for Oracle Senior Software Developer interview:
  • Python
  • Linux Internals
  • Behavioural Skills
Interview preparation tips for other job seekers - It was for Linux kernel patch validation
Questions were asked about python automation and Linux services, threads, file handling, RPM etc.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Mar 2022. There were 11 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 

Screening of profile based on prior experience

Round 3 - Coding Test 

Develop the process for cyberdefense

Round 4 - Group Discussion 

Group discussion with Manager and VP

Round 5 - Case Study 

Explain the profile and develop the cases that you have proposed for clearing this interview

Round 6 - Assignment 

Discussion on assignments that has been solved till now

Round 7 - HR 

(1 Question)

  • Q1. Discussion on salary and family background
Round 8 - One-on-one 

(4 Questions)

  • Q1. Managerial round to know how a canal did are handles or manages team
  • Q2. Discussion about your next steps to grow in IT carrier
  • Q3. Discussion about how do you grow your carrier in building this society
  • Q4. How much salary do you expect from this company
Round 9 - Technical 

(1 Question)

  • Q1. Technical knowledge on the profile that was assigned by HR
Round 10 - Technical 

(1 Question)

  • Q1. Technical HR to handle the candidate knowledge and provide necessary growth to candidate based on the profile on knowledge the candidate carries
Round 11 - One-on-one 

(1 Question)

  • Q1. Salary and Final discussion with HR and Manager.

Interview Preparation Tips

Interview preparation tips for other job seekers - SAP is good company . Please never leave this company before knowing your profile and work that you are assigned to.
Round 1 - Coding Test 

Traverse through 2D array consisting of 0s and 1s. 1 -> Infected and 0-> non-infected. Find the time needed to make entire array affected.
Brute-Force and BFS/DFS approach

Round 2 - Assignment 

Create System design for image storage and retrieval process with cache and DB error handling approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and it is easy to make through
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain microservices.
  • Q2. OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - This was a contract-based position, so just 1 round of interviews was conducted.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about you?
  • Q2. SQL Server And C#
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 2 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 - Technical 

(72 Questions)

  • Q1. Tell about ur strength? Tell about long term goal?
  • Ans. 

    My strength lies in my problem-solving skills and ability to work well in a team. My long term goal is to become a lead developer and contribute to innovative projects.

    • Strong problem-solving skills

    • Effective team player

    • Long term goal of becoming a lead developer

    • Contribute to innovative projects

  • Answered by AI
  • Q2. My knowledge is my power Smart work Communication skills My long term goal I want become a software developer
  • Ans. 

    My strength can be the or

  • Answered Anonymously
  • Q3. Tell about ur self introduction?
  • Q4. I am G.bhoomika I have studying in audisankara institute of technology. I have completed my intermediate in Narayana junior college.i have ssc in nice English medium school.i am from VarAdaiahpalem I am ve...
  • Q5. Explain types of inheritances?
  • Ans. 

    Types of inheritances include single, multiple, multilevel, hierarchical, hybrid, and multipath.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inheritance: com...

  • Answered by AI
  • Q6. There single inheritance Multiple inheritance Multilevel inheritance Hierarichical inheritance
  • Q7. Tell me about ur favourite heroine?
  • Q8. Keerthisuresh is my favourite heroine
  • Q9. What is your favourite colour?
  • Q10. My favourite colour is actually black and white
  • Q11. What type program language do you know?
  • Ans. 

    I am proficient in programming languages such as Java, Python, C++, and JavaScript.

    • Java

    • Python

    • C++

    • JavaScript

  • Answered by AI
  • Q12. I know actually python, basics of dbms?
  • Q13. Write program for break program?
  • Ans. 

    A program that breaks another program into smaller parts or components.

    • Use functions or modules to break down the main program into smaller, more manageable parts

    • Consider using object-oriented programming principles to encapsulate related functionality

    • Utilize comments and documentation to explain the purpose and functionality of each part

  • Answered by AI
  • Q14. For i in pythonlife: If i=='l': Break Print(I)
  • Ans. 

    The code will iterate over the characters in 'pythonlife' and print each character until it reaches 'l', then it will stop.

    • The code uses a for loop to iterate over each character in the string 'pythonlife'.

    • When the character 'l' is encountered, the loop will break and stop iterating.

    • The loop will print each character until 'l' is reached, so the output will be 'python'.

  • Answered by AI
  • Q15. Write program for for loop?
  • Ans. 

    A for loop is used to iterate over a sequence of elements for a specified number of times.

    • Initialize a counter variable before the loop

    • Set the condition for the loop to continue based on the counter variable

    • Update the counter variable after each iteration

    • Example: for(int i = 0; i < 5; i++) { // code block }

  • Answered by AI
  • Q16. For i in range (0,9): Print(i)
  • Ans. 

    The code will print numbers from 0 to 8 in separate lines.

    • The 'range' function generates a sequence of numbers from 0 to 8 (9 is exclusive).

    • The 'for' loop iterates through each number in the sequence and prints it.

  • Answered by AI
  • Q17. There is shivaa temple in my village
  • Q18. How much salary expectations?
  • Q19. I am expecting actually 3000
  • Q20. Why want to hire you ?
  • Q21. I can develop this is I can have a good communication skills I prove my knowledge I can do team work in this company
  • Q22. What is your happy moment in 3r year?
  • Q23. My birthday makes me very happy moment.
  • Q24. Who is your favourite teacher?
  • Q25. My favourite teacher is prasanna sir
  • Q26. Which subject do you like in school?
  • Q27. My favourite subject is physics
  • Q28. What is ur goal?
  • Ans. 

    My goal is to continuously improve my technical skills, contribute to innovative projects, and advance in my career as a software developer.

    • Continuous learning and improvement in technical skills

    • Contributing to innovative projects

    • Advancing in my career as a software developer

  • Answered by AI
  • Q29. My goal is I want to become a software developer
  • Q30. Who many languages do you know?
  • Q31. I know actually english, telugu
  • Q32. Do you know about this company?
  • Q33. I don't know this company
  • Q34. What is hobbies?
  • Q35. My hobbies are listening musics, sketching
  • Q36. Why expecting that salary?
  • Q37. Because I can do my work I know my self
  • Q38. How can do team work?
  • Q39. I can do team work in this company actually I friendly nature I can communicate with himself
  • Q40. What is your good habit?
  • Q41. I can self motivation my self
  • Q42. What can give to company?
  • Q43. I can give this company I develop this company I prove my knowledge and skills
  • Q44. How can be with manger?
  • Q45. I can be manger I check all people and what they doing work actually I can move friendly nature
  • Ans. 

    I can be the company team member I do well work.i do smart work.i faces Any problem in the company

  • Answered Anonymously
  • Q46. Which places do you like?
  • Q47. What many do you completed finally year?
  • Q48. I have completed four years
  • Q49. Which year do you completed finally year?
  • Q50. I have completed 2024
  • Q51. What is your name
  • Q52. Gurasala Bhoomika
  • Q53. Which company do you like ?
  • Q54. I like any company
  • Q55. Why choose this company?
  • Q56. I am interested in this company
  • Q57. What is many role in this company?
  • Q58. I want get job it is many role for me
  • Q59. Who can support you for anything?
  • Q60. My teachers,and my brother
  • Q61. What do you for frist salary?
  • Q62. I enjoy some amount I give to my parents
  • Q63. What choose Hyderabad?
  • Q64. Because of I like that location
  • Q65. What is main goal?
  • Ans. 

    The main goal of a Software Developer is to design, develop, and maintain software applications to meet the needs of users.

    • Designing software applications based on user requirements

    • Developing code to implement the design

    • Testing and debugging software to ensure functionality

    • Maintaining and updating software as needed

    • Collaborating with team members to achieve project goals

  • Answered by AI
  • Q66. I want become software developer in this company
  • Q67. Do have expectations on this company?
  • Q68. Yes I have expectations on this company because I am interested
  • Q69. Do you have good communications?
  • Q70. Yes I have communication skills
  • Q71. You can join immediate to this company?
  • Q72. Yes I can join

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good for me sharing all about my self. I can develop this company.i am very happy to sharing all my information.i can communicate with the company team.thank you for giving me wonderful appreciate.

Skills evaluated in this interview

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

I was interviewed in Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Presented me with an existing code containing the unit tests and actual code in python and asked me to debug and fix all the issues in code so that all unit test cases will pass
Round 2 - Technical 

(1 Question)

  • Q1. Its an architecuture/desing round, interviewed asked me about the architecture of one of service i have created in my previous company then he cross questioned on the architecture. Then he asked me if I w...
Round 3 - Technical 

(1 Question)

  • Q1. Its managerial round, the manager asked about my mentor skills like tell me cases where you have confilct with your mentees or lead or manager.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It is Hacker rank test ,asked 2 questions and needs to solve in 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Tested problem solving
Round 3 - Technical 

(1 Question)

  • Q1. Low level designing
Round 4 - One-on-one 

(1 Question)

  • Q1. It is managerial round
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 6 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 - Aptitude Test 

The questions were based on General Apti and C apti.

Round 3 - Coding Test 

They gave 5-7 programs to be solve.

Round 4 - Coding Test 

They will ask you to create an application.

Round 5 - Technical 

(1 Question)

  • Q1. Basic questions about oops
Round 6 - HR 

(1 Question)

  • Q1. Basic intro and others

Amdocs Interview FAQs

How many rounds are there in Amdocs Senior Software Developer interview for experienced candidates?
Amdocs interview process for experienced candidates usually has 4 rounds. The most common rounds in the Amdocs interview process for experienced candidates are HR, Resume Shortlist and Technical.
What are the top questions asked in Amdocs Senior Software Developer interview for experienced candidates?

Some of the top questions asked at the Amdocs Senior Software Developer interview for experienced candidates -

  1. asked about spring java related question during interv...read more
  2. Sql queries based on joins , basic questi...read more
  3. Write the code of reverse linkedl...read more

Tell us how to improve this page.

Amdocs Senior Software Developer Salary
based on 393 salaries
₹6.9 L/yr - ₹27 L/yr
16% more than the average Senior Software Developer Salary in India
View more details

Amdocs Senior Software Developer Reviews and Ratings

based on 49 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-Life balance

3.5

Salary & Benefits

3.7

Job Security

3.9

Company culture

3.4

Promotions/Appraisal

3.4

Work Satisfaction

Explore 49 Reviews and Ratings
Software Developer
7.6k salaries
unlock blur

₹4.9 L/yr - ₹16.8 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.2 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