Olete.in
Articles
Mock Tests
🧪 NativeScript MCQ Quiz Hub
NativeScript Mcq Question
Choose a topic to test your knowledge and improve your NativeScript skills
1. NativeScript supports _______ layouts containers.
3
4
5
6
2. _______ container component is one of the complex layout container and arranges child elements in tabular format with rows and columns.
DockLayout
Absolute
GridLayout
StackLayout
3. WrapLayout is used to wrap contents on new rows or columns.
TRUE
FALSE
Can be true or false
Can not say
4. In NativeScript, navigation is split into __________ different categories based on the direction
1
2
3
4
5. In Forward Navigation, _________ is the root level component for navigation
Frame
Page
Both A and B
None of the above
6. Which of the following Is true about Event sender?
function, which listen for a particular event and then executed when an event is fired.
object, which raise the actual event
Both A and B
None of the above
7. NativeScript supports ______ type of data binding.
1
3
2
4
8. How would you test your nativescript angular application?
Run it in Android emulator
Call it from a JSP
Use a custom Eclipse plugin
Run it in a web browser
9. Two-way Data Binding binds the model data to UI and also binds the data updated in UI to model.
TRUE
FALSE
Can be true or false
Can not say
10. Which module is useful for debugging?
Van der Wall’s effect
D’Arsonval movement
Paschen effect
Azhimuthal quatum number
11. NativeScript is an open source framework for creating native?
iOS
Android
Both A and B
Blackberry
12. NativeScript was developed by?
Nitobi Software
Progress Telerik
Microsoft
IBM
13. Which of the following are features of NativeScript?
Extensible
Easy to setup
Can build rich animations, graphs, charts and lists
All of the above
14. NativeScript exposes the native API through a collection of JavaScript plugins called?
Native package
Native framework
Native plugins
Native modules
15. How many type of UI containers nativeScript application have?
1
2
3
4
16. The basic syntax to create a new application is?
tns create --template
tns create
tns create --template
None of the mentioned
17. tns-template-name is the name of the template.
Yes
No
Can be yes or no
Can not say
18. _____ is used to create tab based application.
Navigation template
Master-Detail template
Tab navigation template
Custom template
19. NativeScript provides a large set of user interface components and are called as widgets.
TRUE
FALSE
Can be true or false
Can not say
20. ____ Component is used to get multi-line text content from the user.
SearchBar
TextView
Switch
Slider
21. ______ container component is one of the complex layout container and arranges child elements in tabular format with rows and columns.
DockLayout
Absolute
GridLayout
StackLayout
Submit