DP-600 Exam QuestionsBrowse all questions from this exam

DP-600 Exam - Question 1


Case 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 -

Contoso, Ltd. is a US-based health supplements company. Contoso has two divisions named Sales and Research. The Sales division contains two departments named Online Sales and Retail Sales. The Research division assigns internally developed product lines to individual teams of researchers and analysts.

Existing Environment -

Identity Environment -

Contoso has a Microsoft Entra tenant named contoso.com. The tenant contains two groups named ResearchReviewersGroup1 and ResearchReviewersGroup2.

Data Environment -

Contoso has the following data environment:

The Sales division uses a Microsoft Power BI Premium capacity.

The semantic model of the Online Sales department includes a fact table named Orders that uses Import made. In the system of origin, the OrderID value represents the sequence in which orders are created.

The Research department uses an on-premises, third-party data warehousing product.

Fabric is enabled for contoso.com.

An Azure Data Lake Storage Gen2 storage account named storage1 contains Research division data for a product line named Productline1. The data is in the delta format.

A Data Lake Storage Gen2 storage account named storage2 contains Research division data for a product line named Productline2. The data is in the CSV format.

Requirements -

Planned Changes -

Contoso plans to make the following changes:

Enable support for Fabric in the Power BI Premium capacity used by the Sales division.

Make all the data for the Sales division and the Research division available in Fabric.

For the Research division, create two Fabric workspaces named Productline1ws and Productine2ws.

In Productline1ws, create a lakehouse named Lakehouse1.

In Lakehouse1, create a shortcut to storage1 named ResearchProduct.

Data Analytics Requirements -

Contoso identifies the following data analytics requirements:

All the workspaces for the Sales division and the Research division must support all Fabric experiences.

The Research division workspaces must use a dedicated, on-demand capacity that has per-minute billing.

The Research division workspaces must be grouped together logically to support OneLake data hub filtering based on the department name.

For the Research division workspaces, the members of ResearchReviewersGroup1 must be able to read lakehouse and warehouse data and shortcuts by using SQL endpoints.

For the Research division workspaces, the members of ResearchReviewersGroup2 must be able to read lakehouse data by using Lakehouse explorer.

All the semantic models and reports for the Research division must use version control that supports branching.

Data Preparation Requirements -

Contoso identifies the following data preparation requirements:

The Research division data for Productline1 must be retrieved from Lakehouse1 by using Fabric notebooks.

All the Research division data in the lakehouses must be presented as managed tables in Lakehouse explorer.

Semantic Model Requirements -

Contoso identifies the following requirements for implementing and managing semantic models:

The number of rows added to the Orders table during refreshes must be minimized.

The semantic models in the Research division workspaces must use Direct Lake mode.

General Requirements -

Contoso identifies the following high-level requirements that must be considered for all solutions:

Follow the principle of least privilege when applicable.

Minimize implementation and maintenance effort when possible.

You need to ensure that Contoso can use version control to meet the data analytics requirements and the general requirements.

What should you do?

Show Answer
Correct Answer: C

To ensure version control for the data analytics requirements and general requirements, the settings of the Research division workspaces should be modified to use an Azure Repos repository. Azure Repos supports Git integrations, which is important for version control that supports branching. This aligns with Contoso's Azure-based environment and ensures compatibility with its existing systems. Storing semantic models and reports in Data Lake Gen2 or Microsoft OneDrive does not address version control, while a GitHub repository may not integrate as seamlessly with the Azure environment as Azure Repos.

Discussion

32 comments
Sign in to comment
NicofrOption: C
Sep 20, 2024

"Currently, only Git in Azure Repos is supported." https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration#considerations-and-limitations

stilferxOption: C
Sep 22, 2024

IMHO, the Azure Repos is the answer. It is directly mentioned here: https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration Considerations and limitations Currently, only Git in Azure Repos with the same tenant as the Fabric tenant is supported. If the workspace and Git repo are in two different geographical regions, the tenant admin must enable cross-geo exports. Azure DevOps on-prem isn't supported. Sovereign clouds aren't supported.

VAzureDOption: C
Apr 8, 2024

Option C A. Storing semantic models and reports in Data Lake Gen2 storage might provide a storage solution, but it does not address the requirement for version control. B. While GitHub is a popular version control platform and supports branching, it may not integrate seamlessly with Contoso's Azure-based environment. D. Microsoft OneDrive is primarily a file hosting service and is not well-suited for version control of complex datasets, semantic models, and reports.

NargesRokni
Nov 15, 2024

Nice and brief reasoning

David_WebbOption: C
Feb 16, 2024

C as only Git in Azure Repos is supported currently. https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration#considerations-and-limitations

ElyaKarapetyanOption: C
Apr 18, 2024

According to the https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration documentation, the correct option is C, due to the following sentence: Currently, only Git in Azure Repos with the same tenant as the Fabric tenant is supported.

Naqib
Nov 5, 2024

https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration?tabs=azure-devops Based on the Microsoft Learn new update dated 09/22/2024, both Git in Azure Repos(with the same tenant as the Fabric tenant) and GitHub is supported now. So the right answer for now are Azure Repos and GitHub.

rmengOption: B
Feb 14, 2024

option B: Modify the settings of the Research workspaces to use a GitHub repository

mtroyanoOption: C
Feb 26, 2024

Currently, only Git in Azure Repos is supported. https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration

Anmol2212
Mar 20, 2024

Option C is correct because only Git in Azure repos is supported

dp600Option: C
Apr 5, 2024

C is correct

dev2devOption: C
May 15, 2024

Git in Azure Repos

gills
May 28, 2024

https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration Only Git in Azure Repos is supported at the moment.

Jons123sonOption: C
May 31, 2024

C - "Currently, only Git in Azure Repos with the same tenant as the Fabric tenant is supported." https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration#considerations-and-limitations

RalphLiang
Jul 13, 2024

Microsoft copilot recommend option C:

36eeabb
Jul 30, 2024

B. HitHub integration is now supported. (Preview) https://blog.fabric.microsoft.com/en-US/blog/announcing-github-integration-for-source-control-preview/

jass007_k
Oct 26, 2024

Now Github is also supported. What would be the correct answer now? Github or Azure Repos?

PraAg
Feb 8, 2024

Correct

theseonOption: C
Feb 9, 2024

Why not Azure Repos?

MomoanwarOption: C
Feb 18, 2024

Azure Repos

SamuComqiOption: C
Feb 18, 2024

C. Modify the settings of the Research division workspaces to use an Azure Repos repository. Only Git currently supported (https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration).

Patoj42
Apr 15, 2024

Most people are voting C but the "correct answer" is B? Who can make sure the answers provided are correct here?

Nefirs
Apr 19, 2024

dont trust the revealed "correct answer", always check the discussion. I guess the "correct answer" is from the person who took the exam or whatever and uploaded the question and answer sheets. Of course no one except Microsoft knows the real correct answers to these questions.

NefirsOption: C
Apr 19, 2024

C - makes the most sens. Github might pose problems.

Shri_LearningOption: C
Apr 20, 2024

Azure repos

Jorsodom
Apr 29, 2024

I think B

pakykitOption: C
May 2, 2024

Git in Azure Repos NOT Github Repos

ralavi
Jun 21, 2024

I guess C is correct

Egocentric
Oct 20, 2024

C is the answer Azure Repos

Rakesh16Option: C
Nov 15, 2024

C is the answer. https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration#considerations-and-limitations

NRezguiOption: C
Dec 25, 2024

« Actuellement, seul Git dans Azure Repos est pris en charge. » https://learn.microsoft.com/en-us/fabric/cicd/git-integration/intro-to-git-integration#considerations-and-limitations

EgocentricOption: C
Jan 14, 2025

C is the correct answer

rafaelfissOption: C
Jan 27, 2025

Starting in September 2024, GitHub has also been supported for integration with Microsoft Fabric. At the time this question was created, the correct answer was only option C. Currently, both B and C are correct and support branching.

goldy29Option: C
Jan 29, 2025

You can use both Git and Azure as Repos for version control but if you read the question properly it clearly says that Research Division Workspace. Hence, C is the correct answer.