Microsoft Essentials of Developing Windows Store Apps using C# Sample Questions:
1. You need to add code to the <Image> element to support marking items as found or not found.
Which code segment should you add to the <Image> element on the item detail page?
A) Flyout="{StaticResource FoundNotFoundFlyout)"
B) FlyoutBase.AttachedFlyout="FoundNotFoundFlyout"
C) FlyoutBase.AttachedFlyout="{StaticResource FoundNotFoundFlyout}"
D) Flyout="FoundNotFoundFlyout"
2. You are developing a Windows Store app that will display a toast notification.
You need to ensure that when a toast notification is displayed, the first line of the notification is bold.
Which template should you use?
A) ToastlmageAndText0l
B) TileSquareBlock
C) ToastImageAndText02
D) TileSquarePeeklmageAndText0l
3. You are developing a Windows Store app that will be used to manage contacts.
You need to provide users with the ability to add contacts by using the app. All new contacts must be visible in the people hub.
Which class should you use to add the contact?
A) ContactManager
B) ContactPickerUI
C) ContactPicker
D) ContactXnformation
4. You plan to develop a Windows Store app to create pictures.
Users of the app will be able to save the pictures that they create and to share the pictures
with friends by using a web link.
You need to ensure that the friends can make comments on the shared pictures.
Which storage technology should you use? (More than one answer choice may achieve the
goal. Select the BEST answer.)
A) Windows Azure blob storage
B) roaming storage
C) Windows Azure Mobile Services
D) SkyDrive
5. You are developing a Windows Store app that will display a toast notification.
You need to ensure that when a toast notification is displayed, the first line of the notification is bold.
Which template should you use?
A) TileSquareText01
B) TileSquareText03
C) ToastlmageAndText01
D) ToastImageAndText02
Solutions:
Question # 1 Answer: C | Question # 2 Answer: C | Question # 3 Answer: A | Question # 4 Answer: D | Question # 5 Answer: D |