Xamarin MCQ Questions - Mobile Development
11. Which of the following are the disadvantages of Xamarin Development?
A. The development of user interfaces in Xamarin is Time-Consuming
B. The apps created in Xamarin have a large file size
C. Even apps share the code across the platform, but there is also a need for the developer to create the linkage in the OS, which is difficult for the user
D. All of the above
View Answer
Ans : D
Explanation: All of the above are the disadvantages of Xamarin Development.
12. Fresh MVVM is a super light MVVM framework which is designed specifically for Xamarin.Forms only
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, Fresh MVVM is a super light MVVM framework which is designed specifically for Xamarin.Forms only
13. Which method will run when the application starts from the beginning?
A. OnSleep
B. OnStart
C. OnResume
D. OnHold
View Answer
Ans : B
Explanation: OnStart: This method will run when the application starts from the beginning
14. ____________ is the declaration of the namespaces on top of the XAML file.
A. XAML main
B. XAML header
C. XAML namespace
D. XAML constant
View Answer
Ans : C
Explanation: XAML namespace is the declaration of the namespaces on top of the XAML file.
15. Which types of Built-in cells is a text cell which includes the image component in the left.
A. TextCell
B. SwitchCell
C. EntryCell
D. ImageCell
View Answer
Ans : D
Explanation: ImageCell: It is a text cell which includes the image component in the left.
16. Which template decides how the control should look?
A. DataTemplate
B. ControlTemplate
C. XAMLTemplate
D. TableTemplate
View Answer
Ans : B
Explanation: ControlTemplate: This template decides how the control should look. It defines the representation style for control.
17. Hockeyapp offers the testing service for iOS, Android, and Windows phone
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, Hockeyapp offers the testing service for iOS, Android, and Windows phone.
18. How many types to create the Xamarin applications?
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : C
Explanation: Here, are the three ways to build the apps in Xmarin : Xamarin.Forms, Xamarin.Android and Xamarin.iOS.
19. MVVM Cross requires the application to be divided into _________ parts.
A. 1
B. 2
C. 3
D. 4
View Answer
Ans : B
Explanation: MVVM Cross requires the application to be divided into two parts: Core and the UI.
20. A ViewCell is a small individual element which represents a single item of the ListView or Table
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, A ViewCell is a small individual element which represents a single item of the ListView or Table. A ViewCell is not a visual element, but it is a description of the template which creates the visual aspect.
Discussion
Nathaniel Attoh
Very good questions