Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google Software Tester Interview Questions and Answers

Updated 5 Mar 2022

Google Software Tester Interview Experiences

2 interviews found

Software Tester Interview Questions & Answers

user image ayapan2001 2001

posted on 5 Mar 2022

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. How is your experinece

Interview Preparation Tips

Interview preparation tips for other job seekers - it very good nice to hear such good things

Software Tester Interview Questions & Answers

user image Piyush Sharma

posted on 24 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. What is black box testing?
  • Ans. 

    Black box testing is a software testing technique that focuses on the functionality of the software without knowing its internal structure.

    • Tests are performed based on the software requirements and specifications

    • Testers do not have access to the source code or internal structure of the software

    • Tests are designed to simulate real-world scenarios and user behavior

    • The goal is to identify defects or issues in the software'...

  • Answered by AI

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 questions from similar companies

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

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

Interview Questionnaire 

1 Question

  • Q1. Experience in testing tool?
  • Ans. 

    I have experience in using various testing tools such as Selenium, JMeter, and Postman.

    • Proficient in using Selenium for web application testing

    • Experience in load testing using JMeter

    • Familiarity with API testing using Postman

    • Knowledge of test management tools like TestRail

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic testing questions.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consisted of 60 questions in 60 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Interview duration was 1 hour 10 minutes
  • Q2. General testing process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding problems are asked, find missing number and how to reverse a list

Interview experience
4
Good
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 - Aptitude Test 

General topics, technical in nature

Round 3 - Technical 

(1 Question)

  • Q1. Automation Tools, Selenium
Round 4 - HR 

(1 Question)

  • Q1. Why are you changing job now, some case examples

Interview Preparation Tips

Interview preparation tips for other job seekers - It is simple interview. Technical can be detailed.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Pattern program, array segregation prograk

Round 3 - One-on-one 

(3 Questions)

  • Q1. Selenium wait, oops concept
  • Q2. Collection in java
  • Ans. 

    Collection in Java is a framework that provides an architecture to store and manipulate a group of objects.

    • Collections are used to store, retrieve, manipulate, and communicate aggregate data.

    • Common collection types include List, Set, Map, and Queue.

    • Example: List names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

    • Example: Set numbers = new HashSet<>(); numbers.add(1); numbers.add(2);

Answered by AI
  • Q3. TestNg question
  • Round 4 - HR 

    (1 Question)

    • Q1. Salary discussion

    Skills evaluated in this interview

    I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

    Interview Questionnaire 

    2 Questions

    • Q1. Programming
    • Q2. Real time scenario will be given, you can write in any programming language.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Practice, practice, keep on practicing. One day you will succeed
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
    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

    Google Interview FAQs

    How many rounds are there in Google Software Tester interview?
    Google interview process usually has 1 rounds. The most common rounds in the Google interview process are HR.

    Tell us how to improve this page.

    Google Software Tester Salary
    based on 14 salaries
    ₹7.6 L/yr - ₹29.4 L/yr
    267% more than the average Software Tester Salary in India
    View more details

    Google Software Tester Reviews and Ratings

    based on 4 reviews

    4.9/5

    Rating in categories

    4.2

    Skill development

    4.0

    Work-life balance

    3.9

    Salary

    3.9

    Job security

    4.3

    Company culture

    3.8

    Promotions

    4.2

    Work satisfaction

    Explore 4 Reviews and Ratings
    Software Engineer
    1.8k salaries
    unlock blur

    ₹19 L/yr - ₹77.5 L/yr

    Software Developer
    1.1k salaries
    unlock blur

    ₹21.3 L/yr - ₹60 L/yr

    Senior Software Engineer
    641 salaries
    unlock blur

    ₹23.7 L/yr - ₹86.3 L/yr

    Sde1
    255 salaries
    unlock blur

    ₹14 L/yr - ₹55 L/yr

    Data Scientist
    251 salaries
    unlock blur

    ₹22.7 L/yr - ₹60 L/yr

    Explore more salaries
    Compare Google with

    Yahoo

    4.6
    Compare

    Amazon

    4.1
    Compare

    Facebook

    4.4
    Compare

    Microsoft Corporation

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