Free DP-500 Exam Braindumps (page: 2)

Page 2 of 46
View Related Case Study

You need to recommend a solution to add new fields to the financial data Power BI dataset with data from the Microsoft SQL Server data warehouse.

What should you include in the recommendation?

  1. Azure Purview
  2. an XMLA endpoint
  3. Site-to-Site VPN
  4. the on-premises data gateway

Answer(s): D

Explanation:

Refresh data from an on-premises SQL Server database
The SQL Server database must be accessed by Power BI through an on-premises data gateway.
You can install an on-premises data gateway on the same local computer as SQL Server (in production, it would typically be a different computer).


Reference:

https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-sql-tutorial



View Related Case Study

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?

  1. Update the statistics for the serverless SQL pool.
  2. Move the data from the serverless SQL pool to a dedicated Apache Spark pool.
  3. Execute the sp_set_process_data_limit stored procedure for the serverless SQL pool.
  4. Move the data from the serverless SQL pool to a dedicated SQL pool.

Answer(s): D

Explanation:

Users indicate that queries against the serverless SQL pool fail occasionally because the size of tempdb has been exceeded.

In the dedicated SQL pool resource, temporary tables offer a performance benefit because their results are written to local rather than remote storage.

Temporary tables in serverless SQL pool.
Temporary tables in serverless SQL pool are supported but their usage is limited. They can't be used in queries which target files.

For example, you can't join a temporary table with data from files in storage. The number of temporary tables is limited to 100, and their total size is limited to 100 MB.


Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-temporary



View Related Case Study

You need to recommend a solution for the customer workspace to support the planned changes.

Which two configurations should you include in the recommendation? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  1. Publish the financial data to the web.
  2. Configure the FinData workspace to use a Power BI Premium capacity.
  3. Grant the Build permission for the financial data to each customer.
  4. Set Use datasets across workspaces to Enabled.

Answer(s): C,D

Explanation:

Question mentions- 'Provide all the customers with their own Power BI workspace to create their own reports. Each workspace will use the new dataset in the FinData workspace.' Since customers will create their own reports, they will need access to the underlying dataset, so Build permissions will have to be provided.



View Related Case Study

HOTSPOT (Drag and Drop is not supported)
You need to build a Transact-SQL query to implement the planned changes for the internal users.

How should you complete the Transact-SQL query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Box 1: PREDICT
Provide internal users with the ability to incorporate machine learning models loaded to the dedicated SQL pool.

The example below shows a sample query using prediction function. An additional column with name Score and data type float is created containing the prediction results. All the input data columns as well as output prediction columns are available to display with the select statement.
-- Query for ML predictions
SELECT d.*, p.Score
FROM PREDICT(MODEL = (SELECT Model FROM Models WHERE Id = 1),
DATA = dbo.mytable AS d, RUNTIME = ONNX) WITH (Score float) AS p;

Box 2: WITH


Reference:

https://docs.microsoft.com/en-us/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-predict



Page 2 of 46



Post your Comments and Discuss Microsoft DP-500 exam with other Community members:

Summer commented on July 28, 2024
Wonderful site. It helped me pass my exam. Way to go guys!
UNITED STATES
upvote

Siyya commented on January 19, 2024
might help me to prepare for the exam
Anonymous
upvote

Siyya commented on January 19, 2024
might help me to prepare for the exam
Anonymous
upvote

siyaa commented on January 19, 2024
helped me understand the material better.
Anonymous
upvote

Bunny commented on June 19, 2023
Good Content
Anonymous
upvote

Demetrius commented on June 01, 2023
Important and useful
Anonymous
upvote

Kartoos commented on April 06, 2023
The practice exam was an important part of my preparation and helped me understand the material better.
FRANCE
upvote