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

Updated 13 Oct 2024

Top TestingXperts Test Engineer Interview Questions and Answers

View all 6 questions

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 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 are the problems we faced in the old generation video game c ... 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 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?
  • Q2. Tell me about yourself.

Interview Preparation Tips

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

TestingXperts interview questions for designations

 Senior Test Engineer

 (5)

 Test Manager

 (1)

 Software Engineer

 (3)

 QA Engineer

 (1)

 Senior QA Engineer

 (2)

 Senior Software Engineer

 (1)

 Software Testing Engineer

 (1)

 Senior Software Engineer Testing

 (1)

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.

Get interview-ready with Top TestingXperts Interview Questions

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

Test Engineer Interview Questions & Answers

ZenQ user image Deepshree Sinha

posted on 19 Apr 2024

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

(2 Questions)

  • Q1. Related to mobile testing
  • Q2. Types of mobile testing
  • Ans. 

    Types of mobile testing include functional testing, performance testing, security testing, usability testing, and compatibility testing.

    • Functional testing: Ensuring the app functions as expected.

    • Performance testing: Checking the app's speed, responsiveness, and stability.

    • Security testing: Identifying vulnerabilities and ensuring data protection.

    • Usability testing: Evaluating the user experience and interface.

    • Compatibili...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Hacker Rank Exam
Round 2 - Technical 

(1 Question)

  • Q1. Guesstimate based question
Round 3 - One-on-one 

(1 Question)

  • Q1. Company knowledge

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

Tell us how to improve this page.

TestingXperts Test Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
TestingXperts Test Engineer Salary
based on 260 salaries
₹2.9 L/yr - ₹9.8 L/yr
8% more than the average Test Engineer Salary in India
View more details

TestingXperts Test Engineer Reviews and Ratings

based on 37 reviews

3.9/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.4

Salary

3.6

Job security

3.7

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 37 Reviews and Ratings
Senior Test Engineer
310 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Lead
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TestingXperts with

Cigniti Technologies

3.7
Compare

Think Future Technologies

4.0
Compare

Indium Software

4.0
Compare

Qualitest

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