Module 3: Cleaning, Transforming, and Loading Data

Module 3: Cleaning, Transforming, and Loading Data

Professional Development

5 Qs

quiz-placeholder

Similar activities

ICHEME - Excel Workshop

ICHEME - Excel Workshop

Professional Development

7 Qs

Excel - Conditional Functions

Excel - Conditional Functions

Professional Development

10 Qs

Pivot Tables (Beginners)

Pivot Tables (Beginners)

Professional Development

9 Qs

Excel Masterclass Part 2

Excel Masterclass Part 2

Professional Development

5 Qs

Basic ML and Preprocessing

Basic ML and Preprocessing

Professional Development

10 Qs

Excel for General Affairs

Excel for General Affairs

Professional Development

10 Qs

Data Exploration & Cleansing

Data Exploration & Cleansing

Professional Development

8 Qs

Model View in Powerbi

Model View in Powerbi

Professional Development

10 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.)