Amdocs interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Amdocs
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 Month
Topics: Java, Data Structures, Algorithms, SQL, OOPS
Tip
Tip

Tip 1 : Proficient in atleast 1 object oriented language
Tip 2 : Have clear fundamentals of OOPS and Data Structures
Tip 3 : Understand the basic working of the OS, especially Multi Threading

Application process
Where: Other
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Single Page
Tip 2 : Keep it focused on your previous work (experience/project)

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date1 Feb 2022
Coding problem1

Can be completed anytime between the specified dates.

1. N-th Fibonacci Number

Moderate
40m average time
70% success
0/80
Asked in companies
HCL TechnologiesHCL TechnologiesOracle

You are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation.

Since the answer can be very large, return the answer modulo 10^9 +7.

Fibonacci number is calculated using the following formula:
F(n) = F(n-1) + F(n-2), 
Where, F(1) = F(2) = 1.
For Example:
For ‘N’ = 5, the output will be 5.
Problem approach

Step 1 - Take 2 variables and store the first 2 numbers of the fibonacci series
Step 2 - Write a recursive function to go to the N-th fibonacci number and store the N-th and (N-1) fibonacci term in the above mentioned variables
Step 3 - Start subtracting from those two numbers and keep printing it until you reach 0

Space Complexity - O(1)
Time Complexity - O(N)

Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date5 Feb 2022
Coding problem1

Timing was from 12PM-1PM over a zoom call.
The interviewer was knowledgeable and very well spoken and put me at ease.

1. DBMS Question

Return the record with the 2nd highest salary of the employee table

Problem approach

Tip 1 : Learn the SQL syntax
Tip 2 : Learn about aggregation functions
Tip 3 : Look into order by, limit and offset functions

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1862 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 4 problems
Interviewed by Amdocs
1467 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 4 problems
Interviewed by Amdocs
1601 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amdocs
358 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
4029 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2912 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1271 views
0 comments
0 upvotes