Business Analytics Quiz: Correlation Vs Causation
10 questions · exam conditions
0:00
Correlation Vs CausationQuestion 1 of 10

A company examines whether exposure to a product demonstration is associated with purchase. Among exposed visitors, 8080 are high-intent visitors with a 20%20\% purchase rate, and 2020 are low-intent visitors with a 5%5\% purchase rate. Among unexposed visitors, 2020 are high-intent visitors with a 20%20\% purchase rate, and 8080 are low-intent visitors with a 5%5\% purchase rate.

What is the most appropriate interpretation of the resulting aggregate purchase rates?

Exposure raises purchases by 99 percentage points because exposed and unexposed visitors purchase at rates of 17%17\% and 8%8\%.
Exposure has no demonstrated effect because purchase rates are equal within each intent group, while group composition creates the aggregate gap.
Exposure lowers purchases for low-intent visitors because their greater representation in the unexposed group reduces the unexposed aggregate rate.
Exposure raises purchases only for high-intent visitors because that group accounts for most purchases among visitors receiving the demonstration.
← Back to quizzes

Business Analytics Quiz

Business Analytics Quiz: Correlation Vs Causation

Practice Correlation Vs Causation in Business Analytics with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Correlation Vs Causation, giving you a quick way to practice the rules, question types, and explanations that matter most for Business Analytics.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A company examines whether exposure to a product demonstration is associated with purchase. Among exposed visitors, 8080 are high-intent visitors with a 20%20\% purchase rate, and 2020 are low-intent visitors with a 5%5\% purchase rate. Among unexposed visitors, 2020 are high-intent visitors with a 20%20\% purchase rate, and 8080 are low-intent visitors with a 5%5\% purchase rate.

What is the most appropriate interpretation of the resulting aggregate purchase rates?

  1. Exposure raises purchases by 99 percentage points because exposed and unexposed visitors purchase at rates of 17%17\% and 8%8\%.
  2. Exposure has no demonstrated effect because purchase rates are equal within each intent group, while group composition creates the aggregate gap. (correct answer)
  3. Exposure lowers purchases for low-intent visitors because their greater representation in the unexposed group reduces the unexposed aggregate rate.
  4. Exposure raises purchases only for high-intent visitors because that group accounts for most purchases among visitors receiving the demonstration.
Explanation: Whenever you see a question comparing aggregate statistics across groups with different compositions, you should immediately think about Simpson's Paradox — the phenomenon where a trend that appears in combined data disappears or reverses when the data is broken into subgroups. Here, the math tells a clear story. Among exposed visitors, 8080 are high-intent (20%20\% purchase rate) and 2020 are low-intent (5%5\% purchase rate), giving an aggregate rate of 80(0.20)+20(0.05)100=17100=17%\frac{80(0.20) + 20(0.05)}{100} = \frac{17}{100} = 17\%. Among unexposed visitors, the composition flips: 2020 high-intent and 8080 low-intent, yielding 20(0.20)+80(0.05)100=8100=8%\frac{20(0.20) + 80(0.05)}{100} = \frac{8}{100} = 8\%. The gap exists entirely because high-intent visitors — who purchase at higher rates regardless — are overrepresented among the exposed group. Within each intent segment, purchase rates are identical across exposed and unexposed visitors. This confirms B: exposure has no demonstrated effect; the aggregate gap is a compositional artifact. A is wrong because it treats the 99-percentage-point aggregate difference as causal evidence of exposure's impact, ignoring that the difference is fully explained by group composition — a classic Simpson's Paradox trap. C is wrong because exposure doesn't affect low-intent visitors at all; their 5%5\% rate is identical in both groups. The answer confuses representation with causation. D is wrong because high-intent visitors purchase at 20%20\% in both groups — exposure isn't responsible for their purchases either. Your study tip: whenever aggregate trends conflict with subgroup trends, always break the data down by a potential confounding variable before drawing causal conclusions.

Question 2

A subscription business finds that customers making at least three support calls in a month are much more likely to cancel the following month. An executive proposes reducing the number of calls agents are allowed to accept, reasoning that fewer support calls will reduce cancellation.

Which assessment best identifies the flaw in the executive's reasoning?

  1. Cancellation may cause earlier support calls, so the association violates the requirement that a cause occur before its outcome.
  2. Underlying product problems may cause both repeated calls and later cancellation, so suppressing calls may not reduce churn. (correct answer)
  3. Support-call frequency cannot predict cancellation unless every customer has the same length of subscription history.
  4. The association must be spurious because support calls and cancellations are measured in different calendar months.
