Exam Name: | Implementing Analytics Solutions Using Microsoft Fabric | ||
Exam Code: | DP-600 Dumps | ||
Vendor: | Microsoft | Certification: | Microsoft Certified - Fabric Analytics Engineer Associate |
Questions: | 111 Q&A's | Shared By: | leena |
STION NO: 77 HOTSPOT
You have a Fabric tenant.
You need to configure OneLake security for users shown in the following table.
The solution must follow the principle of least privilege.
Which permission should you assign to each user? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
You have a Fabric notebook that has the Python code and output shown in the following exhibit.
Which type of analytics are you performing?
You have a Fabric warehouse that contains a table named Sales.Products. Sales.Products contains the following columns.
You need to write a T-SQL query that will return the following columns.
How should you complete the code? To answer, select the appropriate options in the answer area.
You have a Fabric tenant tha1 contains a takehouse named Lakehouse1. Lakehouse1 contains a Delta table named Customer.
When you query Customer, you discover that the query is slow to execute. You suspect that maintenance was NOT performed on the table.
You need to identify whether maintenance tasks were performed on Customer.
Solution: You run the following Spark SQL statement:
REFRESH TABLE customer
Does this meet the goal?