FullStackFSCCafé
 
 
Sign in with GoogleSign in with Google. Opens in new tab
Kill Your Tech Interview
3877 Full-Stack, Algorithms & System Design Interview Questions
Answered To Get Your Next Six-Figure Job Offer
      
🤖 Having Machine Learning & DS Interview? Check  MLStack.Cafe - 1704 Data Science & ML Interview Questions & Answers!Having ML & DS Interview? Check 🤖 MLStack.Cafe - 1704 ML & DS Interview Questions and Answers

Top 72 React Native Interview Questions

Entry Junior Mid Senior Expert
Sign in with GoogleSign in with Google. Opens in new tab
Topic Progress:

Theoretical Questions

Q1:   

What is React Native?

  
Add to PDF   Entry 
Q2:   

List some benefits of using React Native for building mobile apps?

  
Add to PDF   Entry 
Q3:   

Why do we use curly brace while importing some library?

  
Add to PDF   Entry 
Q4:   

What are the advantages of hybrid apps over native apps?

  
Add to PDF   Entry 
Q5:   

What are hybrid apps?

  
Add to PDF   Entry 
Q6:   

What are native apps?

  
Add to PDF   Entry 
Q7:   

What are the types of data that control a component?

  
Add to PDF   Junior 
Q8:   

What determines the size of a component and what are the ways?

  
Add to PDF   Junior 
Q9:   

What are some ways of styling a react native component?

  
Add to PDF   Junior 
Q10:   

What does the Gesture Responder System do?

  
Add to PDF   Junior 
Q11:   

What are Refs used for in React Native?

  
Add to PDF   Junior 
Q12:   

How do you dismiss the keyboard in react native?

  
Add to PDF   Junior 
Q13:   

What are the advantages of native apps over hybrid apps?

  
Add to PDF   Junior 
Q14:   

Will this piece of code work?

  
Add to PDF   Junior 
Q15:   

What are components?

  
Add to PDF   Junior 
Q16:   

When would you use ScrollView over FlatList or vice-versa?

  
Add to PDF   Junior 
Q17:   

Tell us some options of storing persisting data in a react native app?

  
Add to PDF   Junior 
Q18:   

What is JSX?

  
Add to PDF   Junior 
Q19:   

How is React Native different from ReactJs?

  
Add to PDF   Junior 
Q20:   

What are props in React Native?

  
Add to PDF   Junior 
Q21:   

What is the use of FlatList?

  
 Add to PDF   Mid 
Q22:   

How are Hot Reloading and Live Reloading in React Native different?

  
 Add to PDF   Mid 
Q23:   

Explain the use of Flexbox in React Native?

  
 Add to PDF   Mid 
Q24:   

How are props and state different?

  
 Add to PDF   Mid 
Q25:   

What does TouchableHighlight do and when do you use it?

  
 Add to PDF   Mid 
Q26:   

What is State in react native?

  
 Add to PDF   Mid 
Q27:   

What are Touchable Interactions in React Native?

  
 Add to PDF   Mid 
Q28:   

What is "Fast Refresh"?

  
 Add to PDF   Mid 
Q29:   

What is flex dimension and how is it different from fixed dimension?

  
 Add to PDF   Mid 
Q30:   

How do you style a component in react native?

  
 Add to PDF   Mid 
Q31:   

How do you perform logging in React native?

  
 Add to PDF   Mid 
Q32:   

What are some features of Fast Refresh?

  
 Add to PDF   Mid 
Q33:   

What is AppRegistry? Why is it required early in "require" sequence?

  
 Add to PDF   Mid 
Q34:   

What does StyleSheet.create do and why is it useful?

  
 Add to PDF   Mid 
Q35:   

How do you re-render a FlatList?

  
 Add to PDF   Mid 
Q36:   

How is flexbox different in React Native and browser?

  
 Add to PDF   Mid 
Q37:   

What happens if you edit modules with exports that aren't React components in Fast Refresh?

  
 Add to PDF   Mid 
Q38:   

What is the use of ScrollView component?

  
 Add to PDF   Mid 
Q39:   

In Fast Refresh, what will happen if you edit files imported by modules outside of the React Tree?

  
 Add to PDF   Mid 
Q40:   

What are some best practices to consider for an action?

  
 Add to PDF   Mid 
Q41:   

What is Lifting State Up?

  
 Add to PDF   Mid 
Q42:   

What happens if you edit a module that only exports React components in Fast Refresh?

  
 Add to PDF   Mid 
Q43:   

