Upload Button Icon Add office photos
Engaged Employer

i

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

TestingXperts Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TestingXperts Test Engineer Interview Questions and Answers

Updated 13 Oct 2024

6 Interview questions

A Test Engineer was asked 9mo ago
Q. Explain the different types of Selenium waits.
Ans. 

Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

  • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

  • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

  • Fluent Wait: Waits for a certain condition with a defined maximum amount of time to wait for.

  • Thread.sleep(): Pa...

A Test Engineer was asked 9mo ago
Q. Explain polymorphism and where it applies in Selenium.
Ans. 

Polymorphism is the ability of a single function or method to operate on different types of data.

  • Polymorphism in Selenium allows for the same test script to be used for different web elements.

  • It can be achieved through method overloading or method overriding in Selenium.

  • For example, using the same click() method to click on a button, link, or dropdown in Selenium tests.

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
A Test Engineer was asked
Q. Write an XPath expression using AND and OR conditions.
Ans. 

Xpath can use AND and OR conditions to locate elements based on multiple criteria.

  • To use AND, simply chain multiple conditions together with no operator in between.

  • To use OR, use the 'or' keyword between conditions.

  • Example: //div[@class='class1' and @id='id1'] or //div[@class='class2']

A Test Engineer was asked
Q. Write a sample code to explain the overloading concept of OOPS.
Ans. 

Overloading in OOP allows multiple methods with same name but different parameters.

  • Overloading is achieved by changing the number, type or order of parameters

  • Return type of the methods does not matter in overloading

  • Example: void print(int a), void print(int a, int b), void print(String s)

What people are saying about TestingXperts

View All
a software engineer
1d
Looking for Guidance: Feeling Lost in My New Role
I’ve spent the last 4 years working at a product-based tech startup as an AI engineer, where I had the opportunity to work on real problems. Recently, I joined a big service-based company for a decent salary, still as an AI engineer but I feel I do not belong here and feel stuck. Since joining, I’ve mostly been assigned vague research tasks with no clear direction. It’s been almost a month, and I still don’t have any real work or ownership. Every day, I feel more disconnected and unmotivated. To share a bit about myself: I love building products. The idea that something I create can be used by others and improve their lives excites me deeply. But I also value autonomy and a space where my ideas matter. Micromanagement or environments that don’t value individual contributions really drain me. Now, considering my situation I have two options: 1. Quit and join a small, product-driven startup 2. Quit and finally take the plunge to build my own product Please advice what to do
Got a question about TestingXperts?
Ask anonymously on communities.
A Test Engineer was asked
Q. What is the protected internal access modifier? Explain.
Ans. 

Protected internal access modifier allows access to members within the same assembly or derived classes.

  • Can be applied to methods, properties, fields, and events

  • Access is limited to the current assembly or derived classes

  • Used when you want to restrict access to certain members within the same assembly or derived classes

  • Example: protected internal int age = 25; // can be accessed within the same assembly or derived...

A Test Engineer was asked
Q. Write a program to add two numbers in C#.
Ans. 

Program to add two numbers in c#

  • Declare two variables to store the numbers

  • Take input from user for both variables

  • Add the variables and store the result in a third variable

  • Display the result

TestingXperts Test Engineer Interview Experiences

8 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain different type of selenium waits
  • Ans. 

    Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

    • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

    • Fluent Wait: Waits for a certain condition with a defined maximum amount of time to wait for.

    • Thread.sleep(): Pauses ...

  • Answered by AI
  • Q2. Explain polymorphism and where does it apply in selenium.
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism in Selenium allows for the same test script to be used for different web elements.

    • It can be achieved through method overloading or method overriding in Selenium.

    • For example, using the same click() method to click on a button, link, or dropdown in Selenium tests.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join TestingXperts.

You will regret

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

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

(1 Question)

  • Q1. How confident are you
  • Ans. 

    I am very confident in my abilities as a Test Engineer.

    • I have extensive experience in testing various software applications.

    • I am skilled in creating test plans, executing test cases, and reporting bugs.

    • I am confident in my problem-solving skills and ability to work under pressure.

    • I have received positive feedback from previous employers and colleagues on my testing abilities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - not attended

