2025年最新のDP-300日本語実際問題集には試験のコツがあるPDF試験材料
心強いDP-300日本語のPDF問題集問題
質問 # 29
AzureSQLデータベースがあります。
プランキャッシュが、一度だけ使用されたコンパイル済みプランでいっぱいであることがわかります。
select * from sys.database_scoped_configurations Transact-SQLコマンドを実行すると、次の表に示す結果が得られます。
あなたは記憶の圧力を和らげる必要があります。
何を構成する必要がありますか?
- A. LEGACY_CARDINALITY_ESTIMATION
- B. OPTIMIZE_FOR_AD_HOC_WORKLOADS
- C. QUERY_OPTIMIZER_HOTFIXES
- D. ACCELERATED_PLAN_FORCING
正解:B
解説:
Explanation
OPTIMIZE_FOR_AD_HOC_WORKLOADS = { ON | OFF }
Enables or disables a compiled plan stub to be stored in cache when a batch is compiled for the first time. The default is OFF. Once the database scoped configuration OPTIMIZE_FOR_AD_HOC_WORKLOADS is enabled for a database, a compiled plan stub will be stored in cache when a batch is compiled for the first time.
Plan stubs have a smaller memory footprint compared to the size of the full compiled plan.
Reference:
https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql
質問 # 30
DB1 という名前の Azure SQL データベースがあります。
データセンターに障害が発生した場合でも、DB1 がデータを失わずに自動フェイルオーバーをサポートしていることを確認する必要があります。ソリューションではコストを最小限に抑える必要があります。
どの導入オプションと価格レベルを設定する必要がありますか?
- A. Azure SQL データベースの基本
- B. Azure SQL Database マネージド インスタンスの汎用
- C. Azure SQL データベース プレミアム
- D. Azure SQL データベース ハイパースケール
正解:C
解説:
Explanation
By default, the cluster of nodes for the premium availability model is created in the same datacenter. With the introduction of Azure Availability Zones, SQL Database can place different replicas of the Business Critical database to different availability zones in the same region. To eliminate a single point of failure, the control ring is also duplicated across multiple zones as three gateway rings (GW). The routing to a specific gateway ring is controlled by Azure Traffic Manager (ATM). Because the zone redundant configuration in the Premium or Business Critical service tiers does not create additional database redundancy, you can enable it at no extra cost. By selecting a zone redundant configuration, you can make your Premium or Business Critical databases resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic. You can also convert any existing Premium or Business Critical databases or pools to the zone redundant configuration.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/high-availability-sla
質問 # 31
ハイブリッドAzureActive Directory(Azure AD)テナントにリンクされているAzureサブスクリプションがあります。サブスクリプションには、Pool1という名前のAzure Synapse AnalyticsSQLプールが含まれています。
Pool1の認証ソリューションを推奨する必要があります。このソリューションは、多要素認証(MFA)とデータベースレベルの認証をサポートする必要があります。
どの認証ソリューションを推奨に含める必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation:
Graphical user interface, text, application, chat or text message Description automatically generated
Box 1: Azure AD authentication
Azure Active Directory authentication supports Multi-Factor authentication through Active Directory Universal Authentication.
Box 2: Contained database users
Azure Active Directory Uses contained database users to authenticate identities at the database level.
Reference:
https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-authentication
質問 # 32
データベースを SVR1 から Instance1 に移行するときに使用するサービスとターゲット エンドポイントを推奨する必要があります。ソリューションは可用性の要件を満たす必要があります。
何を推奨しますか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:
解説:
Explanation:
質問 # 33
user1という名前のAzureActive Directory(Azure AD)ユーザーを含むdb1という名前のAzureSQLデータベースがあります。
SELECTステートメントを実行して元の実行コンテキストに戻ることにより、db1でuser1の偽装をテストする必要があります。
Transact-SQLステートメントをどのように完了する必要がありますか?回答するには、回答エリアで適切なオプションを選択してください。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/sql/t-sql/statements/execute-as-transact-sql?view=sql-server-ver15
https://docs.microsoft.com/en-us/sql/t-sql/functions/suser-sname-transact-sql?view=sql-server-ver15
質問 # 34
販売データのストリーミング集計を実行するには、どのウィンドウ関数を使用する必要がありますか?
- A. タンブリング
- B. スライディング
- C. ホッピング
- D. セッション
正解:A
解説:
Explanation
Scenario: The sales data, including the documents in JSON format, must be gathered as it arrives and analyzed online by using Azure Stream Analytics. The analytics process will perform aggregations that must be done continuously, without gaps, and without overlapping.
Tumbling window functions are used to segment a data stream into distinct time segments and perform a function against them, such as the example below. The key differentiators of a Tumbling window are that they repeat, do not overlap, and an event cannot belong to more than one tumbling window.
Timeline Description automatically generated
Reference:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/stream-analytics/stream-analytics-window-fun
質問 # 35
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
質問 # 36
Table1とTable2という名前の2つのテーブルを含むDB1という名前のAzureSQLデータベースがあります。両方のテーブルには、Column1という名前の列が含まれています。 Column1は、App1という名前のアプリケーションによる結合に使用されます。
Column1の内容は、保管中、輸送中、および使用中に保護する必要があります。
Column1の内容をどのように保護する必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
Box 1: Column encryption Key
Always Encrypted uses two types of keys: column encryption keys and column master keys. A column encryption key is used to encrypt data in an encrypted column. A column master key is a key-protecting key that encrypts one or more column encryption keys.
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/security/encryption/always-encrypted-database-engine
質問 # 37
次のAzureResourceManagerテンプレートがあります。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/purchasing-models
https://docs.microsoft.com/en-us/azure/azure-sql/database/single-database-create-arm-template-quickstart
質問 # 38
次の表に示すリソースを含むAzureサブスクリプションがあります。
db1をmysqlbackupsにバックアップしてから、SQL1でホストされているdb2という名前の新しいデータベースにバックアップを復元する必要があります。ソリューションでは、db1がストライプセットにバックアップされていることを確認する必要があります。
どの3つのTransact-SQLステートメントを順番に実行する必要がありますか?回答するには、適切なステートメントをステートメントのリストから回答領域に移動し、正しい順序に並べます。
正解:
解説:
Explanation
Text Description automatically generated with low confidence
Text Description automatically generated
Reference:
https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/sql-server-backup-to-url?view=sql-serv
質問 # 39
Azure Synapse Analytics サーバーレス SQL プールを使用して、Azure Data Lake Storage Gen2 アカウントのバス運賃データの探索的分析を実行しています。
次の例に示す Transact-SQL クエリを実行します。
ドロップダウン メニューを使用して、図に示されている情報に基づいて各ステートメントを完成させる回答の選択肢を選択します。
正解:
解説:
Explanation
Graphical user interface, table Description automatically generated
Box 1: CSV files that have file named beginning with "tripdata_2020"
Box 2: a header
FIRSTROW = 'first_row'
Specifies the number of the first row to load. The default is 1 and indicates the first row in the specified data file. The row numbers are determined by counting the row terminators. FIRSTROW is 1-based.
Reference:
https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-openrowset
質問 # 40
Microsoft SQL Server インスタンスをホストする Azure 仮想マシンをデプロイするには、Azure Resource Manager ARM) テンプレートを使用する必要があります。ソリューションは、SQL Server データベースとログ ファイルのディスク I/O パフォーマンスを最大化する必要があります。どのようにテンプレートを完成させる必要がありますか? 回答するには、回答で適切なオプションを選択します。
注: それぞれの正しい選択は 1 ポイントの価値があります。
正解:
解説:
質問 # 41
AzureSQLデータベースがあります。
次のPowerShellスクリプトを実行します。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Explanation
Text Description automatically generated
Reference:
https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqldatabasebackupshorttermretentionpolicy?vie
https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqldatabasebackuplongtermretentionpolicy?vie
質問 # 42
タスク8
db1 のパフォーマンス テストを実行する予定です。
db1 が最後に正常だったクエリ プランに戻らないようにする必要があります。
正解:
解説:
See the explanation part for the complete Solution.
Explanation:
To prevent db1 from reverting to the last known good query plan, you need to disable the automatic plan correction feature for the database. This feature is enabled by default and allows the Query Store to detect and fix plan performance regressions by forcing the last good plan1. However, if you want to test the performance of different plans without interference from the Query Store, you can turn off this feature by using the ALTER DATABASE SCOPED CONFIGURATION statement2.
Here are the steps to disable the automatic plan correction feature for db1:
* Connect to db1 using SQL Server Management Studio, Azure Data Studio, or any other tool that supports Transact-SQL statements.
* Open a new query window and run the following command: ALTER DATABASE SCOPED CONFIGURATION SET AUTOMATIC_TUNING (FORCE_LAST_GOOD_PLAN = OFF); GO
* This command will disable the automatic plan correction feature for db1 and allow the Query Optimizer to choose the best plan based on the current statistics and parameters3.
* To verify that the automatic plan correction feature is disabled for db1, you can query the sys.
database_scoped_configurations catalog view. The value of the force_last_good_plan column should be
0 for db1.
These are the steps to disable the automatic plan correction feature for db1.
質問 # 43
AzureSQLデータベースがあります。
次のPowerShellスクリプトを実行します。
次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqldatabasebackupshorttermretentionpolicy?view=azps-7.2.0
https://docs.microsoft.com/en-us/powershell/module/az.sql/set-azsqldatabasebackuplongtermretentionpolicy?view=azps-7.2.0
質問 # 44
あなたの会社はセキュリティカメラからの画像を分析し、異常な活動に対応するセキュリティチームにアラートを送信します。このソリューションはAzureDatabricksを使用します。
Apache Sparkレベルのイベント、Spark Structured Streamingメトリック、およびアプリケーションメトリックをAzureMonitorに送信する必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、回答領域のアクションのリストから適切なアクションを移動し、正しい順序に並べます。
正解:
解説:
Explanation
Graphical user interface, text, application Description automatically generated with medium confidence
Send application metrics using Dropwizard.
Spark uses a configurable metrics system based on the Dropwizard Metrics Library.
To send application metrics from Azure Databricks application code to Azure Monitor, follow these steps:
Step 1: Configure your Azure Databricks cluster to use the Databricksmonitoring library.
Prerequisite: Configure your Azure Databricks cluster to use the monitoring library.
Step 2: Build the spark-listeners-loganalytics-1.0-SNAPSHOT.jar JAR file Step 3: Create Dropwizard counters in your application code Create Dropwizard gauges or counters in your application code
質問 # 45
ResearchDB1のすべてのテーブルとビューを作成します。
ResearchDB1のセキュリティを実装する必要があります。ソリューションは、セキュリティとコンプライアンスの要件を満たす必要があります。
どの3つのアクションを順番に実行する必要がありますか?回答するには、適切なアクションをアクションのリストから回答領域に移動し、正しい順序で配置します。
正解:
解説:
Explanation
Graphical user interface, text, application Description automatically generated
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/always-encrypted-azure-key-vault-configure?tabs=azu
質問 # 46
オンプレミス ネットワークには、DB 1 という名前の 60 TB のデータベースをホストするサーバーが含まれています。ネットワークには 10 Mbps のインターネット接続があります。
DB 1 を Azure に移行する必要があります。このソリューションでは、データベースの移行にかかる時間を最小限に抑える必要があります。
何を使うべきですか?
- A. Azure 移行
- B. データ移行アシスタント (DMA)
- C. Azure データベース移行サービス
- D. アズールデータBOX
正解:C
解説:
Explanation
https://www.techtarget.com/searchitoperations/tip/Easily-transfer-VMs-to-the-cloud-with-Microsoft-Azure-Migr
質問 # 47
Azure SynapseAnalyticsにデータウェアハウスがあります。
データウェアハウス内のデータが保存時に暗号化されていることを確認する必要があります。
何を有効にする必要がありますか?
- A. このデータベースの高度なデータセキュリティ
- B. すべての列で常に暗号化
- C. 安全な転送が必要
- D. 透過的データ暗号化(TDE)
正解:D
解説:
Transparent data encryption (TDE) helps protect Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics against the threat of malicious offline activity by encrypting data at rest.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/database/transparent-data-encryption-tde-overview
質問 # 48
Windows Server 2019 を実行し、AG1 という名前の Microsoft SQL Server 2017 Always On 可用性グループをホストする 2 つのオンプレミス サーバーがあります。AG1 には、DB1 という名前の単一のデータベースが含まれています。
Azure サブスクリプションがあります。サブスクリプションには、Linux を実行する VM1 という名前の仮想マシンが含まれています。
DB1 を VM1 上の SQL Server 2019 インスタンスに移行する必要があります。ソリューションでは、移行中の DB1 のダウンタイムを最小限に抑える必要があります。
どうすればいいでしょうか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:
解説:
see the answer below in explanation.
Explanation:
Answer as in image below.
質問 # 49
タスク 5
db1 のディザスター リカバリー ソリューションを構成する必要があります。フェールオーバーが発生した場合、データベースへの接続文字列は同じままである必要があります。セカンダリ サーバーは、米国西部 3 Azure リージョンに配置する必要があります。
正解:
解説:
See the explanation part for the complete Solution.
Explanation:
To configure a disaster recovery solution for db1, you can use the failover groups feature of Azure SQL Database. Failover groups allow you to manage the replication and failover of a group of databases across different regions with the same connection strings1. You can also use active geo-replication as an alternative, but you will need to update the connection strings manually after a failover2.
Here are the steps to create a failover group for db1 with the secondary server in the West US 3 region:
* Using the Azure portal:
* Go to the Azure portal and select your Azure SQL Database server that hosts db1.
* Select Failover groups in the left menu and click on Add group.
* Enter a name for the failover group and select West US 3 as the secondary region.
* Click on Create a new server and enter the details for the secondary server, such as server name, admin login, password, and subscription.
* Click on Select existing database(s) and choose db1 from the list of databases on the primary server.
* Click on Configure failover policy and select the failover mode, grace period, and read-write failover endpoint mode according to your preferences.
* Click on Create to create the failover group and start the replication of db1 to the secondary server.
* Using PowerShell commands:
* Install the Azure PowerShell module and log in with your Azure account.
* Run the following command to create a new server in the West US 3 region: New-AzSqlServer - ResourceGroupName <your-resource-group-name> -ServerName <your-secondary-server-name>
-Location "West US 3" -SqlAdministratorCredentials $(New-Object -TypeName System.
Management.Automation.PSCredential -ArgumentList "<your-admin-login>", $(ConvertTo- SecureString -String "<your-password>" -AsPlainText -Force))
* Run the following command to create a new failover group with db1: New- AzSqlDatabaseFailoverGroup -ResourceGroupName <your-resource-group-name> -ServerName
<your-primary-server-name> -PartnerResourceGroupName <your-resource-group-name> - PartnerServerName <your-secondary-server-name> -FailoverGroupName <your-failover-group- name> -Database db1 -FailoverPolicy Manual -GracePeriodWithDataLossHours 1 - ReadWriteFailoverEndpoint "Enabled"
* You can modify the parameters of the command according to your preferences, such as the failover policy, grace period, and read-write failover endpoint mode.
These are the steps to create a failover group for db1 with the secondary server in the West US 3 region.
質問 # 50
トランザクションデータの分析ストレージソリューションを設計する必要があります。ソリューションは、販売トランザクションデータセットの要件を満たす必要があります。
ソリューションに何を含める必要がありますか?回答するには、回答領域で適切なオプションを選択します。
注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
解説:
Reference:
https://rajanieshkaushikk.com/2020/09/09/how-to-choose-right-data-distribution-strategy-for-azure-synapse/
質問 # 51
......
結果を保証するには2025年04月最新の無料版提供しています:https://jp.fast2test.com/DP-300J-premium-file.html