ExamGecko
Home / Microsoft / DP-500 / List of questions
Ask Question

Microsoft DP-500 Practice Test - Questions Answers, Page 8

Add to Whishlist

List of questions

Question 71

Report Export Collapse

You are using GitHub as a source control solution for an Azure Synapse Studio workspace. You need to modify the source control solution to use an Azure DevOps Git repository. What should you do first?

Disconnect from the GitHub repository.
Disconnect from the GitHub repository.
Create a new pull request.
Create a new pull request.
Change the workspace to live mode.
Change the workspace to live mode.
Change the active branch.
Change the active branch.
Suggested answer: A
Explanation:

By default, Synapse Studio authors directly against the Synapse service. If you have a need for collaboration using Git for source control, Synapse Studio allows you to associate your workspace with a Git repository, Azure DevOps, or GitHub.

Prerequisites

Users must have the Azure Contributor (Azure RBAC) or higher role on the Synapse workspace to configure, edit settings and disconnect a Git repository with Synapse.

Reference: https://docs.microsoft.com/en-us/azure/synapse-analytics/cicd/source-control

asked 02/10/2024
Bonginhlanhla Mtshali
43 questions

Question 72

Report Export Collapse

You have a Power Bl workspace named Workspacel that contains five dataflows.

You need to configure Workspacel to store the dataflows in an Azure Data Lake Storage Gen2 account What should you do first?

Delete the dataflow queries.
Delete the dataflow queries.
From the Power Bl Admin portal, enable tenant-level storage.
From the Power Bl Admin portal, enable tenant-level storage.
Disable load for all dataflow queries.
Disable load for all dataflow queries.
Change the Data source settings in the dataflow queries.
Change the Data source settings in the dataflow queries.
Suggested answer: B
Explanation:

Configuring Azure connections is an optional setting with additional properties that can optionally be set:

* Tenant Level storage, which lets you set a default, and/or

* Workspace-level storage, which lets you specify the connection per workspace

You can optionally configure tenant-level storage if you want to use a centralized data lake only, or want this to be the default option.

Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflowsazure-data-lake-storage-integration

asked 02/10/2024
nagalingam mk
45 questions

Question 73

Report Export Collapse

You are creating a Power 81 single-page report.

Some users will navigate the report by using a keyboard, and some users will navigate the report by using a screen reader.

You need to ensure that the users can consume content on a report page in a logical order.

What should you configure on the report page?

the bookmark order
the bookmark order
the X position
the X position
the layer order
the layer order
the tab order
the tab order
Suggested answer: D
Explanation:

Tab order is the order in which users interact with the items on a page using the keyboard. Generally, we want tab order to be predictable and to closely match the visual order on the page (unless there is a good reason to deviate).

Note: If you are using the keyboard to navigate in a Power BI report, the order in which you arrive at visuals will not follow your vision unless you set the new tab order property. If you have low or no vision, this becomes an even bigger issue because you may not be able to see that you are navigating visuals out of visual order because the screen reader just reads whatever comes next.

Reference: https://datasavvy.me/2018/12/26/tab-order-enhances-power-bi-report-accessibility/

asked 02/10/2024
souhaib chabchoub
41 questions

Question 74

Report Export Collapse

You plan to generate a line chart to visualize and compare the last six months of sales data for two departments. You need to increase the accessibility of the visual. What should you do?

Replace long text with abbreviations and acronyms.
Replace long text with abbreviations and acronyms.
Configure a unique marker for each series.
Configure a unique marker for each series.
Configure a distinct color for each series.
Configure a distinct color for each series.
Move important information to a tooltip.
Move important information to a tooltip.
Suggested answer: C
Explanation:

Themes, contrast and colorblind-friendly colors.

You should ensure that your reports have enough contrast between text and any background colors.

Certain color combinations are particularly difficult for users with color vision deficiencies to distinguish. These include the following combinations:

green and red

green and brown

blue and purple

green and blue

light green and yellow

blue and grey

green and grey

green and black

Avoid using these colors together in a chart, or on the same report page.

Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibilitycreating-reports

asked 02/10/2024
Javier Escobar
39 questions

Question 75

Report Export Collapse

You have a Power Bl dataset that has only the necessary fields visible for report development.

You need to ensure that end users see only 25 specific fields that they can use to personalize visuals.

What should you do?

From Tabular Editor, create a new role.
From Tabular Editor, create a new role.
Hide all the fields in the dataset.
Hide all the fields in the dataset.
Configure object-level security (OLS).
Configure object-level security (OLS).
From Tabular Editor, create a new perspective.
From Tabular Editor, create a new perspective.
Suggested answer: B
asked 02/10/2024
Maria Telan
36 questions

Question 76

Report Export Collapse

