Microsoft Implementing Data Engineering Solutions Using Microsoft Fabric (DP-700日本語版) - DP-700日本語 Exam Practice Test
Workspace1 という名前の Fabric ワークスペースがあり、その中に Warehouse1 という名前の倉庫が含まれています。
Warehouse1 を Workspace2 という名前の新しいワークスペースにデプロイする予定です。
デプロイメントプロセスの一環として、Warehouse1 に無効な参照が含まれていないかどうかを確認する必要があります。ソリューションは開発作業を最小限に抑える必要があります。
何を使うべきでしょうか?
Warehouse1 を Workspace2 という名前の新しいワークスペースにデプロイする予定です。
デプロイメントプロセスの一環として、Warehouse1 に無効な参照が含まれていないかどうかを確認する必要があります。ソリューションは開発作業を最小限に抑える必要があります。
何を使うべきでしょうか?
Correct Answer: A
Vote an answer
Fabricワークスペースをお持ちです。
あなたは、それぞれ以下のノートブックのいずれかを含む2つのApache Spark環境をデプロイする予定です。
* ノートブック 1: スケジュールされた Spark ジョブとして実行されるデータ取り込みノートブック
* Notebook2; アナリストとデータサイエンティストのチームが使用する、対話型データ分析用のアドホックノートブック。Spark環境を以下の要件を満たすように構成する必要があります。
* Notebook 1 が含まれる環境において、計算コストを最小限に抑える。
* Notebook2を含む環境において、複数の同時ユーザーをサポートします。
それぞれの環境に適したツールは何ですか?回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。

あなたは、それぞれ以下のノートブックのいずれかを含む2つのApache Spark環境をデプロイする予定です。
* ノートブック 1: スケジュールされた Spark ジョブとして実行されるデータ取り込みノートブック
* Notebook2; アナリストとデータサイエンティストのチームが使用する、対話型データ分析用のアドホックノートブック。Spark環境を以下の要件を満たすように構成する必要があります。
* Notebook 1 が含まれる環境において、計算コストを最小限に抑える。
* Notebook2を含む環境において、複数の同時ユーザーをサポートします。
それぞれの環境に適したツールは何ですか?回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。

Correct Answer:

Explanation:

POS1 データをレイクハウス メダリオン レイヤーに取り込む方法を推奨する必要があります。
各レイヤーにはどのような推奨事項がありますか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

各レイヤーにはどのような推奨事項がありますか? 回答するには、回答エリアで適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

Correct Answer:

Explanation:
A screenshot of a computer Description automatically generated

