Senior Manager, Performance Marketing @ Agoda
This interactive assessment replicates the exact Alooba structure for Agoda's Senior Manager, Performance Marketing role.
Part 1: Concepts & Knowledge — 16 multiple-choice questions (25 minutes)
Part 2: SQL Query — 2 SQL questions (15 minutes)
Part 3: Video Response — 1 free-response question (5 minutes)
🎯 Study Tips:
date >= '2026-01-01' AND date < '2026-02-01'
COUNT(DISTINCT user_id)
SUM(CASE WHEN condition THEN 1 ELSE 0 END)
ORDER BY metric DESC LIMIT N
DENSE_RANK() OVER (PARTITION BY group ORDER BY metric DESC)
LAG(metric) OVER (ORDER BY month)
numerator * 1.0 / NULLIF(denominator, 0)
LEFT JOIN to preserve campaigns with no bookings