
EDA Quiz 1
Authored by Vijay Agrawal
Computers
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
27 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
You are ingesting data from multiple sources (CSV, JSON, and Parquet). Which of the following statements are correct?
CSV files cannot handle hierarchical data structures.
JSON files are human-readable and can handle nested objects.
Parquet files store data in a columnar format and allow efficient compression.
CSV files always load faster than Parquet files.
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
You have a 50 GB CSV file you need to ingest and analyze. Which approach(es) could be most practical?
Use Python's built-in open() and read line by line in a loop.
Use pandas.read_csv() without specifying chunksize.
Use chunking in pandas (chunksize parameter) to process data in smaller batches.
Convert the CSV into a more compressed format like Parquet and use a distributed environment (e.g., PySpark).
3.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which of the following summary statistics are typically useful during EDA?
Mean, median, mode
Standard deviation, variance
Range, interquartile range
Confusion matrix
4.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
When examining a dataset's distribution, which are signs that the data might be right-skewed?
The mean is greater than the median.
The mean is less than the median.
A histogram shows a longer tail to the right.
The mode is greater than the median.
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
You have a dataset of housing prices. You notice that some houses are extremely expensive compared to the rest. Which methods can help you identify outliers effectively?
Box plot to detect points beyond 1.5 IQR from the quartiles.
Z-scores to find values far from the mean.
Dropping all data above the median price.
Calculating the difference between max and min values.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does a high variance in a dataset indicate?
The data points are spread out from the mean
The data points are closely clustered around the mean
The dataset has a low level of variability
The dataset has many missing values
7.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Which transformations are commonly used to stabilize variance or reduce skew in data?
Box-Cox transformation
Log transformation
Min-Max scaling
One-hot encoding
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?