NativeScript MCQ Questions & Answers - Mobile Development

NativeScript MCQs : This section focuses on "NativeScript" in Mobile Development. These Multiple Choice Questions (MCQ) should be practiced to improve the NativeScript skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. NativeScript is an open source framework for creating native?

A. iOS
B. Android
C. Both A and B
D. Blackberry

View Answer


2. NativeScript was developed by?

A. Nitobi Software
B. Progress Telerik
C. Microsoft
D. IBM

View Answer


3. Which of the following are features of NativeScript?

A. Extensible
B. Easy to setup
C. Can build rich animations, graphs, charts and lists
D. All of the above

View Answer


4. NativeScript exposes the native API through a collection of JavaScript plugins called?

A. Native package
B. Native framework
C. Native plugins
D. Native modules

View Answer


5. How many type of UI containers nativeScript application have?

A. 1
B. 2
C. 3
D. 4

View Answer


6. The basic syntax to create a new application is?

A. tns create --template <template_name>
B. tns create <projectname>
C. tns create <template_name>
D. tns create <projectname> --template <template_name>

View Answer


7. tns-template-name is the name of the template.

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


8. ________________ is used to create tab based application.

A. Navigation template
B. Master-Detail template
C. Tab navigation template
D. Custom template

View Answer


9. NativeScript provides a large set of user interface components and are called as widgets.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


10. ___________ Component is used to get multi-line text content from the user.

A. SearchBar
B. TextView
C. Switch
D. Slider

View Answer


11. NativeScript supports _______ layouts containers.

A. 3
B. 4
C. 5
D. 6

View Answer


12. ______________ container component is one of the complex layout container and arranges child elements in tabular format with rows and columns.

A. DockLayout
B. Absolute
C. GridLayout
D. StackLayout

View Answer


13. WrapLayout is used to wrap contents on new rows or columns.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


14. In NativeScript, navigation is split into __________ different categories based on the direction

A. 1
B. 2
C. 3
D. 4

View Answer


15. In Forward Navigation, _________ is the root level component for navigation

A. Frame
B. Page
C. Both A and B
D. None of the above

View Answer


16. Which of the following Is true about Event sender?

A. function, which listen for a particular event and then executed when an event is fired.
B. object, which raise the actual event
C. Both A and B
D. None of the above

View Answer


17. NativeScript supports ______ type of data binding.

A. 1
B. 3
C. 2
D. 4

View Answer


18. How would you test your nativescript angular application?

A. Run it in Android emulator
B. Call it from a JSP
C. Use a custom Eclipse plugin
D. Run it in a web browser

View Answer


19. Two-way Data Binding binds the model data to UI and also binds the data updated in UI to model.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


20. Which module is useful for debugging?

A. Timer
B. Trace
C. Connectivity
D. All of the above

View Answer





Discussion



* You must be logged in to add comment.