Search ⌘K
Apple
Apple

Foundations Track · Easy · 15 min

Signup Confirmation Rate

At Apple, analysts are preparing a trend check focused on signup confirmation rate. Calculate the confirmation rate as the percentage of signups that were co...

Foundations Track
Easy
15 min
query basics

Company labels are directional practice context, not official interview guidance.

Timer 00:00
Back to practice

Objective

Practice query basics through a Apple-tagged business scenario.

Approach

Use this track to lock in clean query structure, basic filtering logic, and confidence with grouped output.

Company context

Company labels are directional practice context, not official interview guidance.

At Apple, analysts are preparing a trend check focused on signup confirmation rate. Calculate the confirmation rate as the percentage of signups that were confirmed. Return confirmation_rate rounded to two decimals.

email_signups
email_id INT
user_id INT
signup_date DATE
email_iduser_idsignup_date
11012024-01-01
21022024-01-02
31032024-01-03
41042024-01-04
confirmations
confirmation_id INT
user_id INT
confirmed_at DATE
confirmation_iduser_idconfirmed_at
101012024-01-02
111032024-01-05
Editor
SQL workspace

Run queries against the protected question data, then submit once the result shape looks right.

Sign in to run SQL

Create a free account or sign in before running queries against protected question data.