CCNA Dap Visualising Data Questions

75 of 113 questions · Page 1/2 · Dap Visualising Data topic · Answers revealed

1
MCQeasy

An analyst wants to show the trend of monthly sales over the past two years. Which chart type is most appropriate?

A.Pie chart
B.Bar chart
C.Scatter plot
D.Line chart
AnswerD

Line charts clearly display trends over time.

Why this answer

A line chart is best for showing trends over time.

2
MCQmedium

A data analyst wants to visualize the number of website visitors by traffic source (e.g., organic, paid social, email) and also show the proportion of each source within the total. Which chart type is best?

A.Stacked bar chart
B.Histogram
C.Pie chart
D.Line chart
AnswerA

Stacked bar charts show both category totals and subcategory proportions.

Why this answer

A stacked bar chart is best because it allows the data analyst to display both the absolute number of visitors per traffic source and the proportional contribution of each source to the total across categories (e.g., time periods). Each bar represents the total visitors, and segments within the bar show the breakdown by source, making it easy to compare both individual source counts and their relative shares.

Exam trap

The trap here is that candidates often choose a pie chart because it shows proportions, but fail to recognize that the question requires displaying both absolute visitor counts and proportions, which a pie chart cannot do for multiple categories or time periods.

How to eliminate wrong answers

Option B (Histogram) is wrong because histograms display the distribution of a single continuous variable by binning data into intervals, not categorical comparisons of traffic sources. Option C (Pie chart) is wrong because while it shows proportions of a whole, it cannot effectively display absolute visitor counts for multiple categories or allow easy comparison across different time periods. Option D (Line chart) is wrong because line charts are designed to show trends over continuous time intervals, not categorical breakdowns of proportions within a total.

3
MCQeasy

Which chart type is best for comparing the distribution of a continuous variable across different categories?

A.Pie chart
B.Box plot
C.Histogram
D.Treemap
AnswerB

Box plots effectively compare distributions across categories.

Why this answer

Box plots provide a summary of distribution including median, quartiles, and outliers, making them ideal for comparing distributions across groups.

4
MCQeasy

A data analyst wants to show the distribution of customer ages for a retail store. The ages are continuous and the analyst needs to visualize the frequency of different age ranges. Which chart type is most appropriate?

A.Bar chart
B.Line chart
C.Pie chart
D.Histogram
AnswerD

Histograms display frequency distributions of continuous variables.

Why this answer

A histogram is used to display the distribution of a continuous variable by grouping data into bins.

5
MCQmedium

A data analyst needs to show the cumulative revenue over time, with emphasis on the total magnitude. Which chart type is most appropriate?

A.Area chart
B.Scatter plot
C.Bar chart
D.Pie chart
AnswerA

Area charts are ideal for cumulative trends over time.

Why this answer

Area charts display cumulative values over time, filling the area under the line to emphasize magnitude.

6
MCQeasy

A data analyst needs to visualize the relationship between advertising spend and sales revenue for 50 products. Which chart type is most appropriate?

A.Histogram
B.Bar chart
C.Pie chart
D.Scatter plot
AnswerD

Scatter plots show correlation between two variables.

Why this answer

A scatter plot is the most appropriate chart type for visualizing the relationship between two continuous variables—advertising spend and sales revenue—across 50 products. It allows the data analyst to assess correlation, trends, and potential outliers by plotting each product as a point on a Cartesian plane, with advertising spend on the x-axis and sales revenue on the y-axis.

Exam trap

The trap here is that candidates often confuse a bar chart or histogram with a scatter plot when the question involves two numeric variables, but a bar chart is designed for categorical comparisons and a histogram for single-variable distributions, not for bivariate relationships.

How to eliminate wrong answers

Option A is wrong because a histogram is used to display the distribution of a single continuous variable by grouping data into bins, not to show the relationship between two variables. Option B is wrong because a bar chart compares categorical data or discrete values, not the continuous relationship between two numeric variables like advertising spend and sales revenue. Option C is wrong because a pie chart shows proportions of a whole for categorical data, making it unsuitable for visualizing the correlation between two continuous variables.

7
MCQhard

A business intelligence analyst is designing a dashboard for executives. The dashboard includes revenue, profit margin, and customer satisfaction score. To maximize the data-ink ratio, the analyst should:

A.Add a background image of the company logo
B.Remove gridlines, use minimal colors, and avoid decorative elements
C.Use different font styles for each metric label
D.Use 3D pie charts with shadow effects
AnswerB

Minimal non-data ink increases the data-ink ratio.

Why this answer

Maximizing data-ink ratio means removing non-data ink (chartjunk) and redundant labels, focusing on the data itself.

8
MCQmedium

An analyst needs to display the number of website visitors per age group (e.g., 18-25, 26-35, 36-45). Which chart type is most appropriate?

A.Bar chart
B.Histogram
C.Line chart
D.Pie chart
AnswerB

Histograms are designed for binned continuous data.

Why this answer

A histogram displays the distribution of a continuous variable (age) across bins (age groups).

9
MCQhard

In Power BI, a data analyst needs to create a measure that calculates total sales for the current year. Which DAX function should be used?

A.SAMEPERIODLASTYEAR
B.TOTALYTD
C.CALCULATE
D.SUMX
AnswerB

TOTALYTD calculates year-to-date total.

Why this answer

TOTALYTD is a time intelligence function that calculates a running total for the year-to-date.

10
MCQeasy

In Tableau, which of the following is used to create a calculated field that aggregates data at a different level of detail than the view?

A.LOD expressions
B.Marks
C.Parameters
D.Dashboard actions
AnswerA

LOD expressions enable computations at different granularities.

Why this answer

LOD (Level of Detail) expressions allow you to compute aggregates at a granularity different from the view.

11
Multi-Selecthard

A data analyst is creating a dashboard to monitor e-commerce performance. The dashboard will be used by both executives (strategic view) and operations managers (detailed view). The analyst plans to use interactive filters. Which THREE design principles or features are most important to apply for effective dashboard design?

