Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amdocs Team. If you also belong to the team, you can get access from here

Amdocs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amdocs Test Engineer Interview Questions and Answers

Updated 12 Aug 2024

Amdocs Test Engineer Interview Experiences

7 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java oops concept Selenium all concepts like where we use action class how handle drop-down how to handle alert and windows pop It's all good experience with interviewer
  • Q2. Oops concept java selenium
Round 2 - Technical 

(1 Question)

  • Q1. They asked about Manual testing They asked about jira they asked about project details some scenario based questions all over experience is good interviewer also very friendly
Round 3 - Behavioral 

(1 Question)

  • Q1. They ask about project they told their work what amdocs products what is amdocs company culture experience was very good manager is also very friendly nature they will co-operate
Round 4 - HR 

(2 Questions)

  • Q1. Here they asked about salary disscusion
  • Q2. What is expected CTC What amdocs n all hr common questions totaly it was very good experience with all members who can took the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on project
If you mention automation testing then go with java all concepts like oops
This and super keyword constructor
Focus on selenium and framework
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Scenario based question from LR

Round 2 - One-on-one 

(1 Question)

  • Q1. What is lr function for parameter
  • Ans. 

    The lr function is used in load testing to parameterize values in scripts.

    • The lr function is specific to LoadRunner, a performance testing tool.

    • It allows testers to replace hard-coded values with dynamic data during script execution.

    • The lr function can be used to simulate different user behaviors and data inputs.

    • For example, lr_eval_string can be used to extract values from server responses and use them in subsequent r...

  • Answered by AI
Round 3 - Aptitude Test 

C scripting question regarding lr

Round 4 - HR 

(2 Questions)

  • Q1. Nothing to say about
  • Q2. He was good behaviour

Skills evaluated in this interview

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Que on linux , programming que

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept with real time eg
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes. Real-time example: Car is an object, with properties like color and methods like drive.

    • Oops concept focuses on objects and classes

    • Objects have properties and methods

    • Real-time example: Car is an object with properties like color and methods like drive

  • Answered by AI
  • Q2. SQL concept and join queries

I applied via Referral and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude test which u might have given in other companies as well

Round 2 - Coding Test 

Coding on ur core skills so be preparwd and learn and revise the topics well

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Your core skills well
Learn unix basics
Learn db basics
Cloud basics

What people are saying about Amdocs

View All
endlessdahi
3d
ex -
Syneos Health
Staffing firms calling for Amdocs, Wipro roles—is it legit?
I'm getting daily calls from staffing companies like Sage IT, Techilla, etc., claiming to work with big clients like Amdocs, Wipro, and Virtusa. They offer good packages on their payroll, saying companies like Virtusa are their clients. How do they provide services to companies that are already service-based? Are these offers genuine? They ask about experience, salary expectations, and even for the last 4 digits of my Aadhar, then send a confirmation email. I've canceled interviews before, but the calls keep coming. Can someone help me understand this?
Got a question about Amdocs?
Ask anonymously on communities.

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2021

I applied via Walk-in and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Bug life cycle,joins,brief about oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - should to explain in a fully with necessary points

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2021

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Unix,SQL, automation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Unix and SQL ,need to prepare well

Amdocs HR Interview Questions

48 questions and answers

Q. What motivates you to want to join this company?
Q. What was your role in your previous company?
Q. Tell me about your roles.

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2021

Interview Questionnaire 

1 Question

  • Q1. Functional testing, IT, ST, smoke and adhoc testing and also defect life cycle.. SDLC and STLC.. Sql queries and java oops concepts.. Sql based on joins and sub query
Are these interview questions helpful?

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Distinct Islands Problem Statement

    Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

  • Ans. 

    Count the number of distinct islands in a 2D array of 0s and 1s.

    • Identify islands by performing depth-first search (DFS) on the grid

    • Use a set to store the shape of each island and check for duplicates

    • Consider translations to determine distinct islands

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Word Wrap Problem Statement

    You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

  • Ans. 

    The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

    • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

    • Minimize the total cost by arranging words to fit within the character limit on each line.

    • Ensure each word appears fully on one line without breaking across lines.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a System Design round.

  • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
  • Ans. 

    Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

    • Implement a user-friendly interface for customers to search and book tickets

    • Create a vendor portal for vendors to manage their offerings and availability

    • Include payment gateway integration for secure transactions

    • Develop a robust backend system for managing bookings, cancellations, and refunds

    • Utilize a database to store user in...

  • Answered by AI
Round 4 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was a System Design round

Round 5 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear

Application resume tips for other job seekers

Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Software Engineer Interview Questions & Answers

Adobe user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