Explanation: Whenever a question describes a correlation being used to justify a policy intervention, your first instinct should be to ask: is this association causal, or could something else explain both variables? This is the classic confounding variable problem in causal reasoning. Here, the executive sees that frequent support calls predict cancellation and concludes that eliminating calls will eliminate churn. But consider what's actually happening: customers may be calling repeatedly because the product itself is broken or poorly designed. That underlying product failure is the true driver — it frustrates customers into calling and eventually drives them to cancel. If you block the calls without fixing the product, customers still experience the same frustration and churn at the same rate. You've removed the symptom, not the disease. This is exactly what B identifies: a common third cause (product problems) drives both variables simultaneously, so suppressing one doesn't reduce the other. A is tempting because it invokes the legitimate causal rule that causes must precede effects. However, the calls do precede the cancellations (calls happen this month, cancellation happens next month), so there's no temporal violation here — A invents a problem that doesn't exist in the scenario. C is irrelevant. Subscription length uniformity is not a prerequisite for a predictive association to be meaningful or actionable. D misunderstands spuriousness. Measuring two variables in different time periods doesn't make an association spurious — in fact, that lag is often by design in churn analysis. When you see a proposed intervention based on correlation, always ask: could a hidden third variable explain both sides? If yes, the causal claim is likely flawed.

Question 3

A retailer randomly assigns website visitors to a redesigned checkout or the existing checkout. The redesign increases conversion but also reduces page-load time. An analyst fits a regression of conversion on redesign assignment while controlling for page-load time, which is measured after assignment.

Why might the redesign coefficient in this regression fail to estimate the redesign's total causal effect?

  1. Page-load time is a post-assignment mediator, so controlling for it can remove part of the redesign's causal effect on conversion. (correct answer)
  2. Page-load time is a preexisting confounder, so controlling for it necessarily makes random assignment invalid.
  3. Conversion is binary, so no regression model can estimate a causal effect from a randomized experiment.
  4. Redesign assignment is randomized, so adding any measured variable leaves the total-effect estimate unchanged.
Explanation: Whenever you see a question involving causal inference from an experiment, ask yourself: is the control variable measured before or after the treatment was assigned? That distinction is everything. In a properly randomized experiment, the treatment (here, redesign assignment) is independent of all pre-existing characteristics, so you can estimate the total causal effect without controlling for anything. But when you control for a post-treatment variable — one that sits on the causal pathway between treatment and outcome — you risk "blocking" part of the mechanism through which the treatment operates. This is called controlling for a mediator, and it's a classic mistake in causal analysis. Here, page-load time is measured after assignment, and the redesign itself causes faster page loads. Faster load times then boost conversions. By including page-load time as a covariate, the regression absorbs some of the redesign's effect, leaving the redesign coefficient to capture only the direct path (redesign → conversion, not through load time). The coefficient no longer reflects the total causal effect. That makes A correct. B is wrong because page-load time is not a pre-existing confounder — it's caused by the redesign. It cannot confound a randomized assignment, since randomization already handles pre-treatment imbalance. C is wrong because binary outcomes don't preclude causal estimation; linear probability models and logistic regression are both used in randomized settings. D is wrong because while randomization protects the total-effect estimate without additional controls, adding a mediator actively distorts it. The study tip: always trace the causal timing of any control variable. If it's post-treatment, controlling for it can introduce bias rather than remove it.

Question 4

A pricing team reports a strong negative correlation between displayed price and units sold across thousands of customer sessions. In ordinary operations, prices are often reduced for products that managers expect will otherwise sell poorly. The team then conducts a test in which eligible sessions are randomly assigned among several displayed prices, with inventory and product availability held constant.

Which statement most accurately distinguishes the two analyses?

  1. Both correlations estimate the causal price effect because a negative relationship is consistent with the law of demand.
  2. Only the operational correlation is causal because managers use demand forecasts when selecting each displayed price.
  3. The randomized-price relationship can support causation, while the operational relationship may be confounded by expected demand. (correct answer)
  4. Neither relationship can support causation because correlation coefficients never have a causal interpretation under any design.
