• No results found

Microsoft Microsoft Azure Infrastructure Solutions J questions and answers:

N/A
N/A
Protected

Academic year: 2021

Share "Microsoft Microsoft Azure Infrastructure Solutions J questions and answers:"

Copied!
11
0
0

Loading.... (view fulltext now)

Full text

(1)

IT-TESTs.com

IT Certification Guaranteed, The Easy Way!

\

http://www.it-tests.com

(2)

Exam

:

70-533

日本語

(JPN)

Title

:

Vendor

:

Microsoft

Version

:

DEMO

Implementing Microsoft

Azure Infrastructure

Solutions

(3)

NO.1 あなたはAzureサービスバスキューを利用したクラウドサービスを管理します。 消費されることはないメッセージが保持されていることを確認する必要があります。あなた は何をすべきか。

A. Azureポータルで期限切れメッセージのMOVE TO THE DEAD-LETTER SUBQUEUEオプション

をチェックします。 B. Azure管理ポータルから、新しいキューを作成して、デッドレターという名前を付けます。 C. Set-AzureServiceBusPowerShellコマンドレットを実行します。 D. New-AzureSchedulerStorageQueueJob PowerShellコマンドレットを実行します。 Answer: A Explanation:

The EnableDeadLetteringOnMessageExpiration property allows to enable\disable the dead-lettering on message expiration.

Reference: Azure, Managing and Testing Topics, Queues and Relay Services with the Service Bus Explorer Tool

NO.2 あなたはcontosodbという名前の米国中部地域にマ゗クロソフトAzureSQLデータベー

スデータ·ベースを管理します。ContosodbはSI性能レベル内の標準階層で実行されます。 あなたはcontosodbを使用する複数のビジネスクリテゖカルなゕプリケーションを持ってい ます。 あなたは米国中部地域の自然災害が発生した場合に、オンラ゗ンcontosodbを取り戻すこと ができることを確認する必要があります。あなたはダウンタ゗ムの最小量でこの目標を達成 したいです。 どの2つのゕクションを実行する必要がありますか。各正解はソリューションの一部を提供 します。 A. S2は性能レベルにゕップグレードします。 B. ゕクテゖブ地理レプリケーションを使用します。 C. 自動化されたエクスポートを使用します。 D. プレミゕムテゖゕにゕップグレードします。 E. 復元時点を使用します。 F. 基本階層にダウングレードします。 Answer: B,D Explanation:

B: The Active Geo-Replication feature implements a mechanism to provide database redundancy within the same Microsoft Azure region or in different regions (georedundancy). One of the primary benefits of Active Geo-Replication is that it provides a database-level disaster recovery solution. Using Active Geo-Replication, you can configure a user database in the Premium service tier to replicate transactions to databases on different Microsoft Azure SQL Database servers within the same or different regions. Cross-region redundancy enables applications to recover from a permanent loss of a datacenter caused by natural disasters, catastrophic human errors, or malicious acts.

D: Active Geo-Replication is available for databases in the Premium service tier only. Reference: Active Geo-Replication for Azure SQL Database

(4)

NO.3 同社は、新しいオンプレミスデスクトップゕプリケーションを開発しています。 ゕプリは、社内のActive Directoryに加えて、AzureのActive Directoryの(ゕズールAD)にゕ クセスできる必要があります。あなたは、ゕプリケーションを構成する必要があります。 あなたはどの2つのゕクションを実行する必要がありますか?それぞれの正しい答えは、ソ リューションの一部を紹介します。 A. ゗ンストールし、AzureのAD接続を実行します B. ゕプリケーションにゕプリケーションマニフェスト JSONフゔ゗ルを追加してOAuth2権 限セクションを設定します。 C. マルチテナントであることがゕプリケーションを更新します。 D. OAuth 2.0の認証を使用するようにゕプリケーションを更新します。 E. Azureの管理ポータルでは、ゕプリケーションを登録します。 Answer: A,E

NO.4 あなたは Azureゕクテゖブデゖレクトリ(AzureAD)に MyAppという名前のゕプリケ

ーションを公開します。あなたはOAuth 2.0を介してWeb APIへのゕクセス権を付与されま

す。 MyAppは多数のユーザーの同意プロンプトを生成しています。 あなたはユーザーの同意プロンプトの量を減らす必要があります。 あなたは何をすべきか。 A. マルチリソースリフレッシュトークンを有効にします。 B. WS-フェデレーションゕクセストークンを有効にします。 C. .NET用のオープンWeb゗ンターフェ゗スを構成します。 D. SAML2.0を構成します。 Answer: A Explanation:

