Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Amdocs interview experience Real time questions & tips from candidates to crack your interview

Associate Software Engineer

Amdocs
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Python, Data structure, DBMS, algorithm, Iot
Tip
Tip

Tip 1 : practice on subject in which you are strong enough and unbeatable
Tip 2 : Always go through previous interview experiences on internet
Tip 3 : follow continuety

Application process
Where: Campus
Eligibility: 6 cgpa ,no gap
Resume Tip
Resume tip

Tip 1 : mention only you strong topics ,don't include anything you don't know about 
Tip 2 : always make your resume one pager

Interview rounds

01
Round
Medium
Online Coding Interview
Duration50 minutes
Interview date26 Jan 2020
Coding problem1

Yes consist of two code and questions MCQ of ds ,algo,Linz,shell,English and DBMS
Test happens with your webcam access.

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
SAP LabsTata Consultancy Services (TCS)Infosys

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Try solving now
02
Round
Hard
Face to Face
Duration40 minutes
Interview date25 Feb 2020
Coding problem2

Late night around at 8 pm 
Environmental is positive.
Interviewer made me feel positive

1. Implement a priority queue

Moderate
0/80
Asked in companies
AmazonOracleOYO

You have to implement the pop function of Max Priority Queue and implement using a heap.


Functions :
a) push(int x) : 'x' has to be inserted in the priority queue. This has been implemented already

b) pop() : return the maximum element in the priority queue, if priority queue is empty then return '-1'.


Example:
We perform the following operations on an empty priority queue:

When operation push(5) is performed, we insert 1 in the priority queue.

When operation push(2) is performed, we insert 2 in the priority queue. 

When operation pop() is performed, we remove the maximum element from the priority queue and print which is 5.

When operation push(3) is performed, we insert 1 in the priority queue.

When operation pop() is performed, we remove the maximum element from the priority queue and print which is 3.
Try solving now

2. Puzzle

3 bulbs are there you have to find the correct switch for those bulbs If bulbs are outside the room and switch are inside the room

03
Round
Easy
HR Round
Duration10 Minutes
Interview date26 Feb 2020
Coding problem1

Morning time
Positive environment
Nice interviewer

1. Basic HR Questions

How do you work under pressure?

Are you willing to relocate or travel? 

What do you know about us or our company?

Problem approach

Tip 1 : Share only truth
Tip 2 : Don't hide anything they will caught you up
Tip 3 : Behave natural don't do show off

Here's your problem of the day

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

Skill covered: Programming

Which is a DDL command in SQL?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
1826 views
0 comments
0 upvotes
company logo
Associate Software Engineer
2 rounds | 2 problems
Interviewed by Amdocs
875 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 4 problems
Interviewed by Amdocs
713 views
1 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 6 problems
Interviewed by Amdocs
731 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Optum
1278 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by SAP Labs
804 views
0 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 4 problems
Interviewed by Mindtree
0 views
0 comments
0 upvotes