wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Power BI Quiz

Total questions: 50

Worksheet time: 25mins

Name
Class
Date
1.

1 Who enables advanced analytics capabilities through reports and visualizations?

a)

A.Data Visualizer

b)

B.Data Scientist

c)

C.Data Engineer

d)

D.Data Analyst

2.

2 Which data analyst task has a critical performance impact on reporting and data analysis?

a)

A.Analyze

b)

B.Visualize

c)

C.Mining

d)

D.Model

3.

3 Which of the following is an important step for understanding and interpreting the information that is displayed on the report?

a)

A.Analytics

b)

B.Complex Reports

c)

C.Informed Business Decisions

d)

D.Complex Dashboards

4.

4 Select the building blocks of Power BI.

a)

A.Tiles and Dashboards

b)

B.Visual Studio, C#, and JSON files

c)

C.Datasets, Visualizations, Reports, Dashboards, and Tiles

d)

D.Databases and Mobile Devices

5.

5 The common flow of activity in Power BI is described by?

a)

A.Bring data into Power BI Desktop and create a report, share it to the Power BI service, view and interact with reports and dashboards

b)

B.Bring data into Power BI mobile, create a report, then share it to Power BI Desktop.

c)

C.Create a report in the Power BI service, share it to Power BI mobile, interact with it in Power BI Desktop.

d)

D.Create a report in Power BI mobile, share it to the Power BI Desktop, view and interact in the Power BI service.

6.

6 Which of the following is a collection of ready-made visuals which is pre-arranged in dashboards and reports?

a)

A.Canvas

b)

B.App

c)

C.Dataset

d)

D.Scheduled refresh

7.

7 Which of the following is used to query the data from Microsoft SQL Server?

a)

A.DAX

b)

B.T-SQL

c)

C.MDX

d)

D.DML

8.

8 You are creating a Power BI report with data from an Azure Analysis Services Cube. The data should be available immediately in the Power BI report whenever the data refreshes in the cube. How should you connect?

a)

A.Connect Live

b)

B.Import

c)

C.Direct Query

d)

D.Indirect Query

9.

9 What should you do to improve performance while getting data in Power BI?

a)

A.Only pull data into the Power BI service not Power BI Desktop

b)

B.Use the Select SQL statement in your SQL queries when you are pulling data from a relational database

c)

C.Combine date and time columns into a single column

d)

D.Do some calculations in the original data source

10.

10 Which storage mode leaves the data at the data source?

a)

A.Import

b)

B.DirectQuery

c)

C.Dual

d)

D.None of the Above

11.

11 Which of the following option improves performance by generating a single query statement to retrieve and transform source data?

a)

A.Query folding

b)

B.Adding index columns

c)

C.Adding custom columns with complex logic

d)

D.None of the Above

12.

12 What type of import error might leave a column blank?

a)

A.Keep errors

b)

B.Unpivot columns

c)

C.Data type error

d)

D.All of the Above

13.

13 Which of the following is the primary data preparation tool in Power BI?

a)

A.Report Editor

b)

B.Power Query Editor

c)

C.Data Editor

d)

D.Data Visualizer

14.

14 You need to shape data by converting your flat data into a table that contains aggregated value for each unique value in a column. What is this process called ?

a)

A.Group by columns

b)

B.Pivot (pivoting a column)

c)

C.Manage aggregations

d)

D.Group by Rows

15.

15 What can be achieved by removing unnecessary rows and columns?

a)

A.It is not necessary to delete unnecessary rows and columns and it is a good practice to keep all metadata intact.

b)

B.Deleting unnecessary rows and columns can damage the structure of the data model.

c)

C.Deleting unnecessary rows and columns will reduce the dataset size and it is a good practice to load only necessary data into your data model.

d)

D.None of the Above

16.

16 To detect the type of data in the columns, how many rows does Power Query scan ?

a)

A.10,000

b)

B.1,000

c)

C.100

d)

D.10

17.

17 Which of the following is the correct definition of data profiling ?

a)

A.Aggregating columns containing numeric data

