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

Software Engineer

Amdocs
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
While I was in my 7th semester of college, I got the opportunity to work at Amdocs. I applied for this internship off-campus and first cleared the screening. Then, I had an interview with a manager, and finally, I got selected!
Application story
In my 7th semester, I had to do an internship, so I applied to various companies for a software engineer role. Out of many companies I applied to, I got an opportunity to work at Amdocs. I applied for the software engineer role through their career site, and it aligned well with my domain of interest and skills. I was selected and cleared the interview process.
Why selected/rejected for the role?
As I had good projects, NPTEL and Google certifications, and was confident during the interview, answering each question of the interviewer, I got selected.
Preparation
Duration: 2 Months
Topics: Data structures, oops, python programming, Data visualization and Analytics using python libraries
Tip
Tip

Tip 1: Prepare according to your skills and what the profile is asking for first.
Tip 2: Prepare the basics like data structures, OOP, algorithms, and one programming language. For example, I prepared for Python as I had good experience with it.

Application process
Where: Company Website
Eligibility: 7 CGPA above
Resume Tip
Resume tip

Tip 1: Keep your resume to one page. Consider this when adding good certifications.
Tip 2: Add at least 2-3 good projects that demonstrate the skills you mention in your resume.

Interview rounds

01
Round
Medium
Video Call
Duration60 minutes
Interview date11 Feb 2022
Coding problem1

Timing: 60 min
Environment: Microsoft teams
The interviewer was chill and of a kind nature.

1. Print Pattern

Easy
10m average time
85% success
0/40
Asked in companies
PayPalInfo Edge India (Naukri.com)LTIMindtree

Write a program to print the pattern
*
**
***
****
*****

Problem approach

I created one function named myfunc and ran the for loops to increment the stars to get the pattern 
def myfunc(n):
k = n - 1
for i in range(0, n):
for j in range(0, k):
print(end=" ")
k = k - 1
for j in range(0, i+1):
print("* ", end="")
print("\r")
n = 5
myfunc(n)

Try solving now

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
Software Engineer
4 rounds | 3 problems
Interviewed by Amdocs
1816 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 5 problems
Interviewed by Amdocs
2406 views
0 comments
0 upvotes
company logo
Software Engineer
4 rounds | 4 problems
Interviewed by Amdocs
1025 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Amdocs
4348 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
3 rounds | 7 problems
Interviewed by Optum
7977 views
1 comments
0 upvotes
company logo
Software Engineer
5 rounds | 5 problems
Interviewed by Microsoft
10148 views
1 comments
0 upvotes
company logo
Software Engineer
2 rounds | 4 problems
Interviewed by Amazon
4448 views
1 comments
0 upvotes