React-Native Mastermind Challenge

React-Native Mastermind Challenge

University

10 Qs

quiz-placeholder

Similar activities

Java Juggling

Java Juggling

University

10 Qs

Hybrid Web Quiz

Hybrid Web Quiz

University - Professional Development

12 Qs

Matrikulasi Pemrograman Web ACCIFENCE 2024

Matrikulasi Pemrograman Web ACCIFENCE 2024

University

10 Qs

React router dom e React navigation

React router dom e React navigation

University - Professional Development

10 Qs

JAVA11

JAVA11

University

15 Qs

React Native

React Native

University

15 Qs

React Quiz

React Quiz

University

10 Qs

Node.js

Node.js

KG - Professional Development

8 Qs

React-Native Mastermind Challenge

React-Native Mastermind Challenge

Assessment

Quiz

Computers

University

Easy

Created by

Rajin Gangadharan

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

What is the purpose of the React Native Bridge?

  • To connect React components with backend APIs

  • To enable communication between JavaScript and Native threads

  • To link multiple React projects together

To render components on web browsers

2.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

What are the three key threads in React Native architecture?

JavaScript Thread, UI Thread, Debugging Thread

Main Thread, Native Thread, Bridge Thread

JavaScript Thread, Native Thread, Bridge

JavaScript Thread, Rendering Thread, API Thread

3.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

Which of the following file extensions can React Native use for platform-specific code?

.js, .web.js

.native.js, .desktop.js

.app.js, .device.js

.ios.js, .android.js

4.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

What is the primary function of the metro bundler in React Native?

  • To manage dependencies and third-party libraries.

  • To bundle JavaScript code into a format that can be understood by the mobile app.

  • To serve as a database for storing app data.

To compile native code for iOS and Android.

5.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

How does React Native handle platform-specific functionality, like accessing the camera or GPS?

Using third-party JavaScript libraries exclusively.

By writing custom native modules in Java or Swift.

By relying on the Bridge to dynamically link APIs.

By using only built-in React Native APIs.

6.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

What is the main limitation of StyleSheet.create() in React Native?

Does not support dynamic styling.

Requires global imports in every file.

  • Slows down app performance for larger applications.

Forces inline styles for components.

7.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

What does the useState hook return?

An object with state and setState properties.

An array with the current state and a function to update the state.

A function that initializes the state.

A promise that resolves to the updated state.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?