You have a Power Bl report that contains the table shown in the following exhibit.

Microsoft DP-500 image Question 50 90327 10022024015932000000

The table contains conditional formatting that shows which stores are above, near, or below the monthly quota for returns. You need to ensure that the table is accessible to consumers of reports who have color vision deficiency. What should you do?

Add alt text to explain the information that each color conveys.
Add alt text to explain the information that each color conveys.
Move the conditional formatting icons to a tooltip report.
Move the conditional formatting icons to a tooltip report.
Change the icons to use a different shape for each color.
Change the icons to use a different shape for each color.
Remove the icons and use red, yellow, and green background colors instead.
Remove the icons and use red, yellow, and green background colors instead.
Suggested answer: A
Explanation:

Report accessibility checklist, All Visuals.

* Ensure alt text is added to all non-decorative visuals on the page.

* Avoid using color as the only means of conveying information. Use text or icons to supplement or replace the color.

* Check that your report page works for users with color vision deficiency.

* Etc.

Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-accessibilitycreating-reports

asked 02/10/2024
Robinson Santos
42 questions

Question 77

Report Export Collapse

You are using an Azure Synapse Analytics serverless SQL pool to query network traffic logs in the Apache Parquet format. A sample of the data is shown in the following table.

Microsoft DP-500 image Question 51 90328 10022024015932000000

You need to create a Transact-SQL query that will return the source IP address.

Which function should you use in the select statement to retrieve the source IP address?

JS0N_VALUE
JS0N_VALUE
FOR.JSON
FOR.JSON
CONVERT
CONVERT
FIRST VALUE
FIRST VALUE
Suggested answer: A
asked 02/10/2024
Alejandro Ramirez Cuesta
39 questions

Question 78

Report Export Collapse

You have an Azure Synapse Analytics dataset that contains data about jet engine performance. You need to score the dataset to identify the likelihood of an engine failure. Which function should you use in the query?

PIVOT
PIVOT
GROUPING
GROUPING
PREDICT
PREDICT
CAST
CAST
Suggested answer: A
asked 02/10/2024
Dinu Jose Varghese
41 questions

Question 79

Report Export Collapse

You are optimizing a dataflow in a Power Bl Premium capacity. The dataflow performs multiple joins.

You need to reduce the load time of the dataflow.

Which two actions should you perform? Each correct answer presents part of the solution. NOTE:

Each correct selection is worth one point.

Reduce the memory assigned to the dataflows.
Reduce the memory assigned to the dataflows.
Execute non-foldable operations before foldable operations.
Execute non-foldable operations before foldable operations.
Execute foldable operations before non-foldable operations.
Execute foldable operations before non-foldable operations.
Place the ingestion operations and transformation operations in a single dataflow.
Place the ingestion operations and transformation operations in a single dataflow.
Place the ingestion operations and transformation operations in separate dataflows.
Place the ingestion operations and transformation operations in separate dataflows.
Suggested answer: C, E
Explanation:

Using the compute engine to improve performance

Take the following steps to enable workloads trigger the compute engine, and always improve performance:

For computed and linked entities in the same workspace:

Ensure you perform the operations that fold, such as merges, joins, conversion, and others.

For ingestion focus on getting the data into the storage as fast as possible, using filters only if they reduce the overall dataset size. It's best practice to keep your transformation logic separate from this step, and allow the engine to focus on the initial gathering of ingredients. Next, separate your transformation and business logic into a separate dataflow in the same workspace, using linked or computed entities; doing so allows for the engine to activate and accelerate your computations. In our analogy, it's like food preparation in the kitchen: food preparation is typically a separate and distinct step from gathering your raw ingredients, and a pre-requisite for putting the food in the oven. Similarly, your logic needs to be prepared separately before it can take advantage of the compute engine.

Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflowspremium-workload-configuration

asked 02/10/2024
nebaba monda
53 questions

Question 80

Report Export Collapse

Note: This question is part of a scries of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have the Power Bl data model shown in the exhibit. (Click the Exhibit tab.)

Microsoft DP-500 image Question 54 90331 10022024015932000000

Users indicate that when they build reports from the data model, the reports take a long time to load.

You need to recommend a solution to reduce the load times of the reports.

Solution: You recommend creating a perspective that contains the commonly used fields.

Does this meet the goal?

Yes
Yes
No
No
Suggested answer: B
Explanation:

Instead denormalize For Performance.

Even though it might mean storing a bit of redundant data, schema denormalization can sometimes provide better query performance. The only question then becomes is the extra space used worth the performance benefit.

Reference: https://www.mssqltips.com/sqlservertutorial/3211/denormalize-for-performance/

asked 02/10/2024
William Kerr
45 questions
Total 162 questions
Go to page: of 17
Search

Related questions