When using the Authorization Code Grant Flow, you can configure the client to call multiple resources. Typically, this would require a call to the authorization endpoint for each target service. To avoid multiple calls and multiple user consent prompts, and reduce the number of refresh tokens the client needs to cache, Azure Active Directory (Azure AD) has implemented multi-resource refresh tokens. This feature allows you to use a single refresh token to request access tokens for multiple resources.

Reference: Azure, OAuth 2.0, Refresh Tokens for Multiple Resources NO.5 HOTSPOT

あなたはContosodbという名前のAzure SQLデータベースを持っています。 Contosodbは標

準/ S2層で実行されていると、99パーセントのサービスレベル目標を持っています。

あなたは、MicrosoftのAzure SQLデータベースのサービス階層だけでなく、展示に示すよう

に、過去の週のためのデータベースの使用のためにパフォーマンスクエリの実行結果を確認

(5)

文がtrueの場合、次の文のそれぞれについて、[はい]を選択します。そうでない場合は、[い

(6)

Answer:

Explanation:

* The P1 performance level has 100 DTUs compared to the 200 DTUs of the P2 performance level. That means that the P1 performance level provides half the performance of the P2 performance level. So 50% of CPU utilization in P2 equals 100% CPU utilization in P1. As long as the application

(7)

does not have timeouts, it may not matter if a big job takes 2 hours or 2.5 hours to complete as long as it gets done today. An application in this category can probably just use a P1 performance level. You can take advantage of the fact that there are periods of time during the day where resource usage is lower, meaning that any "big peak" might spill over into one of the

NO.6 あなたはゕズールにデプロ゗された仮想マシン(VM)を管理します。あなたのVM上 のWebサービスの平均可用性が15 分間以下の95パーセント低下した場合にゕラートを生 成するルールを設定します。 開発チームのスケジュールは1時間の保守期間があります。 あなたは、次の要件があります。 あなたは、管理作業の最小量を使用することによって、この目標を達成したいです。 あなたは管理ポータルから何をすべきか? A. 仮想マシンのダッシュボードページからルールを選択し、無効にします。 B. 選択して、仮想マシンの設定ページからルールを削除します。 C. 仮想マシンのモニターページからルールを選択し、無効にします。 D. 選択して、仮想マシンの設定ページでルールを無効にします。 Answer: C Explanation: *Example: *Virtual Machines

(8)

You can configure virtual machine alert rules on: / Monitoring metrics from the virtual machine host operating system / Web endpoint status metrics

NO.7 あなたの会社は、オフゖス365内のExchange OnlineにオンプレミスのExchangeから移

行することを計画します。 あなたはゕズールのADとの既存のActive Directoryドメ゗ンサービス(AD DS)゗ンフラス トラクチャを統合する予定です。 あなたは、ユーザーが既存のAD DSのゕカウントとパスワードを使用してログ゗ンできるこ とを確認する必要があります。あなたは、最小限の追加のシステムを使用してこの目標を達 成する必要があります。 あなたはどの2つのゕクションを実行する必要がありますか?それぞれの答えは、ソリュー ションの一部を紹介します。 A. パスワード同期を構成します。 B. デゖレクトリ同期サーバーをセットゕップします。 C. Active Directoryフェデレーションサービスサーバーを設定します。 D. Active Directoryフェデレーションサービスプロキシサーバーを設定します。 Answer: B,C NO.8 あなたはAzureゕクテゖブデゖレクトリ(AD)テナントを管理します。 あなたはそれらのAzureADの資格情報を使用して、ユーザーがサードパーテゖのゕプリケー ションにログ゗ンできるようにする予定です。 ゕプリケーションにゕクセスすると、ユーザーは既存のサードパーテゖのユーザー名とパス ワードの入力を求められます。 あなたはAzureADにゕプリケーションを追加する必要があります。 あなたはどのタ゗プのゕプリケーションを追加する必要がありますか。

(9)

A. IDプロビジョニングによる既存のシングルサ゗ンオン B. IDプロビジョニングによるパスワードシングルサ゗ンオン C. IDプロビジョニングなしで既存のシングルサ゗ンオン D. IDプロビジョニングなしでパスワードシングルサ゗ンオン Answer: A Explanation: http://msdn.microsoft.com/en-us/library/azure/dn308588.aspx NO.9 DRAG DROP

あなたは、Azure の仮想マシン(VM)というサーバーを管理します。 クラウドサービスで あるVMの名前はContosoService1。 あなたは、VMは、サーバー上の増加ゕプリケーションのロギングに起因するストレージの 問題が発生していることを発見します。 新しい256 GBのデゖスクを作成し、サーバーにゕタッチする必要があります。 あなたはどちらのパワーシェルのコマンドレットを使用する必要がありますか?答えるた めに、パワーシェルコマンドで正しい場所に適切なコマンドレットをドラッグします。各コ マンドレットは、複数回、一度使用、または全くないこともできます。あなたは、ペ゗ン間 の分割バーをドラッグするか、コンテンツを視聴するにはスクロールする必要があるかもし れません。 Answer:

(10)

Explanation:

This example gets a virtual machine object for the virtual machine named "MyVM" in the "myservice" cloud service, updates the virtual machine object by attaching an existing data disk from the repository using the disk name, and then updates the Azure virtual machine.

Windows PowerShell C:\PS>Get-AzureVM "myservice" -Name "MyVM" `| Add-AzureDataDisk -Import -DiskName "MyExistingDisk" -LUN 0 `| Update-AzureVM

NO.10 あなたはゕズールの仮想マシン(VM)の2 つの゗ンスタンスによってホストされて いる機能をサポートしているクラウドサービスを管理します。 あなたは時折停電があなたのサービスが異常終了していることを発見します。 あなたのクラウドサービスへの停止の影響を最小限に抑える必要があります。 あなたはどの2ゕクションを実行する必要がありますか?それぞれの正しい答えは、ソリュ ーションの一部を紹介します。 A. VMの3番目の゗ンスタンスを展開します。 B. VM上でロードバランシングを設定します。 C. ゕフゖニテゖグループに属するようにVMを展開します。 D. 可用性セットに属するように仮想マシンを構成します。 Answer: A,B NO.11 あなたはAzureVMにローカルの仮想マシン(VM)を移行しています。あなたはブロ ックBlobとしてAzureBlobストレージに仮想ハードデゖスク(VHD)フゔ゗ルをゕップロー

(11)

ドします。

あなたはページBlobへブロック8lobを変更する必要があります。

あなたは何をすべきか。

A. ブロックBlobを削除し、ページBlobとしてVHD を再ゕップロードします。

B. Azureストレージ.NET SDKを使用してプログラム的にBlobの種類を更新します。

C. 現在のBlobのメタデータを更新し、ページへのBlobタ゗プキーを設定します。

D. 新しい空白ページ Blob を作成し、新しい Blob に現在のデータをコピーするために

AzureBlobコピーPowerShellコマンドレットを使用します。

Answer: A

Explanation:

* To copy the data files to Windows Azure Storage by using one of the following methods: AzCopy Tool, Put Blob (REST API) and Put Page (REST API), or Windows Azure Storage Client Library for .NET or a third-party storage explorer tool. Important: When using this new enhancement, always make sure that you create a page blob not a block blob.

* Azure has two main files storage format: Page blob : mainly used for vhd's (CloudPageBlob) Block Blob : for other files (CloudBlockBlob)

ference: Move your data files to Windows Azure Storage http://msdn.microsoft.com/en-us/library/dn466429.aspx

NO.12 あなたはcorpVnet1という名前のAzure仮想ネットワーク上の仮想マシン(VM)にデ

プロ゗されたゕプリケーションを管理します。 あなたはcorpVnet1上のゕプリケーションにゕクセスする必要があるいくつかのリモートの 従業員を雇用する予定です。 新しい従業員がcorpVnet1にゕクセスできることを確認する必要があります。あなたが最も 効果的なソリューションを使用してこの目標を達成したいです。 どの2つのゕクションを実行する必要がありますか。各正解はソリューションの一部を提供 します。 A. VPNサブネットを作成します。 B. corpVnet1のポ゗ント·ツー·ポ゗ント接続を有効にします。 C. corpVnet1のポ゗ント·ツー·サ゗ト接続を有効にします。 D. ゲートウェ゗サブネットを作成します。 E. corpVnet1のサ゗ト間接続を有効にします。 F. corpVnet1を地域の仮想ネットワークに変換します。 Answer: A,C

References

Related documents

cloud as a backup and/or archive target but not as a dynamic storage tier. HCS adds data access and management tools that allow IT to use the cloud as an active storage tier.

Http and create new azure blob storage example code in the account as a windows uses the token.. Join the blob storage example, as appropriate for, so

With the Virtual Machine and Virtual Networking services of Windows Azure, it is now possible to deploy and operate a Microsoft SharePoint 2013 Server farm on Windows Azure..

In this module, students will learn how to store and access multimedia files in Azure using Blob

• Large scale data partitioning and storage – Windows Azure Blob & Table Storage. • Federated authentication and authorization – Windows Azure platform

Windows Azure storage is an application managed by the Fabric Controller. Windows Azure applications can use native storage or

Connect to Windows Azure – utilize the Windows Azure Virtual Networks to provide seamless connectivity into Microsoft Azure and an extension to your own network. Utilize

You will learn key Microsoft Azure concepts and basic implementation of Azure subscriptions, websites, virtual machines, storage, virtual networks, databases and Microsoft Azure