Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Baazi Games Quality Assurance Engineer 3 Interview Questions and Answers

Updated 13 Nov 2024

Baazi Games Quality Assurance Engineer 3 Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a program that prints 1 if user inputs 0, and print 0 if user inputs 1.
  • Ans. 

    Program that prints 1 if user inputs 0, and 0 if user inputs 1.

    • Create a function that takes user input as parameter

    • Check if input is 0, then print 1. If input is 1, print 0

    • Handle invalid inputs if necessary

  • Answered by AI
  • Q2. Write a program to find the second lowest number without using collection and nested loop.
  • Ans. 

    Program to find second lowest number without using collection and nested loop.

    • Sort the array in ascending order

    • Check for duplicates and skip them

    • Return the second element in the sorted array

  • Answered by AI
  • Q3. What you have done in rest assured so far?
  • Q4. What are the implementation you have done in App automation?
  • Ans. 

    Implemented App automation using Selenium WebDriver and Appium for regression testing and continuous integration.

    • Used Selenium WebDriver for web application automation

    • Utilized Appium for mobile application automation

    • Implemented automation scripts for regression testing

    • Integrated automation tests into continuous integration pipelines

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. He generally asked about past experience.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It was mostly puzzles.
  • Q2. One algo question invoving recursive function .

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers - prepare puzzles and basic computer science fundamentals

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Form based JS questions. String questions in javascript
  • Q2. React interview questions with some state management follow up questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on js ,es6, node.js
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly scenario based on what you have worked on and basic questions on theorical knowledge.Interview was 1 hour long.
  • Q2. ETL,Tool, Technology, Infrastructures,coding skill,SQL skills
Round 3 - HR 

(1 Question)

  • Q1. Normal basic questions asked in HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best ,keep confident on your work and be patient while giving interview as interview is bit tricky...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React lifecycle methods, React hooks
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The test included aptitude, coding and few SQL questions.

Round 2 - Technical 

(1 Question)

  • Q1. The round included Programming, cloud, SQL,DBMS related questions.
Round 3 - Technical 

(1 Question)

  • Q1. The round included advanced questions on Cloud, programming languages, SQL and DBMS questions.

Interview Preparation Tips

Topics to prepare for kipi.ai Senior Software Engineer interview:
  • DBMS
  • Data Structures
  • SQL
  • Programming
  • Cloud Computing
  • OOPS

I applied via Campus Placement and was interviewed in Apr 2022. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Basic aptitude questions. Just keep a track of time

Round 3 - Coding Test 

2nd round is coding round. You can expect Leetcode medium questions. The topics asked are Linked list, Trees and arrays.

Round 4 - Coding Test 

3rd round is again the Coding Test. Level of questions is Leetcode Medium to Leetcode Hard. Topics covered are Trees, Doubly Linked List, Dp etc.

Round 5 - Technical 

(2 Questions)

  • Q1. 4th round is an hour-long technical interview. The interviewer will start by asking about your introduction and you can expect some questions about your introduction or projects. The rest of the time is gi...
  • Q2. The questions were House Robber 3 from leetcode and some questions based on the binary array.

Interview Preparation Tips

Topics to prepare for Josh Technology Group Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Just focus on Data structure and Algorithms. During the coding rounds keep track of time.
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

Contribute & help others!
anonymous
You can choose to be anonymous

Baazi Games Interview FAQs

How many rounds are there in Baazi Games Quality Assurance Engineer 3 interview?
Baazi Games interview process usually has 2 rounds. The most common rounds in the Baazi Games interview process are Technical and One-on-one Round.
What are the top questions asked in Baazi Games Quality Assurance Engineer 3 interview?

Some of the top questions asked at the Baazi Games Quality Assurance Engineer 3 interview -

  1. What are the implementation you have done in App automati...read more
  2. Write a program that prints 1 if user inputs 0, and print 0 if user inputs...read more
  3. Write a program to find the second lowest number without using collection and n...read more

Recently Viewed

SALARIES

Baazi Games

INTERVIEWS

Dream11

No Interviews

INTERVIEWS

Baazi Games

No Interviews

SALARIES

Dream11

INTERVIEWS

Dream11

No Interviews

SALARIES

Baazi Games

INTERVIEWS

Baazi Games

No Interviews

REVIEWS

Paytm First Games

No Reviews

INTERVIEWS

Baazi Games

No Interviews

SALARIES

Dream11

Tell us how to improve this page.

Baazi Games Quality Assurance Engineer 3 Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.2
 • 56 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all
Software Development Engineer II
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 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