Microsoft 70-491 - Recertification for MCSD: Windows Store Apps using C# Exam
Page: 3 / 19
Total 91 questions
Question #11 (Topic: Topic 4)
You need to track the screen orientation and page size.
Which code segment should you insert at line CS09?
[Microsoft-70-491-6.0/Microsoft-70-491-29_2.png]
Which code segment should you insert at line CS09?
[Microsoft-70-491-6.0/Microsoft-70-491-29_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Question #12 (Topic: Topic 4)
You need to configure the Picture Sharer app to support only the required device
orientations.
What should you do?
orientations.
What should you do?
A. In the App.xaml file, configure the Portrait and Portrait-flipped orientations.
B. In the Package.appxmanifest file, configure the Snapped and Filled orientations.
C. In the PictureSharerMainPage.xaml file, configure the Landscape and Landscape- flipped orientations.
D. In the App.xaml file, configure the Portrait and Landscape orientations.
E. In the App.manifest file, configure the Portrait and Portrait-flipped orientations.
F. In the Package.appxmanifest file, configure the Landscape and Landscape-flipped orientations.
Answer: F
Question #13 (Topic: Topic 4)
You need to localize the Picture Sharer app in the required language.
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
A. Add a Uid attribute to any XAML elements that must be localized.
B. Create a folder named fr-CA at the root of the project.
C. Create a resource file named resources.res.
D. Create a resource file named resources.resw.
E. Create a folder named es-ES at the root of the project.
F. Add a Name attribute to any XAML elements that must be localized.
Answer: A,B,D
Question #14 (Topic: Topic 5)
You need to protect the metadata for the secure documents.
Which protection descriptor should you use for the DataProtectionProvider object?
Which protection descriptor should you use for the DataProtectionProvider object?
A. SID
B. WEBCREDENTIALS=userrpassword
C. LOCAL=user
D. USER=current
Answer: C
Question #15 (Topic: Topic 5)
You need to enable the capabilities that allow communication according to the technical
requirements.
Which capabilities should you enable? (Each correct answer presents part of the solution.
Choose all that apply.)
requirements.
Which capabilities should you enable? (Each correct answer presents part of the solution.
Choose all that apply.)
A. Shared User Certificates
B. SSL Certificates
C. Internet (Client)
D. Default Windows Credentials
Answer: B,C