Select 3 answers
A.Consistent color coding across all charts
B.Including annotations on every data point
C.Visual hierarchy to emphasize the most important KPIs
D.Using interactive filters to allow users to slice data by region, date, and product
E.Maximizing the data-ink ratio by removing all labels and titles
AnswersA, C, D

Correct. Reduces confusion and improves readability.

Why this answer

Visual hierarchy ensures executives see key metrics first. Consistent color coding helps users quickly associate colors with categories. Interactive filters allow different users to drill down to their required level of detail.

Data-ink ratio is important but less critical for multi-user dashboards. Annotations are useful for storytelling but not a core design principle for interactive dashboards.

12
MCQmedium

When designing a dashboard for executives, which principle is most important to follow to ensure key information is immediately visible?

A.Apply consistent color coding across all charts.
B.Create a visual hierarchy with the most important metric prominently displayed.
C.Use as many colors as possible to highlight different data points.
D.Include all available data to provide complete context.
AnswerB

Visual hierarchy directs attention to the most critical data first.

Why this answer

Visual hierarchy ensures the most important metric is prominently placed and sized to draw attention first.

13
Multi-Selecthard

A senior data analyst is advising a team on dashboard design principles. Which THREE of the following are recommended best practices? (Choose three.)

Select 3 answers
A.Apply consistent color coding across all charts for similar metrics.
B.Include every data point to provide complete context.
C.Use clear labels and titles for all charts.
D.Use a variety of colors to make the dashboard visually exciting.
E.Maximize the data-ink ratio by minimizing chartjunk.
AnswersA, C, E

Consistency helps users quickly interpret data.

Why this answer

Maximizing data-ink ratio, using consistent color coding, and providing clear labels and titles are established best practices. Using many colors for variety is not recommended, nor is including every possible data point to avoid clutter.

14
MCQhard

In a Power BI report, a data analyst needs to create a measure that calculates the sum of sales only for products that have a profit margin greater than 10%. Which DAX function should be used to filter the calculation?

A.RELATED
B.CALCULATE
C.FILTER
D.SUMX
AnswerB

CALCULATE changes filter context and can be used with a filter expression to sum only qualifying products.

Why this answer

CALCULATE modifies the filter context and can be combined with FILTER to apply specific conditions. SUMX iterates over a table but without CALCULATE it cannot apply the filter context properly in this scenario.

15
MCQmedium

A data analyst is presenting a story about why customer churn increased last quarter. They start by showing the current churn rate, then identify a key event (a pricing change), and finally show the impact of a proposed retention campaign. This structure follows which narrative arc?

A.Introduction → Methods → Results
B.Hook → Context → Call to action
C.Problem → Solution → Evidence
D.Situation → Complication → Resolution
AnswerD

This matches the described structure.

Why this answer

The situation-complication-resolution arc sets up the current state, introduces a problem, and then presents a solution.

16
MCQhard

In Tableau, an analyst wants to create a parameter that allows users to select a threshold for highlighting products with sales above that value. The parameter is used in a calculated field that returns TRUE if sales exceed the parameter value. Which type of calculated field is this?

A.Table calculation
B.Aggregate calculation
C.Level of Detail expression
D.Boolean calculation
AnswerD

The calculation returns a Boolean value (TRUE/FALSE).

Why this answer

A Boolean calculated field returns TRUE or FALSE based on a condition.

17
MCQmedium

A data analyst wants to show the correlation between advertising spend and website traffic. Which chart type should they use?

A.Area chart
B.Scatter plot
C.Bar chart
D.Line chart
AnswerB

Scatter plots display the correlation between two variables.

Why this answer

Scatter plots are designed to show the relationship between two numerical variables.

18
MCQeasy

A data analyst wants to show the sales trend for a product over the past 12 months. Which chart type is most appropriate?

A.Line chart
B.Bar chart
C.Pie chart
D.Histogram
AnswerA

Line charts effectively show trends over time.

Why this answer

A line chart is the most appropriate choice because it explicitly shows data points over a continuous time interval, making it ideal for visualizing the sales trend over 12 months. The x-axis represents time (months), and the y-axis represents sales values, allowing the audience to easily see upward, downward, or cyclical patterns. This aligns with the core principle of time-series visualization, where line charts excel at highlighting trends and changes over sequential periods.

Exam trap

The trap here is that candidates often confuse a histogram with a line chart because both use bars or lines to represent data, but a histogram is strictly for frequency distributions of continuous data, not for time-series trends.

How to eliminate wrong answers

Option B (Bar chart) is wrong because bar charts are better suited for comparing discrete categories or individual values, not for showing a continuous trend over time; they can obscure the sequential flow and make it harder to detect gradual changes. Option C (Pie chart) is wrong because pie charts display parts of a whole (proportions) at a single point in time, and they cannot represent a trend or time series across 12 months. Option D (Histogram) is wrong because histograms show the distribution of a continuous variable by binning data into intervals, not the progression of a single metric over time; using a histogram for a time series would misrepresent the data's temporal order.

19
MCQmedium

A marketing manager wants to visualize the conversion rate at each stage of a sales funnel, from leads to closed deals. The data shows the number of prospects at each stage. Which chart type is most appropriate for this pipeline analysis?

A.Treemap
B.Waterfall chart
C.Funnel chart
D.Stacked bar chart
AnswerC

Funnel charts visualize sequential stages and the decreasing value at each step, ideal for conversion funnels.

Why this answer

A funnel chart is specifically designed to show progressive reduction as data moves through stages of a process.

20
MCQmedium

A sales manager wants to display the contribution of each product category to total revenue, with a maximum of six categories. Which chart type is most suitable?

A.Histogram
B.Pie chart
C.Box plot
D.Scatter plot
AnswerB

Pie charts effectively show proportions with few categories.

Why this answer

A pie or donut chart is ideal for part-to-whole relationships with a limited number of categories (5-7 slices).

21
MCQmedium

An analyst creates a bar chart showing average sales by region. They want to ensure that the y-axis starts at zero to avoid misleading interpretation. This practice aligns with which dashboard design principle?

