Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CARS24 Team. If you also belong to the team, you can get access from here

CARS24 Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 3.5k Reviews

Filter interviews by

CARS24 React Native Developer Interview Questions and Answers

Updated 8 Jan 2025

CARS24 React Native Developer Interview Experiences

4 interviews found

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The first round consisted of a coding exercise along with fundamental questions related to React Native, JavaScript, and inquiries about objects and arrays.

Round 2 - Coding Test 

(1 Question)

  • Q1. Native modules, useRef, Flatlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to use Native Modules while maintaining a fast coding pace.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basics
Round 2 - Technical 

(3 Questions)

  • Q1. React native basics
  • Q2. Scroll vs flatlist
  • Ans. 

    FlatList is more efficient for rendering large lists with better performance compared to ScrollView.

    • FlatList is optimized for rendering long lists by only rendering 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 lists.

    • FlatList also provides built-in support for pull-to-refresh, infinite scrolling, and item separators.

    • Scr...

  • Answered by AI
  • Q3. Design carousel in react native
  • Ans. 

    Designing a carousel in React Native involves creating a horizontal scroll view with swipe functionality.

    • Use ScrollView component with horizontal prop to create the carousel layout.

    • Render multiple items inside the ScrollView to display carousel content.

    • Implement swipe gestures to navigate between carousel items.

    • Consider using libraries like 'react-native-snap-carousel' for additional features and customization.

  • Answered by AI

Skills evaluated in this interview

React Native Developer Interview Questions Asked at Other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you re ... read more
asked in Cognizant
Q2. what are hooks and what are the hooks you have used
asked in Cognizant
Q3. Are you familiar with new architecture of React native
asked in Simform
Q4. 1. What is git rebase used for? 2. What is Flipper used for? 3. W ... read more
Q5. 7. What is the best practice for calling API's?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of JavaScript

I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. UseRef and other hooks, Architecture of RN, Optimization
  • Q2. JS questions. Basic and Advanced, one simple rn counter

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the basics very clear and practice beforehand for making counter in react native etc

CARS24 interview questions for designations

 React Js Frontend Developer

 (6)

 Software Developer

 (4)

 Senior Developer

 (1)

 Salesforce Developer

 (1)

 Senior Software Developer

 (2)

 Senior Java Developer

 (1)

 Front end Developer

 (1)

 Senior Software Engineer

 (5)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The first round is Hackerrank two algo and one UI test very easy, Second is Fundamentals of JS and React Native one must have a deep understanding of JS to do that I strongly suggest going through Akashay Saini's JS series It'll help and the Third is PS/DS asked some basic A&DS questions can be solved easily with little practice on Leetcode

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is very long, The First round was in January second in Feb and the Third in April
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Lazy vs latinit
  • Ans. 

    lazy vs lateinit are both used in Kotlin to delay the initialization of variables, but lazy is for val properties and lateinit is for var properties.

    • lazy is a property delegate that initializes the value only upon first access

    • lateinit is used for var properties that are guaranteed to be initialized before accessing them

    • lazy can be used for properties that are computationally expensive to initialize, while lateinit is u...

  • Answered by AI
  • Q2. Hashmap vs hashtable
  • Ans. 

    Hashtable is synchronized and slower, while hashmap is not synchronized and faster.

    • Hashtable is synchronized, while hashmap is not.

    • Hashtable does not allow null keys or values, while hashmap allows one null key and multiple null values.

    • Hashtable is thread-safe, while hashmap is not.

    • Hashtable is slower than hashmap due to synchronization.

    • Example: Hashtable ht = new Hashtable(); HashMap hm = new HashMap();

  • Answered by AI

Skills evaluated in this interview

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 May 2024. There was 1 interview round.

Round 1 - Coding Test 

Find distinct island, check if balanced parenthesis

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Activities lifestyle
  • Q2. Compose kotlin

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. MVVM pattern and coroutines
Round 2 - Technical 

(1 Question)

  • Q1. Recyclerview practical impl with itemview
  • Ans. 

    RecyclerView is used to display large sets of data efficiently. ItemView is used to define the layout of each item in the list.

    • RecyclerView is a more advanced version of ListView and GridView

    • ItemView is a layout file that defines the UI for each item in the list

    • RecyclerView.Adapter is used to bind the data to the views

    • RecyclerView.LayoutManager is used to define the layout of the RecyclerView

    • RecyclerView.ViewHolder is

  • Answered by AI
Round 3 - Culture Fit 

(1 Question)

  • Q1. History check with previous companies

Interview Preparation Tips

Interview preparation tips for other job seekers - After 3 successful rounds, they declined to give the offer just because i am from different city with justifying that we are having dicey situation with your learning curve.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

(2 Questions)

  • Q1. Asked me to develop an android app with weather forecast (use dependency injection)
  • Q2. Develop weather forecast app
  • Ans. 

    Develop a weather forecast app for Android platform.

    • Utilize APIs like OpenWeatherMap for real-time weather data

    • Include features like current weather, hourly forecast, and 7-day forecast

    • Implement location-based weather updates

    • Design user-friendly interface with intuitive navigation

    • Incorporate push notifications for weather alerts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was asked to develop an Android app in a short timeframe, but the interviewer was not available to answer questions or provide feedback. Even after I completed the task, they did not review my code

Even after developing the app with the best coding practice with mvvm and DI within 1hr 30 min they didn't consider to review my code for atleast 2 mins.such unprofessional behaviour

CARS24 Interview FAQs

How many rounds are there in CARS24 React Native Developer interview?
CARS24 interview process usually has 1-2 rounds. The most common rounds in the CARS24 interview process are Technical and Coding Test.
How to prepare for CARS24 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 CARS24 . The most common topics and skills that interviewers at CARS24 expect are React Native, Swift, Android, IOS and Java.
What are the top questions asked in CARS24 React Native Developer interview?

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

  1. design carousel in react nat...read more
  2. Scroll vs flatl...read more
  3. UseRef and other hooks, Architecture of RN, Optimizat...read more

Tell us how to improve this page.

CARS24 React Native Developer Interview Process

based on 3 interviews in last 1 year

Interview experience

4.7
  
Excellent

People are getting interviews through

based on 3 CARS24 interviews
Job Portal
Referral
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 423 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 322 Interviews
Info Edge Interview Questions
4.0
 • 314 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Blinkit Interview Questions
3.7
 • 171 Interviews
Tata 1mg Interview Questions
3.7
 • 141 Interviews
Paisabazaar.com Interview Questions
3.5
 • 137 Interviews
Urban Company Interview Questions
3.5
 • 133 Interviews
View all
CARS24 React Native Developer Salary
based on 8 salaries
₹16 L/yr - ₹32 L/yr
308% more than the average React Native Developer Salary in India
View more details

CARS24 React Native Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Retail Associate
864 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Evaluation Engineer
452 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Retail Manager
433 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Team Lead
415 salaries
unlock blur

₹2 L/yr - ₹8.9 L/yr

Relationship Manager
310 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare CARS24 with

Mahindra First Choice Wheels

3.8
Compare

Truebil

3.9
Compare

Udaan

4.0
Compare

Indiamart Intermesh

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview