jailbreak
AI, ML & GenAI interview questions tagged jailbreak, across every topic.
5 questions · 1 unlocked for you
Concepts behind "jailbreak"
The curriculum that explains the ideas these questions test.
Foundational
Prompt InjectionPrompt injection ranks as the number one security risk for LLM apps: hostile instructions hijack the model's intended behavior. In direct injection the user supplies the payload; in indirect injection the payload sits inside content the model pulls in or browses (a web page, a document, an email), letting a third party do the attacking. RAG and agents are hit hardest because they consume untrusted content and agents can act. Your main defense is to handle every retrieved or tool output as untrusted data rather than instructions, backed by least privilege and human approval before irreversible actions.🛡️ AI Security, Privacy & Governance
Core
Jailbreaks and Red-Teaming TaxonomyJailbreaks are inputs that coax a model into producing content its safety training was meant to refuse, using techniques like role-play framing, encoding, many-shot priming, and gradual crescendo escalation. Red-teaming is the systematic, adversarial process of finding these failures before attackers do. AI, ML, and GenAI interviews probe it because shipping a safety layer means knowing the categories of attack, why alignment is bypassable, and how frameworks like OWASP LLM Top 10 and MITRE ATLAS structure the threat model.🛡️ AI Security, Privacy & GovernanceSign in
