04Walk me through the OWASP LLM Top 10, which two risks would you prioritize for an enterprise agent deployment?▼medium★ EssentialMicrosoftPalantirScale2 repliesunlockedReciting all ten gets you a pass on memory and a fail on judgment. The question is really a prioritization exercise, here's the two-risk answer that maps to how agents actually get breached, and the trap hiding in 'walk me through.'Open full answer →
07Explain MITRE ATLAS. How would you map an observed attack on an AI system to its tactics and techniques?▼mediumMicrosoftPalantirScale1 repliesunlockedATLAS questions filter candidates who can name the framework from those who can run an incident through it. The mapping exercise, one concrete attack, kill-chain stage by stage, is what the interviewer actually wants to hear.Open full answer →
36Threat-model a multi-agent system where agents call each other. Where are the trust boundaries and how does one compromise spread?▼hardAnthropicMicrosoftSalesforce1 replies◆ premiumWhen agents call agents, one agent's output is another's untrusted input, and a single injected instruction can propagate across the whole graph with accumulated privileges. The strong answer treats every inter-agent edge as a trust boundary and bounds privilege per agent, not per system.Open full answer →