PL-300 Exam

PL-300 Exam

Professional Development

18 Qs

quiz-placeholder

Similar activities

MS Excel

MS Excel

Professional Development

15 Qs

Nodejs: Database Migration and Seeders with (ORM/ODM)

Nodejs: Database Migration and Seeders with (ORM/ODM)

Professional Development

20 Qs

SQL FINAL ASSESSMENT

SQL FINAL ASSESSMENT

Professional Development

20 Qs

CPE222_Quiz5

CPE222_Quiz5

Professional Development

17 Qs

IVY-Genpact-Power Query 14-09-2022

IVY-Genpact-Power Query 14-09-2022

Professional Development

20 Qs

PL 300 Test

PL 300 Test

Professional Development

20 Qs

Pre-Training Assessment Power Query & Power Pivots(Genpact)

Pre-Training Assessment Power Query & Power Pivots(Genpact)

Professional Development

18 Qs

Class review 8

Class review 8

Professional Development

13 Qs

PL-300 Exam

PL-300 Exam

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Dioneces Alimoren

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which storage mode leaves the data at the data source?

Import

Direct Query

Dual

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which technology improves performance by generating a single query statement to retrieve and transform source data?

Query folding

Adding index columns

Adding custom columns with complex logic

Answer explanation

It reduces the amount of data transferred between the data source and Power BI, leading to faster data retrieval and report generation.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of import error might leave a column blank?

Keep errors

Unpivot columns

Data type error

Answer explanation

Sometimes, when you import data into Power BI, the columns appear blank. This situation happens because of an error in interpreting the data type in Power BI. The resolution to this error is unique to the data source

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have the following three versions of an Azure SQL database:
- Test
- Production
- Development
You have a dataset that uses the development database as a data source.
You need to configure the dataset so that you can easily change the data source between the development, test, and production database servers from powerbi.com.

Create a JSON file that contains the database server names. Import the JSON file to the dataset.

Create a parameter and update the queries to use the parameter.


Create a query for each database server and hide the development tables.

Set the data source privacy level to Organizational and use the ReplaceValue Power Query M function.

Answer explanation

As you can't edit datasets data sources in Power BI service, we recommend using parameters to store connection details such as instance names and database names, instead of using a static connection string. This allows you to manage the connections through the Power BI service web portal, or using APIs, at a later stage.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have an Azure SQL database that contains sales transactions. The database is updated frequently.
You need to generate reports from the data to detect fraudulent transactions. The data must be visible within five minutes of an update.

How should you configure the data connection?

Add a SQL statement.

Set Data Connectivity mode to DirectQuery.

Set the Command timeout in minutes setting.

Set Data Connectivity mode to Import.

Answer explanation

With Power BI Desktop, when you connect to your data source, it's always possible to import a copy of the data into the Power BI Desktop. For some data sources, an alternative approach is available: connect directly to the data source using DirectQuery.
DirectQuery: No data is imported or copied into Power BI Desktop. For relational sources, the selected tables and columns appear in the Fields list. For multi-dimensional sources like SAP Business Warehouse, the dimensions and measures of the selected cube appear in the Fields list. As you create or interact with a visualization, Power BI Desktop queries the underlying data source, so you re always viewing current data.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You plan to publish your SSAS Tabular (live connection) data model to Power BI Service. What must be used in order for this to be possible?

Data Gateway

Dual Storage Mode

Parameters

Admin Privileges

Answer explanation

Data Gateways are required for on-premises data sources, like SSAS Tabular live connections.


7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Query Editor used for?

As a cloud-based storage option for your organization's data

To shape & transform data, then load it into Power BI

To create relationships between data and lookup tables

To create measures & calculated columns using DAX

Answer explanation

Once you connect to data, the Query Editor lets you shape & transform the data to meet your needs, then load that model into Power BI Desktop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?