Data Concepts Pre-Test

Data Concepts Pre-Test

Professional Development

5 Qs

quiz-placeholder

Similar activities

Quiz tentang Kardus C48

Quiz tentang Kardus C48

Professional Development

10 Qs

Iman dan IPTEK

Iman dan IPTEK

Professional Development

10 Qs

Ethical Hacking Kali Linux Part 4

Ethical Hacking Kali Linux Part 4

Professional Development

10 Qs

Power BI Quiz Pre

Power BI Quiz Pre

Professional Development

10 Qs

Large Language Models

Large Language Models

Professional Development

10 Qs

LINKS Cyber Youth Challenge - Round 4

LINKS Cyber Youth Challenge - Round 4

Professional Development

10 Qs

Post Test Sosialisasi Zoho

Post Test Sosialisasi Zoho

Professional Development

10 Qs

2025-01 Python Belgrade QUIZ

2025-01 Python Belgrade QUIZ

Professional Development

10 Qs

Data Concepts Pre-Test

Data Concepts Pre-Test

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Irsyad Firsandi Wahyudi

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are given a dataset where each row represents a unique customer's first purchase on an e-commerce platform. Which of the following best describes the granularity of this dataset?

Per transaction

Per product

Per unique customer's first purchase

Per daily summary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A column in your dataset contains values like "2023-04-25", "2023-05-10", and "2023-06-01". You want to calculate the number of days between purchases for each customer. What is the most appropriate data type this column should be converted to for this analysis?

String (Text)

Integer

Date/Time Object

Categorical

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You've just loaded a new dataset and run a command that shows you the count of NaN values for each column. What specific aspect of data quality are you primarily assessing with this action?

Data type consistency

Data uniqueness (cardinality)

Presence and extent of missing values

Data distribution and outliers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are analyzing a dataset of customer reviews. You notice that some reviews contain phrases like "amazing!!!" or "so bad :(." Even if the text is fully present and readable, what hidden data quality challenge might this present for sentiment analysis?

Incorrect data types

High cardinality

Ambiguity due to sarcasm or emotional nuance

Duplicate entries

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary goal of performing initial data inspection steps like viewing the head()/tail() of a dataset, checking dtypes, and looking at isnull().sum()?

To immediately build predictive models

To get a quick overview of the data's structure and identify obvious issues

To perform complex statistical analysis

To generate final reports for stakeholders