A.Appropriate precision
B.Visual hierarchy
C.Clear labels and titles
D.Data-ink ratio
AnswerA

Starting axes at zero avoids misleading precision in bar lengths.

Why this answer

Starting the y-axis at zero is a fundamental practice to ensure that the visual representation of data (bar heights) accurately reflects the actual values, preventing exaggeration or minimization of differences. This principle directly supports 'Appropriate Precision' by maintaining the integrity of the data visualization and avoiding misleading interpretations, which is a key consideration in dashboard design.

Exam trap

Cisco often tests the distinction between design principles that affect visual perception (like axis scaling) versus those that affect layout or aesthetics, so the trap here is confusing 'Appropriate Precision' (a data integrity principle) with 'Visual Hierarchy' (a layout principle) or 'Data-Ink Ratio' (a minimalist design principle).

How to eliminate wrong answers

Option B (Visual hierarchy) is wrong because visual hierarchy refers to the arrangement of elements to guide the viewer's eye by importance (e.g., size, color, position), not to the technical scaling of axes. Option C (Clear labels and titles) is wrong because while labels and titles are crucial for context, they do not address the specific mathematical requirement of axis scaling to prevent distortion. Option D (Data-ink ratio) is wrong because data-ink ratio focuses on minimizing non-data ink (e.g., gridlines, borders) to maximize clarity, not on the starting point of the y-axis.

22
Multi-Selectmedium

A data analyst is creating a dashboard for a retail company. Which TWO of the following are considered Key Performance Indicators (KPIs) tied to strategic objectives?

Select 2 answers
A.Average handle time per call
B.Number of products in inventory
C.Daily number of customer service calls
D.Year-over-year revenue growth
E.Customer retention rate
AnswersD, E

Revenue growth is a strategic KPI.

Why this answer

KPIs are tied to strategic goals; revenue growth and customer retention align with high-level business strategy.

23
MCQhard

A data analyst is presenting a time-series chart of monthly sales to executives. The sales dropped sharply in March due to a one-time supply chain disruption. Which storytelling technique would best help the audience understand this anomaly?

A.Add an annotation explaining the supply chain disruption
B.Remove the March data point to avoid confusion
C.Use a different chart type to hide the drop
D.Use a moving average to smooth the drop
AnswerA

Correct. Annotations provide context for key events.

Why this answer

Adding an annotation directly on the chart provides immediate context for the March sales drop, allowing executives to understand the anomaly without leaving the visualization. This technique follows the principle of 'contextual annotation' in data storytelling, where key events are marked to prevent misinterpretation of trends. It preserves data integrity while clarifying the cause, which is essential for accurate decision-making.

Exam trap

The trap here is that candidates may choose to smooth or remove the anomaly (options B or D) to make the chart look cleaner, failing to recognize that ethical data storytelling requires explaining, not hiding, significant events.

How to eliminate wrong answers

Option B is wrong because removing the March data point distorts the dataset, hiding a legitimate event and potentially leading to incorrect trend analysis or forecasting. Option C is wrong because using a different chart type to hide the drop is deceptive and violates ethical data presentation standards, as it obscures a significant anomaly rather than explaining it. Option D is wrong because a moving average smooths out short-term fluctuations, which would mask the sharp drop and prevent the audience from recognizing the one-time disruption, defeating the purpose of anomaly explanation.

24
MCQmedium

A business analyst is creating a dashboard to monitor sales performance. The primary goal is to quickly identify which regions are underperforming compared to the target. Which design principle is most important to apply?

A.Data-ink ratio
B.Appropriate precision
C.Visual hierarchy
D.Consistent color coding
AnswerC

Visual hierarchy arranges elements to guide the user to the most important information first.

Why this answer

Visual hierarchy ensures that the most important metrics (like underperforming regions) are prominently displayed, drawing the user's attention first.

25
Multi-Selecteasy

A dashboard designer is building a sales performance dashboard for executives. According to dashboard design principles, which TWO practices should be applied? (Choose two.)

Select 2 answers
A.Use color coding consistently to group related metrics
B.Use visual hierarchy to make the most important metric prominent
C.Avoid titles and labels to keep the dashboard clean
D.Include excessive precision on all numbers to show accuracy
E.Maximize chartjunk to make the dashboard visually appealing
AnswersA, B

Correct. Consistent color coding helps interpretation.

Why this answer

Visual hierarchy emphasizes the most important metric, and clear labels ensure readability. Chartjunk should be minimized, not maximized.

26
MCQhard

A data analyst is presenting a story to executives about a decline in sales. The analyst wants to show the key events that led to the decline, such as a product recall and a competitor's launch. Which storytelling technique should be used?

A.Using a pie chart to show current market share
B.Adding a waterfall chart to show incremental changes
C.Annotating the line chart with event markers
D.Using a treemap to show hierarchical proportions
AnswerC

Annotations on a line chart effectively highlight key events and their impact on trends.

Why this answer

Annotating key events on a time-series chart directly links events to data changes, helping executives understand causes.

27
MCQeasy

A data analyst wants to show the proportion of total sales for each product category. There are 4 categories. Which chart type is most appropriate?

A.Pie chart
B.Line chart
C.Scatter plot
D.Histogram
AnswerA

Pie charts effectively show proportions for a small number of categories.

Why this answer

Pie charts are suitable for showing part-to-whole relationships when there are a limited number of categories (5-7 or fewer).

28
MCQmedium

A marketing manager wants to visualize the conversion funnel from website visits to final purchase. Which chart type is most appropriate?

A.Funnel chart
B.Treemap
C.Waterfall chart
D.Scatter plot
AnswerA

Funnel charts are ideal for visualizing conversion funnels.

Why this answer

Funnel charts are specifically designed to show stages in a pipeline or conversion process, with decreasing values as prospects move through the funnel.

29
MCQmedium

A data analyst needs to visualize the distribution of customer ages in a dataset. The analyst wants to see the frequency of ages grouped into bins. Which chart type should be used?

A.Pie chart
B.Histogram
C.Box plot
D.Bar chart
AnswerB

