Which tab in Visual Studio should you use?
HOTSPOT
You are developing a Windows Store app. The app must use toast notifications to alert users
when the app is operating in the background. You need configure the app to support toast
notifications. Which tab in Visual Studio should you use? (To answer, select the appropriate
tab in the answer area.)
Which Windows library should you use?
You are developing a Windows Store app by using HTML5 and JavaScript. You need to list
all the keyboard, stylus, mouse, and touch input devices that are connected to the local
computer system. Which Windows library should you use?
How should you use delivery notifications?
You are developing a Windows Store app by using HTML5 and JavaScript. The app will be
used to monitor road traffic conditions.
The app must support live tile notifications, in accordance with the following requirements:
• Update the tile every five minutes when the app is in the running state.
• Update the tile once in the morning and once in the evening when the app is in the
suspended state.
• Implement updates to tiles to optimize the power and resource consumption when
the app is suspended or not otherwise running.
You need to implement delivery notifications to ensure that the requirements are met.
How should you use delivery notifications?
Which code segments should you use?
HOTSPOT
You are developing a Windows Store app by using HTML5 and JavaScript.
The app defines the following objects:
• inkManager is an object to process and manipulate the ink-related data from the
stylus.
• inkContext is an object to hold the surface context.
• currentPenId is an object to restrict input processing to one stroke at a time.
The app must support the following requirements:
• Support the use of a stylus input device.
• Begin capturing input when the stylus first touches the screen.
• Render stylus movements in real time.
You need to ensure that the requirements are met. Which code segments should you use?
(To answer, select the correct option from each drop-down list in the answer area.)
Which navigation member should you use?
You are developing a Windows Store app. You need to ensure that unauthenticated users
are redirected to the login screen when they attempt to navigate to secure pages. Which
navigation member should you use?
Which code segment should you add?
You are developing a Windows Store app. Users must be able to initiate searches by using
the Search charm. The app must display the search text in a DIV element named
searchBox. You need to add code to meet this requirement. Which code segment should
you add?
You need to configure the deployment package settings for both apps to ensure that the requirements are met
You are developing two Windows Store apps named CameraApp and PhotoAlbum. The
apps must meet the following requirements:
• CameraApp must have access to images on the local computer on which
CameraApp is running.
• PhotoAlbum must be able to access the images from CameraApp.
You need to configure the deployment package settings for both apps to ensure that the
requirements are met. What should you do?
Which code segment should you insert at line 05?
You are developing a Windows Store app. The app includes a handler for the datarequested
event. A portion of the code for the event handler is shown in the following code segment:
The app must meet the following requirements:
• The app must share an order tracking link with target apps.
• The app must share URI-type data only.
You need to ensure that the app meets the requirements. Which code segment should you
insert at line 05?
Which code segments should you use?
HOTSPOT
You are developing a Windows Store app. The app allows users to browse contacts from a
social networking site. The app has the following requirements:
• The user must be able to select more than one contact at a time.
• The app must display all of the details for the selected contacts.
You need to ensure that the requirements are met. Which code segments should you use?
(To answer, drag the appropriate code segments to the correct locations in the answer area.
Each code segment may be used once, more than once, or not at all. You may need to drag
the split bar between panes or scroll to view content.)