8 Questions

  • Q1. WRITE A GENERIC SWAP FUNCTION
  • Ans. 

    A generic swap function swaps two values of any data type.

    • The function should take two parameters of any data type.

    • Use a temporary variable to store the value of one parameter.

    • Assign the value of the second parameter to the first parameter.

    • Assign the value of the temporary variable to the second parameter.

  • Answered by AI
  • Q2. SEARCH AN ELEMENT IN ROTATED SORTED LINKLIST .
  • Ans. 

    Search for an element in a rotated sorted linked list.

    • Find the pivot point where the list is rotated.

    • Divide the list into two sublists based on the pivot point.

    • Perform binary search on the appropriate sublist.

    • Handle edge cases such as empty list and list with only one element.

  • Answered by AI
  • Q3. SEARCH AN ELEMENT IN ROTATED SORTED ARRAY. WRITED A CODE FOR IT
  • Ans. 

    Search an element in a rotated sorted array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

    • Repeat until element is found or sub-array size is 1

  • Answered by AI
  • Q4. In an Array of size 95 contain numbers in range 1 to 100. each number is at max once in the array. find the 5 missing numbers in array between 1-100
  • Q5. Given sudoku as id array of size . in a given empty cell find the possible numbers that could be possible. Asked me to write code for it
  • Ans. 

    Given a Sudoku board, find possible numbers for an empty cell.

    • Iterate through empty cells and check possible numbers using row, column, and box constraints.

    • Use a set to keep track of possible numbers for each empty cell.

    • Return the set of possible numbers for the given empty cell.

  • Answered by AI
  • Q6. Given 4 unsigned integers find their integer average (eg. (2,2,2,3) => (2+2+2+3)/4 = 2) consider integer division ) without typecasting
  • Ans. 

    Find integer average of 4 unsigned integers without typecasting

    • Add all the integers and divide by 4

    • Use bit shifting to divide by 4

    • Handle overflow by using long long data type

    • Use unsigned int data type for input

  • Answered by AI
  • Q7. Write a code to identify wheter given processor is of 32 bit architecture or 64 bit architecture
  • Ans. 

    Code to identify 32 bit or 64 bit architecture of a processor

    • Check if the operating system is 32 bit or 64 bit

    • If OS is 32 bit, processor is 32 bit

    • If OS is 64 bit, check if processor supports 64 bit architecture

    • Use CPUID instruction to check if processor supports 64 bit architecture

  • Answered by AI
  • Q8. Convert a binary number into base 64 integer
  • Ans. 

    Convert binary number to base 64 integer

    • Divide the binary number into groups of 6 bits

    • Convert each group of 6 bits to decimal

    • Map the decimal value to the corresponding base 64 character

    • Concatenate the base 64 characters to form the final integer

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: SIMPLE CODING QUESTIONS SPEED MATTERS.
Duration: 60 minutes
Total Questions: 3

Skills: Analytics And Coding
College Name: IIT Guwahati

Skills evaluated in this interview

Amdocs Interview FAQs

How many rounds are there in Amdocs Test Engineer interview?
Amdocs interview process usually has 3 rounds. The most common rounds in the Amdocs interview process are Aptitude Test, Technical and Coding Test.
How to prepare for Amdocs Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amdocs. The most common topics and skills that interviewers at Amdocs expect are Test Engineering, Testing Tools, Computer science, SQL and microsoft.
What are the top questions asked in Amdocs Test Engineer interview?

Some of the top questions asked at the Amdocs Test Engineer interview -

  1. What is lr function for parame...read more
  2. Oops concept with real time...read more
  3. Java oops concept Selenium all concepts like where we use action class how han...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 4 interview experiences

Difficulty level

Easy 67%
Moderate 33%

Duration

Less than 2 weeks 100%
View more
Amdocs Test Engineer Salary
based on 132 salaries
₹4.3 L/yr - ₹10 L/yr
23% more than the average Test Engineer Salary in India
View more details

Amdocs Test Engineer Reviews and Ratings

based on 30 reviews

3.9/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.6

Salary

4.0

Job security

4.1

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 30 Reviews and Ratings
Software Developer
8.6k salaries
unlock blur

₹9.2 L/yr - ₹15.6 L/yr

Software Engineer
2k salaries
unlock blur

₹7.7 L/yr - ₹16.2 L/yr

Softwaretest Engineer
1.8k salaries
unlock blur

₹5.7 L/yr - ₹13.9 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹5.2 L/yr - ₹12.5 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.5
Compare

IBM

3.9
Compare

Oracle

3.6
Compare

Carelon Global Solutions

3.8
Compare
write
Share an Interview