Test Engineer Interview Questions & Answers

user image Kiran Kittu

posted on 16 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very tough asked hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Asked about automatin testgin questinos
Round 3 - HR 

(1 Question)

  • Q1. Salary discussino

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2022

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

Round 1 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Ans. 

    In five years, I envision myself as a senior test engineer, leading projects and mentoring junior testers while enhancing my skills.

    • I aim to take on leadership roles, guiding a team of testers to ensure high-quality software delivery.

    • I plan to specialize in automation testing, using tools like Selenium and JUnit to improve testing efficiency.

    • I hope to contribute to the development of testing strategies that align with ...

  • Answered by AI
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience salary good. Went very well

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 31 May 2021

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Manual testing , Api testing and status code and SQL queries as well some good knowledge of automation tools it will help you to crack down.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make saure what ever project you worked on you can explain it properly.

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2021

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

Interview Questionnaire 

1 Question

  • Q1. About old project, Agile Process, Test cases, how many test cases write last week, key challenges of software testing, RTM, test deliverables, test plan document, test matrix, scenario matri, api responses...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering questions. You answer should be more clear and understandable.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write a sample code to explain overloading concept of oops
  • Ans. 

    Overloading in OOP allows multiple methods with same name but different parameters.

    • Overloading is achieved by changing the number, type or order of parameters

    • Return type of the methods does not matter in overloading

    • Example: void print(int a), void print(int a, int b), void print(String s)

  • Answered by AI
  • Q2. Write a program to add two numbers in c#
  • Ans. 

    Program to add two numbers in c#

    • Declare two variables to store the numbers

    • Take input from user for both variables

    • Add the variables and store the result in a third variable

    • Display the result

  • Answered by AI
  • Q3. Write xpath using AND and OR condition
  • Ans. 

    Xpath can use AND and OR conditions to locate elements based on multiple criteria.

    • To use AND, simply chain multiple conditions together with no operator in between.

    • To use OR, use the 'or' keyword between conditions.

    • Example: //div[@class='class1' and @id='id1'] or //div[@class='class2']

  • Answered by AI
  • Q4. What is protected internal access modifier, explain
  • Ans. 

    Protected internal access modifier allows access to members within the same assembly or derived classes.

    • Can be applied to methods, properties, fields, and events

    • Access is limited to the current assembly or derived classes

    • Used when you want to restrict access to certain members within the same assembly or derived classes

    • Example: protected internal int age = 25; // can be accessed within the same assembly or derived clas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a nice experience, HR was very cool.. interviewer also very cool and nice while asking questions.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Manual testing questions, agile methodology, prevoius project based questions

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was mixed like aptitude and from technical.

Round 2 - Technical 

(1 Question)

  • Q1. It was F2F round. Where technical questions were asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round. It includes technical and managerial both
Round 4 - HR 

(1 Question)

  • Q1. HR round. It includes all the HR level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with your resume content what you have mentioned

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

Interview Questionnaire 

