Question 1easy
What is permission propagation for an agent?
Question 2medium
Where should authorization checks for an agent's tools live?
Question 3hard
A tool queries the DB with admin credentials and the agent decides which rows to return. Why is this dangerous?
Question 4medium
What is the MOST effective protection for PII in an LLM pipeline?
Question 5medium
How does PII redaction let a model reason without receiving raw personal data?
Question 6hard
What must you check before sending data to a model provider? (Select all that apply)
Question 7medium
For the most sensitive/regulated data, which deployment keeps data fully under your control?
Question 8hard
What is the RAG-specific multi-tenant footgun?
Question 9hard
Where must the tenant scope be enforced for retrieval and DB reads?
Question 10medium
For high-sensitivity tenants, what is stronger than a per-query filter?
Question 11medium
Where should API keys and DB credentials live in an agent system?
Question 12medium
What scope field must filter every retrieval and DB read in a multi-customer system to prevent cross-customer leaks? (two words)
Question 13hard
What principle (two words) means the agent inherits the acting user's rights and no more?