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, Process, and Tips

Updated 9 Jan 2025

Top Amdocs Software Tester Interview Questions and Answers

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

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more
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
  • Q5. Give the three reasons ,why you want to join this company

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 .

Amdocs interview questions for designations

 Tester

 (1)

 ETL Tester

 (2)

 Manual Tester

 (1)

 Penetration Tester

 (1)

 Software Developer

 (135)

 Software Engineer

 (43)

 Software Architect

 (2)

 Software Associate

 (1)

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

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

I was interviewed in Feb 2025.

Round 1 - HR 

(1 Question)

  • Q1. Tell. Me. about. Your. Self

Interview Preparation Tips

Interview preparation tips for other job seekers - Speaking slowly and clearly can help you appecer related and confident

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.

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.

Amdocs Software Tester Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Amdocs Software Tester Salary
based on 58 salaries
₹3.3 L/yr - ₹10.7 L/yr
27% 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.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.0
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview