i
Amdocs
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.
I applied via Gmail.link and was interviewed in Dec 2021. There was 1 interview round.
I was interviewed in Dec 2020.
Round duration - 120 Minutes
Round difficulty - Medium
The test included MCQ questions from SQL, Linux Commands, C/C++ programming, Logical Reasoning, Aptitude questions.
The other section was the coding round, where 2 SQL queries and 2 coding questions were there.
The environment was pretty good. No technical issues were there
You are provided with ‘N’ types of umbrellas, where each umbrella type can shelter a certain number of people. Given an array UMBRELLA
that indicates the number of people each um...
Approach: The idea here is to try every possible option and consider the minimum ans.
We have two possible options: either we use the i-th umbrella to cover people or not.
So, the recurrence for the above problem is:
minNumberOfUmbrellas(i, M) = min(minNumberOfUmbrellas(i - 1, M), 1+ minNumberOfUmbrellas(i, M - UMBRELLA[i])).
minNumberOfUmbrellas(i, M) represents the minimum number of umbrellas...
Given an array ARR
consisting of 0s and 1s only, your task is to determine the number of non-empty subarrays where the number of 0s and 1s are equal.
We will visit every subarray using two nested loops and maintain the count of 0s and 1s for each of them. Count of all the subarrays with equal 0s and 1s will be maintained in a ‘RESULT’ variable.
Space Complexity: O(1)Explanation:The space complexity is O(1) as no extra space is used.
Time Complexity: O(1)Explanation:O(N ^ 2), where N is the length of the array.
We are visiting every subarr...
Round duration - 60 Minutes
Round difficulty - Medium
The technical round was totally based on resume submitted by us during registration. They asked in depth questions related to the technical internship done by me in past. The discussion related to the technical internship went for 20 minutes. They saw the working of my project deployed on Heroku platform and done a good discussion on that too. Then they give me a coding question based on recursion and I was supposed to write the code on Hirepro platform itself. I was asked 3 puzzles also in order to check my problem solving. The interviewers were friendly and they provide a friendly environment during the interview.
Reverse a given stack of integers using recursion. You must accomplish this without utilizing extra space beyond the internal stack space used by recursion. Additionally, you ...
We will be using two recursive methods:
Tip 1 : Practice coding questions from HackerRank, InterviewBit,
Tip 2 : Do at least 1 project and must have the in depth knowledge about it
Tip 3 : One should also do one technical internship. It adds to the working experience we get during our degree
Tip 4 : Very good communication skills are mandatory. Practice a lot to speak in formal english
Tip 5 : Prepare CS subjects like OOPS, RDMS. One must have in depth knowledge about these subjects.
Tip 1 : Everything written on the resume should not be false. There should be atleast one project and one technical internship
Tip 2 : Skills related to various CS subjects and Programming languages should also be mentioned
Tip 3 : Skills related to participation in various co-curricular activities leaves a good impact on the interviewer
I applied via Recruitment Consulltant and was interviewed before Feb 2022. There were 4 interview rounds.
Aptitude test was basic questions of coding, Maths, Programming and english
Amdocs interview questions for designations
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
Polymorphism is the ability of an object to take on many forms. Virtual functions are functions that can be overridden in derived classes.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
Virtual functions are declared in a base class and can be overridden in derived classes.
Polymorphism and virtual functions are key concepts in object-oriented programming.
Example: A shape ...
Get interview-ready with Top Amdocs Interview Questions
I was interviewed before May 2022.
Some coding questions and some aptitude questions were there
Coding Question: House Robber
Answers to questions related to PL/SQL concepts like cursor, primary key, unique key, triggers, views, bulk collection, and dynamic queries.
A cursor is a pointer to a private SQL area that stores information about the processing of a SELECT or DML statement
Primary key uniquely identifies each record in a table, while a unique key ensures that all values in a column are distinct
Triggers are stored programs that are fire...
I applied via campus placement at MAEER's MIT College of Engineering, Pune and was interviewed before Dec 2021. There were 2 interview rounds.
Basic Aptitude like Quantitative , English and Logical Reasoning. Coding round had 4 questions - 2 SQL problems and 2 codes
I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.
Program on array
Arrays are used to store multiple values in a single variable
Arrays can be of any data type
Arrays can be accessed using index numbers
Arrays can be sorted and searched
Top trending discussions
Some of the top questions asked at the Amdocs Software Engineer interview -
The duration of Amdocs Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 36 interviews
4 Interview rounds
based on 191 reviews
Rating in categories
Software Developer
8.2k
salaries
| ₹5 L/yr - ₹17 L/yr |
Software Engineer
1.9k
salaries
| ₹4 L/yr - ₹16 L/yr |
Softwaretest Engineer
1.7k
salaries
| ₹3.8 L/yr - ₹14 L/yr |
Functional Test Engineer
1.2k
salaries
| ₹4 L/yr - ₹12.1 L/yr |
Associate Software Engineer
1k
salaries
| ₹3 L/yr - ₹12 L/yr |
TCS
IBM
Infosys
Wipro