jailbreak
Applied AI 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 is the top security risk for LLM apps: malicious instructions override the model's intended behavior. Direct injection comes from the user; indirect injection hides instructions in content the model retrieves or browses (a web page, a document, an email), so a third party attacks. It is acute for RAG and agents because they ingest untrusted content and agents can take actions. The core defense is to treat all retrieved/tool content as untrusted data, never instructions, plus least privilege and human approval for irreversible actions.🛡️ AI Security, Privacy & Governance
Core
Jailbreaks and Red-Teaming TaxonomyJailbreaks are inputs that get a model to produce 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. Applied AI 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
