Microsoft DP-500 Designing and Implementing Enterprise-Scale Analytics Solutions Using Microsoft Azure and Microsoft Power BI Online Training
Microsoft DP-500 Online Training
The questions for DP-500 were last updated at Oct 29,2024.
- Exam Code: DP-500
- Exam Name: Designing and Implementing Enterprise-Scale Analytics Solutions Using Microsoft Azure and Microsoft Power BI
- Certification Provider: Microsoft
- Latest update: Oct 29,2024
You have a Power Bl report that contains one visual.
You need to provide users with the ability to change the visual type without affecting the view for other users.
What should you do?
- A . From Report setting, select Personalize visuals.
- B . From Tabular Editor, create a new perspective.
- C . From the Bookmarks pane, select Focus mode, and then select Add.
- D . From Visual options in Report settings, select Use the modern visual header with updated styling options.
You have a Power Bl report that contains the visual shown in the following exhibit.
You need to make the visual more accessible to users who have color vision deficiency.
What should you do?
- A . Change the font color of values in the Sales column to white.
- B . Change the red background color to orange.
- C . Add icons to represent the sales status of each product.
- D . Add additional measures to the table values.
HOTSPOT
You are creating a Power Bl Desktop report.
You add a Python visual to the report page.
You plan to create a scatter chart to visualize the data.
You add Python code to the Python script editor.
You need to create the scatter chart.
How should you complete the Python code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
You have the following Python code in an Apache Spark notebook.
Which type of chart will the code produce?
- A . a stacked bar chart
- B . a pie chart
- C . a bar chart
- D . an area chart
You use Azure Synapse Analytics and Apache Spark notebooks to You need to use PySpark to gain access to the visual libraries.
Which Python libraries should you use?
- A . Seaborn only
- B . Matplotlib and Seaborn
- C . Matplotlib only
- D . Matplotlib and TensorFlow
- E . TensorFlow only
- F . Seaborn and TensorFlow
You are using a Python notebook in an Apache Spark pool in Azure Synapse Analytics. You need to present the data distribution statistics from a DataFrame in a tabular view.
Which method should you invoke on the DataFrame?
- A . freqltems
- B . explain
- C . rollup
- D . describe
You have a kiosk that displays a Power Bl report page. The report uses a dataset that uses Import storage mode. You need to ensure that the report page updates all the visuals every 30 minutes.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . Enable Power Bl embedded.
- B . Configure the data sources to use DirectQuery.
- C . Configure the data sources to use a streaming dataset
- D . Select Auto page refresh.
- E . Enable the XMIA endpoint.
- F . Add a Microsoft Power Automate visual to the report page.
You have an Azure Synapse Analytics dedicated SQL pool.
You need to ensure that the SQL pool is scanned by Azure Purview.
What should you do first?
- A . Register a data source.
- B . Search the data catalog.
- C . Create a data share connection.
- D . Create a data policy.
You have a Power Bl workspace that contains one dataset and four reports that connect to the dataset.
The dataset uses Import storage mode and contains the following data sources:
• A CSV file in an Azure Storage account
• An Azure Database for PostgreSQL database
You plan to use deployment pipelines to promote the content from development to test to production. There will be different data source locations for each stage.
What should you include in the deployment pipeline to ensure that the appropriate data source locations are used during each stage?
- A . parameter rules
- B . selective deployment
- C . auto-binding across pipelines
- D . data source rules
HOTSPOT
You need to configure a source control solution for Azure Synapse Analytics.
The solution must meet the following requirements:
• Code must always be merged to the main branch before being published, and the main branch must be used for publishing resource
• The workspace templates must be stored in the publish branch.
• A branch named dev123 will be created to support the development of a new feature.
What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.