最新的Microsoft Essentials of Developing Windows Store Apps using HTML5 and JavaScript - 70-481免費考試真題
You are developing a Windows Store app.
The app must provide single sign-on (SSO) to a Microsoft account and to social networks.
The SSO feature must be accessible from any device.
You need to implement SSO.
Which authentication strategy should you use?
The app must provide single sign-on (SSO) to a Microsoft account and to social networks.
The SSO feature must be accessible from any device.
You need to implement SSO.
Which authentication strategy should you use?
正確答案: B
You are developing a Windows Store text editor app by using HTML5 and JavaScript.
Users must be able to select text within the app and then cut the text.
You need to enable the Cut feature.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)

Users must be able to select text within the app and then cut the text.
You need to enable the Cut feature.
Which code segments should you use? (Each correct answer presents part of the solution.
Choose all that apply.)

正確答案: B,D
You are developing a Windows Store app.
You need to ensure that the app logs pages that are viewed by the user.
Which navigation member should you use?
You need to ensure that the app logs pages that are viewed by the user.
Which navigation member should you use?
正確答案: C
You need to ensure that the about page is displayed.
Which code segment should you insert at line DF13?

Which code segment should you insert at line DF13?

正確答案: C
You need to ensure that the JavaScript object that is defined in the credentialManager.js file can be consumed by other Windows Store apps that are written in different programming languages.
How should you rewrite the code?
How should you rewrite the code?
正確答案: D
You are developing a Windows Store app by using HTML5 and JavaScript. The app will support both the English and French languages.
The app must meet the following requirements:
- Automatically load language-specific string resources from a resource file, and access the resources from within the HTML by using data-win res attributes.
- Use the base.js file from the Windows Library for JavaScript.
You need to ensure that the correct language-specific resources are used.
What should you do?
The app must meet the following requirements:
- Automatically load language-specific string resources from a resource file, and access the resources from within the HTML by using data-win res attributes.
- Use the base.js file from the Windows Library for JavaScript.
You need to ensure that the correct language-specific resources are used.
What should you do?
正確答案: A