You need to make available the content that is provided by the design team. Which markup segment should you use?

You are developing a Windows Store app that will provide users with the ability to subscribe to content by using in-app purchases.
You need to test the in-app purchase functionality of the app before you deploy the app to the Windows Store.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
You need to configure the Picture Sharer app to support only the required device orientations.
What should you do?
HOTSPOT
You are developing a Windows Store app.
The app receives badge notifications from Windows Push Notification Services (WNS).
You configure the app to establish a communication channel with WNS. You use a variable named pushChannel to store the notification channel object used for communication. You add the following line of code to the app:

Which code snippets should you insert in Target 1, Target 2 and Target 3 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)


DRAG DROP
You are developing a Windows Store app.
The app has the following accessibility requirements: - The automation name of each text box must be the same as the text box caption. - Each Label element must be associated with its corresponding text box. You need to create an interface that meets the requirements.
You have the following code:

Which code snippets should you include in Target 1 and Target 2 to complete the code? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet 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.)


DRAG DROP
You need to meet the app caching requirements.
Which caching technique should you use in each scenario? (To answer, drag the appropriate technique to the correct scenario. Each technique 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.)


Business Requirements
The app must enable users to perform the following tasks:
--- ----
Define a feed title.
Define a list of RSS feeds that the users want to subscribe to.
View information about topics that are popular on the users' selected social
networks.
Share content that is aggregated by the app.
Search aggregated content by using only the Search charm.
Share RSS feed content by using the Share charm.
Display general help information by using the Settings charm.
The app must list the name of each social network to which the user subscribes. The app must indicate whether the user is authenticated to that social networking site.
The available data sources will be expanded to include JSON data from a third-party social networking site that is hosted by Litware, Inc. An SSL connection to the Litware social
network is available. ---
Technical Requirements
The app has the following technical requirements:
Retrieve user data from the social network services by using the authentication
credentials.
When making an HTTP request for content, read all content prior to acting on the
response.
When SSL is available, use SSL to retrieve data from social network providers.
The code that is used to retrieve data from RSS feeds must be reusable.
The app must display the information about the user's social network subscriptions in a layout control. The app must display authentication screens from the social networking sites when an authentication screen is available.
The custom XAML code that was provided by the design team must be available for all ListView controls in the app.
Data from the FeedRetriever class must be presented in a data control.
Two developers will create the SocialRetriever class, with the following assignments: - Developer1 must update methods for getting data. - Developed must implement three new methods for exposing data to the user
interface.
All methods must be self-contained and must not affect other methods in the SocialRetriever class. Multiple developers must not work in the same file at the same time.
NewsItem.cs

NewsSource.es FcedRetriever.es


SocialItem.es SocialSources.cs


SocialRetriever.es

You are developing a Windows Store app. You have the following requirements:
- Enable the app to receive shared data.
- Save the sharing settings for future use.
You need to ensure that the requirements are met.
What should you implement?
DRAG DROP
You are developing a page for a Windows Store app.
You have the following requirements for the page:
- Display a button on the bottom app bar that allows the user to insert a picture. This button must be bound to the Insert command in the view model. - Display a button in the main content area of the page that allows the user to open documents. This button must be bound to the Open command in the view model.
You need to ensure that the requirements are met.
How should you complete the relevant code? (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.)


HOTSPOT
You are developing a Windows Store app.
The app will use certificates issued by a standalone certification authority (CA) for authentication. The standalone CA certificate is stored in a file named Ca.cer. You need to configure the app manifest to ensure that the app can use certificates issued
by the standalone CA.
You have the following XAML markup in the app manifest:

Which code snippets should you insert in Target 1 and Target 2 to complete the XAML markup? (To answer, select the correct code snippet from each drop-down list in the answer area.)



HOTSPOT
You need to write code to comply with the search requirements of the item detail page. You have the following code:

Which code snippets should you insert in Target 1, Target 2, Target 3, and Target 4 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)


Topic 2, Scenario 2
Overview
Fabrikam, Inc. is a realtor in the United States.
Fabrikam grants its customers access to a web site, where they can search for houses for rent and for sale. Its customers can enter basic requirements, such as location, number of rooms, dimensions, and a price range. The web site displays a list of houses that meet the customers' criteria. The customers can then view more details about each house and can add a listing to a favorites list.
Requirements
Business Goals
Fabrikam plans to provide a more interactive experience for its customers. Fabrikam is creating a video tour for each listing. The video tours can be used to visit the property virtually. Fabrikam plans to create a Windows Store app on Windows 8.1 RT and Windows 8.1 Pro devices.
General Requirements
Fabrikam identifies the following general requirements for the app: - The app interface must be available in English, Spanish, and French. - The app must provide the customers with the ability to perform searches the same
way that the current web site does. - It is expected that the customers will view more than 3,000 pictures annually. The main page of the app must show a list of the last 10 pictures that were viewed.
- If pictures are added to a listing that is in a customer's favorites list, the pictures must be downloaded automatically from Microsoft Azure. This must occur if the app is suspended or not running.
Printing Requirements
Customers must be able to print the details of a listing from the details page by clicking a button within the app. You plan to add the following XAML markup to the listing details page:
<Button x:Name="btnPrint" Content-"Print" Click-"InvokePrint" />.
Video Tour Requirements
Fabrikam identifies the following requirements for the video tours: - Customers must be able to play the video tour on a different device by using a button within the app. - When a customer clicks the details of a listing, the app must start downloading the video tour in the background. - When the app starts, the app must verify whether there are any pending downloads, and resume any paused downloads. - The last five viewed video tours that are not on the customer's favorites list must be cached for subsequent viewing. - Customers must be able to download all of the video tours for the properties that they added to their favorites list. - The property details page must contain a MediaElement control that will be used to play the video tour of the property. - When downloading the video tours, the app must remain responsive, and each download must be processed on a separate thread.
Package appxmanifest
