Microsoft 70-490 - Recertification for MCSD: Windows Store Apps using HTML5 Exam

Page:    1 / 18   
Total 88 questions

You need to debug the error that is displayed in the warning message.
What should you do?


  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D


Answer : D

You need to retrieve the background task collection for the iteration loop.
Which code segment should you insert at line BG14?

  • A. var tasks = Windows.ApplicationModel.Background.BackgroundTaskRegistration.first();
  • B. var tasks = Windows.ApplicationModel.Background.BackgroundTaskRegistration.allTasks.first();
  • C. var tasks = Windows.ApplicationModel.Background.BackgroundTaskBuilder.allTasks.first();
  • D. var tasks = Windows.ApplicationModel.Background.BackgroundTaskRegistration.allTasks();


Answer : B

You need to set the default storage location for the client profiles. Which code segment should you insert at line CD04?

  • A. fop.suggestedStartLocation = Windows.Storage.Pickers.PickerLocationId.documents Library;
  • B. fop.defaultFolder = Windows.Storage.Piekers.PickerLocationId.documents Library;
  • C. fop.suggestedStartLocation = Windows.Storage.Pickers.PickerLocationId.videosLibrary;
  • D. fop.suggestedStartLocation = "%AppData%";


Answer : B

You need to complete the code to start the background task.
Which code segment should you insert at line BG07?
A. Windows.ApplicationModel.Background.SystemTriggerType.servicingComplete.true
B. Windows.ApplicationModel.Background.SystemTriggerType.userPresent.true
C. Windows.ApplicationModel.Background.SystemTriggerType.internetAvailable.false
D. Windows.ApplicationModel.Background.SystemTriggerType.userAway.false



Answer : C Topic 2, Scenario 2 Background You are developing an app for an automotive manufacturer. The app will display information about the vehicle, the vehicle owner's manual, and the maintenance schedule. The app will be available to install from the Windows Store. Business Requirements ? Display the company logo on the Main screen, Owner's Manual screen, and Service Record screen of the app. ? Allow users to store their vehicle information to identify the correct information to display within the app. ? Prominently display a stock image of the user's vehicle on the Main screen at the full height of the app. ? Send notifications by using tile updates when a scheduled maintenance is approaching or past due. ? Insert service data in the appropriate locations, and update the Service Record screen with data received from a cloud service. ? Display related media within the app. Technical Requirements The app must meet the following technical requirements. User Experience ? The app user interface must follow Microsoft design guidelines. ? The user must be able to insert or update service records. ? The user must be able to filter service records by date or service type. ? The user must be able to navigate between various Darts of the app including but not limited to the Mainscreen, Service Record screen, and Owner's Manual screen. ? The user cannot switch between categories by using the Back button. ? The data from the cloud service must automatically populate the Service Record screen. ? The Main screen must have a dark background. All other screens must have a light background with contrasting colored text. ? All multimedia must provide a full-screen mode that can be activated by the end user. ? All media items must start when the user interacts with them and stop immediately when a video ends. ? The app must accept and display tile messages and notification messages from the cloud service. ? The navigational icons must not be display

You need to modify the app so that the user can play videos by tapping the screen.
What should you do?


  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D


Answer : A

Explanation: poster property (Windows)
controls property (Windows)

Page:    1 / 18   
Total 88 questions