Explanation: Whenever you see a question contrasting observational data with randomized experiments, your core task is to identify confounding — a third variable that distorts the apparent relationship between two others. In the operational data, managers deliberately lower prices on products they expect to sell poorly. This means low prices and low demand share a common cause: managerial expectations. The observed negative correlation between price and units sold could reflect true price sensitivity, managerial selection behavior, or both — you simply cannot tell. This is a classic confound, and C correctly identifies it: the operational correlation may be driven by expected demand rather than price alone. The randomized test breaks this problem. By randomly assigning prices across eligible sessions, the team ensures that which price a customer sees is unrelated to any product characteristic or managerial forecast. Any remaining difference in units sold across price conditions can be attributed to price itself. This is why randomization enables causal inference — and why C is the accurate answer. Choice A is wrong because consistency with the law of demand does not eliminate confounding. A result can "look right" for the wrong reasons. Choice B has the logic backwards — the fact that managers use demand forecasts when setting prices is precisely what creates confounding in the operational data, not what removes it. Choice D overcorrects: correlation from a well-designed randomized experiment absolutely can support causal claims; the limitation applies to observational correlations, not all correlations universally. Your study tip: on any question involving correlation versus causation, immediately ask, "Was assignment random or chosen by someone?" If chosen, expect confounding.

Question 5

A delivery company studies only customers who contacted support. Within this group, faster delivery is unexpectedly associated with lower satisfaction. Customers tend to contact support either because delivery was unusually slow or because they were dissatisfied for another reason, such as receiving a damaged item.

Which explanation best accounts for the unexpected association?

  1. Support contact is a common cause of delivery speed and satisfaction, so restricting the sample removes causal bias.
  2. Damaged items mediate the effect of delivery speed because item damage necessarily occurs after the delivery time is recorded.
  3. Delivery speed must reduce satisfaction among support customers because the association remains after restricting the population.
  4. Support contact is a selection variable affected by slow delivery or other dissatisfaction, so conditioning on it can induce an association. (correct answer)
