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

Associate Software Engineer

Amdocs
upvote
share-icon
2 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Data Structures, Algorithms, OOPS, Python Programming , Competitive Programming
Tip
Tip

Tip 1 : Main focus of any CS/IT student should be towards DSA without it you won't be able to crack coding interviews.
Tip 2 : Focus more on learning/finding the most optimal solution of any coding problem.
Tip 3 : Don't rush to solve lots of question without learning it in depth (if you are able to solve questions then only you can rush to solve questions otherwise it will not be any beneficial for you because you don't know the concept behind that. if you again encounter the same problem then you will not be able to solve. So, don't rush to solve questions )

Application process
Where: Other
Eligibility: Above 7 CGPA, B.Tech candidate, strong programming skills
Resume Tip
Resume tip

Tip 1 : Go with single column resume design because it will easily parsed without much impact.
Tip 2 : Do not put false things on resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date17 Sep 2021
Coding problem1

Interview Timing is from 5pm to 6pm
Cool and friendly environment
Interviewer was friendly, humble and gave me hint when i stuck somewhere

1. Search In A Row Wise And Column Wise Sorted Matrix

Moderate
15m average time
80% success
0/80
Asked in companies
NoBrokerOracleGoldman Sachs

You are given an 'N * N' matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'.


Find the position of 'X' in the matrix. If it exists then return the pair {i, j} where 'i' represents the row and 'j' represents the column of the array, otherwise return {-1,-1}


For example:
If the given matrix is:
[ [1, 2, 5],
  [3, 4, 9],
  [6, 7, 10]] 
We have to find the position of 4. We will return {1,1} since A[1][1] = 4.
Problem approach

Step 1 : Need to compare target value with matrix first and last value 
Step 2 : then need to apply Binary Search Algo

Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date18 Sep 2021
Coding problem1

Interview Timing is from 6pm to 7pm
Cool and friendly environment
Interviewer was friendly, humble

1. Technical Questions

Some questions related to Database, SQL queries, some are related to OOPS concept and Behavioral questions

Problem approach

Tip 1 : Don't panic while giving answers
Tip 2 : Listen question properly before explaining the solution
Tip 3 : Through out the interview keep positive attitude and thinking and before giving interviews revise your notes or stuff related to interview.

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
Associate Software Engineer
3 rounds | 4 problems
Interviewed by Amdocs
1985 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 10 problems
Interviewed by Amdocs
2410 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 4 problems
Interviewed by Amdocs
1065 views
1 comments
0 upvotes
company logo
Associate Software Engineer
4 rounds | 6 problems
Interviewed by Amdocs
1269 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by Optum
2176 views
0 comments
0 upvotes
company logo
Associate Software Engineer
3 rounds | 5 problems
Interviewed by SAP Labs
1389 views
0 comments
0 upvotes