AI0-001 AI Security Practice Question
A cybersecurity team is red-teaming their internal LLM-powered code assistant. They want to test the model's resistance to jailbreaking techniques that bypass safety guardrails. Which TWO of the following should they include in their red teaming exercise to effectively evaluate jailbreak resilience?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Role-playing scenarios where the model is asked to act as a character with no restrictions (e.g., DAN)
Role-playing scenarios (e.g., DAN) and encoding obfuscation (e.g., base64) are common jailbreak techniques. Payload splitting is a type of prompt injection, not specifically jailbreaking. Few-shot prompting is a legitimate technique. Model inversion is a privacy attack.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Model inversion to reconstruct training data
Why it's wrong here
Model inversion is a privacy attack, not a jailbreak technique for bypassing safety guardrails.
- ✓
Role-playing scenarios where the model is asked to act as a character with no restrictions (e.g., DAN)
Why this is correct
Role-playing scenarios are a classic jailbreak technique that attempts to override system instructions by assigning the model an unrestricted persona.
- ✓
Encoding obfuscation, such as base64 encoding malicious instructions
Why this is correct
Encoding obfuscation can cause the model to decode and follow hidden instructions, bypassing input filters that look for plain-text attacks.
- ✗
Payload splitting across multiple user messages
Why it's wrong here
Payload splitting is more of a prompt injection technique than a jailbreak; jailbreaks typically aim to override safety rules, not split payloads.
- ✗
Few-shot prompting with benign examples
Why it's wrong here
Few-shot prompting with benign examples is a legitimate technique to guide model behavior, not a jailbreak technique.
About these practice questions
This AI0-001 question is part of Courseiva's 754-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AI0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI0-001 exam.