Upload Button Icon Add office photos

Filter interviews by

Baazi Games React Native Developer Interview Questions and Answers

Updated 2 Feb 2024

Baazi Games React Native Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Promise.all
  • Q2. Basic javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They mainly focus on the tech you are interviewing for and the interviewer was very professional throughout the interview.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Life Cycle Methods off class components
  • Ans. 

    Life cycle methods are special methods in class components that allow developers to run code at specific points in the component's life cycle.

    • componentDidMount() is called after the component has been rendered to the DOM.

    • componentDidUpdate() is called after the component's state or props have been updated.

    • componentWillUnmount() is called before the component is removed from the DOM.

  • Answered by AI
  • Q2. Diffrence between FlatList and ScrollView
  • Ans. 

    FlatList is optimized for rendering large lists efficiently by only rendering the items that are currently visible, while ScrollView renders all of its children at once.

    • FlatList is more performant for long lists as it only renders the items that are currently visible on the screen.

    • ScrollView renders all of its children at once, which can lead to performance issues with large datasets.

    • FlatList supports key extraction fo...

  • Answered by AI
  • Q3. Real World Scenories Questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is enums in typescript, difference between shallow and deep copy, what is virtual dom, what are closures, some psuedo codes, react machine coding. and other basic javascript questions.
  • Ans. 

    Enums in TypeScript are a way to define a set of named constants. Shallow copy only copies the reference, while deep copy creates a new object. Virtual DOM is a lightweight copy of the actual DOM. Closures are functions that have access to their own scope and the scope of their containing function.

    • Enums in TypeScript are used to define a set of named constants. For example, enum Color { Red, Green, Blue }

    • Shallow copy c...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Testing related questions, and other javascript and react questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Life Cycle Methods off class components
  • Ans. 

    Life cycle methods are special methods in class components that allow developers to run code at specific points in the component's life cycle.

    • componentDidMount() is called after the component has been rendered to the DOM.

    • componentDidUpdate() is called after the component's state or props have been updated.

    • componentWillUnmount() is called before the component is removed from the DOM.

  • Answered by AI
  • Q2. Diffrence between FlatList and ScrollView
  • Ans. 

    FlatList is optimized for rendering large lists efficiently by only rendering the items that are currently visible, while ScrollView renders all of its children at once.

    • FlatList is more performant for long lists as it only renders the items that are currently visible on the screen.

    • ScrollView renders all of its children at once, which can lead to performance issues with large datasets.

    • FlatList supports key extraction fo...

  • Answered by AI
  • Q3. Real World Scenories Questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic OOPs questions
  • Q2. Questions on my project, what is the current project I am working on, my role in that
  • Q3. Life cycle questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java Script coding question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Asked json web tokean authentication, authorisation. architecture of your project.
  • Q2. Coding question- create crud app. Given array of objects. Render list in table. Do edit, delete, sort list on object property.
  • Ans. 

    Create a CRUD app to render, edit, delete, and sort a list of objects in a table.

    • Create a React component to render a table with data from the array of objects.

    • Implement functions for editing and deleting objects from the list.

    • Add functionality to sort the list based on object properties.

    • Use state and props to manage data and re-render the table when changes occur.

  • Answered by AI
  • Q3. Difference bw rem, em, px. React hooks- useEffect, life cycle methods. use cases of hooks.
  • Ans. 

    rem, em, px are units of measurement in CSS. useEffect is a React hook for side effects. Hooks are used for stateful logic in functional components.

    • rem: relative to the font-size of the root element (html). Example: 1rem = 16px

    • em: relative to the font-size of the element. Example: 2em = 32px if the font-size of the element is 16px

    • px: fixed-size units. Example: font-size: 14px

    • useEffect: React hook used for side effects ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do hands on coding round good.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Android related questions
  • Q2. One DSA question
Round 2 - Behavioral 

(2 Questions)

  • Q1. About previous projects
  • Q2. About technology used in previous projects
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Activity life cycle Factorial and fabbonacci series lateiniti var vs lazy Var vs val
  • Ans. 

    Activity life cycle is a crucial concept in Android development. Factorial and Fibonacci series are common mathematical problems. lateinit var and lazy are used for initializing variables. Var and val are used for declaring variables.

    • Activity life cycle includes methods like onCreate, onStart, onResume, onPause, onStop, onDestroy.

    • Factorial is the product of all positive integers up to a given number. Example: 5! = 5*4*...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Got selected in technical but HR didn't schedule client round, slow process.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Coding Test 

There were total 3 rounds and it consists of Basic array and string coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice array and string medium level questions.

Baazi Games Interview FAQs

How many rounds are there in Baazi Games React Native Developer interview?
Baazi Games interview process usually has 1 rounds. The most common rounds in the Baazi Games interview process are One-on-one Round.
How to prepare for Baazi Games React Native Developer 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 Baazi Games. The most common topics and skills that interviewers at Baazi Games expect are Android, IOS, Javascript, React Native and Solution Design.
What are the top questions asked in Baazi Games React Native Developer interview?

Some of the top questions asked at the Baazi Games React Native Developer interview -

  1. Implement Promise....read more
  2. Basic javascript questi...read more

Tell us how to improve this page.

Baazi Games React Native Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.3
 • 54 Interviews
Magic Edtech Interview Questions
3.1
 • 49 Interviews
Affine Interview Questions
3.4
 • 48 Interviews
Cyfuture Interview Questions
2.9
 • 43 Interviews
View all
Software Development Engineer II
23 salaries
unlock blur

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

Software Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹14.7 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹12 L/yr - ₹27 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview