Microsoft 70-484 - Essentials of Developing Windows Store Apps using C# Exam
Page: 2 / 24
Total 118 questions
Question #6 (Topic: Topic 1)
You need to correctly display notifications on the app tile.
Which code segments should you insert at line AX24? (Each correct answer presents part
of the solution. Choose all that apply.)
[Microsoft-70-484-8.0/Microsoft-70-484-8_2.png]
Which code segments should you insert at line AX24? (Each correct answer presents part
of the solution. Choose all that apply.)
[Microsoft-70-484-8.0/Microsoft-70-484-8_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A,C
Question #7 (Topic: Topic 1)
You need to ensure that resuming 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. Terminated
B. NotRunninq
C. Suspended
D. Running
E. ClosedByUser
Answer: C
Question #8 (Topic: Topic 1)
A photo competition is ending.
You need to meet the requirements when a user clicks the toast notification.
Which code segment should you use?
[Microsoft-70-484-8.0/Microsoft-70-484-9_2.png]
You need to meet the requirements when a user clicks the toast notification.
Which code segment should you use?
[Microsoft-70-484-8.0/Microsoft-70-484-9_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Question #9 (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 application state by calling the SaveDataToRoamingStorage() method,
B. Save photographs by calling the SaveDataToLocalStorage() method.
C. Save photographs by calling the SaveDataToWebService() method.
D. save application state by calling the SaveDataToLocalStorage() method.
Answer: A,B
Question #10 (Topic: Topic 1)
You need to choose the appropriate data binding strategy for the image list box.
Which method should you use?
Which method should you use?
A. System.Drawing.ImageConverter.ConvertTo(value, typeof(Image))
B. IValueConverter.Convert()
C. System.Drawing.ImageConverter.ConvertFrom(value, typeof(Image), CultureInfo.CurrentUICulture)
D. IValueConverter.ConvertBack ()
Answer: B