# Where in the World Are Our Customers?

> One country dominates the logo wall. Or does it?

Canonical URL: <https://datadriven.io/problems/us_active_user_share>

Domain: SQL · Difficulty: medium · Seniority: L4

## Problem

The go-to-market team assumes most of the customer base is domestic. Out of all customers, what percentage are based in the United States (customers.country = 'United States')? Return a single number rounded to 2 decimal places as us_share_pct.

## Related

- [All practice problems](https://datadriven.io/problems)
- [Mock interview mode](https://datadriven.io/interview/us_active_user_share)
- [SQL Interview Questions](https://datadriven.io/sql-interview-questions)
- [Data Engineering Interview Prep Guide](https://datadriven.io/data-engineer-interview-prep)
- [Daily Challenge](https://datadriven.io/daily)

---

Source: DataDriven (https://datadriven.io). 100% free data engineering interview prep. Live code execution against Postgres 16, Python 3.11, and Spark sandboxes. No paywall, no premium tier, no signup gate.