Microsoft Developing Mobile Apps (070-357日本語版) - 070-357日本語 Exam Practice Test

ネットワークを構成する必要があります。
どの2つのネットワーキング技術を使用しますか? それぞれの正解は完全な解を提示します。
Correct Answer: B,E
タイムラインアプリに適切なXAMLレイアウトを実装する必要があります。
解決策:SplitViewコントロールのインスタンスを作成します。
これは目標を達成していますか?
Correct Answer: B
質問のドラッグアンドドロップ
ユーザーインターフェイスの要件を満たすには、IM14行にコードを追加する必要があります。
関連するコードセグメントをどのように完成させる必要がありますか?答えるには、適切なコードセグメントを正しい場所にドラッグします。各コードセグメントは、1回、複数回、またはまったく使用できません。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
Correct Answer:
質問のドラッグアンドドロップ
写真を撮るユニバーサルWindowsプラットフォーム(UWP)アプリを作成しています。
写真を撮るためにカメラの内蔵インターフェースを使用したい場合。
デバイスの内蔵カメラから画像をキャプチャする必要があります。
メソッドをどのように完了する必要がありますか?答えるには、適切なコードセグメントを正しい場所にドラッグします。各コードセグメントは、1回、複数回、またはまったく使用されません。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
Correct Answer:
あなたは、LitWare、Inc.のユニバーサルWindowsプラットフォーム(UWP)アプリの開発者です。
アプリ内のハードウェアへのアクセスが正しく機能していません。
package.appmanifestファイルに機能を追加する必要があります。
行PM16に挿入するマークアップセグメントはどれですか?
Correct Answer: A
ホットスポットの質問
ユーザーインターフェイスオブジェクトのサイズを適切に処理する必要があります。
メソッドをどのように完了する必要がありますか?回答するには、回答領域の各リストから適切なコードセグメントを選択します。注:それぞれの正しい選択には1ポイントの価値があります。
Correct Answer:

Topic 2, Background
You are developing a Universal Windows Platform (UWP) app for LitWare, Inc. that will assist video artists. The app allows artists to create videos, share videos through other mobile apps, and upload the videos through LitWare, Inc's web services. What helps set LitWarelnc's app apart from competitors is their focus on speed and performance.
Business requirements
Support many devices
Users may have phones, tablets, or laptops. The app must support all devices with a fluid layout that grows off-screen and adapts to each device.
Record video
Users must be able to record videos and view them in their videos library .
The app must display information about the recorded video .
Users must be able to edit the upload queue in the app.
Branding
The app must allow deferral and scheduling of video uploads.
Users must be able to view the status of video uploads.
Any videos created with this app or shared with this app must be uploaded without user interaction.
Download video
The app must have the option to automatically download videos.
Users must be able to initiate downloading of videos.
Share video
The app must allow be allowed to receive videos from other apps.
Technical requirements
Application structure
Technical requirements
Support multiple devices
The app must support the following:
- Use horizontal layout for larger screens .
- Use vertical layout for smaller screens .
- Use one layout control per view.
The app must be compatible with current and future XBOX app that use C++.
Uploading and downloading
The app must use a background operations to upload and download videos.
Code reuse
The app must use a common pool of XAML resources and custom controls.
All custom controls must use a consistent theme throughout the app.
You must create code that can be reused in C++, C#, JavaScript, whenever possible.
The app must call the background service to avoid duplication of code.
Security
End users must be authenticated using OAuth.
Web services must be authenticated.
Users must have the option to use single sign-on.
Recording
The app must use the microphone and webcam to support audio and video recording. In addition, the app must support the use of the back camera buttons, if present.
Integration:
Other apps must be able to share videos with this app through a Universal Windows Platform (UWP) Architecture and coding style The app must follow the Model-View-ViewModel (MVVM) pattern.
The app's user interface (UI) must be optimized for performance.
The app must use compile time coding techniques over runtime.
Package appxmanifest
Relevant portions of the app files are shown below. Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.

Background Task
Relevant portions of the app files are shown below. Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.
0
0
0
0