Bronze Layer: A pipeline Copy activity
The bronze layer is used to store raw, unprocessed data. The requirements specify that no transformations should be applied before landing the data in this layer. Using a pipeline Copy activity ensures minimal development effort, built-in connectors, and the ability to ingest the data directly into the Delta format in the bronze layer.
Silver Layer: A notebook
The silver layer involves extensive data cleansing (deduplication, handling missing values, and standardizing capitalization). A notebook provides the flexibility to implement complex transformations and is well-suited for this task.
Topic 2, Litware, IncCase Study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment, and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview
Litware, Inc. is a publishing company that has an online bookstore and several retail bookstores worldwide.
Litware also manages an online advertising business for the authors it represents.
Existing Environment. Fabric Environment
Litware has a Fabric workspace named Workspace1. High concurrency is enabled for Workspace1.
The company has a data engineering team that uses Python for data processing.
Existing Environment. Data Processing
The retail bookstores send sales data at the end of each business day, while the online bookstore constantly provides logs and sales data to a central enterprise resource planning (ERP) system.
Litware implements a medallion architecture by using the following three layers: bronze, silver, and gold. The sales data is ingested from the ERP system as Parquet files that land in the Files folder in a lakehouse.
Notebooks are used to transform the files in a Delta table for the bronze and silver layers. The gold layer is in a warehouse that has V-Order disabled.
Litware has image files of book covers in Azure Blob Storage. The files are loaded into the Files folder.
Existing Environment. Sales Data
Month-end sales data is processed on the first calendar day of each month. Data that is older than one month never changes.
In the source system, the sales data refreshes every six hours starting at midnight each day.
The sales data is captured in a Dataflow Gen1 dataflow. When the dataflow runs, new and historical data is captured. The dataflow captures the following fields of the source:
Sales Date
Author
Price
Units
SKU
A table named AuthorSales stores the sales data that relates to each author. The table contains a column named AuthorEmail. Authors authenticate to a guest Fabric tenant by using their email address.
Existing Environment. Security Groups
Litware has the following security groups:
Sales
Fabric Admins
Streaming Admins
Existing Environment. Performance Issues
Business users perform ad-hoc queries against the warehouse. The business users indicate that reports against the warehouse sometimes run for two hours and fail to load as expected. Upon further investigation, the data engineering team receives the following error message when the reports fail to load: "The SQL query failed while running." The data engineering team wants to debug the issue and find queries that cause more than one failure.
When the authors have new book releases, there is often an increase in sales activity. This increase slows the data ingestion process.
The company's sales team reports that during the last month, the sales data has NOT been up-to-date when they arrive at work in the morning.
Requirements. Planned Changes
Litware recently signed a contract to receive book reviews. The provider of the reviews exposes the data in Amazon Simple Storage Service (Amazon S3) buckets.
Litware plans to manage Search Engine Optimization (SEO) for the authors. The SEO data will be streamed from a REST API.
Requirements. Version Control
Litware plans to implement a version control solution in Fabric that will use GitHub integration and follow the principle of least privilege.
Requirements. Governance Requirements
To control data platform costs, the data platform must use only Fabric services and items. Additional Azure resources must NOT be provisioned.
Requirements. Data Requirements
Litware identifies the following data requirements:
Process the SEO data in near-real-time (NRT).
Make the book reviews available in the lakehouse without making a copy of the data.
When a new book cover image arrives in the Files folder, process the image as soon as possible.
バージョン管理を使用するWorkspace1という名前のFabricワークスペースがあります。Workspace!とAzure DevOpsは統合されています。
Azure DevOps では、開発者は抽出、変換、ロード (ETL) の更新をテストするために Branch1 という名前のブランチを作成します。
Workspace1とBranch1を接続する必要があります。ソリューションは、Branch1に存在するすべてのコンテンツがWorkspace1で利用可能であることを保証しなければなりません。
あなたはどうすべきですか?
Azure DevOps では、開発者は抽出、変換、ロード (ETL) の更新をテストするために Branch1 という名前のブランチを作成します。
Workspace1とBranch1を接続する必要があります。ソリューションは、Branch1に存在するすべてのコンテンツがWorkspace1で利用可能であることを保証しなければなりません。
あなたはどうすべきですか?
Correct Answer: A
Vote an answer
Workspace1 という名前の Fabric ワークスペースがあります。会社で GitHub ライセンスを取得しています。
Workpace1 で GitHub を使用するには、ソース管理を設定する必要があります。このソリューションは最小権限の原則に従う必要があります。GitHub にコードをコミットするために必要な権限は何ですか?
Workpace1 で GitHub を使用するには、ソース管理を設定する必要があります。このソリューションは最小権限の原則に従う必要があります。GitHub にコードをコミットするために必要な権限は何ですか?
Correct Answer: A
Vote an answer
Fabricワークスペースには、Warehouse!という倉庫が含まれています。Warehouse!には、DimCustomersというテーブルが含まれています。DimCustomersには、以下の列が含まれています。
* 顧客名
* 顧客ID
* 生年月日
* メールアドレス
次の要件を満たすようにセキュリティを構成する必要があります。
* DimCustomer の BirthDate はマスクされ、1900-01-01 が表示される必要があります。
* DimCustomer の電子メールはマスクされ、先頭の文字と最後の 5 文字のみが表示される必要があります。
この文をどのように完成させるべきでしょうか? 回答するには、回答の中で適切なオプション a を選択してください。注: 正しい選択ごとに 1 ポイントが加算されます。

* 顧客名
* 顧客ID
* 生年月日
* メールアドレス
次の要件を満たすようにセキュリティを構成する必要があります。
* DimCustomer の BirthDate はマスクされ、1900-01-01 が表示される必要があります。
* DimCustomer の電子メールはマスクされ、先頭の文字と最後の 5 文字のみが表示される必要があります。
この文をどのように完成させるべきでしょうか? 回答するには、回答の中で適切なオプション a を選択してください。注: 正しい選択ごとに 1 ポイントが加算されます。

Correct Answer:

Explanation:

DW1 という Fabric ウェアハウスがあり、そこには DimCustomer というタイプ 2 の緩やかに変化するディメンション (SCD) ディメンションテーブルが含まれています。DimCustomer には 100 列と 2,000 万行が含まれています。列のデータ型は、int、varchar、date、varbinary など、多岐にわたります。
テーブルへの変更を識別し、変更があった場合はレコードを更新する必要があります。ソリューションはリソース消費を最小限に抑える必要があります。
属性の変更を識別するには何を使用すればよいですか?
テーブルへの変更を識別し、変更があった場合はレコードを更新する必要があります。ソリューションはリソース消費を最小限に抑える必要があります。
属性の変更を識別するには何を使用すればよいですか?
Correct Answer: C
Vote an answer
Readings という名前のテーブルを含む KQL データベースがあります。
ilmestamp 値に基づいて各行の Meter-Reading 値を前の行と比較する KQL クエリを構築する必要があります。予想される出力のサンプルを次の表に示します。


ilmestamp 値に基づいて各行の Meter-Reading 値を前の行と比較する KQL クエリを構築する必要があります。予想される出力のサンプルを次の表に示します。


Correct Answer:

Explanation:
