QuiztudyPREMIUM
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
0B
NullCorrect AnswerC
MissingQUESTION 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 AnswerD
You replaced any empty values with a default date using the Replace Values tool.Correct AnswerQUESTION 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
FalseB
TrueCorrect AnswerQUESTION 4 OF 36
Which of the following operations are steps in the data transformation process? Select all that apply.
A
Creating insights from dataB
Cleaning dataCorrect AnswerC
Shaping dataCorrect AnswerD
Removing dataCorrect AnswerQUESTION 5 OF 36
Which of the following data types are part of the number type group? Select all that apply.
A
TextB
Whole numberCorrect AnswerC
BinaryD
Fixed decimal number Correct AnswerQUESTION 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 AnswerB
PropertiesC
New SourceD
QueriesQUESTION 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 AnswerB
Choose only the columns that you will use in the data model.Correct AnswerC
Choose the right data types for columns.Correct AnswerQUESTION 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 AnswerB
Incorrect calculationsCorrect AnswerC
Misleading insightsCorrect AnswerD
Normal distribution in dataQUESTION 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 AnswerB
The pivot operation is used for data aggregation and summarization by converting rows into columns.Correct AnswerC
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 AnswerB
Consolidated SalesC
OtherSales QUESTION 11 OF 36
How many columns are there in the new query ConsolidatedSales, after you combined the AdventureWorksSales and OtherSales queries?
A
16B
24C
8Correct AnswerQUESTION 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
FalseB
TrueCorrect AnswerQUESTION 13 OF 36
How many rows are there in the new query Consolidated Sales, after you combined AdventureWorksSales and OtherSales queries?
A
124Correct AnswerB
100C
24QUESTION 14 OF 36
Data transformation is the process of preparing data for analysis.
A
TrueCorrect AnswerB
FalseQUESTION 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 AnswerD
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 AnswerD
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 AnswerB
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 typesB
Duplicate rowsC
Missing or null valuesCorrect AnswerD
Data entry errorsQUESTION 19 OF 36
Which one of the following describes the reason for Adioβs request to combine two different sales datasets together?
A
Enriching dataB
Creating relationshipsC
Consolidating informationCorrect AnswerD
Enhancing analysisQUESTION 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 AnswerB
MergingC
CombiningQUESTION 21 OF 36
Which feature allows you to add rows of different data sources together in Power Query?
A
AppendingCorrect AnswerB
GroupingC
Removing DataD
MergingQUESTION 22 OF 36
Which of the following can be considered as a reason for combining data? Select all that apply.
A
Simplifying data managementCorrect AnswerB
Visualizing dataC
Consolidating informationCorrect AnswerD
Creating relationshipsCorrect AnswerQUESTION 23 OF 36
True or False: You can combine the tables in two different ways: merging and appending.
A
TrueCorrect AnswerB
FalseQUESTION 24 OF 36
You import two Microsoft Excel tables named ContactInfo and Address into Power Query.
A
CustomerIDB
CustomerNameC
PhoneD
AddressE
ContactIDF
ContactNameG
ZipCodeH
Remove ZipCode from ContactInfoI
Add a calculated column to the Address tableJ
Check the column types and make sure they have the same types respectively.Correct AnswerK
Change the column naming in ContactInfo from ContactID to CustomerID and ContactName to CustomerNameCorrect AnswerQUESTION 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 RowsB
5 Columns, 18 RowsC
7 Columns, 30 RowsCorrect AnswerD
5 Columns, 30 RowsQUESTION 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 AnswerB
10C
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 AnswerB
FalseQUESTION 28 OF 36
Exactly how many rows are there in the Sales query, after you merged the Sales and Product queries?
A
999B
57851Correct AnswerC
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 AnswerB
Ensuring consistencyCorrect AnswerC
Exploring relationshipsCorrect AnswerD
Creating insights from dataQUESTION 30 OF 36
Which type of JOIN operation includes only the matching records from both joined tables?
A
INNER JOINCorrect AnswerB
LEFT OUTER JOINC
FULL OUTER JOINQUESTION 31 OF 36
Which of the following pairs can be considered as a master table – pre defined table foreign key relationship?
A
Employee – DepartmentCorrect AnswerB
Customer – CityCorrect AnswerC
Order – StatusCorrect AnswerD
Customer β SurnameQUESTION 32 OF 36
Which feature allows you to combine related data between differently structured data sources in Power Query?
A
GroupingB
MergingCorrect AnswerC
AppendingQUESTION 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 AnswerB
Expanding DataC
Exploring RelationshipsCorrect AnswerD
Matching Related DataCorrect AnswerQUESTION 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 AnswerB
FalseQUESTION 35 OF 36
You import 4 Microsoft Excel tables named Sales, Product, Reseller and Employee into Power Query.
A
SalesOrderNumberB
OrderDateC
ProductKeyD
ResellerKeyE
EmployeeKeyF
SalesTerritoryKeyG
QuantityH
Unit PriceI
SalesJ
CostK
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 AnswerM
Merge the Sales table with the Product, Reseller and Employee tables respectively.Correct AnswerN
Join Sales and Product tables based on the ProductKey column.Correct AnswerQUESTION 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 AnswerReady 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?
A
0
B
Null
C
Missing
How confident are you in this answer?