02How is a jailbreak different from prompt injection? Give an example of each from a real application.▼easyAnthropicMicrosoftScale1 repliesunlockedCandidates use these terms interchangeably and security interviewers notice immediately. The distinction, whose policy is being violated, drives completely different defenses, and that's the actual question.Open full answer →
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 →
11Walk me through how you would red-team a customer-facing GenAI chatbot.▼mediumMicrosoftScaleOpenAI1 replies○ sign inA reported AI-security interview staple with a known grading rubric: recon, bypass, leakage, tool abuse, multi-turn drift. Candidates who free-associate attack ideas fail; candidates who run a structured campaign pass.Open full answer →
12Design an ongoing AI red-team program: team, harm categories, cadence, and what you'd automate with PyRIT first.▼hardMicrosoftScaleAnthropic1 replies○ sign inThe grown-up version of 'how would you red-team a chatbot', Microsoft-style loops ask for a program, not a pen test. Team composition, harm taxonomy, iteration cadence, and which attack classes you script on day one.Open full answer →
38Reproduce-from-paper: design a production-safe Constitutional-AI-style fine-tuning pipeline that aligns a chatbot to a set of rules▼hardAnthropicOpenAICohere1 replies◆ premiumTurn a constitution of rules into a model that follows them, with no human labels on harmful examples. The strong answer walks the two phases (self-critique SFT, then RL from AI feedback), then spends real time on the part papers gloss: adversarially validating the aligned model holds under attack.Open full answer →
39Set up a red-teaming evaluation framework for a code-generation model that sometimes emits malicious scripts▼hardAnthropicOpenAIGitHub1 replies◆ premiumA code model that occasionally produces ransomware, reverse shells, or exfiltration scripts. The strong answer builds an automated loop: adversarial prompt generation, static and behavioral output scanning, layered mitigations, and attack-success-rate per category to prove the mitigations worked.Open full answer →
40Train a red-team LLM with RL to find jailbreaks in your safety-tuned model, then feed the discovered attacks back into safety training.▼expertAnthropicOpenAIScale AI1 replies◆ premiumA red-team model that learns over many episodes which attacks bypass your filters is only useful if it explores instead of farming one exploit, and only safe if every discovered attack becomes target training data.Open full answer →