b)

B.Studying the nuances of the data

c)

C.Data modeling

d)

D.Data Visualization

18.

18 Which of the following is the risk of including null values in a numeric column?

a)

A.AX expressions with MAX data will be incorrect

b)

B.DAX expressions with SUM data will be incorrect

c)

C.DAX expressions with AVERAGE data will be incorrect

d)

D.DAX expressions with MIM data will be incorrect

19.

19 Which of the following is not a best practice for naming conventions in Power BI?

a)

ARename columns with spaces in them

b)

B.Replace values that have integers with human-readable results

c)

C.Abbreviated column names

d)

D.None of the Above

20.

20 Which of the following functionalities allows one see the code that is generated as part of each transformation step?

a)

A.Advanced editor

b)

B.Data profiling

c)

C.Queries pane

d)

D.Data Manipulation

21.

21 You have two queries that contain different data with the same structure and you are required to combine them into one query. Which of the following operations should you perform?

a)

A. Merge

b)

B. Append

c)

C. Combine column

d)

D.Combine Row

22.

22 You are required to related filter facts differently. Which of the below dimensions should you choose?

a)

A.Role-playing dimension

b)

B.Snowflake dimension

c)

C.Degenerate dimension

d)

D.Regenerate dimension

23.

23 You need to store details about business entities Which of the following table should you use ?

a)

A.Fact table

b)

B.Dimension table

c)

C.Date table

d)

D.table

24.

24 What are the two types of tables in a star schema known?

a)

A.Active and inactive tables

b)

BQualitative and quantitative data tables

c)

C.Fact and dimension tables

d)

D.None of the Above

25.

25 What is the difference between a fact table and a dimension table?

a)

A.Fact tables store observations or events while dimension tables contain information about specific entities within the data.

b)

B.Fact tables contain information about specific entities while dimension tables contain information about observational data.

c)

C.Dimension tables explain about specific roles in Power BI while fact tables explain the information about facts that are associated with those roles in Power BI.

d)

D.There is no difference

26.

26 What is Cardinality?

a)

A.Cardinality is how long it takes for the data to load.

b)

B.Cardinality is the granularity of the data.

c)

C.The direction that the data flows in a relationship between two tables is Cardinality.

d)

D.Cardinality is a type of visual element.

27.

27 What is it called when multiple records in one table are associated with multiple records in another table?

a)

A.Many-to-many relationship

b)

B.One-to-many relationship

c)

C.Many-to-one relationship

d)

D.One-to-one relationship

28.

28 You need to create a visualization that compares revenue and cost over time. Which type of visualization should you use?

a)

A.Stacked area chart

b)

B.Donut chart

c)

C.Line chart

d)

D.Waterfall chart

29.

29 You have a data model that contains many complex DAX expressions. The expressions contain frequent references to the RELATED and RELATEDTABLE functions. You need to recommend a solution to minimize the use of these functions. What should you recommend?

a)

A.Merge tables by using Power Query

b)

B.Hide unused columns in the model

c)

C.Split the model into multiple models

d)

D.Transpose

30.

30 What is calculated on demand?

a)

A.Calculated tables

b)

B.Measures

c)

C.Calculated rows

d)

D.Calculated columns

31.

31 Which are calculated based on filters that are used by the report user?

a)

A.Measures

b)

B.Calculated columns

c)

C.Calculated rows

d)

D.Calculated tables

32.

32 Which DAX function evaluates an expression in a modified filter context?

a)

A.SUMX

b)

B.CALCULATE

c)

C.ALL

d)

D.AVERAGE

33.

33 You have a table that contains sales data and approximately 1,000 rows. You need to identify outliers in the table. Which type of visualization should you use?

a)

A.Area chart

b)

B.Donut chart

c)

C.Scatter chart

d)

D.Pie chart

34.

34 What type of Measure uses SUM to aggregate over one set of dimensions and a different aggregation over a different set of dimensions?

a)

A.Additive

b)

B.Aggregate

c)

C.Semi-additive

d)