What is "autolinking" in react-native?

  
 Add to PDF   Mid 
Q44:   

What is View and how important is it?

  
 Add to PDF   Mid 
Q45:   

What are some limitations of using react-native-cli for instantiating a project?

  
 Add to PDF   Senior 
Q46:   

What is AsyncStorage and how do you use it?

  
 Add to PDF   Senior 
Q47:   

What are the features of Container/Smart components?

  
 Add to PDF   Senior 
Q48:   

Does React Native compile JavaScript into Java for Android?

  
 Add to PDF   Senior 
Q49:   

What are some advantages of Component Driven Development?

  
 Add to PDF   Senior 
Q50:   

How would you implement animations on events?

  
 Add to PDF   Senior 
Q51:   

State the lifecycle of Gesture Responder System?

  
 Add to PDF   Senior 
Q52:   

What is Component Driven Development (CDD)?

  
 Add to PDF   Senior 
Q53:   

What are Container/Smart components?

  
 Add to PDF   Senior 
Q54:   

What are Presentational/Dumb Components?

  
 Add to PDF   Senior 
Q55:   

How many threads run in a React Native app?

  
 Add to PDF   Senior 
Q56:   

What does React Native Packager do in the React Native?

  
 Add to PDF   Senior 
Q57:   

Differentiate ScrollView and FlatList?

  
 Add to PDF   Senior 
Q58:   

What are features of presentational/dumb components?

  
 Add to PDF   Senior 
Q59:   

Are libraries such as TypeScript that compile to JavaScript compatible with React Naive?

  
 Add to PDF   Senior 
Q60:   

What is Higher Order Component or HOC?

  
 Add to PDF   Senior 
Q61:   

What JavaScript engine does React native use?

  
 Add to PDF   Senior 
Q62:   

What are the disadvantages of StyleSheet.create?

  
 Add to PDF   Expert 
Q63:   

How is InteractionManager important?

  
 Add to PDF   Expert 
Q64:   

How does the Fabric architecture work?

  
 Add to PDF   Expert 
Q65:   

What are some benefits of Container-Presentational pattern?

  
 Add to PDF   Expert 
Q66:   

What is InteractionManager and how is it used?

  
 Add to PDF   Expert 
Q67:   

What is wrong with this code for querying a native API?

  
 Add to PDF   Expert 
Q68:   

What is Fabric in React Native?

  
 Add to PDF   Expert 
Q69:   

Does React Native have a Virtual DOM?

  
 Add to PDF   Expert 

Code Challenges

Q1:   

How do you check if the react native app is in debug or release build?

  
 Add to PDF   Junior 
Q2:   

What will be the output of following snippet?

  
 Add to PDF   Junior 
Q3:   

How to fetch data from local JSON file on React Native?

  
  Add to PDF   Mid 
 

Rust has been Stack Overflow’s most loved language for four years in a row and emerged as a compelling language choice for both backend and system developers, offering a unique combination of memory safety, performance, concurrency without Data races...

Clean Architecture provides a clear and modular structure for building software systems, separating business rules from implementation details. It promotes maintainability by allowing for easier updates and changes to specific components without affe...

Azure Service Bus is a crucial component for Azure cloud developers as it provides reliable and scalable messaging capabilities. It enables decoupled communication between different components of a distributed system, promoting flexibility and resili...

Cosmos DB has gained popularity among developers and organizations across various industries, including finance, e-commerce, gaming, IoT, and more. Follow along and learn the 24 most common and advanced Azure Cosmos DB interview questions and answers...
More than any other NoSQL database, and dramatically more than any relational database, MongoDB's document-oriented data model makes it exceptionally easy to add or change fields, among other things. It unlocks Iteration on the project. Iteration f...
Unit Tests and Test Driven Development (TDD) help you really understand the design of the code you are working on. Instead of writing code to do something, you are starting by outlining all the conditions you are subjecting the code to and what outpu...
Domain-Driven Design is nothing magical but it is crucial to understand the importance of Ubiquitous Language, Domain Modeling, Context Mapping, extracting the Bounded Contexts correctly, designing efficient Aggregates and etc. before your next DDD p...
At its core, Microsoft Azure is a public cloud computing platform - with solutions including Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS) that can be used for services such as analytics, virtual c...
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Follow along to refresh your knowledge and explore the 52 most frequently asked and advanced Node JS Interview Questions and Answers every...
Dependency Injection is most useful when you're aiming for code reuse, versatility and robustness to changes in your problem domain. DI is also useful for decoupling your system. DI also allows easier unit testing without having to hit a database and...