최신Microsoft Advanced Windows Store App Dev using HTML5 and JavaScript - 70-482무료샘플문제
문제1
You need to attach the background task.
Which code segment should you insert at line BG09?
You need to attach the background task.
Which code segment should you insert at line BG09?
정답: C
문제2
You are developing a Windows Store app by using JavaScript. The app persists a list of
stocks in the app's settings. The stock list is identified by a key of stockList.
The app must allow users to remove their stock lists from the app's settings. The following
function call removes the stockList setting:
deleteAppSetting("stockList") ;
You need to remove only stockList from the settings storage without disrupting other
settings.
Which code segment should you use?

You are developing a Windows Store app by using JavaScript. The app persists a list of
stocks in the app's settings. The stock list is identified by a key of stockList.
The app must allow users to remove their stock lists from the app's settings. The following
function call removes the stockList setting:
deleteAppSetting("stockList") ;
You need to remove only stockList from the settings storage without disrupting other
settings.
Which code segment should you use?

정답: C
문제3
HOTSPOT
You are developing a Windows Store app.
You plan to use Windows Push Notification Services (WNS) in the app.
You need to identify whether the system has disabled notifications globally.
How should you complete the relevant code? (To answer, select the correct code segment from each drop-down list in the answer area.)

HOTSPOT
You are developing a Windows Store app.
You plan to use Windows Push Notification Services (WNS) in the app.
You need to identify whether the system has disabled notifications globally.
How should you complete the relevant code? (To answer, select the correct code segment from each drop-down list in the answer area.)

정답:

문제4
You are developing a Windows Store app that uses Windows Push Notification Services (WNS). The app includes the following code:

The app must poll a notification service once a day and update the app tile with new
content.
You need to initiate polling.
Which code segment should you insert at line 05?

You are developing a Windows Store app that uses Windows Push Notification Services (WNS). The app includes the following code:

The app must poll a notification service once a day and update the app tile with new
content.
You need to initiate polling.
Which code segment should you insert at line 05?

정답: D
문제5
You are developing a Windows Store app by using JavaScript.
The app will exchange small amounts of data with peerapps by using near field
communication, The peerapps run on other computers within range.
You need to advertise the app by using proximity tapping.
Which function call or calls should you use?

You are developing a Windows Store app by using JavaScript.
The app will exchange small amounts of data with peerapps by using near field
communication, The peerapps run on other computers within range.
You need to advertise the app by using proximity tapping.
Which function call or calls should you use?

정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
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.

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.

정답:

문제7
You need to ensure that the Printer Survey task meets the technical requirements. Which code segment should you insert at line PS24?

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

정답: D
문제8
You need to ensure that the Printer Survey task populates the map pinpoints according to the requirements.
Which code segment should you insert at line PM31?

You need to ensure that the Printer Survey task populates the map pinpoints according to the requirements.
Which code segment should you insert at line PM31?

정답: D
설명: (KoreaDumps 회원만 볼 수 있음)