AZ-300日本語 無料問題集「Microsoft Azure Architect Technologies (AZ-300日本語版)」

次の表に示すAzure SQLサーバーを含むAzureサブスクリプションがあります。

サブスクリプションには、次の表に示すエラスティックプールが含まれます。

サブスクリプションには、次の表に示すAzure SQLデータベースが含まれています。

以下の各ステートメントについて、ステートメントが真である場合は「はい」を選択します。それ以外の場合は、「いいえ」を選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Explanation

Note: You cannot add databases from different servers into the same pool Box 1: Yes Pool2 contains DB2 but DB1 and DB2 are on Sql1. DB1 can thus be added to Pool2.
Box 2: Yes
Pool3 is empty.
Box 3: Yes
Pool1 contains DB1 but DB3 and DB1 are on Sql1. DB3 can thus be added to Pool1.
References:
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-pool
VNet1という名前の仮想ネットワークを含むAzureサブスクリプションがあります。 VNet1には、Subnet1とSubnet2という2つのサブネットがあります。 VNet1は西ヨーロッパのAzureリージョンにあります。サブスクリプションには、次の表の仮想マシンが含まれます。

AppGW1という名前のアプリケーションゲートウェイをVNet1に展開する必要があります。最初に何をすべきですか?

タグポリシーがすべてのサービスに適用されるように、EventGndControllef.esのEG15行にコードを追加する必要があります。
どのようにコードを完成させるべきですか?答えるには、適切なコードセグメントを正しい場所にドラッグします。
各コードセグメントは、1回、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Topic 2, Case Study
Label Maker app
Requirements
Data
You identify the following requirements for data management and manipulation:
* Order data is stored as non relational JSON and must be queried using Structured Query Language (SQL).
* Changes to the Order data must reflect immediately across all partitions. All reads to the Order data must fetch the most recent writes.
Security
You have the following security requirements:
* Users of Coho Winery applications must be able to provide access to documents, resources, and applications to external partners.
* External partners must use their own credentials and authenticate with their organization's identity management solution.
* External partner logins must be audited monthly for application use by a user account administrator to maintain company compliance.
* Storage of e-commerce application settings must be maintained in Azure Key Vault.
* E-commerce application sign-ins must be secured by using Azure App Service authentication and Azure Active Directory (AAD).
* Conditional access policies must be applied at the application level to protect company content.
* The LabelMaker application must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
Label Maker app
Azure Monitor Container Health must be used to monitor the performance of workloads that are deployed to Kubernetes environments and hosted on Azure Kubernetes Service (AKS).
You must use Azure Container Registry to publish images that support the AKS deployment.
Architecture


Issues
Calls to the Printer API App fail periodically due to printer communication timeouts.
Printer communication timeouts occur after 10 seconds. The label printer must only receive up to 5 attempts within one minute.
The order workflow fails to run upon initial deployment to Azure.
Order.json
Relevant portions of the app fries are shown below Line numbers are induced for reference only. This JSON file contains a representation of the data for an order that includes a single item.
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、記載された目標を達成する可能性のある独自のソリューションが含まれています。一部の質問セットには複数の正しい解決策がある場合もあれば、正しい解決策がない場合もあります。
このセクションの質問に回答すると、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
10個の仮想ネットワークを含むAzureサブスクリプションがあります。仮想ネットワークは、個別のリソースグループでホストされます。
別の管理者は、サブスクリプションに複数のネットワークセキュリティグループ(NSG)を作成することを計画しています。
NSGが作成されると、仮想ネットワーク間のTCPポート8080が自動的にブロックされるようにする必要があります。
解決策:リソースロックを作成してから、ロックをサブスクリプションに割り当てます。
これは目標を達成していますか?

解説: (JPNTest メンバーにのみ表示されます)
Azure Active Directory(Azure AD)Premiumにサインアップします。
Azure ADドメインに参加するすべてのコンピューターで、admin1 @ contoso.comという名前のユーザーを管理者として追加する必要があります。
Azure ADで何を構成する必要がありますか?

