070-485 無料問題集「Microsoft Advanced Windows Store App Development using C#」
You are developing a Windows Store app for devices connected to AC power.
The app must meet the following requirements:
- The app must download movie reviews from a web service once per hour. - The app must have new movie reviews ready for the user when the user interacts with the app. - The app cannot interact with the lock screen.
You need to ensure that the web service is called periodically whether the app is running or suspended.
What should you do?
The app must meet the following requirements:
- The app must download movie reviews from a web service once per hour. - The app must have new movie reviews ready for the user when the user interacts with the app. - The app cannot interact with the lock screen.
You need to ensure that the web service is called periodically whether the app is running or suspended.
What should you do?
正解:A
解答を投票する
DRAG DROP
You are developing a Windows Store game.
The game allows users to purchase additional levels in the game.
You need to run the ContinueToLevel2() method if the user has a license to Level 2.
How should you complete the code segment? (To answer, drag the appropriate lines of code to the correct location or locations. 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.)

You are developing a Windows Store game.
The game allows users to purchase additional levels in the game.
You need to run the ContinueToLevel2() method if the user has a license to Level 2.
How should you complete the code segment? (To answer, drag the appropriate lines of code to the correct location or locations. 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.)

正解:

You are developing a Windows Store app that prints documents. An object named printManager manages the print flow. An object named printDocument sends output to the printer.
You need to ensure that the app allows the user to preview the print layout of the entire document.
Which event should you handle to construct the print preview of the entire document?
You need to ensure that the app allows the user to preview the print layout of the entire document.
Which event should you handle to construct the print preview of the entire document?
正解:B
解答を投票する
You are developing a Windows Store app that will provide users with the ability to save annotations to text files.
You have the following code segment: (Line numbers are included for reference only.)

You need to add the contents of data to the beginning of file. Which code segment should you insert at line 03?

You have the following code segment: (Line numbers are included for reference only.)

You need to add the contents of data to the beginning of file. Which code segment should you insert at line 03?

正解:C
解答を投票する
DRAG DROP
You need to allow users to capture video instead of photos.
How should you complete the code segment that will replace lines MP03 through MP11? (To answer, drag the appropriate lines of code to the correct location or 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.)

You need to allow users to capture video instead of photos.
How should you complete the code segment that will replace lines MP03 through MP11? (To answer, drag the appropriate lines of code to the correct location or 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 that displays and prints information. You have the following code.

You need to enable printing. How should you complete the initialization of the print functionality? (To answer, select the appropriate element from the drop-down list in the answer area.)

You are developing a Windows Store app that displays and prints information. You have the following code.

You need to enable printing. How should you complete the initialization of the print functionality? (To answer, select the appropriate element from the drop-down list in the answer area.)

正解:

You are developing a Windows Store app that displays notifications on the lock screen.
The app must execute a background task when the notification arrives. In addition, the app
must receive push notifications from Windows Push Notification Service (WNS).
You need to use a push notification mechanism that meets the requirements.
Which push notification mechanism should you use?
The app must execute a background task when the notification arrives. In addition, the app
must receive push notifications from Windows Push Notification Service (WNS).
You need to use a push notification mechanism that meets the requirements.
Which push notification mechanism should you use?
正解:C
解答を投票する
DRAG DROP
You are developing a Windows Store app.
The app must allow salespeople to choose customer contacts by using a ContactPicker
class. It also must continue to be responsive while the ContactPicker class is displayed.
You need to ensure that the ContactPicker class is displayed to meet the requirements.
How should you complete the code segment? (To answer, drag the appropriate term to the correct location or locations in the answer area. Each term 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.)

You are developing a Windows Store app.
The app must allow salespeople to choose customer contacts by using a ContactPicker
class. It also must continue to be responsive while the ContactPicker class is displayed.
You need to ensure that the ContactPicker class is displayed to meet the requirements.
How should you complete the code segment? (To answer, drag the appropriate term to the correct location or locations in the answer area. Each term 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.)

正解:
