BI & Analytics Quiz

Business intelligence and analytics — reporting, dashboards, and turning raw data into decisions.

This category currently has 100 questions in the SERVBG quiz bank. Below are a few sample questions — the full interactive quiz shuffles through the whole set with instant scoring.

Sample questions

Which window function clause restricts the frame to rows between the start of the partition and the current row, inclusive?
A query uses LAG(revenue, 1) OVER (PARTITION BY region ORDER BY month). What is the value returned for the first row of each partition?
To perform gap-fill on a sparse time-series table, which SQL technique generates a complete date spine before a LEFT JOIN?
In sessionisation logic, a new session is defined when the gap between consecutive events exceeds 30 minutes. Which window function approach correctly flags session boundaries?
PERCENTILE_CONT(0.5) WITHIN GROUP (ORDER BY salary) differs from PERCENTILE_DISC(0.5) WITHIN GROUP (ORDER BY salary) because:
Start the full quiz ›

Related categories

Python (Coding)
Python syntax, standard-library usage, and the language idioms that come up in day-to-day scripting and application work.
187 questions
JavaScript (Coding)
Core JavaScript language behavior, async patterns, and the quirks that trip up both beginners and experienced developers.
186 questions
Linux
Linux command-line usage, file permissions, process management, and the everyday admin tasks every sysadmin and developer needs.
150 questions
Security
General information security concepts — threats, defenses, and the fundamentals every IT professional should know.
148 questions
Hardware
Computer hardware components, how they interact, and the troubleshooting knowledge behind keeping systems running.
145 questions