解説: (JPNTest メンバーにのみ表示されます)
Policy Serviceのスケーリング要件を満たす必要があります。
Azure Redis Cacheに何を保存する必要がありますか?

ミッションクリティカルなアプリケーションを実行する仮想マシン(VM)があります。
VMがダウンタイムを経験しないようにする必要があります。
何をお勧めしますか?答えるには、適切なソリューションを正しいシナリオにドラッグします。各ソリューションは、1回、複数回使用することも、まったく使用しないこともできます。コンテンツを表示するには、ペイン間で分割バーをドラッグするか、スクロールする必要がある場合があります。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Explanation

Box 1: Scale set
A virtual machine scale set allows you to deploy and manage a set of identical, autoscaling virtual machines.
Box 2: Availability Set
An Availability Set is a logical grouping capability for isolating VM resources from each other when they're deployed. Azure makes sure that the VMs you place within an Availability Set run across multiple physical servers, compute racks, storage units, and network switches. If a hardware or software failure happens, only a subset of your VMs are impacted and your overall solution stays operational. Availability Sets are essential for building reliable cloud solutions.
Box 3: Fault domain
A fault domain is a logical group of underlying hardware that share a common power source and network switch, similar to a rack within an on-premises datacenter. As you create VMs within an availability set, the Azure platform automatically distributes your VMs across these fault domains. This approach limits the impact of potential physical hardware failures, network outages, or power interruptions.
Subscription1という名前のAzureサブスクリプションがあります。
Subscription1で複数のAzure仮想マシンを作成します。すべての仮想マシンは同じ仮想ネットワークに属します。
Server1というオンプレミスのHyper-Vサーバーがあります。 Server1は、VM1という名前の仮想マシンをホストします。
VM1をAzureに複製する予定です。
計画的な展開をサポートするには、Subscription1に追加のオブジェクトを作成する必要があります。
どの3つのオブジェクトを作成する必要がありますか?それぞれの正解はソリューションの一部を示しています。
注:各正しい選択には1ポイントの価値があります。

正解:B、D、E 解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、記載された目標を達成する可能性のある独自のソリューションが含まれています。一部の質問セットには複数の正しい解決策がある場合もあれば、正しい解決策がない場合もあります。
このセクションの質問に回答すると、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
6つの仮想マシン(VM)を含むスケールセットを持つ仮想ネットワークを作成することを計画しています。
別のネットワーク上の監視ソリューションは、スケールセット内のVMにアクセスする必要があります。
VMへのパブリックアクセスを定義する必要があります。
解決策:パブリックIPアドレスをすべてのVMに自動的に割り当てるスケールセットを設計します。
ソリューションは目標を達成していますか?

ニューヨークオフィスの接続要件を満たす必要があります。
あなたは何をするべきか?回答するには、回答エリアで適切なオプションを選択します。
注:各正しい選択には1ポイントの価値があります。
正解:

Explanation

Box 1: Create a virtual network gateway and a local network gateway.
Azure VPN gateway. The VPN gateway service enables you to connect the VNet to the on-premises network through a VPN appliance. For more information, see Connect an on-premises network to a Microsoft Azure virtual network. The VPN gateway includes the following elements:
* Virtual network gateway. A resource that provides a virtual VPN appliance for the VNet. It is responsible for routing traffic from the on-premises network to the VNet.
* Local network gateway. An abstraction of the on-premises VPN appliance. Network traffic from the cloud application to the on-premises network is routed through this gateway.
* Connection. The connection has properties that specify the connection type (IPSec) and the key shared with the on-premises VPN appliance to encrypt traffic.
* Gateway subnet. The virtual network gateway is held in its own subnet, which is subject to various requirements, described in the Recommendations section below.
Box 2: Configure a site-to-site VPN connection
On premises create a site-to-site connection for the virtual network gateway and the local network gateway.

