Upload Button Icon Add office photos

GlobalStep

Compare button icon Compare button icon Compare

Filter interviews by

GlobalStep QA Tester Interview Questions and Answers

Updated 20 Jun 2024

GlobalStep QA Tester Interview Experiences

1 interview found

QA Tester Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Which type of game you Play
  • Ans. 

    I play a variety of games including RPGs, strategy games, and puzzle games.

    • I enjoy RPGs like The Witcher 3 and Skyrim for their immersive storytelling and character development.

    • I also like strategy games such as Civilization VI and XCOM for the challenge of planning and decision-making.

    • Puzzle games like Portal and The Witness are great for exercising my problem-solving skills.

  • Answered by AI
Round 2 - Case Study 

Play a game a Subway suffer and temple run find out the bug

Round 3 - One-on-one 

(1 Question)

  • Q1. General Question
Round 4 - Case Study 

Write a detail Case study on your daily Games you play

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing

Interview questions from similar companies

Interview Questionnaire 

1 Question

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

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 experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Test life cycle
Round 2 - Technical 

(1 Question)

  • Q1. Testing artifact
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations
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
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

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

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.

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 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

GlobalStep Interview FAQs

How many rounds are there in GlobalStep QA Tester interview?
GlobalStep interview process usually has 4 rounds. The most common rounds in the GlobalStep interview process are Case Study, One-on-one Round and HR.
What are the top questions asked in GlobalStep QA Tester interview?

Some of the top questions asked at the GlobalStep QA Tester interview -

  1. Which type of game you P...read more
  2. General Quest...read more

Tell us how to improve this page.

GlobalStep QA Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Stefanini Interview Questions
3.0
 • 35 Interviews
SpanIdea Interview Questions
3.7
 • 24 Interviews
View all
GlobalStep QA Tester Salary
based on 27 salaries
₹2 L/yr - ₹3.7 L/yr
43% less than the average QA Tester Salary in India
View more details

GlobalStep QA Tester Reviews and Ratings

based on 5 reviews

2.4/5

Rating in categories

2.8

Skill development

2.4

Work-life balance

2.0

Salary

2.7

Job security

2.2

Company culture

1.9

Promotions

1.8

Work satisfaction

Explore 5 Reviews and Ratings
Test Engineer
524 salaries
unlock blur

₹1 L/yr - ₹4.7 L/yr

Senior Test Engineer
125 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Softwaretest Engineer
104 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Game Tester
55 salaries
unlock blur

₹1.5 L/yr - ₹4.3 L/yr

QA Test Engineer
52 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare GlobalStep with

Apisero

4.3
Compare

Actalent Services

3.5
Compare

Cyber Infrastructure

3.5
Compare

TestingXperts

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