Microsoft 70-484 - Essentials of Developing Windows Store Apps using C# Exam
Page: 3 / 24
Total 118 questions
Question #11 (Topic: Topic 1)
You need to ensure that only the correct information is preserved when the user switches
to another app.
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
to another app.
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
A. Save photographs by calling the SaveDataToAzureStorage() method.
B. Save application state by calling the SaveDataToLocalStorage() method.
C. Save application state by calling the SaveDataToRoamingStorage() method,
D. Save photographs by calling the SaveDataToWebService() method.
E. Save application state by calling the SaveDataToAzureStorage() method.
F. Save photographs by calling the SaveDataToLocalStorage() method.
Answer: B,F
Question #12 (Topic: Topic 1)
You need to ensure that launching the app displays the required information.
From which ApplicationExecutionState enumeration should you configure the user interface
state?
From which ApplicationExecutionState enumeration should you configure the user interface
state?
A. ClosedByUser
B. Suspended
C. NotRunning
D. Running
E. Terminated
Answer: E
Question #13 (Topic: Topic 1)
You need to update the app tile images.
With which four code segments in sequence should you replace line AX23? (To answer,
move the appropriate code segments from the list of code segments to the answer area
and arrange them in the correct order.)
[Microsoft-70-484-8.0/Microsoft-70-484-13_2.png]
With which four code segments in sequence should you replace line AX23? (To answer,
move the appropriate code segments from the list of code segments to the answer area
and arrange them in the correct order.)
[Microsoft-70-484-8.0/Microsoft-70-484-13_2.png]
Answer: [Microsoft-70-484-8.0/Microsoft-70-484-14_2.png]
Question #14 (Topic: Topic 2)
You need to implement the required image magnification and manipulation requirements
for selected images.
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
for selected images.
Which actions should you perform? (Each correct answer presents part of the solution.
Choose all that apply.)
A. Use the ManipulationDeltaRoutedEventArgs.Delta.Expansion value to implement optical zoom.
B. Add a ManipulationMode attribute to the Selectedlmage object and set the attribute to Translate.
C. Use the ManipulationDeltaRoutedEventArgs.Delta.Scale value to implement optical zoom.
D. Add a ManipulationDelta event to the SelectedImage object.
E. Add a ManipulationMode attribute to the SelectedImage object and set the attribute to All.
F. Add a ManipulationComplete event to the SelectedImage object.
Answer: C,D,E
Question #15 (Topic: Topic 2)
You need to retain the data that is entered in the TextBox control when the user navigates
away from the PictureSharerMainPage page.
Which code segment should you insert at line CS08?
[Microsoft-70-484-8.0/Microsoft-70-484-19_2.png]
away from the PictureSharerMainPage page.
Which code segment should you insert at line CS08?
[Microsoft-70-484-8.0/Microsoft-70-484-19_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B