Designing and Implementing Enterprise-Scale Analytics Solutions Using Microsoft Azure and Microsoft Power BI v1.0 (DP-500)

Page:    1 / 13   
Total 185 questions

You have a kiosk that displays a Power BI report page. The report uses a dataset that uses Import storage mode.
You need to ensure that the report page updates all the visuals every 30 minutes.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Configure the data sources to use DirectQuery.
  • B. Select Auto page refresh.
  • C. Enable Power BI embedded.
  • D. Enable the XMLA endpoint.
  • E. Add a Microsoft Power Automate visual to the report page.
  • F. Configure the data sources to use a streaming dataset.


Answer : AB

You are using a Python notebook in an Apache Spark pool in Azure Synapse Analytics.
You need to present the data distribution statistics from a DataFrame in a tabular view.
Which method should you invoke on the DataFrame?

  • A. rollup
  • B. freqItems
  • C. explain
  • D. describe


Answer : D

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.



Answer :

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.



Answer :

HOTSPOT -
You use Advanced Editor in Power Query Editor to edit a query that references two tables named Sales and Commission.
A sample of the data in the Sales table is shown in the following table.

A sample of the data in the Commission table is shown in the following table.

You need to merge the tables by using Power Query Editor without losing any rows in the Sales table.
How should you complete the query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.



Answer :

You have a Power BI dataset named Dataset1 that uses DirectQuery against an Azure SQL database named DB1.
DB1 is a transactional database in the third normal form.
You need to recommend a solution to minimize how long it takes to execute the query. The solution must maintain the current functionality.
What should you include in the recommendation?

  • A. Remove the relationships from Dataset1.
  • B. Normalize the tables in DB1.
  • C. Create calculated columns in Dataset1.
  • D. Denormalize the tables in DB1.


Answer : D

You have a file named File1.txt that has the following characteristics:

A header row -

Tab delimited values -

UNIX-style line endings -
You need to read File1.txt by using an Azure Synapse Analytics serverless SQL pool.
Which query should you execute?

  • A. SELECT*
    FROM OPENROWSET(
    BULK ‘file1.txt’,
    DATA_SOURCE = ‘Sql1’,
    FORMAT = ‘CSV’, PARSER_VERSION = ‘2.0’,
    FIELDTERMINATOR = ‘\t’,
    ROWTERMINATOR = ‘0x0a’,
    FIRSTROW= 2
    )
  • B. SELECT*
    FROM OPENROWSET(
    BULK ‘file1.txt’,
    DATA_SOURCE = ‘Sql1’,
    FORMAT = ‘CSV’, PARSER_VERSION = ‘2.0’,
    FIELDTERMINATOR = ‘,’,
    ROWTERMINATOR = ‘\n’,
    FIRSTROW= 2
    )
  • C. SELECT*
    FROM OPENROWSET(
    BULK ‘file1.txt’,
    DATA_SOURCE = ‘Sql1’,
    FORMAT = ‘CSV’, PARSER_VERSION = ‘2.0’,
    FIELDTERMINATOR = ‘,’,
    ROWTERMINATOR = ‘0x0a’,
    FIRSTROW= 2
    )
  • D. SELECT*
    FROM OPENROWSET(
    BULK ‘file1.txt’,
    DATA_SOURCE = ‘Sql1’,
    FORMAT = ‘CSV’, PARSER_VERSION = ‘2.0’,
    FIELDTERMINATOR = ‘\t’,
    ROWTERMINATOR = ‘0x0a’,
    FIRSTROW= 1
    )


Answer : A

HOTSPOT -
You have a Power BI dataset that has the query dependencies shown in the following exhibit.

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



Answer :

You are creating an external table by using an Apache Spark pool in Azure Synapse Analytics. The table will contain more than 20 million rows partitioned by date. The table will be shared with the SQL engines.
You need to minimize how long it takes for a serverless SQL pool to execute a query data against the table.
In which file format should you recommend storing the table data?

  • A. CSV
  • B. Delta
  • C. JSON
  • D. Apache Parquet


Answer : D

You are running a diagnostic against a query as shown in the following exhibit.

What can you identify from the diagnostics query?

  • A. Some query steps are folding.
  • B. The query is timing out.
  • C. Elevated permissions are being used to query records.
  • D. All the query steps are folding.


Answer : D

DRAG DROP -
You are configuring Azure Synapse Analytics pools to support the Azure Active Directory groups shown in the following table.

Which type of pool should each group use? To answer, drag the appropriate pool types to the groups. Each pool type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.



Answer :

DRAG DROP -
You have a Power BI dataset. The dataset contains data that is updated frequently.
You need to improve the performance of the dataset by using incremental refreshes.
Which four actions should you perform in sequence to enable the incremental refreshes? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.



Answer :

You develop a solution that uses a Power BI Premium capacity. The capacity contains a dataset that is expected to consume 50 GB of memory.
Which two actions should you perform to ensure that you can publish the model successfully to the Power BI service? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Restart the capacity.
  • B. Publish an initial dataset that is less than 10 GB.
  • C. Increase the Max Offline Dataset Size setting.
  • D. Invoke a refresh to load historical data based on the incremental refresh policy.
  • E. Publish the complete dataset.


Answer : DE

You have a Power BI workspace named Workspace1 in a Premium capacity. Workspace1 contains a dataset.
During a scheduled refresh, you receive the following error message: “Unable to save the changes since the new dataset size of 11,354 MB exceeds the limit of 10,240 MB.”
You need to ensure that you can refresh the dataset.
What should you do?

  • A. Change License mode to Premium per user.
  • B. Turn on Large dataset storage format.
  • C. Connect Workspace1 to an Azure Data Lake Storage Gen2 account.
  • D. Change the location of the Premium capacity.


Answer : D

DRAG DROP -
You have a Power BI dataset that contains the following measures:

Budget -

Actuals -

Forecast -
You create a report that contains 10 visuals.
You need provide users with the ability to use a slicer to switch between the measures in two visuals only.
You create a dedicated measure named CG Measure Switch.
How should you complete the DAX expression for the Actuals measure? To answer, drag the appropriate values to the targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.



Answer :

Page:    1 / 13   
Total 185 questions