070-484試験無料問題集「Microsoft Essentials of Developing Windows Store Apps using C# 認定」

HOTSPOT
You are developing a Windows Store app.
A page named Profile collects information about the user, including his or her name, in a control named Name. A page named Journal allows the user to make a journal entry.
You need to pass the user's name to the Journal page when the user navigates from the Profile page to the Journal page.
You have the following code:
protectedNavigateToJournal() { Target 1 }
Which code snippet should you insert in Target 1 to complete the code? (To answer, select the correct code snippets from the dropdown list.)
正解:
You are developing a Windows Store app.
The app will access several web resources that use an OAuth 2.0 authentication provider.
You need to recommend in which class to store user credentials so that users do not have to reenter their credentials when they access the web resources.
Which class should you recommend?

解説: (GoShiken メンバーにのみ表示されます)
You need to ensure that launching the app displays the required information.
From which ApplicationExecutionState enumeration should you configure the user interface state?

解説: (GoShiken メンバーにのみ表示されます)
You need to correctly display notifications on the app tile.
Which code segments should you insert at line AX24? (Each correct answer presents part of the solution. Choose all that apply.)

解説: (GoShiken メンバーにのみ表示されます)
You are developing a Windows Store app.
You need to ensure that the app meets the requirements for Windows Store certification.
Which requirements must be met?

解説: (GoShiken メンバーにのみ表示されます)
You need to choose the appropriate data binding strategy for the image list box.
Which method should you use?

解説: (GoShiken メンバーにのみ表示されます)
DRAG DROP
You are developing an app named Appl.
You plan to display a large amount of text on a single page of Appl.
You need to ensure that the text flows to a second column if the text does not fit in the first
column. The two columns must have the same width.
You have the following XAML markup:

Which code snippets should you include in Target 1, Target 2, Target 3, Target 4, and Target 5 to complete the XAML markup? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet 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.
You need to provide users with multiple ways to open the app. Each way must open a different page of the app.
Which two components should you use? (Each correct answer presents part of the solution. Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
DRAG DROP
You are developing a Windows Store checkers game.
Game pieces are moved by using manipulation events. Moving a game piece on top of another game piece captures the bottom piece. The captured piece must be identified and removed from the board.
You need to identify when a game piece is captured.
Which three 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.)
正解: