Search ⌘K
Snowflake
Snowflake

Foundations Track · Easy · 15 min

2024 App Click Volume

At Snowflake, analysts are preparing a trend check focused on 2024 app click volume. Return each app_id and the total number of click events recorded in 2024...

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 Snowflake-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 Snowflake, analysts are preparing a trend check focused on 2024 app click volume. Return each app_id and the total number of click events recorded in 2024. Sort by app_id.

app_events
event_id INT
app_id INT
event_type VARCHAR(20
event_idapp_idevent_type
110click2024-01-01 09:00:00
210impression2024-01-01 09:01:00
310click2024-02-10 10:00:00
420click2024-03-03 14:00:00
520click2023-12-31 23:00:00
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.