6 Questions

  • Q1. How many genres of games?
  • Ans. 

    There are numerous genres of games, each offering unique gameplay experiences and targeting different player preferences.

    • There are over 30 main genres of games, including action, adventure, role-playing, strategy, sports, puzzle, and simulation.

    • Each genre has its own characteristics, gameplay mechanics, and objectives.

    • Examples of popular game genres include first-person shooters like Call of Duty, open-world action-adv...

  • Answered by AI
  • Q2. What are the problems we faced in the old generation video game console?
  • Ans. 

    Old generation video game consoles faced various problems.

    • Limited processing power and memory

    • Low-quality graphics and sound

    • Limited game storage capacity

    • Lack of online connectivity

    • Compatibility issues with newer TVs

    • Limited multiplayer options

  • Answered by AI
  • Q3. Tell me the name of the latest video game console?
  • Ans. 

    The latest video game console is the PlayStation 5.

    • The PlayStation 5 (PS5) is the latest console released by Sony.

    • It features advanced graphics, fast loading times, and a new DualSense controller.

    • Some popular games for the PS5 include Demon's Souls, Spider-Man: Miles Morales, and Ratchet & Clank: Rift Apart.

  • Answered by AI
  • Q4. Summarize any game story that you played in your life?
  • Ans. 

    A game story about a group of adventurers on a quest to save the world from an ancient evil.

    • Group of adventurers

    • Quest to save the world

    • Ancient evil as the main antagonist

  • Answered by AI
  • Q5. Do you found bugs in any game?
  • Ans. 

    Yes, as a test engineer, I have found bugs in games.

    • As a test engineer, it is my responsibility to identify and report bugs in games.

    • I have experience in testing various game genres such as action, puzzle, and simulation.

    • Examples of bugs I have found include graphical glitches, gameplay inconsistencies, and crashes.

    • I use a combination of manual testing and automated tools to ensure thorough bug detection.

    • Collaborating ...

  • Answered by AI
  • Q6. How game testing is different from software testing?
  • Ans. 

    Game testing differs from software testing in terms of scope, complexity, and user experience.

    • Game testing involves testing the functionality, performance, and usability of video games.

    • Software testing focuses on testing the functionality and performance of software applications.

    • Game testing requires specialized knowledge of game mechanics, graphics, audio, and user interactions.

    • Software testing typically involves test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 4 rounds of the selection process:
1st Round - Write an Essay on "Any game that you played in your life"?
2nd Round - HR Round
(Question-related to yourself like: tell me about yourself, why I hire you, why you think you're the right candidate, etc.)
3rd Round - Technical Round
(Questions are added to the "Interview questions" section)
4th Round - Final Discussion.

Skills evaluated in this interview

TestingXperts Interview FAQs

How many rounds are there in TestingXperts Test Engineer interview?
TestingXperts interview process usually has 1-2 rounds. The most common rounds in the TestingXperts interview process are HR, Technical and Coding Test.
How to prepare for TestingXperts 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 TestingXperts. The most common topics and skills that interviewers at TestingXperts expect are Automation Testing, API Testing, Selenium, Mobile Testing and Android.
What are the top questions asked in TestingXperts Test Engineer interview?

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

  1. What is protected internal access modifier, expla...read more
  2. Write a sample code to explain overloading concept of o...read more
  3. Explain polymorphism and where does it apply in seleni...read more
What are the most common questions asked in TestingXperts Test Engineer HR round?

The most common HR questions asked in TestingXperts Test Engineer interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Tell me about yourse...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.3/5

based on 4 interview experiences

Difficulty level

Easy 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Stefanini Interview Questions
2.9
 • 36 Interviews
Statusneo Interview Questions
3.9
 • 33 Interviews
GlobalStep Interview Questions
2.5
 • 29 Interviews
SpanIdea Interview Questions
3.6
 • 26 Interviews
View all
TestingXperts Test Engineer Salary
based on 269 salaries
₹4 L/yr - ₹9 L/yr
7% more than the average Test Engineer Salary in India
View more details

TestingXperts Test Engineer Reviews and Ratings

based on 42 reviews

4.0/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.9

Job security

3.8

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 42 Reviews and Ratings
Senior Test Engineer
333 salaries
unlock blur

₹6.2 L/yr - ₹13.5 L/yr

Test Engineer
269 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Test Lead
98 salaries
unlock blur

₹9.6 L/yr - ₹17.9 L/yr

Software Engineer
81 salaries
unlock blur

₹4.9 L/yr - ₹11 L/yr

Softwaretest Engineer
49 salaries
unlock blur

₹4 L/yr - ₹9.2 L/yr

Explore more salaries
Compare TestingXperts with

AgreeYa Solutions

3.3
Compare

Actalent Services

3.5
Compare

Apisero

4.3
Compare

Cyber Infrastructure

3.5
Compare
write
Share an Interview