Coursera Microsoft Power BI Data Analyst β’ STUDY MODE
Practice Quiz
QUESTION 1 OF 36
Several columns in your worksheet contain missing or null values. Which of the following options must you type in the Value to Find field to locate these values?
A
0
B
NullCorrect Answer
C
Missing
QUESTION 2 OF 36
What steps did you take to address inconsistencies in date columns in your worksheet? Select all that apply.
A
You changed the data type of the column to Text by clicking on the DataType icon next to the column name.
B
You dropped duplicate rows by selecting Remove Duplicates inside the Remove Rows menu.
C
You changed the data type of the column to Date by clicking on the Data Type icon next to the column name.Correct Answer
D
You replaced any empty values with a default date using the Replace Values tool.Correct Answer
QUESTION 3 OF 36
True or false: Once you completed all the data cleaning steps, you clicked Apply or Close & Apply to apply all the transformations you made.
A
False
B
TrueCorrect Answer
QUESTION 4 OF 36
Which of the following operations are steps in the data transformation process? Select all that apply.
A
Creating insights from data
B
Cleaning dataCorrect Answer
C
Shaping dataCorrect Answer
D
Removing dataCorrect Answer
QUESTION 5 OF 36
Which of the following data types are part of the number type group? Select all that apply.
A
Text
B
Whole numberCorrect Answer
C
Binary
D
Fixed decimal number Correct Answer
QUESTION 6 OF 36
Which one of the following features are used to track, re-order or delete the steps completed in Power Query?
A
Applied StepsCorrect Answer
B
Properties
C
New Source
D
Queries
QUESTION 7 OF 36
Which of the following options can be used for Power Query Optimization? Select all that apply.
A
Filter rows in the queries.Correct Answer
B
Choose only the columns that you will use in the data model.Correct Answer
C
Choose the right data types for columns.Correct Answer
QUESTION 8 OF 36
You have added a new source that displays NaN (Not a Number) values in Power Query. Which of the following issues could occur if these are not resolved? Select all that apply.
A
Skewed statistical resultsCorrect Answer
B
Incorrect calculationsCorrect Answer
C
Misleading insightsCorrect Answer
D
Normal distribution in data
QUESTION 9 OF 36
Which of the following statements describes the pivot operation in Power BI? Select all that apply.
A
The pivot operation converts data from a narrow format to a wide format by reorganizing the data structure.Correct Answer
B
The pivot operation is used for data aggregation and summarization by converting rows into columns.Correct Answer
C
The pivot operation supports data normalization by converting column headers into row values.
D
The pivot operation involves transforming data from a wide format to a narrow format.
QUESTION 10 OF 36
Which table do you use as the first table in the AppendQueries window?
A
AdventureWorksSalesCorrect Answer
B
Consolidated Sales
C
OtherSales
QUESTION 11 OF 36
How many columns are there in the new query ConsolidatedSales, after you combined the AdventureWorksSales and OtherSales queries?
A
16
B
24
C
8Correct Answer
QUESTION 12 OF 36
True or False: To append all respective columns between two queries successfully, you first need to make sure that there is an equal number of columns, the same column names and the same or convertible data types respectively.
A
False
B
TrueCorrect Answer
QUESTION 13 OF 36
How many rows are there in the new query Consolidated Sales, after you combined AdventureWorksSales and OtherSales queries?
A
124Correct Answer
B
100
C
24
QUESTION 14 OF 36
Data transformation is the process of preparing data for analysis.
A
TrueCorrect Answer
B
False
QUESTION 15 OF 36
What is the primary purpose of Power Query in Power BI?
A
To create insightful visualizations and reports.
B
To predict future trends and patterns in the data.
C
To facilitate seamless data preparation for analysis and visualization.Correct Answer
D
To automate the process of sharing reports and dashboards.
QUESTION 16 OF 36
What is the purpose of the Applied Steps section in the Power Query Editor?
A
To preview the data after the applied transformations.
B
To display a list of all the queries in your Power BI project.
C
To show the sequence of transformations applied to the selected query.Correct Answer
D
To provide a graphical user interface for designing and managing queries.
QUESTION 17 OF 36
How does removing unnecessary columns from a dataset benefit the data analysis process?
A
It reduces the dataset size, making it easier to manipulate and process.Correct Answer
B
It makes the dataset look more visually appealing.
C
It changes the structure of the dataset entirely.
D
It creates new columns with more relevant data.
QUESTION 18 OF 36
Which of these issues in Power Query within Power BI is related to the presence of empty cells in your dataset?
A
Inconsistent data types
B
Duplicate rows
C
Missing or null valuesCorrect Answer
D
Data entry errors
QUESTION 19 OF 36
Which one of the following describes the reason for Adioβs request to combine two different sales datasets together?
A
Enriching data
B
Creating relationships
C
Consolidating informationCorrect Answer
D
Enhancing analysis
QUESTION 20 OF 36
Which of the following is the operation of putting two or more tables or queries in one master table together?
A
AppendingCorrect Answer
B
Merging
C
Combining
QUESTION 21 OF 36
Which feature allows you to add rows of different data sources together in Power Query?
A
AppendingCorrect Answer
B
Grouping
C
Removing Data
D
Merging
QUESTION 22 OF 36
Which of the following can be considered as a reason for combining data? Select all that apply.
A
Simplifying data managementCorrect Answer
B
Visualizing data
C
Consolidating informationCorrect Answer
D
Creating relationshipsCorrect Answer
QUESTION 23 OF 36
True or False: You can combine the tables in two different ways: merging and appending.
A
TrueCorrect Answer
B
False
QUESTION 24 OF 36
You import two Microsoft Excel tables named ContactInfo and Address into Power Query.
A
CustomerID
B
CustomerName
C
Phone
D
Address
E
ContactID
F
ContactName
G
ZipCode
H
Remove ZipCode from ContactInfo
I
Add a calculated column to the Address table
J
Check the column types and make sure they have the same types respectively.Correct Answer
K
Change the column naming in ContactInfo from ContactID to CustomerID and ContactName to CustomerNameCorrect Answer
QUESTION 25 OF 36
You import 2 Microsoft Excel tables named ContactInfo and Address into Power Query. ContactInfo has 5 columns and 18 rows, whereas Address has 4 columns and 12 rows. Only 2 of the column names are common. You append the tables without changing the table columns. How many columns and rows are you going to have at the end of the append?
A
9 Columns, 30 Rows
B
5 Columns, 18 Rows
C
7 Columns, 30 RowsCorrect Answer
D
5 Columns, 30 Rows
QUESTION 26 OF 36
How many columns are there in the final Consolidated Sales dataset, after you merged the (Sales) and (Product) queries, add (Product.Product) and remove (Reseller), (Employee) and (Sales Territory Key) columns?
A
7Correct Answer
B
10
C
8
QUESTION 27 OF 36
True or false: After you import two data sources to combine, you observed that there is no NULL value ProductKey column for the Sales table. You applied Left outer join to merge the tables. If you had used Inner join, there would not have been a change in the number of rows because there are no null values in the product column.
A
TrueCorrect Answer
B
False
QUESTION 28 OF 36
Exactly how many rows are there in the Sales query, after you merged the Sales and Product queries?
A
999
B
57851Correct Answer
C
47655
QUESTION 29 OF 36
Which of the following options can be considered as the purposes of join operation? Select all that apply.
A
Integrating dataCorrect Answer
B
Ensuring consistencyCorrect Answer
C
Exploring relationshipsCorrect Answer
D
Creating insights from data
QUESTION 30 OF 36
Which type of JOIN operation includes only the matching records from both joined tables?
A
INNER JOINCorrect Answer
B
LEFT OUTER JOIN
C
FULL OUTER JOIN
QUESTION 31 OF 36
Which of the following pairs can be considered as a master table – pre defined table foreign key relationship?
A
Employee – DepartmentCorrect Answer
B
Customer – CityCorrect Answer
C
Order – StatusCorrect Answer
D
Customer β Surname
QUESTION 32 OF 36
Which feature allows you to combine related data between differently structured data sources in Power Query?
A
Grouping
B
MergingCorrect Answer
C
Appending
QUESTION 33 OF 36
Which of the following can be considered as a purpose of merging data with joins? Select all that apply:
A
Integrating DataCorrect Answer
B
Expanding Data
C
Exploring RelationshipsCorrect Answer
D
Matching Related DataCorrect Answer
QUESTION 34 OF 36
True or False. The full outer join is useful when you want to retrieve all the records from both tables, regardless of whether they have matching values in the join condition.
A
TrueCorrect Answer
B
False
QUESTION 35 OF 36
You import 4 Microsoft Excel tables named Sales, Product, Reseller and Employee into Power Query.
A
SalesOrderNumber
B
OrderDate
C
ProductKey
D
ResellerKey
E
EmployeeKey
F
SalesTerritoryKey
G
Quantity
H
Unit Price
I
Sales
J
Cost
K
Join Sales and Reseller tables based on the EmployeeKey column.
L
Check the column types of (ProductKey), (ResellerKey) and (EmployeeKey) in the Sales, Product, Reseller and Employee tables.Correct Answer
M
Merge the Sales table with the Product, Reseller and Employee tables respectively.Correct Answer
N
Join Sales and Product tables based on the ProductKey column.Correct Answer
QUESTION 36 OF 36
You import two Microsoft Excel tables named Product and Categories into Power Query. There are 319 rows in the Product table. Nine of the total rows in the Product table do not have Categories data, so the CategoryKey of these rows has NULL values.
A
Your manager asked you to list Product data by showing their category names including the rows which have NULL values in CategoryKey column. What should you do to accomplish this task?
B
Merge Product and Categories tables based on CategoryKey column by choosing Inner Join in the join kind dropdown.
C
Merge Product and Categories tables based on ResellerKey column.
D
Merge Product and Categories tables based on CategoryKey column by choosing Left Outer Join in the join kind dropdown.Correct Answer
Ready to test your recall?
Several columns in your worksheet contain missing or null values. Which of the following options must you type in the Value to Find field to locate these values?