70-482 試験問題を無料オンラインアクセス
試験コード: | 70-482 |
試験名称: | Advanced Windows Store App Dev using HTML5 and JavaScript |
認定資格: | Microsoft |
無料問題数: | 175 |
更新日: | 2025-08-22 |
DRAG DROP
A Microsoft Visual Studio solution contains a Windows Store app project that is written by using JavaScript code. You add a Windows Runtime Metadata file named Contoso.winmd to the solution. The WinMD component is written by using C# code.
The Windows Store app must consume the WinMD component.
You need to ensure that IntelliSense can identify the methods of the WinMD component as soon as possible.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
In the following code segment, three functions return WinJS.Promise objects.
You need to chain the promise operations to optimize error handling. Which code segment should you use?
HOTSPOT
You are preparing four Windows Store apps for deployment.
You test the apps by using the Windows App Certification Kit. The results are as shown in the following table.
You need to identify which apps passed the performance test.
What is the performance test result for each app? (To answer, choose the correct test result from each drop-down list in the answer area.)
DRAG DROP
You are developing a Windows Store app. The app uses hardware devices that are attached to the computer. The app must meet the following requirements:
Display a list of currently available hardware devices when the app launches.
Detect when a hardware device is connected to or removed from the computer.
Develop the solution by selecting and arranging the required code segments in the correct order. You may not need all of the code segments.