Quiz 6 Question 12 of 20

A multi-tenant SaaS application serves 200 enterprise customers, each with unique Claude configurations (system prompts, tool sets, temperature settings). The platform processes 800 requests/minute at peak. The architecture team is evaluating three approaches to per-customer configuration management: (A) reconstruct configuration from database on each request, (B) maintain in-memory configuration cache per application instance with TTL, (C) encode all configuration into a signed JWT passed by the client. During a load test, approach A caused P99 latency of 450ms on configuration retrieval alone. Which architecture should be adopted, and what is the primary risk to mitigate?

Select an answer to reveal the explanation.

Motivation