Correct. Histograms show the distribution of a continuous variable.

Why this answer

A histogram groups continuous data into bins and shows the frequency of each bin, making it ideal for visualizing the distribution of a continuous variable like age.

30
MCQmedium

A data analyst needs to visualize the distribution of customer ages in a dataset containing 10,000 records. The analyst wants to see the shape of the distribution and identify any outliers. Which chart type is most appropriate?

A.Line chart
B.Histogram
C.Box plot
D.Pie chart
AnswerB

Histograms display distribution of continuous data and can show outliers.

Why this answer

A histogram shows the distribution of a continuous variable and can reveal shape and outliers when bins are appropriately sized.

31
Multi-Selecthard

An analyst is creating a Tableau dashboard for a logistics company. They need to allow users to filter data by region and time period, and also want to show a tooltip with detailed shipment information. Which THREE Tableau features should be used? (Choose three.)

Select 3 answers
A.Tooltips
B.Marks
C.Parameters
D.Calculated fields
E.Dashboard actions
AnswersA, C, E

Correct. Tooltips can show detailed information on hover.

Why this answer

Parameters allow user input for filtering, dashboard actions enable interactions across sheets, and tooltips display details on hover. Calculated fields are for custom calculations, and marks are for visual encoding.

32
MCQeasy

Which chart type is best for displaying the distribution of a continuous variable, such as the age distribution of customers?

A.Box plot
B.Line chart
C.Histogram
D.Pie chart
AnswerC

Histograms show the distribution of a continuous variable by binning data.

Why this answer

A histogram is the correct choice because it groups continuous data (like age) into bins along the x-axis and displays the frequency of observations within each bin as bars, making the distribution shape immediately visible. This directly addresses the need to show how customer ages are spread across the range, which is the definition of a distribution for a continuous variable.

Exam trap

Cisco often tests the distinction between a histogram and a bar chart, where candidates mistakenly choose a bar chart (not listed here) or a box plot because they confuse 'distribution' with 'summary statistics' or 'categorical comparison'.

How to eliminate wrong answers

Option A is wrong because a box plot summarizes the distribution using five-number summary statistics (min, Q1, median, Q3, max) and highlights outliers, but it does not show the detailed shape or modality of the distribution as a histogram does. Option B is wrong because a line chart is designed to show trends over time or ordered categories by connecting data points, not to display the frequency distribution of a single continuous variable. Option D is wrong because a pie chart is used to show proportions of a whole for categorical data, and it cannot represent the distribution of a continuous variable like age.

33
MCQhard

In Looker Studio, a data analyst has two data sources: one with customer IDs and transactions, and another with customer demographics. They need to create a chart that includes fields from both sources. Which feature should they use?

A.Data blending
B.Calculated fields
C.Community connectors
D.Dashboard filters
AnswerA

Blending merges data from different sources based on a key.

Why this answer

Data blending in Looker Studio allows you to combine data from two or more separate data sources based on a common key (e.g., customer ID). This enables you to create a chart that uses fields from both the transactions source and the demographics source without needing to merge the data at the database level. Without blending, a single chart can only reference fields from one data source at a time.

Exam trap

The trap here is that candidates often confuse data blending with calculated fields, thinking a formula can reference fields from another source, but Looker Studio restricts calculated fields to operate only within a single data source.

How to eliminate wrong answers

Option B is wrong because calculated fields create new fields within a single data source using formulas, but they cannot pull in fields from a second, unrelated data source. Option C is wrong because community connectors are used to connect to external data sources (e.g., APIs), not to combine data from two already-connected sources within a report. Option D is wrong because dashboard filters control which data is displayed across charts, but they do not merge or join fields from different data sources into a single chart.

34
Multi-Selectmedium

A business analyst is asked to distinguish between KPIs and metrics for a new dashboard. According to CompTIA Data+, which TWO statements correctly differentiate KPIs from metrics? (Choose two.)

Select 2 answers
A.KPIs and metrics are interchangeable terms
B.Metrics are always more important than KPIs
C.KPIs are directly tied to strategic business objectives
D.Metrics are operational measurements that may not be strategic
E.KPIs are always lagging indicators
AnswersC, D

Correct. KPIs measure progress toward strategic goals.

Why this answer

KPIs are tied to strategic objectives and are often leading or lagging indicators. Metrics are operational measurements that may support KPIs but are not necessarily strategic.

35
Multi-Selectmedium

A data analyst wants to visualize the distribution of customer ages, including quartiles and potential outliers, for a dataset with 10,000 records. Which TWO chart types are appropriate? (Choose two.)

Select 2 answers
A.Box plot
B.Pie chart
C.Line chart
D.Treemap
E.Histogram
AnswersA, E

Box plots display median, quartiles, and outliers.

Why this answer

Box plots explicitly show quartiles and outliers. Histograms show distribution shape and can reveal outliers, but they don't directly show quartiles. However, both can be used to understand distribution and identify outliers.

36
MCQmedium

A financial analyst needs to show how net income is derived from revenue, costs, and expenses over a period. The chart should highlight the contribution of each component. Which chart type is most appropriate?

A.Line chart
B.Area chart
C.Waterfall chart
D.Pie chart
AnswerC

Waterfall charts illustrate incremental changes leading to a final total.

Why this answer

A waterfall chart shows how an initial value is affected by a series of positive and negative changes, making it ideal for financial breakdowns.

37
MCQmedium

A dashboard designer wants to ensure that the most important metric, such as total revenue, is prominently displayed at the top left. Which dashboard design principle is being applied?

A.Visual hierarchy
B.Consistent color coding
C.Appropriate precision
D.Data-ink ratio
AnswerA

Visual hierarchy emphasizes the most important information first.

Why this answer

Visual hierarchy arranges elements by importance, typically with key metrics at the top or top-left.

38
MCQmedium

A BI analyst is creating a report in Power BI and needs to calculate the total sales for the current year compared to the previous year. Which DAX function should be used to calculate the previous year's sales?

