All questions
Question 1
A subscription service wants to evaluate a redesigned onboarding process. Management defines activation as completing identity verification and making a first transaction within 30 days of signup. Signups from the final 30 days of the reporting period have not yet had the full opportunity to activate.
Which KPI definition provides the least biased measure of onboarding activation?
- The number of customers who activated during the period divided by all customers active at the end of the period.
- The percentage of eligible signup-cohort members activating within 30 days, calculated only after every member completes that window. (correct answer)
- The percentage of all signups to date that have activated, including recent signups whose 30-day windows remain open.
- The number of completed first transactions divided by the number of customers who successfully completed identity verification.
Explanation: When evaluating a KPI for a time-bounded activation metric, your first instinct should be to ask: does the denominator include people who haven't yet had a fair chance to meet the criteria? If so, the metric is biased downward, artificially deflating your activation rate.
The activation window here is 30 days. Signups from the final 30 days of the reporting period are still "in progress" — including them in any calculation before their window closes guarantees underreporting. Option B sidesteps this entirely by restricting the calculation to eligible cohort members whose full 30-day window has already elapsed. Once every member in a cohort completes that window, you have a clean, unbiased rate: total cohort membersactivated members. This is B, the correct answer.
Option A is flawed because "all customers active at the end of the period" is an ill-defined denominator — it mixes cohorts of different ages and includes customers who may have activated long ago under different conditions, making comparisons meaningless. Option C is the most obvious trap: explicitly including recent signups whose windows are still open guarantees a downward-biased rate, since those customers simply haven't had enough time to activate yet. Option D measures a different thing entirely — the transaction conversion rate among already-verified users — which ignores the identity-verification step and excludes signups who never completed verification, skewing the denominator.
The broader takeaway: whenever a KPI involves a time-to-event metric, always verify that your denominator contains only observations with sufficient elapsed time to complete the event. "Incomplete exposure" bias is one of the most common measurement traps in cohort analysis. Question 2
An online retailer plans a sitewide discount. A prior promotion raised average order value but also increased discount expense, returns, and low-margin purchases. Leadership's stated objective is profitable growth from visitors eligible for the promotion.
Which KPI design most directly evaluates whether the new promotion meets that objective?
- Use revenue per order as the primary KPI, with total orders as a guardrail against declining purchase frequency.
- Use average order value as the primary KPI, with gross sales as a guardrail against insufficient promotional scale.
- Use incremental contribution margin per eligible visitor as the primary KPI, with return rate as a guardrail. (correct answer)
- Use checkout conversion as the primary KPI, with average discount percentage as a guardrail against excessive markdowns.
Explanation: When a question asks which KPI "most directly evaluates" a stated business objective, your job is to match the metric to the exact language of the goal. Here, leadership wants profitable growth from eligible visitors — so your primary KPI must capture profitability (not just volume or revenue) and be scoped to the right population.
That's exactly what C delivers. Incremental contribution margin per eligible visitor measures how much profit the promotion actually adds — after accounting for discount expense, returns, and low-margin purchases, all of which burned the prior campaign. "Incremental" isolates the lift caused by the promotion; "per eligible visitor" anchors it to the right audience. The return rate guardrail then flags the specific failure mode that hurt last time. This KPI design maps directly onto the stated objective with nothing missing and nothing extraneous.
A is tempting but flawed — revenue per order ignores margin entirely. A promotion could inflate order size while destroying profitability through heavy discounts or costly returns, and this KPI would look healthy. B doubles down on the same mistake: average order value was already shown to be misleading in the prior promotion, since it rose while margin suffered. Using it again as the primary KPI repeats the exact error leadership is trying to avoid. D measures checkout conversion, which reflects whether visitors are buying — but not whether those purchases are profitable. An average discount percentage guardrail doesn't adequately capture the margin erosion from returns or product mix.
Study tip: When you see "profitable growth" in the objective, any KPI that measures only revenue, volume, or conversion — without a margin component — is almost certainly a distractor.
Question 3
A streaming service will randomly assign visitors to its current landing page or a redesigned page. Some assigned visitors will leave before the page finishes loading, and purchases can occur up to 14 days after assignment. Marketing intends to monitor results daily.
Which pre-specified KPI approach best supports a valid decision about launching the redesigned page?
- Compare same-session conversion among visitors whose pages fully loaded, and launch once the redesigned page becomes statistically significant.
- Compare purchases per assigned visitor within 14 days using original assignment, with refund rate as a guardrail and a fixed decision rule. (correct answer)
- Compare purchases per page view each day, excluding visitors who did not see the complete page and stopping after any favorable result.
- Compare total purchases generated by each page, with average purchase value as a guardrail and no adjustment for assigned sample size.
Explanation: When designing an A/B test for a business decision, you need to protect against three classic threats: selection bias (who gets measured), peeking (stopping early when results look good), and metric misalignment (measuring the wrong thing). This question tests whether you can identify all three simultaneously.
Option B is the strongest approach because it addresses every threat. Using purchases per assigned visitor — regardless of whether the page loaded — preserves the integrity of the random assignment (called intent-to-treat analysis). Excluding people who didn't see the full page would let visitor behavior contaminate the groups. Measuring outcomes over the full 14-day window captures the complete purchase cycle. Including refund rate as a guardrail protects against winning on volume while losing on quality. Most importantly, a fixed decision rule prevents peeking bias, where repeated significance testing inflates your false-positive rate.
Option A fails on two fronts: filtering to visitors whose pages fully loaded introduces selection bias (perhaps slower connections correlate with demographics), and "launch once significant" describes an open-ended peeking strategy with no fixed stopping point.
Option C compounds both of A's problems — excluding incomplete loads and stopping after any favorable daily result is a textbook peeking violation that virtually guarantees a false positive over enough days.
Option D ignores sample size entirely, meaning a page shown to more visitors could win simply through volume. Without normalizing by assigned visitors, the comparison is meaningless.
Study tip: On A/B testing questions, always check four things — who is included in the denominator, what the outcome window is, whether there's a fixed stopping rule, and whether guardrail metrics protect against gaming. Question 4
A business-to-business sales team has a median initial response time of 9 business hours for qualified inbound leads. Management wants faster responses but does not want representatives sending meaningless automated messages merely to satisfy the metric.
Which KPI specification is most resistant to gaming while remaining measurable and time-bound?
- Reduce average response time for all submitted forms, counting any automated acknowledgement as the first response.
- Have representatives respond faster to important leads, with sales managers deciding monthly whether performance improved.
- Increase the number of responses sent each week by 25%, while monitoring the total number of inbound forms received.
- Reach 80% of qualified inbound leads with a substantive response within 2 business hours by quarter-end, while monitoring opportunity conversion. (correct answer)
Explanation: When evaluating KPI specifications, you need to ask three questions simultaneously: Is it measurable with clear criteria? Is it time-bound? And critically — does it create perverse incentives that let someone "hit the number" without actually improving performance? That third dimension is what separates a well-designed KPI from one that gets gamed.
Answer D threads all three needles. It targets 80% of qualified leads with a substantive response within 2 business hours by quarter-end. The word "substantive" directly closes the automated-message loophole, "qualified" prevents reps from padding stats with low-value contacts, the 80% threshold sets a clear binary benchmark, and tracking opportunity conversion provides a built-in integrity check — if response quality drops, conversion rates will reveal it.
Answer A is the classic gaming trap. Counting automated acknowledgements as valid responses means a rep technically "responds" in seconds without any real engagement. The metric improves while customer experience doesn't.
Answer B fails on measurability and objectivity. Giving managers monthly discretion to judge whether performance improved introduces subjectivity and removes the time-bound precision a KPI requires. "Faster for important leads" is also undefined.
Answer C measures output volume rather than outcome quality. Increasing responses by 25% incentivizes sending more messages — not better ones — and the monitoring clause doesn't prevent the core problem of low-quality follow-up.
A useful rule of thumb: whenever a KPI question mentions a risk of gaming, look for the answer that defines quality criteria for what counts as success, not just a quantity or a deadline alone. D does exactly that. Question 5
A hotel chain experiences costly understaffing on high-demand days and excess labor on low-demand days. Regional managers must set staffing levels two weeks in advance while maintaining the chain's check-in service standard.
Which problem statement and KPI set best connects predictive and prescriptive analytics to the managers' decision?
- Predict daily arrivals and recommend staffing levels; evaluate labor cost per occupied room with service-standard compliance as a guardrail. (correct answer)
- Describe historical occupancy by hotel; evaluate success using the number of occupancy reports delivered to regional managers.
- Predict which guests will complain; evaluate the model using overall accuracy and schedule additional employees at every flagged hotel.
- Minimize total scheduled labor hours; evaluate average staffing reduction while allowing each hotel to define acceptable service independently.
Explanation: When a question connects staffing decisions to analytics, ask yourself: does the problem statement use the right type of analytics (predictive to forecast demand, prescriptive to recommend action), and do the KPIs actually measure what managers can control and improve?
Answer A is the strongest choice because it completes a logical chain built for the managers' actual problem. Predicting daily arrivals is a classic forecriptive setup — the forecast feeds directly into a staffing recommendation, which is prescriptive output. Evaluating success with labor cost per occupied room ties performance to a business outcome managers care about, while treating service-standard compliance as a guardrail ensures cost optimization never sacrifices guest experience. This is exactly how predictive and prescriptive analytics should be integrated in an operational setting.
Answer B fails because describing historical occupancy is purely descriptive analytics — it looks backward and generates no recommendation. Worse, counting "reports delivered" measures IT throughput, not business impact. B would be appropriate if the goal were dashboarding, not staffing optimization.
Answer C sounds data-driven but is misaligned. Predicting guest complaints is a proxy target that doesn't directly drive staffing decisions, and using overall accuracy as the model metric ignores the cost asymmetry between false positives and false negatives. Scheduling extra staff at every flagged hotel is a blunt, expensive rule — not prescriptive analytics.
Answer D hints at optimization but sets a flawed objective. Minimizing total labor hours without a shared service standard invites each hotel to define quality differently, making the KPI ungovernable and the solution inconsistent across the chain.
Study tip: On analytics questions, always verify that (1) the analytics type matches the decision, and (2) the KPI measures outcomes managers actually control — not just activity or model statistics.
Question 6
A retailer measures the percentage of store entrants who make a purchase. During one week, the North store had 80 purchasers among 1,000 entrants, the Central store had 60 among 300, and the South store had 60 among 200. Leadership wants one companywide conversion KPI in which every entrant has equal weight.
Which definition and reported value satisfy leadership's requirement?
- Divide all purchasers by all entrants and report approximately 13.3% companywide conversion. (correct answer)
- Average the three store conversion rates equally and report approximately 19.3% companywide conversion.
- Use the highest store conversion rate as the benchmark and report 30.0% companywide conversion.
- Identify the median store conversion rate across the three locations and report 20.0% companywide conversion.
Explanation: When a question asks for a KPI where every entrant has equal weight, that's your signal to use a pooled (aggregate) calculation rather than any averaging of rates. The distinction between weighting by volume versus weighting by store is the core concept being tested here.
The correct approach, choice A, pools all entrants and all purchasers across every store: 80+60+60=200 total purchasers out of 1,000+300+200=1,500 total entrants, giving 200÷1,500≈13.3%. Because each individual entrant counts once in the denominator, every person carries identical weight — exactly what leadership specified.
Choice B computes each store's rate separately (8%, 20%, 30%) and averages them: (8+20+30)÷3≈19.3%. This gives each store equal weight, not each entrant — the North store's 1,000 entrants are treated the same as the South store's 200, badly distorting the company picture.
Choice C simply takes the highest single-store rate (60÷200=30%) as a companywide figure. Using a maximum value as a representative metric is neither a conversion rate nor a meaningful aggregate — it's a benchmark ceiling, not a KPI.
Choice D selects the median store rate of 20% (the middle value when ranked). Like B, this ignores volume entirely and treats stores as interchangeable units regardless of how many customers they serve.
The study tip: whenever a question mentions "equal weight per customer" or "per transaction," that's a cue to pool the raw counts first, then divide — never average the rates. Question 7
A payments company is selecting a fraud-model threshold. Every transaction above the threshold is manually reviewed at a cost of $5. Each fraudulent transaction not flagged produces an average loss of $500. Review capacity is limited, and fraud represents a small share of transactions.
Which KPI framework best aligns model evaluation with the threshold decision?
- Maximize overall classification accuracy, with model processing speed as the only operational guardrail.
- Maximize fraud recall, with no penalty for legitimate transactions sent to manual review.
- Maximize fraud precision, with the total value of unflagged fraudulent transactions reported descriptively.
- Minimize expected missed-fraud loss plus review cost per eligible transaction, subject to the review-capacity limit. (correct answer)
Explanation: When a business problem involves asymmetric costs and operational constraints, your instinct should be to look for a KPI that directly minimizes total expected cost rather than optimizing a single metric in isolation. That's exactly what this question tests.
The payments company faces two competing costs: $5 per flagged transaction (review cost) and $500 per missed fraud (loss). The right threshold balances these — flagging too aggressively wastes review capacity; flagging too conservatively allows costly fraud to slip through. Answer D captures this perfectly by minimizing expected missed-fraud loss plus review cost per transaction, subject to the capacity constraint. This directly mirrors the real decision: every threshold shift trades one cost for another, and the capacity limit is a hard operational reality that must be built into the framework, not treated as an afterthought.
Answer A fails because overall accuracy is misleading when fraud is rare — a model that flags nothing might achieve 99%+ accuracy while missing every fraudulent transaction. Processing speed is also irrelevant to threshold selection. Answer B maximizes recall, which reduces missed fraud, but completely ignores the $5 review cost and capacity limit; unlimited flagging would overwhelm the review team and inflate costs without bound. Answer C maximizes precision, which minimizes wasted reviews, but treats missed-fraud losses as merely descriptive rather than as a core optimization target — a dangerous omission when each miss costs $500.
Study tip: On business analytics questions involving thresholds or cutoffs, watch for cost asymmetry. Whenever false negatives and false positives carry different dollar values, a cost-minimization framework almost always outperforms single-metric approaches like accuracy, recall, or precision alone. Question 8
A call center is considering an automated assistant intended to lower service costs. Managers are concerned that agents could shorten calls without resolving customer issues, causing customers to contact the company again.
Which primary KPI and guardrail combination is best aligned with the business problem?
- Primary: average handle time; guardrail: total calls answered, because shorter calls and higher volume indicate greater productivity.
- Primary: cost per resolved issue; guardrail: seven-day repeat-contact rate, because both efficiency and resolution quality must be monitored. (correct answer)
- Primary: total service cost; guardrail: number of agents scheduled, because both measures directly track spending and staffing.
- Primary: customer satisfaction; guardrail: average handle time, because positive survey responses should be maximized regardless of contact volume.
Explanation: When designing performance measurement systems, you need to distinguish between two types of metrics: a primary KPI that directly tracks your core business objective, and a guardrail metric that prevents optimizing the primary KPI in harmful ways. The business problem here has two layers — reducing costs and ensuring calls are actually resolved.
Option B is the strongest combination because it maps precisely onto both concerns. Cost per resolved issue captures efficiency without rewarding hollow speed — a call only "counts" when the customer's problem is fixed. The seven-day repeat-contact rate then acts as a safety net: if agents are rushing customers off the line without resolution, repeat contacts will rise and trigger an alert. Together, these two metrics create a balanced accountability system that mirrors exactly what managers fear.
Option A fails because average handle time alone incentivizes speed over quality — the very problem the managers are worried about. Using total calls answered as a guardrail compounds this by rewarding volume, not resolution. Option C tracks total service cost and agents scheduled, but neither metric captures whether customers are actually being helped; you could cut costs while quietly destroying service quality. Option D elevates customer satisfaction as the primary KPI, which sounds appealing, but satisfaction surveys are lagging, subjective, and often incomplete — and using average handle time as a guardrail doesn't address repeat contacts at all, leaving the core managerial concern unprotected.
The key study tip: when a question describes a specific operational risk (here, unresolved calls), the correct KPI pair will always include a metric that directly detects that risk — not just a general performance measure.
Question 9
A delivery company finds that late deliveries are associated with lower customer satisfaction. Late deliveries also occur more often on long, congested routes serving customers who already tend to give lower ratings. Executives are considering an expensive routing system.
Which analytical problem definition most appropriately supports the investment decision?
- Quantify the correlation between lateness and satisfaction, then treat the correlation as the expected benefit of eliminating late deliveries.
- Predict which customers will submit low ratings, then deploy the routing system to every route containing a high-risk customer.
- Estimate whether the routing system changes on-time delivery and satisfaction relative to a credible comparison, accounting for route differences. (correct answer)
- Compare average satisfaction for late and on-time deliveries, then purchase the system if the on-time group has a higher average.
Explanation: When a company wants to justify a costly operational change, the analytical question isn't just "is there a pattern in our data?" — it's "will this intervention actually cause improvement?" That distinction between correlation and causal estimation is exactly what this question tests.
The right framing here is causal inference for decision-making. Because late deliveries cluster on long, congested routes serving already-dissatisfied customers, any raw comparison of late vs. on-time deliveries is contaminated by those pre-existing differences. To support an investment decision, you need to estimate what the routing system does — controlling for route characteristics so you're comparing apples to apples. That's precisely what C describes: measuring the system's effect on timeliness and satisfaction against a credible comparison group while accounting for route differences. This is the foundation of valid program evaluation.
A is tempting but deeply flawed — it treats a correlation as if it equals a causal effect. Even a strong correlation between lateness and dissatisfaction doesn't tell you how much satisfaction improves if you eliminate lateness, especially when confounders exist. Using that number as the "expected benefit" will almost certainly overstate the return on investment.
B misidentifies the decision entirely. Predicting which customers will complain is a classification problem, not an evaluation of whether the routing system works. Deploying it based on customer risk profiles doesn't tell you whether it's effective or cost-justified.
D makes the same confounding error as A — comparing on-time and late delivery satisfaction averages ignores that those groups differ systematically before any intervention occurs.
Study tip: Whenever an exam question involves justifying an intervention's cost, ask yourself: "Does this approach isolate the effect of the action, or just describe an existing pattern?" Causal questions demand causal methods.
Question 10
A software company reports that monthly customer churn increased from 3.8% to 5.1%. Executives ask the analytics team to "use data to fix churn." The team can analyze product usage, support interactions, contract terms, and renewal outcomes.
Which formulation best converts the request into a measurable business problem without prematurely assuming a cause?
- Increase average product logins by 20% before year-end because low engagement is probably causing customers to leave.
- Identify the main reasons customers dislike the product and prepare a report describing the characteristics of dissatisfied accounts.
- Determine which observable pre-renewal factors identify actionable retention segments, then reduce monthly churn from 5.1% to 4.2% by year-end. (correct answer)
- Raise the customer satisfaction score by one point and contact every account that submits a below-average survey response.
Explanation: When converting a vague executive request into an analytics problem, you need to check three things: Is the outcome measurable? Is there a clear target? And does the formulation avoid assuming a cause before analysis begins? Prematurely locking in a cause is one of the most common mistakes in problem framing — it biases the investigation before any data is examined.
Option C does all three things correctly. It defines the problem in terms of observable pre-renewal factors (what you'll actually analyze), segments customers by actionable retention opportunities (what you'll do with findings), and sets a concrete, time-bound target — reducing monthly churn from 5.1% to 4.2% by year-end. Crucially, it doesn't assume why customers are leaving; it lets the data reveal that.
Option A fails because it assumes low engagement is the cause of churn before any analysis. Boosting logins by 20% might be a solution, but declaring it upfront skips the diagnostic step entirely. Option B avoids causal assumptions, which is good, but it has no measurable success metric — "prepare a report describing dissatisfied accounts" tells you nothing about what improvement looks like or how you'd know you succeeded. Option D assumes customer satisfaction scores are the root problem, and "contact every below-average account" is a tactic, not a business problem formulation.
A useful rule of thumb: a well-formed analytics problem names the metric to move, the target value, and the timeframe — without specifying the mechanism until analysis supports it. If a problem statement sounds like it's already solved, it's probably too assumption-heavy.