Microsoft Implementing Analytics Solutions Using Microsoft Fabric (DP-600日本語版) - DP-600日本語 FREE EXAM DUMPS QUESTIONS & ANSWERS

FabricテナントにはWarehouse1という名前のウェアハウスがあります。Warehouse1にはschemaA、schemaB、schemaCという名前の3つのスキーマが含まれています。User1という名前のユーザーがschemaA内のテーブルのみを切​​り捨てられるようにする必要があります。
T-SQLステートメントをどのように完成させるべきですか?回答するには、回答欄で適切なオプションを選択してください。
注:正解ごとに1ポイントが加算されます。
Correct Answer:

Explanation:

GRANT ALTER ON SCHEMA::schemaA TO User1;
The ALTER permission allows a user to modify the schema of an object, and granting ALTER on a schema will allow the user to perform operations like TRUNCATE TABLE on any object within that schema. It is the correct permission to grant to User1 for truncating tables in schemaA .
References =
GRANT Schema Permissions
Permissions That Can Be Granted on a Schema
あなたは、bucketl という名前の Amazon Simple Storage Service (Amazon S3) バケットを含む Amazon Web Services (AWS) サブスクリプションを所有しています。
あなたはLH1という名前の湖畔の家を含むFabricテナントを持っています。
LH1では、bucketlへのOneLakeショートカットを作成する予定です。
接続の認証を設定する必要があります。
どの2つの値を入力すればよいですか?それぞれの正解は、解答の一部を示しています。
注:正解ごとに1ポイントが加算されます。
Correct Answer: D,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
あなたはFabricテナントを所有しています。
あなたは、Spark DataFrameを使用してMicrosoft Power BLのビジュアルを生成するFabricノートブックを作成する予定です。
以下のコードを実行します。

以下の各設問について、該当する場合は「はい」を選択してください。該当しない場合は「いいえ」を選択してください。注:正解ごとに1点が加算されます。
Correct Answer:

Explanation:
The code embeds an existing Power BI report. - No
The code creates a Power BI report. - Yes
The code displays a summary of the DataFrame. - Yes
The code provided seems to be a snippet from a SQL query or script which is neither creating nor embedding a Power BI report directly. It appears to be setting up a DataFrame for use within a larger context, potentially for visualization in Power BI, but the code itself does not perform the creation or embedding of a report.
Instead, it ' s likely part of a data processing step that summarizes data.
References =
Introduction to DataFrames - Spark SQL
Power BI and Azure Databricks
倉庫を含む Fabric テナントがあります。ウェアハウスは行レベルのセキュリティ (RLS) を使用します。ウェアハウスのデルタ テーブルと RLS を使用する Direct Lake セマンティック モデルを作成します。ユーザーがモデルから構築されたレポートを操作するとき、DAX クエリではどのモードが使用されますか?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
研究部門のワークスペースをグループ化するための解決策を提案する必要があります。
推薦状には何を含めるべきでしょうか?回答するには、回答欄で適切な選択肢を選んでください。
注:正解ごとに1ポイントが加算されます。
Correct Answer:

Explanation:

Comprehensive Detailed Explanation
The requirement is to logically group the Research division workspaces and support filtering in the OneLake data hub .
Why Domain ?
Microsoft Fabric allows you to assign workspace domains (e.g., Finance, HR, Research).
This provides a logical grouping of workspaces within the organization.
Domains are the only supported way to enable filtering in OneLake data hub by department .
Capacity or tenant grouping would not allow filtering by department in OneLake.
Why OneLake data hub ?
The OneLake data hub is the centralized interface to browse and discover data assets across the organization.
With workspace domains configured, users can filter directly in the OneLake data hub by domain (e.g.,
"Research").
The Fabric Admin portal and Entra admin center are used for administration, not for workspace filtering in data discovery.
Correct Selection for the Hotspot
Grouping method: Domain
Tool: OneLake data hub
References
Workspace domains in Microsoft Fabric
Discover and filter data in OneLake data hub
Grouping method = Domain
Tool = OneLake data hub
FabricワークスペースにWorkspace1、ウェアハウスにWarehouse1という名前があります。Workspace1にはUser1というユーザーがいます。User1にはWorkspace1の閲覧者ロールが割り当てられています。
User1がWarehouse1を他のユーザーと共有できるようにする必要があります。解決策は最小権限の原則に従う必要があります。
User1にはどの役割を割り当てるべきですか?
Correct Answer: D Vote an answer
Workspace1 という名前の Fabric ワークスペースがあり、そこには Dataflow1 という名前のデータフローが含まれています。
Dataflow1 には 2,000 行を返すクエリがあります。
次の図に示すように、Power Query でクエリを表示します。

pickupLongitude 列について何がわかりますか?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
データストアに日付ディメンションを実装する必要があります。ソリューションは技術要件を満たさなければなりません。
目標を達成するための2つの方法は何ですか?それぞれの正解は完全な解決策を示しています。
注:正解ごとに1ポイントが加算されます。
Correct Answer: C,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
DB1という名前のAzure SQLデータベースと、Workspace1という名前のFabricワークスペースがあります。
Workspace1には、LH1という名前の湖畔の家と、Dataflow1という名前のDataflow Gen2が含まれています。
Dataflow1には、DB1からデータを読み込み、データに変換処理を適用し、データをフィルタリングするQuery1という名前のクエリが含まれています。
Query1は変換を適用する前にすべてのデータを読み込んでいることがわかった。
Query1がクエリフォールディングを使用するようにする必要があります。
あなたはどうすべきでしょうか?
Correct Answer: C Vote an answer
Contosoがデータ分析要件および一般的な要件を満たすためにバージョン管理を利用できるようにする必要があります。どうすればよいでしょうか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10