A.SAMEPERIODLASTYEAR
B.PREVIOUSYEAR
C.TOTALYTD
D.DATEADD
AnswerA

SAMEPERIODLASTYEAR returns dates from the previous year for the same period.

Why this answer

SAMEPERIODLASTYEAR returns a set of dates in the previous year for the same period, which is ideal for year-over-year comparisons.

39
Multi-Selectmedium

A data analyst is designing a dashboard for a sales team. Which TWO of the following are key performance indicators (KPIs) rather than operational metrics?

Select 2 answers
A.Number of emails sent to prospects
B.Customer retention rate
C.Annual revenue growth rate
D.Number of sales calls made per day
E.Average time to close a deal
AnswersB, C

Customer retention is a key strategic metric.

Why this answer

Customer retention rate (B) is a key performance indicator (KPI) because it measures the long-term health of customer relationships and directly reflects strategic business goals, such as loyalty and recurring revenue. It is a high-level metric that tracks performance against strategic objectives, unlike operational metrics which focus on day-to-day activities.

Exam trap

The trap here is that candidates often confuse operational metrics (like average time to close a deal) with KPIs because they both appear in sales dashboards, but KPIs must directly measure strategic outcomes rather than process efficiency.

40
MCQhard

In Looker Studio, you have a data source with daily sales and a separate data source with marketing spend. You want to create a chart that shows sales and marketing spend on the same axis, but the two sources are not joined natively. Which feature should you use to combine them?

A.Data blending
B.Filters
C.Community connectors
D.Calculated fields
AnswerA

Blending allows combining multiple data sources in a single chart.

Why this answer

Data blending in Looker Studio allows you to combine data from multiple sources based on a common dimension without requiring a native join.

41
MCQmedium

A data analyst is creating a dashboard in Looker Studio and needs to combine data from two different data sources using a common field. Which feature should be used?

A.Data blending
B.Community connector
C.Filter
D.Calculated field
AnswerA

Blending is used to combine data from multiple sources in Looker Studio.

Why this answer

Blending in Looker Studio allows combining data from different sources based on a common dimension, similar to a left join.

42
MCQeasy

Which chart type is best for visualizing the correlation between two continuous variables?

A.Pie chart
B.Bar chart
C.Scatter plot
D.Line chart
AnswerC

Scatter plots are designed to show correlation between two continuous variables.

Why this answer

Scatter plots show the relationship between two continuous variables, making them ideal for visualizing correlation.

43
MCQmedium

In Tableau, an analyst wants to create a calculated field that returns the average sales per customer only for customers who have made more than five purchases. Which Tableau function or approach would be most efficient?

A.Use a table calculation for running sum
B.Use a context filter on the number of records
C.Use a Level of Detail expression to count purchases per customer, then filter
D.Create a parameter to filter customers
AnswerC

Correct. LOD expressions can compute per-customer counts and then be used in a filter.

Why this answer

Level of Detail (LOD) expressions like { FIXED [Customer ID] : SUM(…) } allow computations at a granular level. Then using an IF condition on the LOD result filters to customers with >5 purchases.

44
MCQmedium

A data analyst is working in Looker Studio and wants to add a metric that counts the number of unique customers per month. In the context of Looker Studio, which type of field is this metric?

A.Dimension
B.Parameter
D.Blend
AnswerC

Correct. COUNT_DISTINCT is a metric.

Why this answer

In Looker Studio, a metric is a field that aggregates numeric data, such as counts, sums, or averages. Counting unique customers per month requires an aggregation (COUNT_DISTINCT) applied to a numeric or identifier field, which is the defining characteristic of a metric. Dimensions are used for grouping and categorizing data, not for performing calculations like counting unique values.

Exam trap

The trap here is that candidates often confuse a dimension with a metric because they think 'customer' is a category (dimension), but the question specifically asks for a count of unique customers, which requires an aggregation, making it a metric.

How to eliminate wrong answers

Option A is wrong because a dimension is a field used to categorize, group, or filter data (e.g., customer name or month), not to perform aggregations like counting unique customers. Option B is wrong because a parameter is a user-defined input value that can be used to filter or modify queries dynamically, but it does not itself perform any aggregation or count. Option D is wrong because a blend is a technique to combine data from multiple sources or tables, not a field type that can directly count unique customers per month.

45
MCQeasy

A data analyst wants to compare the total sales of four different product categories for a single year. Which chart type is most appropriate for this comparison?

A.Pie chart
B.Scatter plot
C.Line chart
D.Bar chart
AnswerD

Correct. Bar charts are best for comparing values across categories.

Why this answer

A bar chart is ideal for comparing discrete categories because the length of each bar represents the total value, making it easy to see which category has the highest sales.

46
MCQmedium

A data analyst is building a dashboard in Tableau and wants to allow users to select a specific product category and have all charts on the dashboard filter to that category. Which Tableau feature should be used?

A.Calculated field
B.LOD expression
C.Parameter
D.Dashboard action
AnswerD

Dashboard actions enable cross-sheet filtering.

Why this answer

Dashboard actions in Tableau enable interactivity such as filtering across sheets based on user clicks.

47
MCQhard

A data analyst is building a report in Power BI and needs to create a measure that calculates the total sales for the current year, but only for products that have at least one sale in the previous year. Which DAX function combination is most appropriate?

A.RELATED to pull product data
B.TOTALYTD with a filter on Date table
C.SUMX with a FILTER on Sales table
D.CALCULATE with FILTER and SAMEPERIODLASTYEAR
AnswerD

CALCULATE modifies the filter context, and FILTER combined with SAMEPERIODLASTYEAR identifies products with prior year sales.

Why this answer

Using CALCULATE with a FILTER that checks for sales in the previous year via SAMEPERIODLASTYEAR or a similar time intelligence filter achieves this dynamic filtering.

48
MCQeasy

Which chart type is best for showing the sales pipeline from leads to closed deals, illustrating how many prospects drop off at each stage?

A.Treemap
B.Funnel chart
C.Waterfall chart
D.Stacked bar chart
AnswerB

Funnel charts visualize pipeline stages and conversion.

Why this answer

A funnel chart is specifically designed to show conversion or drop-off rates in a pipeline.

49
MCQhard

In Tableau, you want to create a view showing the total sales per region, but also want to allow users to filter by year without losing the ability to see all regions. What feature should you use to compute the total sales that ignores the year filter?

A.Table calculation running total
B.Parameter action
C.LOD expression: { FIXED [Region] : SUM([Sales]) }
D.Calculated field using SUM([Sales])
AnswerC

This computes total sales per region ignoring other dimensions.

Why this answer

A Level of Detail (LOD) expression with FIXED can compute a value at the region level, ignoring other dimensions like year.

50
MCQeasy

A dashboard should be designed so that the most important metric is prominently displayed. This is an example of which design principle?

A.Data-ink ratio
B.Consistent color coding
C.Appropriate precision
D.Visual hierarchy
AnswerD

Visual hierarchy arranges elements by importance.

Why this answer

Visual hierarchy is the design principle that dictates arranging elements to guide the viewer's eye to the most important information first. By making the key metric the most prominent element (e.g., larger, bolder, or top-left), the dashboard ensures immediate comprehension of the primary data point, which is critical for operational decision-making.

Exam trap

Cisco often tests visual hierarchy by presenting it alongside data-ink ratio, as candidates may confuse 'making a metric prominent' with 'reducing non-data ink,' but the former is about emphasis while the latter is about eliminating visual clutter.

How to eliminate wrong answers

Option A is wrong because the data-ink ratio focuses on minimizing non-data ink (e.g., gridlines, borders) to maximize the proportion of ink used for actual data, not on emphasizing a specific metric. Option B is wrong because consistent color coding ensures that the same color represents the same category across visualizations, aiding comparison, but it does not inherently prioritize one metric over others. Option C is wrong because appropriate precision refers to displaying data with the correct level of detail (e.g., rounding to whole numbers when decimals are unnecessary), not to the visual prominence of a metric.

51
Multi-Selecthard

A data analyst is designing a dashboard for executives to monitor company performance. Which THREE practices should the analyst follow to ensure effective storytelling with data? (Select three.)

Select 3 answers
A.Annotate key events on time-series charts
B.Include as much data as possible to avoid missing details
C.Always use pie charts for part-to-whole comparisons
D.Choose the right chart type for the message
E.Use a narrative arc: situation, complication, resolution
AnswersA, D, E

Annotations highlight important points in the story.

Why this answer

Effective data storytelling includes a narrative arc, choosing the right chart, and annotating key events.

52
Multi-Selectmedium

A data analyst is creating a dashboard for a sales team. Which TWO actions adhere to dashboard design best practices?

Select 2 answers
A.Including 3D effects to make charts look more professional
B.Using consistent color coding across charts
C.Adding detailed axis labels and titles to every chart
D.Placing the most important metric at the top-left or most prominent position
E.Using as many bright colors as possible to make the dashboard attractive
AnswersB, D

Consistent color coding helps users quickly interpret charts and maintain visual coherence, which is a best practice.

Why this answer

Using consistent color coding and placing the most important metric prominently are best practices. Using many bright colors and 3D effects are not.

53
MCQeasy

Which of the following is a key performance indicator (KPI) tied to a strategic objective, as opposed to a metric?

A.Average handle time
B.Customer satisfaction score (CSAT) as a strategic goal
C.Number of daily logins
D.Server uptime percentage
AnswerB

CSAT can be a KPI if tied to strategic objective of improving customer experience.

Why this answer

Option B is correct because a key performance indicator (KPI) is a measurable value that demonstrates how effectively a company is achieving a key strategic objective. Here, 'Customer satisfaction score (CSAT) as a strategic goal' explicitly ties the metric to a strategic objective (e.g., improving customer loyalty), whereas a plain metric like 'average handle time' is an operational measure without a direct strategic link. In data visualization, KPIs are often displayed on dashboards with targets and thresholds to track progress toward high-level business goals.

Exam trap

The trap here is that candidates confuse any measurable value (metric) with a key performance indicator (KPI), failing to recognize that a KPI must be explicitly tied to a strategic objective, not just any operational or technical measurement.

How to eliminate wrong answers

Option A is wrong because average handle time is an operational metric that measures efficiency in a call center, not a KPI tied to a strategic objective; it lacks a direct connection to a broader business goal. Option C is wrong because number of daily logins is a vanity metric that tracks user activity but does not inherently reflect progress toward a strategic objective like revenue growth or customer retention. Option D is wrong because server uptime percentage is a technical metric for system reliability, not a KPI linked to a strategic objective unless explicitly framed as part of a service-level agreement (SLA) goal tied to business continuity.

54
MCQmedium

A financial analyst wants to create a dashboard that shows the monthly profit and loss, highlighting how each component (revenue, cost of goods sold, operating expenses) contributes to the final net profit. Which chart type is most appropriate?

A.Pie chart
B.Stacked bar chart
C.Area chart
D.Waterfall chart
AnswerD

Waterfall charts illustrate the step-by-step progression from starting to ending value, perfect for financial breakdowns.

Why this answer

A waterfall chart effectively shows how each incremental positive or negative value contributes to a final total, making it ideal for profit/loss breakdowns.

55
MCQhard

In Power BI, an analyst wants to create a measure that calculates the total sales for the current year up to the latest date in the data. Which DAX function should be used?

A.SAMEPERIODLASTYEAR
B.CALCULATE
C.SUMX
D.TOTALYTD
AnswerD

Correct. TOTALYTD computes the year-to-date total.

Why this answer

TOTALYTD is a time intelligence function that sums values for the year up to the last date in the filter context (or specified end date).

56
MCQeasy

Which of the following is a key difference between a Key Performance Indicator (KPI) and a metric?

A.Metrics are always quantitative, while KPIs can be qualitative
B.There is no difference; the terms are interchangeable
C.KPIs are tied to strategic objectives, while metrics are broader operational measurements
D.KPIs are always lagging indicators, while metrics are leading indicators
AnswerC

Correct. KPIs are a subset of metrics that are critical to strategic success.

Why this answer

KPIs are tied to strategic objectives and measure progress toward goals, while metrics can be any operational measurement that may not be directly linked to strategy.

57
MCQhard

An analyst has a dataset with monthly sales figures for the past five years. They want to highlight the cumulative effect of sales over time and show the total contribution of each month stacked on top of previous months. Which chart type is most suitable?

A.Line chart
B.Stacked bar chart
C.Area chart
D.Waterfall chart
AnswerC

Correct. An area chart, especially stacked, shows cumulative trends over time.

Why this answer

An area chart is the most suitable choice because it fills the space between the line and the baseline with color, visually emphasizing the cumulative total over time. This allows the analyst to see both the trend of monthly sales and the stacked contribution of each month to the overall cumulative effect, which is exactly what the question requires.

Exam trap

The trap here is that candidates often confuse a stacked bar chart with an area chart, thinking that stacking bars shows cumulative effect, but the area chart's continuous fill better represents the cumulative flow over time, which is the key requirement in the question.

How to eliminate wrong answers

Option A is wrong because a line chart only shows the trend of individual data points over time without any visual stacking or cumulative effect, so it cannot highlight the total contribution of each month stacked on top of previous months. Option B is wrong because a stacked bar chart shows parts of a whole at discrete time points but does not inherently emphasize the cumulative effect over time as a continuous flow, and it is less effective for showing the progression of cumulative totals across many months. Option D is wrong because a waterfall chart is designed to show incremental changes (additions and subtractions) from a starting value to an ending value, not to display a continuous cumulative stack of monthly contributions over a five-year period.

58
Multi-Selectmedium

An analyst is creating a report in Power BI and needs to calculate year-to-date total sales compared to the same period last year. Which TWO DAX functions should be used? (Choose two.)

Select 2 answers
A.FILTER
B.RELATED
C.SAMEPERIODLASTYEAR
D.SUMX
E.TOTALYTD
AnswersC, E

Correct. SAMEPERIODLASTYEAR shifts dates back one year.

Why this answer

TOTALYTD computes year-to-date, and SAMEPERIODLASTYEAR shifts context to the prior year. CALCULATE modifies filter context, often used with time intelligence.

59
MCQmedium

An analyst wants to visualize the relationship between advertising spend (x-axis) and revenue (y-axis) for 100 different products. Each product is in one of three categories. Which chart type best displays this data?

A.Scatter plot with points colored by category
B.Bubble chart
C.Stacked bar chart
D.Line chart with three lines
AnswerA

Scatter plots show correlation, and color adds a third dimension.

Why this answer

A scatter plot with color-coded categories effectively shows relationships between two continuous variables and a third categorical dimension.

60
MCQmedium

In a Power BI report, a user wants to create a measure that calculates total sales for the current year up to today. Which DAX function should they use?

A.TOTALYTD
B.CALCULATE
C.SUMX
D.SAMEPERIODLASTYEAR
AnswerA

TOTALYTD calculates year-to-date values correctly.

Why this answer

TOTALYTD is a time intelligence function that calculates year-to-date values.

61
Multi-Selectmedium

Which TWO are examples of leading indicators in a business context? (Select two.)

Select 2 answers
A.Employee turnover rate
B.Net profit margin
C.Customer engagement score
D.Number of qualified leads
E.Monthly revenue
AnswersC, D

Engagement often predicts future retention and sales.

Why this answer

Leading indicators predict future performance; number of qualified leads and customer engagement score forecast future sales.

62
Multi-Selecteasy

A data analyst needs to display the distribution of customer ages in a dataset containing 10,000 records. Which TWO chart types are appropriate? (Choose two.)

Select 2 answers
A.Box plot
B.Pie chart
C.Histogram
D.Bar chart
E.Line chart
AnswersA, C

Correct. Box plots show distribution, median, quartiles, and outliers.

Why this answer

Histograms show distribution of a continuous variable, and box plots show distribution with quartiles and outliers. Pie charts and bar charts are not for distribution.

63
MCQmedium

A dashboard designer wants to maximize the data-ink ratio. Which action should they take?

A.Add a 3D effect to bars
B.Include a company logo in the chart area
C.Remove redundant gridlines
D.Use a colorful background
AnswerC

Removing non-data ink improves the data-ink ratio.

Why this answer

Data-ink ratio is maximized by removing non-data ink (chartjunk) like unnecessary gridlines and borders.

64
Multi-Selectmedium

A sales analyst is designing a report for the sales team that includes the number of new leads, conversion rate, and total revenue. The team wants to identify which metrics are Key Performance Indicators (KPIs) tied to the strategic goal of increasing revenue. Which TWO of the following should be classified as KPIs?

Select 2 answers
A.Total revenue
B.Conversion rate
C.Average deal size
D.Customer satisfaction score
E.Number of new leads
AnswersA, B

Correct. Total revenue is a direct measure of the strategic goal.

Why this answer

Total revenue is a direct measure of the strategic goal of increasing revenue, making it a clear Key Performance Indicator (KPI). It quantifies the financial outcome that the sales team is aiming to improve, aligning perfectly with the stated objective.

Exam trap

The trap here is that candidates often confuse input metrics (like number of new leads) or efficiency metrics (like average deal size) with KPIs, failing to recognize that KPIs must directly measure progress toward the specific strategic goal, which in this case is increasing revenue.

65
Multi-Selectmedium

An analyst is creating a dashboard in Power BI to track sales performance. They want to ensure that when a user selects a specific product category on a slicer, all other visuals on the page filter to show data only for that category. Which TWO actions should the analyst take?

Select 2 answers
A.Use the 'Sync slicers' pane to synchronize the slicer across all pages
B.Edit interactions between the slicer and other visuals to ensure filtering is enabled
C.In the 'Format' pane, set the slicer to 'Single select'
D.Create a measure using the CALCULATE function with ALLEXCEPT
E.Place the slicer on the page and ensure the category field is added to the slicer
AnswersB, E

