Implementing Analytics Solutions - 1 Flashcards
DP 600 - Certification
What type of Fabric license should you recommend for supporting 10 Microsoft Power BI report authors and 600 report consumers using Dataflow Gen2, while minimizing costs?
F64
Imagine you are planning a Fabric analytics solution for 2,000 Power BI consumers without an individual Power BI Pro license, 32 Power BI modelers with an individual Power BI Pro license, and 16 data scientists. What Fabric capacity SKU would minimize costs?
F64
True or False: Adding a user to the workspace as a viewer and sharing the lakehouse with them while selecting ‘Read all SQL Endpoint data’ will grant them read-only access without allowing Spark queries.
False
The correct approach is to share the lakehouse with User1 directly and select ‘Read all SQL Endpoint data.
Fill-in-the-Blank: To collaborate on a Power BI model with another modeler, you should save your work as a Power BI Project (PBIP) and initialize a ___________
Git repository with version control
Which of the following should be used to reduce the size of query requests sent to an Azure SQL database when refreshing a semantic model in a Fabric deployment pipeline?
Deployment parameter rule
Why is it recommended to use cross-database querying between Warehouse1 and Warehouse2 to combine sales data from Warehouse2 with HR data from Warehouse1?
It minimizes development effort and data movement by allowing direct queries across databases without the need to duplicate data.
You have a Microsoft Power BI report that contains three DAX measures named Sales, Units, and Customers. You need to apply logic-based DAX formatting to the Sales measure. How should you apply the logic?
Use dynamic measure formatting
What is the correct method to ingest a large Azure SQL Database table containing over 500 million records into a Fabric lakehouse?
Use a pipeline with the Copy data activity
Which join type should you use in Power Query Merge to ensure that all rows in the Employee table are preserved and include any matching rows from the Contract table?
Left outer
You have a Fabric warehouse that contains customer status information. You need to implement a dimensional model that supports point-in-time analysis. Which type of dimension should you use for dimCustomer?
Type 2 slowly changing dimension (SCD)
What is the recommended approach to enable workspace management and data security in Microsoft Fabric?
Implement workspace and item-level access controls, use sensitivity labels, and configure Fabric-enabled workspace settings.
How can you optimize performance when loading data into a Fabric lakehouse?
Implement file partitioning and optimize Delta table file sizes using v-order and optimized writes.
What should you do to minimize development effort when querying data across multiple warehouses in Fabric?
Use cross-database querying to combine data without duplicating it.
True or False: You can use a Power BI Project (.pbip) file to integrate version control directly in Power BI Desktop.
TRUE
Fill-in-the-Blank: To maintain point-in-time analysis in a data warehouse, implement a ____________ dimension.
Type 2 slowly changing
What is the key benefit of using DAX Studio when working with large datasets in Fabric?
It improves DAX performance and allows detailed analysis of queries.
Which Fabric component should you use to copy data from Azure SQL Database to a lakehouse with minimal manual intervention?
Data pipeline with Copy data activity
How can you implement dynamic security in a Power BI report in Fabric?
Use dynamic row-level security (RLS) and object-level security (OLS).
When should you choose Direct Lake mode over other storage modes in Fabric?
When low-latency access to lakehouse data is required for real-time analytics.
What is the purpose of using deployment parameter rules in a Fabric deployment pipeline?
To reduce query size and optimize performance during data refreshes.
How can you optimize SQL query performance in a Fabric warehouse?
By resolving data loading bottlenecks and optimizing SQL query structures.
What is the correct method to add predictive analytics capabilities to a Fabric Power BI report?
Integrate prescriptive and predictive analytics into visuals using DAX and Python.