Upload Button Icon Add office photos

Filter interviews by

Baazi Games Software Tester Interview Questions and Answers

Updated 25 Jul 2023

Baazi Games Software Tester Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jun 2023. There were 3 interview rounds.

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

(2 Questions)

  • Q1. Current salary and Salary expectation
  • Q2. Previous employment questions
Round 3 - Technical 

(4 Questions)

  • Q1. Difference between re-testing and regression testing.
  • Ans. 

    Re-testing is testing the same functionality again to ensure the defect has been fixed, while regression testing is testing the unchanged parts of the software to ensure no new defects have been introduced.

    • Re-testing focuses on the specific defect that was fixed, while regression testing focuses on ensuring that the rest of the software still works as expected.

    • Re-testing is done after a defect is fixed, while regressio...

  • Answered by AI
  • Q2. Example of High priority and low severity bug.
  • Ans. 

    High priority and low severity bug example

    • Incorrect logo displayed on login page

    • Spelling mistake in error message

    • Alignment issue in the footer of the website

  • Answered by AI
  • Q3. Test cases on Ludo game.
  • Q4. What strategy for testing the whole build will you use when you get a new build?
  • Ans. 

    I will use a combination of regression testing, exploratory testing, and risk-based testing to ensure comprehensive coverage.

    • Perform regression testing on critical functionalities to ensure they still work as expected

    • Conduct exploratory testing to uncover any unforeseen issues or bugs

    • Prioritize testing based on risk assessment to focus on high-impact areas first

    • Use automation testing tools for repetitive tasks to save

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't prepare keeping the JD in mind. Despite having good poker knowledge you might not be asked about the poker at all.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

20 basic coding and non coding mcq with 60 min time.

Round 2 - Coding Test 

5 basic coding problems with 60 min time based on arrays string and numbers.

Round 3 - Technical 

(1 Question)

  • Q1. 1St Technical Interview 3 coding problems 1) leap Year 2)binary to decimal 3)prime number
Round 4 - Technical 

(1 Question)

  • Q1. 2nd Technical Interview 1)input: "Raja Software Labs" output: "Raja%20Software%20Labs" 2) find contigious subarray with max sum
Round 5 - Technical 

(1 Question)

  • Q1. 3rd Technical Interview did not qualify for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice questions on array, numbers and string.
explain logic before coding
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

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

Simple array and string based questions were asked in the coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions were like - find first non repeating character in string, find max consecutive duplicate elements in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask coding questions mainly on array and strings to freshers.

I applied via Job Portal and was interviewed in Mar 2022. There were 6 interview rounds.

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

It's totally based on your basic coding skills. Have basics ques about coding and have some problems to solve.

Round 3 - Technical 

(1 Question)

  • Q1. Problems with Array and String and need to solve the question on notepad. You can use any languages but need to describe the code which you will write.
Round 4 - Technical 

(1 Question)

  • Q1. DSA Problems, coding round.
Round 5 - Technical 

(1 Question)

  • Q1. DSA problems. need to solve and describe the approach.
Round 6 - Technical 

(1 Question)

  • Q1. DSA problems, coding round. Check glassdoor for the questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Need basics of DSA concepts clear
- You can use any languages Java, Python, C++, Kotlin or any?
-

I applied via Campus Placement and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Total question where 20 and it include all the topics of aptitude and some coding solution

Round 2 - Coding Test 

It contain 5 question of question where doc file is send and we have to write a answer to that document file

Interview Preparation Tips

Interview preparation tips for other job seekers - practice basic DSA and some string and list manipulation questions

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Some Questions are based on programming and some are aptitude questions.

Round 2 - Coding Test 

This is coding round here 5 coding questions is there?

Round 3 - One-on-one 

(3 Questions)

  • Q1. Find first non repeated character in string?
  • Ans. 

    Find the first non-repeated character in a string.

    • Iterate through the string and count the frequency of each character.

    • Return the first character with a count of 1.

  • Answered by AI
  • Q2. We have given a integer array then find the second maximum difference ?
  • Ans. 

    Find the second maximum difference in an integer array.

    • Sort the array in descending order

    • Calculate the difference between adjacent elements

    • Return the second maximum difference

  • Answered by AI
  • Q3. We have given a integer find the sum of all digits.
  • Ans. 

    Given an integer, find the sum of all its digits.

    • Convert the integer to a string and iterate over each character to get the sum.

    • Use modulo operator to get the last digit and add it to the sum, then divide by 10 to remove the last digit.

    • Recursively call the function with the integer divided by 10 and add the remainder to the sum.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can brush up your basic concepts of Array and string these things is helping a lot in that interviews.

Skills evaluated in this interview

Round 1 - Aptitude Test 

Basic technical que on java c++

Round 2 - Coding Test 

Google docs paltform
5 coding ques

Round 3 - Technical 

(1 Question)

  • Q1. Ques on my resume two coding ques

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear with the basics of c++ java and dsa

I applied via Company Website and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Coding Test 

Java

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects using different programming languages such as Java, C++, and Python.

    • I am skilled in software development methodologies like Agile and have experience with version control systems like Git.

    • I have strong problem-solving and analytical skills, which h...

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: time management, public speaking

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for your interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

5 questions written coding test
Basic question on string and array manipulation

Round 2 - Technical 

(1 Question)

  • Q1. 2nd smallest number
  • Ans. 

    Find the 2nd smallest number in an array of integers.

    • Sort the array in ascending order

    • Return the second element in the sorted array

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Not selected but the questions were mostly based on DSA time complexity and pseudo code

Baazi Games Interview FAQs

How many rounds are there in Baazi Games Software Tester interview?
Baazi Games interview process usually has 3 rounds. The most common rounds in the Baazi Games interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Baazi Games Software Tester interview?

Some of the top questions asked at the Baazi Games Software Tester interview -

  1. What strategy for testing the whole build will you use when you get a new bui...read more
  2. Difference between re-testing and regression testi...read more
  3. Example of High priority and low severity b...read more

Tell us how to improve this page.

Baazi Games Software Tester Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.2
 • 57 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all
Software Development Engineer II
25 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Associate Product Manager
9 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Assistant Manager
8 salaries
unlock blur

₹6.9 L/yr - ₹11 L/yr

Product Manager
8 salaries
unlock blur

₹10 L/yr - ₹27.3 L/yr

Software Developer
7 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare Baazi Games with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Mobile Premier League

3.4
Compare

Paytm First Games

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