Correct. This ensures the slicer filters the desired visuals, especially if interactions were previously changed.

Why this answer

In Power BI, slicers by default filter all visuals on a page. However, if the analyst wants to ensure cross-filtering, they can edit interactions to enable filtering. Also, using the 'Sync slicers' pane is for syncing slicers across pages, not for enabling filtering.

The 'Filters' pane is for manual filters, not for slicer interactions.

66
MCQmedium

A data analyst needs to visualize the distribution of salaries across departments and also compare the median and identify outliers. Which chart type is most suitable?

A.Box plot
B.Histogram
C.Bar chart
D.Scatter plot
AnswerA

Box plots show median, quartiles, and outliers, and are great for comparing across groups.

Why this answer

Box plots display median, quartiles, and outliers, making them ideal for comparing distributions across categories.

67
MCQmedium

A dashboard designer wants to ensure the most important KPI is prominently displayed at the top left. Which design principle is being applied?

A.Visual hierarchy
B.Consistent color coding
C.Data-ink ratio
D.Appropriate precision
AnswerA

Visual hierarchy organizes elements by importance.

Why this answer

Visual hierarchy arranges elements by importance, typically placing the most critical information where the eye naturally starts (top left in Western cultures).

68
MCQeasy

Which chart type is best for showing the distribution of a continuous variable, such as customer ages?

A.Bar chart
B.Pie chart
C.Box plot
D.Histogram
AnswerD

Histograms display the distribution of a continuous variable.

Why this answer

A histogram is the correct choice because it groups continuous data (like customer ages) into bins along a continuous x-axis, displaying the frequency distribution through bar heights. This directly shows the shape, spread, and central tendency of the variable, which is the core requirement for visualizing a continuous distribution.

Exam trap

The trap here is that candidates often confuse a histogram with a bar chart, thinking both use bars for 'counts,' but fail to recognize that histograms require continuous numeric bins with no gaps, while bar charts use categorical labels with gaps.

How to eliminate wrong answers

Option A is wrong because a bar chart is designed for categorical (discrete) data, where each bar represents a distinct category with gaps between bars; using it for continuous ages would incorrectly treat age values as separate categories, losing the distribution's continuity. Option B is wrong because a pie chart shows proportions of a whole for categorical data, not the distribution of a continuous variable; it cannot convey the spread, skew, or modality of ages. Option C is wrong because a box plot summarizes distribution through quartiles and outliers but does not show the detailed shape (e.g., multimodality) that a histogram reveals; it is better for comparing distributions than for displaying the full distribution of a single continuous variable.

69
Multi-Selectmedium

A marketing analyst wants to visualize the conversion funnel from website visitors to paying customers. Which TWO chart types are suitable for showing this pipeline? (Choose two.)

Select 2 answers
A.Scatter plot
B.Pie chart
C.Funnel chart
D.Waterfall chart
E.Bar chart
AnswersC, D

Correct. Funnel charts are purpose-built for conversion pipelines.

Why this answer

Funnel charts are designed for pipeline/conversion. Waterfall charts show incremental changes, which can also represent funnel stages. Scatter plots and bar charts are not ideal for funnel visualization.

70
Multi-Selecthard

A data analyst is building a narrative around a quarterly sales decline. The story should follow a narrative arc. Which THREE elements should be included in the story?

Select 3 answers
A.Random color scheme for every chart
B.Resolution: By diversifying suppliers, sales recovered in November.
C.Situation: Q3 sales were on track to meet targets.
D.Detailed description of each product's sales breakdown
E.Complication: A supply chain disruption caused a drop in October.
AnswersB, C, E

Resolution shows how the issue was addressed.

Why this answer

A narrative arc in data storytelling typically includes situation (context), complication (problem), and resolution (recommendation or action).

71
MCQmedium

An analyst needs to show the part-to-whole relationship of market share among four competitors. Which chart type is most appropriate, considering best practices?

A.Pie chart
B.Scatter plot
C.Histogram
D.Box plot
AnswerA

Pie charts effectively show proportions with a limited number of categories.

Why this answer

A pie or donut chart is suitable for part-to-whole with few categories (5-7 slices max). Here, four competitors fit well.

72
MCQhard

In Power BI, a developer needs to create a measure that calculates total sales for the same period last year. Which DAX function should be used?

A.TOTALYTD
B.PARALLELPERIOD
C.DATEADD
D.SAMEPERIODLASTYEAR
AnswerD

This function returns the same date range from the previous year.

Why this answer

SAMEPERIODLASTYEAR is a time intelligence function that returns dates from the previous year.

73
MCQhard

A data analyst is creating a dashboard in Tableau to show monthly sales trends. The data source includes daily sales figures. The analyst needs to calculate the cumulative sales for each month and compare it to the same period last year. Which Tableau feature should be used for the year-over-year comparison?

A.Calculated fields
B.Level of Detail (LOD) expressions
C.Table calculations
D.Parameters
AnswerC

Table calculations can compute running total and date comparison (e.g., PREVIOUS_VALUE) easily.

Why this answer

Tableau's table calculations can compute running totals and year-over-year comparisons without modifying the data source.

74
MCQeasy

A data analyst wants to visualize the monthly sales trend for the past year. Which chart type is most appropriate?

A.Bar chart
B.Pie chart
C.Line chart
D.Scatter plot
AnswerC

Line charts effectively display trends over time.

Why this answer

Line charts are best for showing trends over time.

75
MCQhard

A data analyst is creating a report to compare the performance of sales regions across multiple years. The report will be used by regional managers to identify trends. Which visualization approach best supports this?

A.A single line chart with all regions overlaid
B.A bar chart with years on x-axis and regions as grouped bars
C.A stacked area chart with all regions
D.Small multiples of line charts, one per region
AnswerD

Small multiples facilitate comparison while maintaining clarity.

Why this answer

Small multiples (trellis charts) allow comparison of multiple time series in a compact, consistent layout, making it easy to spot trends across regions.

Page 1 of 2 · 113 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Dap Visualising Data questions.