Search ⌘K
Google
Google

Foundations Track · Easy · 15 min

Complete Skill Coverage

At Google, analysts are preparing a scorecard focused on complete skill coverage. Return each employee_id that qualifies as a subject matter expert by having...

Foundations Track
Easy
15 min
query basics
filtering

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

Timer 00:00
Back to practice

Objective

Practice query basics through a Google-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.

Prereq: query basics

At Google, analysts are preparing a scorecard focused on complete skill coverage. Return each employee_id that qualifies as a subject matter expert by having at least 8 total years of experience across domains. Sort by employee_id.

employee_expertise
employee_id INT
domain VARCHAR(30
employee_iddomain
1Payments5
1Risk4
2Payments3
2Operations2
3Analytics8
4Sales6
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.