[Q165-Q184] リアルMicrosoft DP-300日本語試験問題 [更新されたのは2023年]

Share

リアルMicrosoft DP-300日本語試験問題 [更新されたのは2023年]

DP-300日本語試験問題集で合格させるのは更新されたのは2023年年最新のAdministering Relational Databases on Microsoft Azure (DP-300日本語版)

質問 # 165
[email protected]という名前のユーザーとSQLMI1という名前のAzureSQL管理対象インスタンスを含むcontoso.comという名前のAzureActive Directory(Azure AD)テナントがあります。
[email protected]がAzureADサービスプリンシパルにマップするログインをSQLMI1に作成できることを確認する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

Explanation
Text Description automatically generated with medium confidence

Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/aad-security-configure-tutorial


質問 # 166
DB1という名前のデータベースを含むServer1という名前のオンプレミスのMicrosoftSQL Server2016サーバーがあります。
Azure Database Migration Serviceを使用して、DB1からAzure SQLDatabaseマネージドインスタンスへのオンライン移行を実行する必要があります。
DB1のバックアップをどのように構成する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation

Box 1: Full and log backups only
Make sure to take every backup on a separate backup media (backup files). Azure Database Migration Service doesn't support backups that are appended to a single backup file. Take full backup and log backups to separate backup files.
Box 2: WITH CHECKSUM
Azure Database Migration Service uses the backup and restore method to migrate your on-premises databases to SQL Managed Instance. Azure Database Migration Service only supports backups created using checksum.
Reference:
https://docs.microsoft.com/en-us/azure/dms/known-issues-azure-sql-db-managed-instance-online


質問 # 167
SERVER1データベースの移行を計画しています。ソリューションはビジネス要件を満たす必要があります。
移行計画には何を含める必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://azure.microsoft.com/pricing/details/database-migration/
https://docs.microsoft.com/en-us/azure/dms/tutorial-sql-server-azure-sql-online


質問 # 168
小売店テーブルの代理キーを実装する必要があります。ソリューションは、販売トランザクションデータセットの要件を満たす必要があります。
何を作成する必要がありますか?

  • A. システムバージョンの時間テーブル
  • B. FOREIGNKEY制約があるテーブル
  • C. ユーザー定義のSEQUENCEオブジェクト
  • D. IDENTITYプロパティを持つテーブル

正解:D

解説:
Scenario: Contoso requirements for the sales transaction dataset include:
Implement a surrogate key to account for changes to the retail store addresses.
A surrogate key on a table is a column with a unique identifier for each row. The key is not generated from the
table data. Data modelers like to create surrogate keys on their tables when they design data warehouse models. You can use the IDENTITY property to achieve this goal simply and effectively without affecting load performance.
Reference:
https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tablesidentity


質問 # 169
オンプレミスのMicrosoftSQLServerデータベースをAzureに移行することを計画しています。
次の要件を満たす展開と復元のオプションを特定する必要があります。
ユーザーが開始するバックアップをサポートします。
Azureリージョン全体で複数の自動的にレプリケートされたインスタンスをサポートします。
ビジネスの継続性を実装および維持するための管理作業を最小限に抑えます。
何を特定する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview
https://docs.microsoft.com/en-us/dotnet/architecture/cloud-native/infrastructure-resiliency-azure


質問 # 170
db1という名前のAzureSQLデータベースがあります。
先週からdb1のリソース使用量を取得する必要があります。
どのようにステートメントを完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-resource-stats-azure-sql-database


質問 # 171
5 つのデータベースをホストする SQL1 というオンプレミスの Microsoft SQL Server があります。
データベースを Azure SQL マネージド インスタンスに移行する必要があります。ソリューションは、ダウンタイムを最小限に抑え、データ損失を防ぐ必要があります。
何を使うべきですか?

  • A. Always On 可用性グループ
  • B. データベース移行アシスタント
  • C. ログ配布
  • D. バックアップと復元

正解:C


質問 # 172
注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、述べられた目標を達成する可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答した後は、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。
Server1とServer2という名前の2つのAzureSQLデータベースサーバーがあります。各サーバーには、Database1という名前のAzureSQLデータベースが含まれています。
Database1をServer1からServer2に復元する必要があります。ソリューションは、Server2上の既存のDatabase1を置き換える必要があります。
解決策:RESTORE Transact-SQLコマンドとREPLACEオプションを使用して、Database1をServer1からServer2に復元します。
これは目標を達成していますか?

  • A. いいえ
  • B. はい

正解:B

解説:
The REPLACE option overrides several important safety checks that restore normally performs. The overridden checks are as follows:
* Restoring over an existing database with a backup taken of another database.
With the REPLACE option, restore allows you to overwrite an existing database with whatever database is in the backup set, even if the specified database name differs from the database name recorded in the backup set. This can result in accidentally overwriting a database by a different database.
Reference:
https://docs.microsoft.com/en-us/sql/t-sql/statements/restore-statements-transact-sql


質問 # 173
DevServer1という名前のAzureSQLデータベースサーバーを含むApp1Devという名前のリソースグループがあります。 DevServer1には、DB1という名前のAzureSQLデータベースが含まれています。 DB1のスキーマとアクセス許可は、Microsoft SQL Serverデータツール(SSDT)データベースプロジェクトに保存されます。
App1Testという名前の新しいリソースグループに、DB1データベースとTestServer1という名前のAzure SQLServerを追加する必要があります。 App1Testのリソースは、App1Devのリソースと同じ構成である必要があります。
どの4つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

1 - From the Azure portal, export the Azure Resource Manager templates
2 - Change the server name and related variables in the templates
3 - From the Azure portal, deploy the templates.
4 - From the database project, deploy the database schema and permissions


質問 # 174
AzureSQLデータベースを含むAzureサブスクリプションがあります。
データベースは、クエリにタイムリーに応答できません。
問題がresource_semaphore待機に関連しているかどうかを識別する必要があります。
Transact-SQLクエリをどのように完了する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation
Graphical user interface, text, application Description automatically generated

Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/monitoring-with-dmvs


質問 # 175
Orders という名前のテーブルを含む DB1 という名前の Azure SQL データベースがあります。Orders テーブルには、各販売注文の行が含まれています。各販売注文には、注文したユーザーの名前が含まれています。
行レベル セキュリティ (RLS) を実装する必要があります。このソリューションでは、ユーザーがそれぞれの販売注文のみを表示できるようにする必要があります。
ソリューションには何を含める必要がありますか? 回答するには、回答で適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。

正解:

解説:


質問 # 176
Twitterフィードデータレコードのデータ保持ソリューションを設計する必要があります。ソリューションは、顧客の感情分析の要件を満たす必要があります。
ソリューションにどのAzureStorage機能を含める必要がありますか?

  • A. ソフト削除
  • B. ライフサイクル管理
  • C. フィードを変更する
  • D. 時間ベースの保持

正解:B

解説:
Explanation
The lifecycle management policy lets you:
Delete blobs, blob versions, and blob snapshots at the end of their lifecycles Reference:
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts


質問 # 177
役割の割り当てを評価しています。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation:
Box 1: Yes
DBAGroup1 is member of the Contributor role.
The Contributor role grants full access to manage all resources, but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.
Box 2: No
Box 3: Yes
DBAGroup2 is member of the SQL DB Contributor role.
The SQL DB Contributor role lets you manage SQL databases, but not access to them. Also, you can't manage their security-related policies or their parent SQL servers. As a member of this role you can create and manage SQL databases.
Reference:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles


質問 # 178
5 つのデータベースをホストする Microsoft SQL Server 2017 サーバーがあります。
データベースを Azure に移行する予定です。
次の要件を満たすソリューションを推奨する必要があります。
ワークロードの需要に基づいてコンピューティングを自動的にスケーリングします
秒単位の課金を提供
推奨事項には何を含める必要がありますか? 回答するには、回答で適切なオプションを選択します。

正解:

解説:

Explanation


質問 # 179
SERVER1データベースの移行を計画しています。ソリューションはビジネス要件を満たす必要があります。
移行計画には何を含める必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Explanation

Azure Database Migration service
Box 1: Premium 4-VCore
Scenario: Migrate the SERVER1 databases to the Azure SQL Database platform.
Minimize downtime during the migration of the SERVER1 databases.
Premimum 4-vCore is for large or business critical workloads. It supports online migrations, offline migrations, and faster migration speeds.
Reference:
https://azure.microsoft.com/pricing/details/database-migration/
https://docs.microsoft.com/en-us/azure/dms/tutorial-sql-server-azure-sql-online


質問 # 180
ハイブリッドAzureActive Directory(Azure AD)テナントにリンクされているAzureサブスクリプションがあります。サブスクリプションには、Pool1という名前のAzure Synapse AnalyticsSQLプールが含まれています。
Pool1の認証ソリューションを推奨する必要があります。このソリューションは、多要素認証(MFA)とデータベースレベルの認証をサポートする必要があります。
どの認証ソリューションを推奨に含める必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-authentication


質問 # 181
Azure仮想マシン上にSQLServerがあります。
次の展示に示されているクエリプランを確認します。

次の各ステートメントで、ステートメントがtrueの場合は「はい」を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store


質問 # 182
Azure Databricksを使用して、Purchasesという名前のデータセットを開発することを計画しています。購入には次の列が含まれます。
製品番号
ItemPrice
LineTotal

StoreID


時間


StoreIDごとに異なる1時間ごとの増分ロードパイプラインをサポートするには、データを保存する必要があります。このソリューションでは、ストレージコストを最小限に抑える必要があります。
コードをどのように完成させる必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。

正解:

解説:

Reference:
https://intellipaat.com/community/11744/how-to-partition-and-write-dataframe-in-spark-without-deleting-partitions-with-no-new-data


質問 # 183
SalesSQLDb1の統計更新を実装する必要があります。ソリューションは技術要件を満たす必要があります。
順番に実行する必要がある4つのアクションはどれですか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。

正解:

解説:

1 - Create an Azure automation account.
2 - Import the SqlServer module.
3 - Create a runbook that runs a PowerShell script.
4 - Create and configure a schedule.
Reference:
https://techcommunity.microsoft.com/t5/azure-database-support-blog/automating-azure-sql-db-index-and-statistics-maintenance-using/ba-p/368974


質問 # 184
......

DP-300日本語試験問題集、DP-300日本語練習テスト問題:https://jp.fast2test.com/DP-300J-premium-file.html


弊社を連絡する

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

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어