DP 500 Questions
DP 500 Questions
DP 500 Questions
DP-500 Exam
Designing and Implementing Enterprise-Scale Analytics
Solutions Using Microsoft Azure and Microsoft Power BI
Questions & Answers
Demo
Questions & Answers PDF Page 2
Version: 10.0
Question: 1
DRAG DROP
You need to implement object-level security (OLS) in the Power Bl dataset for the sales associates.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the
list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Question: 2
What should you configure in the deployment pipeline?
A. a backward deployment
B. a selective deployment
C. auto-binding
Questions & Answers PDF Page 3
Answer: D
Explanation:
When you deploy content between pipeline stages, configuring deployment rules enables you to allow
changes to content, while keeping some settings intact. For example, if you want a dataset in a
production stage to point to a production database, you can define a rule for this. The rule is defined in
the production stage, under the appropriate dataset. Once the rule is defined, content deployed from
test to production, will inherit the value as defined in the deployment rule, and will always apply as long
as the rule is unchanged and valid.
Incorrect:
Not B: if you already have a steady production environment, you can deploy it backward (to Test or Dev,
based on your need) and set up the pipeline. The feature is not limited to any sequential orders.
Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/deployment-pipelines-get-
started#step-4---create-deployment-rules
Question: 3
HOTSPOT
You need to populate the CustomersWithProductScore table.
How should you complete the stored procedure? To answer, select the appropriate options in the answer
area.
NOTE: Each correct selection is worth one point.
Questions & Answers PDF Page 4
Answer:
Explanation:
Questions & Answers PDF Page 5
Box 1: FLOAT
Identify which customers should receive promotional emails based on their likelihood of purchasing
promoted products.
FLOT is used in the last statement of the code: WITH (score FLOAT) as p;
The MODEL parameter is used to specify the model used for scoring or prediction. The model is specified
as a variable or a literal or a scalar expression.
Box 2: dbo.CustomerWithProductScore
Identify which customers should receive promotional emails based on their likelihood of purchasing
promoted products.
DATA
The DATA parameter is used to specify the data used for scoring or prediction. Data is specified in the
form of a table source in the query. Table source can be a table, table alias, CTE alias, view, or table-
valued function.
Reference: https://docs.microsoft.com/en-us/sql/t-sql/queries/predict-transact-sql
Question: 4
DRAG DROP
You need to create the customized Power Bl usage reporting. The Usage Metrics Report dataset has
already been created. The solution must minimize development and administrative effort.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the
list of actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Questions & Answers PDF Page 7
Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-measures
Question: 5
You need to configure the Sales Analytics workspace to meet the ad hoc reporting requirements.
A. Grant the sales managers the Build permission for the existing Power Bl datasets.
B. Grant the sales managers admin access to the existing Power Bl workspace.
C. Create a deployment pipeline and grant the sales managers access to the pipeline.
D. Create a PBIT file and distribute the file to the sales managers.
Answer: D
Explanation:
Allow sales managers to perform ad hoc sales reporting with minimal effort
Power BI report templates contain the following information from the report from which they were
generated:
Report templates use the file extension .PBIT (compare to Power BI Desktop reports, which use the .PBIX
extension).
Note: With Power BI Desktop, you can create compelling reports that share insights across your entire
organization. With Power BI Desktop templates, you can streamline your work by creating a report
Questions & Answers PDF Page 8
template, based on an existing template, which you or other users in your organization can use as a
starting point for a new report's layout, data model, and queries. Templates in Power BI Desktop help
you jump-start and standardize report creation.
Reference: https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-templates