Scenario: Connect the New York office to VNet1 over the Internet by using an encrypted connection.
Azureサブスクリプションがあります。
Webフロントエンドとアプリケーション層を持つアプリを展開する予定です。
次の要件を満たす負荷分散ソリューションを推奨する必要があります。
*インターネットからWeb層:
-URLベースのルーティングを提供
-接続の排出をサポート
-SQLインジェクション攻撃を防止
* Web層からアプリケーション層:
-ポート転送を提供します
-HTTPSヘルスプローブをサポート
-バックエンドプールとしての可用性セットをサポート
各層に推奨する負荷分散ソリューションはどれですか?回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Explanation

Box 1: An Azure Application Gateway that has a web application firewall (WAF) Azure Application Gateway offers a web application firewall (WAF) that provides centralized protection of your web applications from common exploits and vulnerabilities. Web applications are increasingly targeted by malicious attacks that exploit commonly known vulnerabilities. SQL injection and cross-site scripting are among the most common attacks.
Application Gateway operates as an application delivery controller (ADC). It offers Secure Sockets Layer (SSL) termination, cookie-based session affinity, round-robin load distribution, content-based routing, ability to host multiple websites, and security enhancements.
Box 2: An internal Azure Standard Load Balancer
The internet to web tier is the public interface, while the web tier to application tier should be internal.
Note: When using load-balancing rules with Azure Load Balancer, you need to specify a health probes to allow Load Balancer to detect the backend endpoint status.
Health probes support the TCP, HTTP, HTTPS protocols.
References:
https://docs.microsoft.com/en-us/azure/application-gateway/waf-overview
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-custom-probe-overview
Subscription1という名前のAzureサブスクリプションがあります。
Subscription1に転送する必要がある5 TBのデータがあります。
Azure Import / Exportジョブを使用する予定です。
インポートされたデータの宛先として何を使用できますか?

解説: (JPNTest メンバーにのみ表示されます)
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、記載された目標を達成する可能性のある独自のソリューションが含まれています。一部の質問セットには複数の正しい解決策がある場合もあれば、正しい解決策がない場合もあります。
このセクションの質問に回答すると、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
6つの仮想マシン(VM)を含むスケールセットを持つ仮想ネットワークを作成することを計画しています。
別のネットワーク上の監視ソリューションは、スケールセット内のVMにアクセスする必要があります。
VMへのパブリックアクセスを定義する必要があります。
解決策:パブリックIPアドレスを持つスタンドアロンVMを仮想ネットワークに展開します。
ソリューションは目標を達成していますか?

Azure Service Fabricをデプロイするステートフルサービスを開発しています。 RunAsyncメソッドを実装する予定です。
IReliable辞書インターフェイスのインスタンスとインターフェイスするメソッドを実装して、サービスが呼び出されるたびにカウントをインクリメントする必要があります-サービスが最初に呼び出されたときに、まだ存在しない場合はカウントを1に初期化してから、呼び出されるたびに1つずつ更新します。
どの3つの方法を順番に実行する必要がありますか?回答するには、適切なメソッドをメソッドのリストから回答エリアに移動し、正しい順序で並べます。
正解:
Subscription1という名前のAzureサブスクリプションがあります。 Subscription1には、VM1という名前の仮想マシンが含まれています。
VM1にWebサーバーとDNSサーバーをインストールして構成します。
VM1には、次の展示に示す効果的なネットワークセキュリティルールがあります。

ドロップダウンメニューを使用して、図に示されている情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Explanation

Box 1:
Rule2 blocks ports 50-60, which includes port 53, the DNS port. Internet users can reach to the Web server, since it uses port 80.
Box 2:
If Rule2 is removed internet users can reach the DNS server as well.
Note: Rules are processed in priority order, with lower numbers processed before higher numbers, because lower numbers have higher priority. Processing stops once traffic matches a rule, as a result, any rules that exist with lower priorities (higher numbers) that have the same attributes as rules with higher priorities are not processed.
References:
https://docs.microsoft.com/en-us/azure/virtual-network/security-overview
5,000のユーザーアカウントを含むAzure Active Directory(Azure AD)ドメインがあります。 AdminUser1という名前の新しいユーザーアカウントを作成します。
ユーザー管理者の管理役割をAdminUser1に割り当てる必要があります。
ユーザーアカウントのプロパティから何をすべきですか?

