"Data residency" for a Claude-based system actually covers two distinct things that can be controlled independently: where a given API request's model inference is processed, and where an organization's data is stored at rest. A regulatory or privacy requirement can apply to one without applying to the other, so knowing which lever controls which is exactly the kind of practical, applied knowledge this domain's "apply data sensitivity, regulatory, and privacy considerations" bullet is testing.
Inference Location vs. Data Storage Location
A European customer who needs a specific API request's model inference to run only on US-based infrastructure, due to a regulatory requirement, without changing where their workspace data is stored at rest, has a narrow, well-defined ask: control the inference location on that request, and leave storage alone. This is a real, separate lever from the organization's standing data-storage configuration — exactly the kind of narrow, per-request control this scenario calls for, without triggering a broader, unwanted change to where data lives long-term.
Conversely, an organization with a blanket requirement that all customer data be stored within a particular region, regardless of which specific request processed it, is describing a storage-at-rest requirement — a different control, aimed at where data persists rather than where any single computation happens. Applying the wrong lever to a described requirement is the most common way this gets tested: reaching for a workspace-wide storage setting when the ask is about a single request's inference, or vice versa.
Why This Distinction Matters for Compliance
Regulatory frameworks frequently draw exactly this distinction, which is why it matters practically and not just as a product detail. A company handling EU customer data may face a legal requirement about where that data is stored long-term that's separate from, and sometimes stricter than, any requirement about where processing occurs for a given request. Getting this backwards — assuming a storage change satisfies an inference requirement, or that setting inference location handles a storage-residency obligation — can leave an organization technically non-compliant even though it made a real, deliberate change.
Consider a concrete case: a retailer with customers across the EU and US has a data residency clause in its contract with EU customers requiring their data to be stored within the EU. Separately, the retailer wants some flexibility about which infrastructure actually performs inference for performance reasons. These are two different promises to two different stakeholders, satisfied by two different controls — storage location is set once, at the organizational or workspace level, to keep the contractual promise about data at rest, while inference location can, if needed, be controlled per request without breaking that promise, because inference and storage were never the same commitment in the first place.
Classification Comes Before Either Control
There's a step that logically comes before either control, though: knowing what a piece of data actually is before deciding how, or whether, to send it to Claude at all. Not every regulatory or privacy consideration is solved by choosing the right residency setting — some data (certain categories of health information, government-issued IDs, or other high-sensitivity personal data, depending on the organization's own policy and applicable law) may need to be excluded, redacted, or specially handled entirely, independent of where inference happens to run or where results are stored. Classifying data sensitivity first is what tells you whether a residency control is even the right tool for a given piece of data, or whether the data shouldn't be sent as-is in the first place.
Key Concept
Inference location and data-at-rest storage location are controlled separately, and a regulatory or privacy requirement can apply to just one of them. Classifying data sensitivity comes first and determines whether a residency control is even the right tool — some sensitive data may need special handling or exclusion regardless of where inference runs or data is stored.
Common Exam Distractor
An answer that reaches for a workspace-wide data storage or residency setting, when the actual requirement is about where a specific request's inference runs (or vice versa), conflates the two distinct controls. Watch for scenarios that explicitly say storage should stay unchanged — that's the signal pointing to the inference-specific control, not the org-wide one. Also watch for scenarios that treat "de-identified" data as automatically exempt from any sensitivity classification or residency consideration — de-identification reduces risk, but it doesn't eliminate the need to classify the data or apply the correct control.