Module 3: Cleaning, Transforming, and Loading Data

Module 3: Cleaning, Transforming, and Loading Data

Professional Development

5 Qs

quiz-placeholder

Similar activities

Excel Advanced

Excel Advanced

Professional Development

10 Qs

Data Storytelling for Business

Data Storytelling for Business

Professional Development

10 Qs

Excel for General Affairs

Excel for General Affairs

Professional Development

10 Qs

ICHEME - Excel Workshop

ICHEME - Excel Workshop

Professional Development

7 Qs

M4-Q3

M4-Q3

Professional Development

10 Qs

GOOGLE SHEETS

GOOGLE SHEETS

Professional Development

10 Qs

Genpact Power BI

Genpact Power BI

Professional Development

8 Qs

Google Level 1 Fundamental Training Unit 8

Google Level 1 Fundamental Training Unit 8

Professional Development

6 Qs

Module 3: Cleaning, Transforming, and Loading Data

Module 3: Cleaning, Transforming, and Loading Data

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Mariano Cuadra

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

The primary data preparation tool in Power BI is called what?

Report editor

Power Query editor

Data editor

Answer explanation

Should include a statement that it is the process of shaping data by converting your flat data into a table that contains an aggregation value for each unique value in a column.

2.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

The process of shaping data by converting your flat data into a table that contains an aggregation value for each unique value in a column is called what?

Group by columns

Pivot (pivoting a column)

Manage aggregations

Answer explanation

Should include deleting unnecessary rows and columns will reduce the dataset size and load only necessary data into your data model.

3.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

What can be achieved by removing unnecessary rows and columns?

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

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

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

Answer explanation

(Should include a statement that data profiling is studying the nuances of the data: determining anomalies, examining and developing the underlying data structures, and querying data statistics such as row counts, value distributions, minimum and maximum values, averages, and so on. This concept is important because it allows you to shape and organize the data so that interacting with the data and identifying the distribution of the data is uncomplicated, therefore helping to make your task of working with the data on the front end to develop report elements near effortless.

4.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Data profiling is defined as what?

Aggregating columns containing numeric data

Studying the nuances of the data

Data modeling

Answer explanation

Should include a statement that states if you have two queries that contain different data with the same structure, and you want to combine them into one query.

5.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

If you have two queries that contain different data with the same structure, and you want to combine them into one query, which operation should you perform?

Merge

Append

Combine column

Answer explanation

(Should include a statement that includes rename a query, replace values, replace null values, and remove duplicates.)