最新的Microsoft Recertification for MCSD: Windows Store Apps using HTML5 - 070-490免費考試真題
問題1
You need to ensure that the PrintNearMeCall function meets the technical requirements. Which code segment should you insert at line PS24?

You need to ensure that the PrintNearMeCall function meets the technical requirements. Which code segment should you insert at line PS24?

正確答案: C
說明:(僅 PDFExamDumps 成員可見)
問題2
DRAG DROP
You are developing a Windows Store app that will display photos that are stored on various services including Microsoft OneDrive and third-party social media sites.
You must use the WebAuthenticationBroker class to manage and provide authentication across all services. The app must support single sign-on (SSO).
You need to implement an authentication strategy for the app.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

DRAG DROP
You are developing a Windows Store app that will display photos that are stored on various services including Microsoft OneDrive and third-party social media sites.
You must use the WebAuthenticationBroker class to manage and provide authentication across all services. The app must support single sign-on (SSO).
You need to implement an authentication strategy for the app.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正確答案:

問題3
HOTSPOT
You are developing a Windows Store app in Microsoft Visual Studio.
You need to configure the app deployment options.
Where should you configure each deployment option? To answer, select the appropriate
location from each list in the answer area.


HOTSPOT
You are developing a Windows Store app in Microsoft Visual Studio.
You need to configure the app deployment options.
Where should you configure each deployment option? To answer, select the appropriate
location from each list in the answer area.


正確答案:

問題4
You are developing a Windows Store app. A page in the app contains the following HTML code:

The app must style a container element and two child elements to resemble the following image.

The grid layout must meet the following requirements:
- The Top section must be half the width of the Bottom section. - The solution must retain the proportions of the child sections in the event that the dimensions of any of the grid sections change.
You need to ensure that the proportions of the sections of the image are retained.
Which CSS segment should you add to your style sheet?

You are developing a Windows Store app. A page in the app contains the following HTML code:

The app must style a container element and two child elements to resemble the following image.

The grid layout must meet the following requirements:
- The Top section must be half the width of the Bottom section. - The solution must retain the proportions of the child sections in the event that the dimensions of any of the grid sections change.
You need to ensure that the proportions of the sections of the image are retained.
Which CSS segment should you add to your style sheet?

正確答案: D
說明:(僅 PDFExamDumps 成員可見)
問題5
You develop a Windows Store app that allows users to modify images by using filters and image-processing algorithms.
The app must meet the following requirements:
- Use a web worker to initiate the image-processing algorithms on a separate thread. - Clean up the web worker after processing the algorithms.
You need to ensure that the web worker releases memory after processing the algorithms. What should you do?
You develop a Windows Store app that allows users to modify images by using filters and image-processing algorithms.
The app must meet the following requirements:
- Use a web worker to initiate the image-processing algorithms on a separate thread. - Clean up the web worker after processing the algorithms.
You need to ensure that the web worker releases memory after processing the algorithms. What should you do?
正確答案: D
問題6
You are developing a Windows Store app that will support the Play To feature.
You need to implement the user interface for the Play To feature.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
You are developing a Windows Store app that will support the Play To feature.
You need to implement the user interface for the Play To feature.
What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
正確答案: C
問題7
DRAG DROP
You are developing a Windows Store app that uses a CredentialPicker control to collect the user's user name and password credentials.
The CredentialPicker control has the following requirements:
- The Remember my credentials check box must be selected by default. - The text "Enter user name and password" must be displayed in the message header of the dialog box.
You need to ensure that the requirements are met.
Which properties should you use? (To answer, drag the appropriate properties to the correct locations in the answer area. Each property 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 are developing a Windows Store app that uses a CredentialPicker control to collect the user's user name and password credentials.
The CredentialPicker control has the following requirements:
- The Remember my credentials check box must be selected by default. - The text "Enter user name and password" must be displayed in the message header of the dialog box.
You need to ensure that the requirements are met.
Which properties should you use? (To answer, drag the appropriate properties to the correct locations in the answer area. Each property 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.)

正確答案:

問題8
You are developing two Windows Store apps by using JavaScript. A Source app will store sensitive customer information. A Target app will retrieve the stored information for validation and further processing.
The Source app must secure data by using a private-public key pair. Only the Target app must be able to consume data that has been secured by the Source app.
You need to ensure that the security of the data is not compromised.
What should you do?
You are developing two Windows Store apps by using JavaScript. A Source app will store sensitive customer information. A Target app will retrieve the stored information for validation and further processing.
The Source app must secure data by using a private-public key pair. Only the Target app must be able to consume data that has been secured by the Source app.
You need to ensure that the security of the data is not compromised.
What should you do?
正確答案: B
問題9
You need to debug the error that is displayed in the warning message. What should you do?

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

正確答案: D