nerdexam
Microsoft

70-481 · Question #53

You are developing a Windows Store app that will be used to display daily high temperatures and other weather conditions for five cities. The app must meet the following requirements: - A splash…

The correct answer is C. Create an image that duplicates the splash screen, and display the image by using fragment D. Configure settings in the app manifest to display the splash screen for 10 seconds. See the full explanation below for the reasoning.

Question

You are developing a Windows Store app that will be used to display daily high temperatures and other weather conditions for five cities. The app must meet the following requirements:

  • A splash screen is displayed on the device until the data is

retrieved from the Internet.

  • The user must be able to view weather information as soon as the data

is fully available. You need to ensure that the splash screen is displayed at startup until the app has completed loading updated data. Which actions can you perform to achieve this goal? (Each correct answer presents a complete solution. Choose all that apply.)

Options

  • AConfigure settings in the app manifest to display the splash screen until the data is fully
  • BCreate an image that duplicates the splash screen, load the image from the dismissed event
  • CCreate an image that duplicates the splash screen, and display the image by using fragment
  • DConfigure settings in the app manifest to display the splash screen for 10 seconds.

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    6% (2)
  • C
    84% (26)

Community Discussion

No community discussion yet for this question.

Full 70-481 Practice