D.None of the Above

35.

35 You need to manipulate data using time periods. What type of functions should you choose?

a)

A.Time intelligence

b)

B.Comparer functions

c)

C.Value functions

d)

D.Additive functions

36.

36 Which two functions will help you compare dates to the previous month?

a)

A.TOTALYTD and PREVIOUSMONTH

b)

B.CALCULATE and TOTALTYD

c)

C.CALCULATE and PREVIOUSMONTH

d)

D.None of the Above

37.

37 What benefit do you get from analyzing metadata?

a)

A.The benefit of analyzing metadata is that you can clearly identify data inconsistencies with your dataset.

b)

B.The benefit of analyzing the metadata is to get familiar with your data.

c)

C.The benefit of analyzing the metadata is to know the number of rows, columns, and tables being loaded into your model.

d)

D.The benefit of analyzing the metadata is to easily upload data.

38.

38 You need to identify bottlenecks that exist in a code. Which tool should you use?

a)

A.Q&A

b)

B.Column profiling

c)

C.Performance analyzer

d)

D.Row profiling

39.

39 You open a query in the Power Query Editor. You need to identify the percentage of empty values in each column as quickly as possible. Which Data Preview option should you select?

a)

A.Show whitespace

b)

B.Column profile

c)

C.Column distribution

d)

D.Column quality

40.

40 Which Power BI option gives you the option to send fewer queries and disable certain interactions?

a)

A.Direct query

b)

B.Query reduction

c)

C.Query diagnostics

d)

D.Indirect query

41.

41 Where else can performance improvement be done except Power BI?

a)

A.At the data source

b)

B.In the Power BI service

c)

C.In Microsoft SharePoint

d)

D.In Microsoft Azure

42.

42 A critical aspect of data aggregation is that it allows you to focus on

a)

A.The important and most meaningful data

b)

B.Disabling interactive analysis over big data

c)

C.Larger cache size and decreased query performance

d)

D.All of the above

43.

43 Which of the following filters are not available in Power BI reports?

a)

A.Drillthrough

b)

B.Report level

c)

C.Page type

d)

D.Page level

44.

44 What is a dashboard?

a)

A.A canvas of report elements that can be built in Power BI Desktop

b)

B.Dashboards can be built by using visuals that are developed with an underlying data source

c)

C.A canvas of report elements that can be built in the Power BI service

d)

D.The canvas in which you can view the data model of a report

45.

45 Why are parameters important in Power BI paginated reports?

a)

A.They are required so that Power BI can call the paginated report.

b)

B.They allow the report developer to control the refresh interval of the report.

c)

C.They allow the user to control aspects of how the report is rendered when the report is run.

d)

D.None of the Above

46.

46 What is the best description of a workspace?

a)

"A.A workspace is a feature in the Power BI service that allows you to view reports only.

b)

B.A workspace is a feature that allows you to view and edit the data model, build visualizations, and transform the data.

c)

C.A workspace is a feature of Power BI Desktop that allows you to build only.

d)

D.A workspace is a centralized location or repository that allows you to collaborate with colleagues and teams to create collections of reports, dashboards, etc."

47.

47 Where are the dataset scheduled refreshes configured?

a)

A.Power BI Desktop

b)

B.Power BI Service

c)

C.AppSource

d)

D.DataSource

48.

48 You need to provide a user with the ability to add members to a workspace. The solution must use the principle of least privilege. Which role should you assign to the user?

a)

A.Viewer

b)

B.Contributor

c)

C.Member

d)

D.Admin

49.

49 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?

a)

A.Add a SQL statement

b)

B.Set Data Connectivity mode to DirectQuery

c)

C.Set the Command timeout in minutes setting

d)

D.Set Data Connectivity mode to Import"

50.

50 You build a report to help the sales team of techtrics to understand its performance and the drivers of sales. The team needs to have a single visualization to identify which factors affect success. Which type of visualization should you use?

a)

A.Key influences

b)

B.Funnel chart

c)

C.Q&A

d)

D.Line and clustered column chart