InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
JSX is JavaScript with a syntax extension which allows a mixture between _______________ and ___________. |
|
Answer» JSX is JavaScript with a syntax extension which allows a mixture between _______________ and ___________. |
|
| 2. |
In Reactive forms, the HTML of the forms are automatically created. |
|
Answer» In Reactive FORMS, the HTML of the forms are AUTOMATICALLY created. |
|
| 3. |
By writing CSS in JavaScript, you are isolating styles from _______________. |
|
Answer» By WRITING CSS in JavaScript, you are isolating styles from _______________. |
|
| 4. |
React Native is like other Hybrid Apps that are actually slower than Native mobile apps. |
|
Answer» React Native is like other Hybrid Apps that are actually SLOWER than Native MOBILE apps. |
|
| 5. |
React Native does not have third-party plugin compatibility. |
|
Answer» React NATIVE does not have third-party PLUGIN compatibility. |
|
| 6. |
One of the benefits of React Native vs. Native Development is that React Native has the live reload ability. |
|
Answer» One of the benefits of React Native vs. Native Development is that React Native has the LIVE reload ability. |
|
| 7. |
Which of the following option is not a React Native API? |
|
Answer» Which of the FOLLOWING option is not a React NATIVE API? |
|
| 8. |
React Native is known as "learn once, write anywhere". |
|
Answer» REACT Native is KNOWN as "learn once, write ANYWHERE". Choose the correct OPTION from below list (1)True (2)False Answer:-(1)True |
|
| 9. |
Which of the following properties does the Flexbox Layout have? |
|
Answer» Which of the following PROPERTIES does the Flexbox Layout have? |
|
| 10. |
_______________ architectural pattern causes unidirectional data flow. |
|
Answer» _______________ architectural pattern CAUSES unidirectional DATA flow. |
|
| 11. |
Which method retrieves automatic updates about the current location of the device? |
|
Answer» Which METHOD retrieves automatic UPDATES about the CURRENT location of the device? |
|
| 12. |
React Native supports DOM and Virtual DOM concept. |
|
Answer» REACT NATIVE supports DOM and VIRTUAL DOM concept. Choose the correct option from below list (1)True (2)False Answer:-(2)False |
|
| 13. |
Please select the one which is not a React Native UI Component. |
|
Answer» Please select the one which is not a React Native UI Component. |
|
| 14. |
_______________ are the building blocks for a React Native application. |
|
Answer» _______________ are the building blocks for a React Native application. |
|
| 15. |
The _______________ file defines some metadata for your project and, most importantly, declares React-Native as a dependency of your project. |
|
Answer» The _______________ FILE DEFINES some metadata for your project and, most importantly, declares React-Native as a DEPENDENCY of your project. |
|
| 16. |
_______________ is a component that enables navigation between different screens in the applications. |
|
Answer» _______________ is a component that ENABLES navigation between different SCREENS in the applications. |
|
| 17. |
What type of data does a ListView take? |
|
Answer» What type of data does a LISTVIEW take? |
|
| 18. |
Which command do you have to run for installing React Native? |
|
Answer» Which command do you have to run for INSTALLING REACT Native? |
|
| 19. |
Developer of React Native is _______________. |
|
Answer» Developer of REACT Native is _______________. |
|
| 20. |
React Native can be described as "learn once, run anywhere". |
|
Answer» REACT Native can be described as "LEARN once, run anywhere". Choose the correct option from below LIST (1)False (2)True Answer:-(1)False |
|
| 21. |
Which method is called when a component is being removed from the DOM? |
|
Answer» Which METHOD is CALLED when a component is being REMOVED from the DOM? |
|
| 22. |
With React Native, you just style your application using _______________. |
|
Answer» With React Native, you just style your application using _______________. |
|
| 23. |
AppRegistry is the JavaScript entry point for running all React Native apps. |
|
Answer» AppRegistry is the JAVASCRIPT entry point for RUNNING all React NATIVE apps. |
|
| 24. |
For networking needs, React Native framework provides the fetch API. |
|
Answer» For NETWORKING NEEDS, React Native framework provides the fetch API. |
|
| 25. |
To build an iOS app, you need a Mac OS, and to build an Android app you need ____________. |
|
Answer» To build an IOS app, you need a Mac OS, and to build an Android app you need ____________. |
|
| 26. |
In React Native, Geolocation API is available through the _______________ global, so you do not need to import it. |
|
Answer» In REACT Native, Geolocation API is available through the _______________ global, so you do not need to import it. |
|
| 27. |
In React Native, reusing code across platforms is hard. |
|
Answer» In REACT Native, REUSING code across platforms is hard. |
|
| 28. |
.apk extension is the application file for Android whereas_______________ extension is the application file for iOS. |
|
Answer» .apk extension is the application file for Android whereas_______________ extension is the application file for iOS. |
|
| 29. |
How to create a new React Native project? |
|
Answer» How to create a new REACT Native project? |
|
| 30. |
You can use any CSS in the styles of the React Native StyleSheet object. |
|
Answer» You can use any CSS in the styles of the React Native StyleSheet object. |
|
| 31. |
Live Reloading and Hot Loading is present in React Native Developer Tools. |
|
Answer» Live Reloading and HOT Loading is present in React NATIVE Developer Tools. |
|
| 32. |
The chief difference between React Native and React is ________. |
|
Answer» The chief DIFFERENCE between REACT Native and React is ________. |
|
| 33. |
AppRegistry is the JavaScript exit point to run all React Native apps. |
|
Answer» APPREGISTRY is the JavaScript exit point to run all REACT Native apps. Choose the correct option from below LIST (1)True (2)FALSE Answer:-(2)False |
|