Explanation: Whenever you see a question about surprising correlations within a restricted sample, think about collider bias (also called selection bias or Berkson's paradox). The key question to ask is: "Did something filter which observations made it into this dataset, and could that filter create a spurious association?" Here, the company only studies customers who contacted support. Support contact is triggered by either slow delivery or other dissatisfaction (like damaged items). This means support contact is a collider — a variable causally downstream of both delivery speed and satisfaction. When you condition on a collider (restrict your sample to support-contactors), you inadvertently link its two causes together. Fast delivery customers who contacted support must have done so because of the other reason — dissatisfaction. This artificially makes fast delivery look associated with low satisfaction within the sample. Answer D captures this exactly: support contact is a selection variable affected by multiple dissatisfiers, and conditioning on it induces a spurious association. A is wrong because support contact isn't a common cause of delivery speed and satisfaction — it's a downstream consequence of them. That's the opposite causal structure, and restricting on it doesn't remove bias; it creates it. B is wrong because item damage isn't being described as a mediator on the causal path from delivery speed to satisfaction. The passage presents damage as an independent reason for dissatisfaction, not a mechanism through which speed operates. C is wrong because it assumes the observed association reflects a real causal effect — precisely the error collider bias produces. Study tip: When a sample is restricted by contact, complaint, or any event triggered by multiple causes, immediately suspect collider bias as the explanation for any unexpected correlation.

Question 6

Across retail stores, the number of employees scheduled per day is strongly positively correlated with daily revenue. Managers schedule more employees on days when forecasts predict high customer traffic. An executive uses the cross-store regression coefficient to forecast the revenue gain from requiring every store to add one employee each day.

What is the principal causal concern with the executive's forecast?

  1. Forecast customer traffic is a confounder that raises both staffing and revenue, so the regression may overstate the gain from adding staff. (correct answer)
  2. Staffing is a confounder that causes both forecast traffic and revenue, so the regression must understate the gain from adding staff.
  3. Revenue is a mediator between forecast traffic and staffing, so using revenue as the outcome blocks the staffing effect.
  4. A positive coefficient cannot represent a causal effect because causal relationships must produce perfect correlations across stores.
Explanation: Whenever you see a regression coefficient being used to justify a managerial intervention, your first instinct should be to ask: is this correlation driven by a third variable rather than a true cause-and-effect relationship? This is the classic confounding problem in causal inference. Here, managers deliberately schedule more staff on days when forecasts predict high customer traffic. That means forecast traffic drives both staffing levels and revenue simultaneously. Stores don't earn more because they added staff — both staffing and revenue are elevated by the same underlying cause: anticipated demand. The regression coefficient absorbs this shared variation and will therefore overstate the true revenue benefit of simply mandating one additional employee on any given day. This is exactly what A describes, making it the correct answer. B gets the causal arrow backwards. Staffing doesn't cause forecast traffic — managers respond to forecasts, not the other way around. Labeling staffing as the confounder here contradicts the sequence of events described in the passage. C misapplies the concept of a mediator. A mediator sits on the causal path between the treatment and outcome. Revenue is the outcome variable, not a mechanism linking traffic forecasts to staffing decisions — so calling it a mediator is structurally incorrect. D is simply false. Causal effects routinely produce imperfect, noisy correlations. A positive coefficient can absolutely represent a causal effect; the issue here is specifically about confounding, not the sign or magnitude of the correlation. Study tip: When a policy question uses observational regression, always ask whether a third variable could be driving both sides of the relationship — that's the confounding trap exam writers love to test.

Question 7

A bank randomly assigns customers to receive either a simplified loan application or the standard application. One week later, it emails a satisfaction survey. In the simplified group, 70%70\% respond and respondents average 8.28.2 out of 1010. In the standard group, 40%40\% respond and respondents average 7.47.4. Response likelihood may itself be affected by the application experience.

Which conclusion is most justified?

  1. Random assignment proves the simplified application raises average satisfaction by 0.80.8 points for all assigned customers.
  2. Survey response is a pre-assignment confounder, so randomization should be repeated only among customers who eventually respond.
  3. The simplified application lowers satisfaction because its higher response rate necessarily includes more dissatisfied customers.
  4. The respondent difference is descriptive, but differential post-assignment response can bias the causal effect for all assigned customers. (correct answer)
Explanation: Whenever you see a question combining randomized assignment with a voluntary survey, you need to think carefully about two separate causal questions: what randomization actually guarantees, and whether post-assignment behavior (like choosing to respond) can reintroduce bias even after a clean randomization. Randomization at the start ensures the two groups are statistically comparable at the moment of assignment. However, if the treatment itself influences who chooses to respond to the survey, then the respondents you actually observe are no longer comparable across groups. Here, response rates differ dramatically — 70%70\% vs. 40%40\% — and the passage explicitly warns that the application experience may affect response likelihood. This means the observed satisfaction scores (8.28.2 vs. 7.47.4) reflect only the self-selected respondents, not all assigned customers. The 0.80.8-point gap is a real descriptive finding among respondents, but it cannot be cleanly attributed as a causal effect for the full assigned population. That is precisely what D captures: the difference is descriptive, and differential post-assignment response is a form of selection bias that threatens the causal interpretation. A is wrong because randomization protects internal validity only when outcomes are observed for all (or a representative sample of) assigned units — it does not automatically survive selective non-response. B misunderstands confounders entirely; response behavior happens after assignment, making it a post-treatment variable, not a pre-assignment confounder. Re-randomizing among responders would destroy the original experimental logic. C has the reasoning exactly backwards — higher response rates do not necessarily include more dissatisfied customers; dissatisfied customers often disengage rather than respond. When you see differential response rates in an experiment, treat it as a red flag for post-treatment selection bias — randomization is not a shield against it.

Question 8

An online retailer evaluates a loyalty app using customer data from one quarter. App users spent an average of $240\$240, while nonusers spent an average of $150\$150. Before the app was introduced, the customers who later adopted it had already spent an average of $215\$215 per quarter, compared with $145\$145 among customers who did not adopt it.

Which conclusion is best supported by these results?

  1. Adopting the app caused spending to increase by $90\$90 because that is the post-launch difference between users and nonusers.
  2. Adopting the app caused spending to increase by $25\$25 because that is the before-and-after change among eventual adopters.
  3. The results are consistent with a positive app effect, but preexisting customer engagement confounds a causal estimate based on adoption. (correct answer)
  4. The app had no effect because almost all of the post-launch difference was already present before the app became available.
Explanation: Whenever you see a question comparing groups before and after an intervention, you're being tested on causal inference — specifically, whether a difference in outcomes truly reflects the intervention's effect or simply reflects pre-existing differences between groups. Here's the key insight: future app adopters were already higher spenders before the app launched ($215\$215 vs. $145\$145, a $70\$70 gap). After launch, adopters spent $240\$240 vs. $150\$150 for nonadopters — a $90\$90 gap. The pre-existing $70\$70 gap tells you these groups weren't comparable to begin with. More engaged customers self-selected into using the app, which is called confounding by preexisting engagement. Answer C correctly identifies that the data is consistent with a positive app effect, but you cannot isolate a clean causal estimate because of this selection bias. Answer A is wrong because it treats the entire $90\$90 post-launch difference as the app's causal effect, ignoring that $70\$70 of that gap existed before the app was even available. Answer B is wrong in a different way — it looks only at adopters' before-and-after change ($215\$215 to $240\$240 = $25\$25) without accounting for what nonadopters' spending did over the same period, so it omits a necessary control comparison. Answer D overcorrects: just because most of the gap was pre-existing doesn't mean the app had zero effect — the remaining $20\$20 widening of the gap may reflect a real, if modest, impact. Your takeaway: when evaluating any intervention, always ask "were these groups comparable before the treatment?" If not, pre-existing differences confound your causal claim — even if a real effect also exists.

Question 9

A firm observes that employees selected for remedial training have lower average output during the next month than employees not selected. Managers assign training primarily to employees with unusually low output in the preceding month. After accounting for preceding-month output, trained employees show a modestly higher next-month output than comparable untrained employees.

Which statement best reconciles the unadjusted and adjusted findings?

  1. Training must reduce output overall because an adjusted association can never reverse the sign of an unadjusted association.
  2. Low prior output confounds the unadjusted relationship because it affects both training assignment and likely future output. (correct answer)
  3. Prior output mediates the effect of training because managers observe it before deciding who receives the program.
  4. The positive adjusted relationship proves the exact causal effect because controlling for one confounder removes all selection bias.
Explanation: Whenever you see a gap between an unadjusted (raw) comparison and an adjusted one, your instinct should be to ask: is there a third variable that simultaneously influences both who gets treated and what the outcome would have been anyway? That's the definition of a confounder. Here, managers deliberately assign training to employees with unusually low prior output. Those same employees — because of regression to the mean and their underlying performance level — are also likely to have lower future output regardless of training. Prior output therefore drives both the selection into training and the next month's results. This makes it a classic confounder, and B correctly identifies that structure: low prior output inflates the apparent harm of training in the raw comparison, masking the modest true benefit that surfaces once you control for it. A is wrong because adjusted associations can reverse or change the direction of unadjusted ones — that's precisely what happens in Simpson's Paradox-style confounding. Claiming a reversal is impossible reflects a fundamental misunderstanding of multivariate analysis. C misapplies the term mediator. A mediator is on the causal pathway from treatment to outcome (training → mediator → output). Prior output happens before training is assigned, so it cannot mediate training's effect — it's upstream, not in between. D overclaims. Controlling for one confounder reduces some selection bias but rarely eliminates it entirely. Other unmeasured differences between trained and untrained workers may still exist, so the adjusted estimate is not guaranteed to equal the true causal effect. Study tip: When an adjusted finding contradicts a raw one, always map out the timeline — a variable measured before treatment is a potential confounder; one measured after treatment could be a mediator. Getting that sequence right unlocks the correct interpretation.

Question 10

A grocery chain launches a digital advertising campaign in one region on the same day that a major holiday promotion begins nationwide. Sales in the advertised region rise by 18%18\% relative to the prior month. Sales in a similar nonadvertised region rise by 12%12\% over the same period. Before the campaign, the regions had followed approximately parallel monthly sales trends.

Under the parallel-trends assumption, which estimate and interpretation are most defensible?

  1. The campaign effect is 1818 percentage points because only the advertised region's before-and-after change is relevant.
  2. The campaign effect is approximately 66 percentage points because the nonadvertised region estimates the concurrent holiday-related change. (correct answer)
  3. The campaign effect is approximately 1212 percentage points because the comparison region isolates advertising from seasonality.
  4. The campaign effect is exactly zero because a nationwide holiday promotion makes regional comparisons causally unusable.
Explanation: Whenever you see a question combining a treatment group, a control group, and a concurrent external event, you're in difference-in-differences (DiD) territory. The core idea: if both regions were trending similarly before the campaign, any sales movement in the nonadvertised region during the campaign period must reflect forces other than advertising — in this case, the nationwide holiday promotion. The math is straightforward. The advertised region grew 18%18\%; the nonadvertised region grew 12%12\%. The holiday-driven baseline lift is captured by the control region's 12%12\%. Subtracting gives you the incremental effect attributable to the campaign: 18%12%=618\% - 12\% = 6 percentage points. That's answer B, and it's defensible precisely because the parallel-trends assumption holds — both regions moved together before the campaign, so the control region is a credible counterfactual. A is wrong because it ignores the counterfactual entirely. Taking the full 18%18\% as the campaign effect assumes sales would have been flat without advertising, which ignores the holiday lift affecting both regions. C gets the logic backwards. The 12\%$ figure represents the *confounding* holiday effect, not an isolated advertising effect. Attributing 12%$$ to the campaign would actually measure what advertising didn't cause. D overcorrects. A nationwide event doesn't destroy the comparison — it's exactly what the control region helps you adjust for. DiD is designed for situations where a common shock affects both groups simultaneously. Study tip: In DiD problems, always ask "what does the control group tell me?" It estimates the counterfactual trend, so the treatment effect is always treated minus control, never treated alone.