Practice Free DP-500 Exam Online Questions
Note: This question is part of a series 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 ft. As a result, these questions will not appear in the review screen.
From Power Query Editor, you profile the data shown in the following exhibit.

The loT GUID and loT ID columns are unique to each row in the query.
You need to analyze loT events by the hour and day of the year. The solution must improve dataset performance.
Solution: You split the loT DateTime column into a column named Date and a column named Time.
Does this meet the goal?
- A . Yes
- B . No
HOTSPOT
You have the following code in an Azure Synapse notebook.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the code. NOTE: Each correct selection is worth one point.

You have an Azure Synapse Analytics dedicated SQL pool and a Microsoft Purview account. The Microsoft Purview account has been granted sufficient permissions to the dedicated SQL pool. You need to ensure that the SQL pool is scanned by Microsoft Purview.
What should you do first?
- A . Create a data share connection.
- B . Create a data policy.
- C . Register a data source.
- D . Search the data catalog.
You have a Power BI tenant.
You plan to register the tenant in an Azure Purview account.
You need to ensure that you can scan the tenant by using Azure Purview.
Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
- A . From the Microsoft 365 admin center, create a Microsoft 365 group.
- B . From the Power Bl Admin center, set Allow live connections to Enabled.
- C . From the Power Bl Admin center, set Allow service principals to use read-only Power Bl admin APIs to Enabled.
- D . From the Azure Active Directory admin center, create a security group.
- E . From the Power Bl Admin center, set Share content with external users to Enabled.
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?
- A . Disconnect from the GitHub repository.
- B . Create a new pull request.
- C . Change the workspace to live mode.
- D . Change the active branch.
You need to recommend a solution to resolve the query issue of the serverless SQL pool. The solution must minimize impact on the users.
What should you in the recommendation?
- A . Update the statistics for the serverless SQL pool.
- B . Move the data from the serverless SQL pool to a dedicated Apache Spark pool.
- C . Execute the sp_sec_process_daca_limic stored procedure for the serverless SQL pool.
- D . Move the data from the serverless SQL pool to a dedicated SQL pool.
You open a Power Bl Desktop report that contains an imported data model and a single report page. You open Performance analyzer, start recording, and refresh the visuals on the page.
The recording produces the results shown in the following exhibit

What can you identify from the results?
- A . The Actual/Forecast Hours by Type visual takes a long time to render on the report page when the data is cross-filtered.
- B . The Actual/Forecast Billable Hrs YTD visual displays the most data.
- C . Unoptimized DAX queries cause the page to load slowly.
- D . When all the visuals refresh simultaneously, the visuals spend most of the time waiting on other processes to finish.
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 are using an Azure Synapse Analytics serverless SQL pool to query a collection of Apache Parquet files by using automatic schema inference. The files contain more than 40 million rows of UTF-8-encoded business names, survey names, and participant counts. The database is configured to use the default collation.
The queries use open row set and infer the schema shown in the following table.

You need to recommend changes to the queries to reduce I/O reads and tempdb usage.
Solution: You recommend using openrowset with to explicitly specify the maximum length for businessName and surveyName.
Does this meet the goal?
- A . Yes
- B . No