解説: (JPNTest メンバーにのみ表示されます)
Subscription1という名前のAzureサブスクリプションがあります。 Subscription1には、次の表のリソースグループが含まれています。

RG1にはWebApp1という名前のWebアプリがあります。 WebApp1は西ヨーロッパにあります。 WebApp1をRG2に移動します。移動の効果は何ですか?

解説: (JPNTest メンバーにのみ表示されます)
初期ドメイン名を持つAzure Active Directory(Azure AD)テナントがあります。
サードパーティのレジストラで登録されたドメイン名contoso.comがあります。
@ contoso.comのサフィックスを含む名前を持つAzure ADユーザーを作成できることを確認する必要があります。
順番に実行する必要がある3つのアクションはどれですか?回答するには、適切なコマンドレットをコマンドレットのリストから回答領域に移動し、正しい順序に並べます。
正解:

Explanation

References:
https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/add-custom-domain
通知遅延の問題を解決する必要があります。
実行すべき2つのアクションはどれですか?それぞれの正解はソリューションの一部を示しています。
注:それぞれの正しい選択には1ポイントの価値があります。

正解:A、B 解答を投票する
Inventory APIを更新する必要があります。
どの開発ツールを使用する必要がありますか?回答するには、回答エリアで適切なオプションを選択します。
注:それぞれの正しい選択には1ポイントの価値があります。
正解:

Topic 6, Humongous Insurance
Overview
Existing Environment
Active Directory Environment
Humongous Insurance has a single-domain Active Directory forest named humongousinsurance.com. The functional level of the forest is Windows Server 2012.
You recently provisioned an Azure Active Directory (Azure AD) tenant.
Network Infrastructure
Each office has a local data center that contains all the servers for that office. Each office has a dedicated connection to the Internet.
Each office has several link load balancers that provide access to the servers.
Active Directory Issue
Several users in humongousinsurance.com have UPNs that contain special characters.
You suspect that some of the characters are unsupported in Azure AD.
Licensing Issue
You attempt to assign a license in Azure to several users and receive the following error message: "Licenses not assigned. License agreement failed for one user." You verify that the Azure subscription has the available licenses.
Requirements
Planned Changes
Humongous Insurance plans to open a new office in Paris. The Paris office will contain 1,000 users who will be hired during the next 12 months. All the resources used by the Paris office users will be hosted in Azure.
Planned Azure AD Infrastructure
The on-premises Active Directory domain will be synchronized to Azure AD.
All client computers in the Paris office will be joined to an Azure AD domain.
Planned Azure Networking Infrastructure
You plan to create the following networking resources in a resource group named All_Resources:
* Default Azure system routes that will be the only routes used to route traffic
* A virtual network named Paris-VNet that will contain two subnets named Subnet1 and Subnet2
* A virtual network named ClientResources-VNet that will contain one subnet named ClientSubnet
* A virtual network named AllOffices-VNet that will contain two subnets named Subnet3 and Subnet4 You plan to enable peering between Paris-VNet and AllOffices-VNet. You will enable the Use remote gateways setting for the Paris-VNet peerings.
You plan to create a private DNS zone named humongousinsurance.local and set the registration network to the ClientResources-VNet virtual network.
Planned Azure Computer Infrastructure
Each subnet will contain several virtual machines that will run either Windows Server 2012 R2, Windows Server 2016, or Red Hat Linux.
Department Requirements
Humongous Insurance identifies the following requirements for the company's departments:
* Web administrators will deploy Azure web apps for the marketing department. Each web app will be added to a separate resource group. The initial configuration of the web apps will be identical. The web administrators have permission to deploy web apps to resource groups.
* During the testing phase, auditors in the finance department must be able to review all Azure costs from the past week.
Authentication Requirements
Users in the Miami office must use Azure Active Directory Seamless Single Sign-on (Azure AD Seamless SSO) when accessing resources in Azure.

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