Free MS-DS Master of Data science Data Visualization and Communication Questions and Answers — Questions and Answers
Question 1: A data scientist is preparing a presentation for a non-technical executive audience to explain the results of a complex customer segmentation model. Which of the following approaches is most effective for this type of communication?
- Focus on the business impact and key takeaways, using simple, clear visuals and avoiding technical jargon. (Correct answer)
- Provide the raw model output, including cluster centroids and silhouette scores, to ensure full transparency.
- Explain the mathematical foundations of the clustering algorithm, starting with the distance metrics used.
- Present a detailed walkthrough of the model's architecture, including the hyperparameter tuning process and feature engineering steps.
Correct answer: Focus on the business impact and key takeaways, using simple, clear visuals and avoiding technical jargon.
Effective communication requires tailoring the message to the audience. Executives are primarily concerned with business outcomes, ROI, and strategic implications, not the technical implementation details. A clear, concise presentation focused on the 'so what' is most effective.
Question 2: An analyst wants to visualize the relationship between two continuous variables: 'Advertising Spend' and 'Website Traffic'. Which type of chart is the most appropriate choice to illustrate the potential correlation between these two metrics?
- Histogram
- Scatter Plot (Correct answer)
- Bar Chart
- Box Plot
Correct answer: Scatter Plot
A scatter plot is the standard and most effective choice for visualizing the relationship and potential correlation between two continuous variables. Each point on the plot represents an observation with coordinates corresponding to the values of the two variables.
Question 3: A manager presents a bar chart showing quarterly sales. To make recent growth appear more dramatic, the y-axis, which represents sales in millions, starts at $10 million instead of $0. This practice is a common form of a misleading visualization known as:
- Using an improper color scale
- Cherry-picking data points
- Truncating the y-axis (Correct answer)
- Creating a dual-axis chart
Correct answer: Truncating the y-axis
Starting the y-axis of a bar chart at a value other than zero is known as truncating the axis. This is a misleading practice because it exaggerates the differences between the bars, as their lengths are no longer proportional to their actual values.
Question 4: A dashboard designer places three related Key Performance Indicators (KPIs) close together within a single bordered box, separating them from other, less related metrics. Which Gestalt principle of perception is primarily being used to signal that these KPIs form a group?
- Similarity
- Continuity
- Figure/Ground
- Proximity (Correct answer)
Correct answer: Proximity
The principle of Proximity states that objects that are physically close to one another are perceived as belonging to the same group. By placing the related KPIs near each other, the designer leverages this principle to create a clear visual relationship for the user.
Question 5: According to Edward Tufte's principles of graphical excellence, which of the following best defines the 'data-ink ratio'?
- The total number of data points divided by the total ink used in the graphic.
- The proportion of a graphic's ink devoted to the non-redundant display of data-information. (Correct answer)
- The amount of ink used to create visual embellishments and decorations that are not part of the data.
- The ratio of ink used for the chart's frame and gridlines compared to the ink used for the data points.
Correct answer: The proportion of a graphic's ink devoted to the non-redundant display of data-information.
Edward Tufte's concept of the data-ink ratio is the proportion of ink (or pixels) used to present actual data versus the total ink used in the entire graphic. The principle advocates for maximizing this ratio by removing extraneous, non-data elements (often called 'chartjunk').
Question 6: A data scientist is creating a choropleth map to visualize a state's average household income, which is a continuous variable ranging from low to high. Which type of color palette is most appropriate for this visualization to ensure intuitive interpretation?
- Categorical
- Diverging
- Sequential (Correct answer)
- Analogous
Correct answer: Sequential
A sequential color palette is ideal for ordered, quantitative data that progresses from low to high. It typically uses a single hue that varies in lightness or saturation, making it easy for viewers to intuitively understand the magnitude of the values being represented.
A data scientist is preparing a presentation for a non-technical executive audience to explain the results of a complex customer segmentation model.
Which of the following approaches is most effective for this type of communication?