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

SDE - 1

Amdocs
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
For getting a good job all I did was to study thoroughly and be consistent. I wandered different sites as to which questions are been asked, what stuff do I need to study more. And that eventually took me forward.
Application story
My friend sent me an opening in the company for freshers; hence, I applied for this, filled the form, and submitted my resume. The whole process was conducted online.
Why selected/rejected for the role?
I think I got selected because all the stuff that I had mentioned in my resume, I had a strong hold on it. I knew that I was confident enough to answer the questions that were asked, as what I knew was only what was mentioned in my resume.
Preparation
Duration: 2 months
Topics: Profit and Loss, Calendar and Clocks Concept, Percentage, English errors, Comprehension, Ratio, Proportion. Interview Section - Basics of any programming language that you are comfortable with some concept related to DBMS and Oops, Basic aptitude questions
Tip
Tip

Tip 1: Each day pick any topic for aptitude and do at least 50 questions.

Tip 2: Be confident in the interview. If you are not familiar with something they asked, say that you are not sure about it but, according to you, the answer might be this. Do not be overconfident and just say wrong answers.

Tip 3: Do at least 2 projects.

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

Tip 1 : Do mention 2 of your projects.

Tip 2 : Also mention one programming language.

Tip 3 : Mention your achievements and internship experience

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date5 Jun 2022
Coding problem2

There were 2 sections of the test. 

The timings of the test are usually in the morning only. 

In the first section, there were generally MCQ-based questions, and then there was a coding round.

1. Reverse The Array

Easy
15m average time
85% success
0/40
Asked in companies
GartnerInfo Edge India (Naukri.com)HCL Technologies

Given an array/list 'ARR' of integers and a position ‘M’. You have to reverse the array after that position.

Example:

We have an array ARR = {1, 2, 3, 4, 5, 6} and M = 3 , considering 0 
based indexing so the subarray {5, 6} will be reversed and our 
output array will be {1, 2, 3, 4, 6, 5}.
Try solving now

2. Most Frequent Word

Easy
15m average time
85% success
0/40
Asked in companies
AtlassianAmazonAdobe

You are given two strings 'A' and 'B' of words. Your task is to find out the most frequent and lexicographically smallest word in string 'A', which is not present in string 'B'. If no such word is present in 'A', then return -1.

Note:

1. A word is a sequence of one or more lowercase characters.

2. Words are separated by a single whitespace character.
Example:
For the given string 'A' = “coding ninjas coding ninjas” and 'B' = “data structures and algorithms”, so both the word 'coding' and 'ninjas' are not present in string 'B' and occur two times each, but the word “coding” is lexicographically smaller than the word “ninjas”. So the answer is “coding”.
Try solving now
02
Round
Medium
Video Call
Duration30 minutes
Interview date12 Jun 2022
Coding problem2

It was an interview round. My interview was in the morning. The interviewer was a good person, not very strict.

1. Find prime numbers

Easy
15m average time
80% success
0/40
Asked in companies
HSBCOptumIBM

You are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N.

Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc.

You can assume that the value of N will always be greater than 1. So, the answer will always exist.

Try solving now

2. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
IntuitSprinklrCIS - Cyber Infrastructure

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date18 Jun 2022
Coding problem1

It was an HR round. Here, I was asked basic HR questions

1. Basic HR Questions

Introduce yourself.

Why do you want to join us?

Who is your role model?

Problem approach

Tip 1 : Be Confident
Tip 2 : Show what you really are
Tip 3 : Be honest

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
SDE - 1
3 rounds | 4 problems
Interviewed by Amdocs
2058 views
0 comments
0 upvotes
company logo
SDE - 1
1 rounds | 2 problems
Interviewed by Amdocs
1308 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by Amdocs
1311 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Amdocs
1906 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58237 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes