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 Software Tester Interview Questions and Answers

Updated 9 Jan 2025

Amdocs Software Tester Interview Experiences

5 interviews found

Software Tester Interview Questions & Answers

user image Garvit Singh

posted on 26 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked about my Major project
  • Q2. Write sql join and other queries
  • Ans. 

    SQL join and other queries are used to retrieve data from multiple tables based on specified conditions.

    • Use INNER JOIN to retrieve rows from both tables that have matching values

    • Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table

    • Use WHERE clause to specify conditions for the join

    • Use GROUP BY to group rows that have the same values

    • Use ORDER BY to sort the result set

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Which is a best technique to generate automated test report ?
  • Ans. 

    The best technique to generate automated test report is to use a reporting tool that integrates with the automation framework.

    • Choose a reporting tool that supports the programming language and automation framework being used

    • Configure the reporting tool to generate reports in the desired format

    • Include relevant information in the report such as test case name, status, and duration

    • Add screenshots or videos to the report t...

  • Answered by AI
  • Q2. How you can compare expected and actual result in selenium?
  • Ans. 

    Use Assertion methods to compare expected and actual results in Selenium.

    • Use Assertion methods like assertEquals(), assertNotEquals(), assertTrue(), assertFalse(), etc.

    • Pass the expected and actual results as parameters to the Assertion methods.

    • If the expected and actual results match, the test case will pass, else it will fail.

    • Example: assertEquals(expectedResult, actualResult);

  • Answered by AI
  • Q3. Describe best technologies to build a good software testing framework?
  • Ans. 

    The best technologies for building a good software testing framework are Selenium, Appium, JUnit, TestNG, and Cucumber.

    • Selenium for web application testing

    • Appium for mobile application testing

    • JUnit and TestNG for unit testing

    • Cucumber for behavior-driven testing

    • Continuous Integration tools like Jenkins for automated testing

  • Answered by AI
  • Q4. What is difference between smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check if the application is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new changes have not affected the existing functionality.

    • Smoke testing is done to check if the critical functionalities of the application are working fine.

    • Sanity testing is done to check if the bugs have been fixed and new ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To achive goals in testing uh have to learn updated and latest technology was used by world

Skills evaluated in this interview

Software Tester Interview Questions Asked at Other Companies

Q1. You are given test scenarios and have to execute all test cases, ... read more
asked in Amdocs
Q2. What is the best technique to generate automated test reports?
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1) What is Software Testing. 2) SDLC vs STLC 3) What is Positive ... read more
asked in Infosys
Q5. What is mean by automation testing and manual testing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Describe your current Role
  • Ans. 

    I am responsible for testing software applications to ensure they meet quality standards.

    • Conducting manual and automated testing

    • Identifying and documenting defects

    • Collaborating with developers to resolve issues

    • Creating test plans and test cases

    • Performing regression testing

  • Answered by AI
  • Q2. Question Based on ISTQB
Round 2 - One-on-one 

(2 Questions)

  • Q1. HR Related questions
  • Q2. Salary discussion

I applied via Walk-in and was interviewed before Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What do you know about company
  • Q2. Tell me about yourself ,other than your resume
  • Q3. What are your strengths and weakness
  • Q4. Tell something about you and your family
  • Ans. 

    I am a dedicated software tester with a passion for quality assurance, and I come from a supportive family that values education.

    • I have over 5 years of experience in software testing, specializing in automated testing tools like Selenium.

    • My family consists of my parents, who are both educators, and a younger sister who is studying computer science.

    • We enjoy spending time together, often going on hikes or having game nig...

  • Answered by AI
  • Q5. Give the three reasons ,why you want to join this company
  • Ans. 

    I am excited to join this company for its innovative culture, commitment to quality, and opportunities for professional growth.

    • Innovative Culture: I admire how the company embraces new technologies and methodologies, such as Agile and DevOps, to enhance software quality.

    • Commitment to Quality: The company's reputation for delivering high-quality products aligns with my passion for thorough testing and quality assurance.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They will surely ask about night shift and relocation . before appearing to an interview go though company and role profile for which you have applied.every interview questions are common so you can prepare from Google .

What people are saying about Amdocs

View All
a software engineer
3d
Making a Career Move — Safe Bet or Fast Track?
I’m a Software Developer with 4 years of experience and currently facing a tough career decision. I have two job offers: One is from a large, stable, and reliable organization with a strong brand, structured processes, and good work-life balance. The other is from a smaller, fast-growing company that promises faster learning, more responsibilities, and slightly better pay, but comes with uncertainty and less stability. At this stage of my career, should I prioritize stability and long-term security, or go for rapid growth and technical exposure? Would appreciate insights from anyone who’s made a similar choice — what path did you take, and how did it shape your career?
Got a question about Amdocs?
Ask anonymously on communities.

I applied via Campus Placement and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mini project and current technologies and general topics weee discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and relax

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

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Arrays, Graphs majorly asked
Practice Leetcode

Round 3 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Leetcode properly
Revise basic core concepts like Operating Systems, DBMS
Are these interview questions helpful?

Interview Questionnaire 

9 Questions

  • Q1. System design of traffic signal
  • Ans. 

    Design a traffic signal system

    • Identify the number of lanes and intersections

    • Determine the traffic flow and peak hours

    • Choose appropriate sensors and controllers

    • Implement a synchronization algorithm

    • Consider emergency vehicle prioritization

    • Include pedestrian crossing signals

    • Ensure compliance with local regulations

  • Answered by AI
  • Q2. Data structures
  • Q3. Oops spring jdbc
  • Q4. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap uses hashing function to map keys to indices in an array

    • Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing

    • Java implementation: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q5. Pattern printing code
  • Ans. 

    Printing patterns using code

    • Identify the pattern to be printed

    • Use loops to print the pattern

    • Adjust the loop variables to control the pattern

    • Use conditional statements to modify the pattern

    • Examples: printing stars, triangles, squares, etc.

  • Answered by AI
  • Q6. Common point in linked list
  • Ans. 

    Common point in linked list refers to the node where two or more linked lists intersect.

    • The common point can be found by traversing both linked lists and comparing the nodes.

    • The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.

    • Examples include finding the intersection point of two linked lists or finding the loop in a linked list.

  • Answered by AI
  • Q7. Optimization
  • Q8. Synchronisation
  • Q9. Threads

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Data Structures, Algorithms, System designing, Azure

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked to calculate time complexity of any algorithm
  • Ans. 

    Time complexity measures the amount of time an algorithm takes to complete based on input size.

    • Time complexity is expressed using Big O notation (e.g., O(n), O(log n)).

    • O(1) indicates constant time, e.g., accessing an array element.

    • O(n) indicates linear time, e.g., iterating through an array.

    • O(n^2) indicates quadratic time, e.g., nested loops through an array.

    • O(log n) indicates logarithmic time, e.g., binary search in a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is the only silver bullet to crack any interview!
Do coding of problem on notepad. Refer DS, ALGO related problem from GeeksOfGeeks site.

And 1 more thing coding is an art and please do not mug up the code, just try to understand the tricks, logic and solution and use those tricks and solution to solve any coding problem.

Do practice, Do practice and Do practice....nothing else

Amdocs Interview FAQs

How many rounds are there in Amdocs Software Tester interview?
Amdocs interview process usually has 1-2 rounds. The most common rounds in the Amdocs interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Amdocs Software Tester interview?

Some of the top questions asked at the Amdocs Software Tester interview -

  1. Which is a best technique to generate automated test repor...read more
  2. How you can compare expected and actual result in seleni...read more
  3. What is difference between smoke and sanity testi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 899 Interviews
Oracle Interview Questions
3.7
 • 895 Interviews
Zoho Interview Questions
4.2
 • 540 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
View all
Amdocs Software Tester Salary
based on 70 salaries
₹4.5 L/yr - ₹9.2 L/yr
37% more than the average Software Tester Salary in India
View more details

Amdocs Software Tester Reviews and Ratings

based on 15 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.4

Salary

3.9

Job security

3.9

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 15 Reviews and Ratings
Software Developer
8.5k salaries
unlock blur

₹9 L/yr - ₹15.5 L/yr

Software Engineer
2k salaries
unlock blur

₹6.8 L/yr - ₹16.2 L/yr

Softwaretest Engineer
1.8k salaries
unlock blur

₹5.8 L/yr - ₹13.8 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹5 L/yr - ₹12.2 L/yr

Associate Software Engineer
946 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.6
Compare

IBM

3.9
Compare

Oracle

3.7
Compare

Carelon Global Solutions

3.8
Compare
write
Share an Interview