Performance-Based Questions (PBQs) Strategy
Master the simulation-style PBQs that appear at the start of the exam: firewall rule configuration, drag-and-drop scenarios, and network diagram analysis.
Performance-Based Questions (PBQs) Strategy is a free Cloud & IT Cert Prep lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cloud & IT Cert Prep learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
What Are Performance-Based Questions?
Performance-Based Questions (PBQs) are interactive simulation questions that require you to demonstrate practical skills in a virtual environment, rather than simply selecting the best answer from four text choices. CompTIA introduced PBQs to address the gap between knowing facts and being able to apply them — a technician who truly understands firewall rules should be able to configure one, not just describe what they do. PBQs count toward your score just like multiple-choice questions and are worth the same points. They appear at the beginning of the SY0-701 exam and typically consume more time than multiple-choice questions.
Types of PBQs: What to Expect
The Security+ exam features several distinct PBQ formats: Firewall rule configuration — given a network diagram and requirements, add ACL rules to allow/deny specific traffic; Network diagram labeling — place firewall, IDS, DMZ, and other components in the correct locations in a network diagram; Log analysis — examine provided log excerpts (syslog, Windows event log, web access log) and identify attack types or answer specific questions; Drag-and-drop ordering — arrange incident response phases, forensic steps, or PKI components in correct sequence; and Matching — connect attack types to descriptions or tools to their functions.
PBQ Strategy: Skip First, Return Later
A critical time management strategy: do not get stuck on PBQs at the start of the exam. PBQs are presented first, and they can take 5-10 minutes each if you are uncertain. The recommended approach is to flag each PBQ and skip it immediately, then complete all multiple-choice questions first. You typically have more confidence on multiple-choice questions, and answering them may even jog your memory for PBQ details. Return to PBQs when you have completed all multiple-choice questions. With 90 minutes for up to 90 questions, averaging 1 minute per question, this leaves adequate time to revisit PBQs.
Firewall PBQ: Common Scenarios
Firewall PBQs typically provide a network diagram with multiple zones (internet, DMZ, internal LAN) and a requirements list: 'Allow HTTP/HTTPS from internet to web server in DMZ; deny direct internet access to internal servers; allow DNS queries from internal to external'. You must add rules in the correct order (firewall rules are processed top-to-bottom, first-match-wins). Key knowledge: implicit deny at the bottom of all rule sets; stateful inspection allowing return traffic automatically; common ports (80=HTTP, 443=HTTPS, 22=SSH, 25=SMTP, 53=DNS, 3389=RDP). Practice reading source/destination/port/action rule tables.
# Example firewall rule table structure for PBQ
# Rule 1: Allow | Src: ANY | Dst: 10.0.1.10 | Port: 443 | Action: PERMIT
# Rule 2: Allow | Src: ANY | Dst: 10.0.1.10 | Port: 80 | Action: PERMIT
# Rule 3: Deny | Src: ANY | Dst: 10.0.2.0/24 | Port: ANY | Action: DENY
# Rule 4: Allow | Src: 10.0.0.0/8 | Dst: ANY | Port: ANY | Action: PERMIT
# Implicit Deny All (always last)Log Analysis PBQ: Reading the Clues
Log analysis PBQs provide excerpts from various log sources and ask you to identify what occurred. For web server logs: look for SQL injection patterns (' OR '1'='1, UNION SELECT), XSS (<script> in query strings), or directory traversal (../../../etc/passwd). For Windows event logs: Event ID 4625 = failed login, 4740 = account lockout, 4624 = successful login, 4672 = special privileges — multiple 4625s followed by a 4624 indicates a brute force success. For network captures: look for SYN floods (many SYN without SYN-ACK response), port scans (sequential port numbers from one IP), and ICMP floods.
# Web server log: identify SQL injection attempt
# 192.168.1.55 - - [21/Jun/2026:14:32:01] "GET /products?id=1' OR '1'='1 HTTP/1.1" 500 -
# 192.168.1.55 - - [21/Jun/2026:14:32:02] "GET /products?id=1 UNION SELECT username,password FROM users-- HTTP/1.1" 200 -
# Indicator: SQL keywords in URL query parameters + error/unusual HTTP status codesNetwork Diagram PBQ: Zone Placement
Network diagram PBQs test your understanding of security zone architecture. Key concepts for correct component placement: DMZ (Demilitarized Zone) sits between two firewalls (internet-facing and internal) and hosts publicly accessible servers (web, email, DNS); the internet-facing firewall sits at the perimeter, directly connected to the ISP link; IDS/IPS sensors are placed on network segments where they can see traffic (IDS passively mirrors, IPS is inline); proxy servers sit between internal users and the internet; and SIEM collects logs from all components. Avoid placing internal databases in the DMZ — they belong in the trusted internal zone.
Drag-and-Drop PBQ: Ordering and Matching
Drag-and-drop PBQs test knowledge of ordered processes and concept mapping. Master these orderings: Incident Response phases — Preparation, Detection and Analysis, Containment, Eradication, Recovery, Post-Incident Review (NIST SP 800-61); Penetration Test phases — Reconnaissance, Scanning/Enumeration, Exploitation, Post-Exploitation/Lateral Movement, Reporting; Forensic evidence order of volatility — CPU registers/cache, RAM, swap/page file, running processes, network connections, disk image, remote logs (most volatile first); Risk management steps — Identify, Assess, Respond/Treat, Monitor. These orders are frequently tested in drag-and-drop format.
PBQ Partial Credit Strategy
CompTIA Security+ PBQs award partial credit — you do not need to complete every component of a PBQ perfectly to earn points. This means: even if you are unsure about one aspect of a firewall configuration, complete the parts you know correctly and guess on the uncertain parts rather than leaving them blank. Do not skip or leave PBQs entirely unanswered — incomplete PBQs receive fewer or no points while a partially correct attempt earns partial credit. If a PBQ asks you to configure 5 firewall rules and you correctly configure 3, you receive approximately 60% of the available points for that question.
Practicing PBQs Before Exam Day
PBQ practice requires hands-on simulation that text-based study does not provide. Resources for PBQ preparation: CompTIA CertMaster Practice — the official practice platform with realistic PBQ simulations; Jason Dion's Udemy course — includes realistic lab simulations and PBQ walkthroughs; Professor Messer's PBQ practice labs — affordable PDF-based walkthroughs; Dion Training free PBQs — free browser-based firewall and network diagram PBQ simulators; and home lab practice using pfSense (free open-source firewall) to practice rule configuration hands-on. The single most effective preparation for PBQs is doing practice PBQs repeatedly until the interface and task types feel familiar.
Handling Uncertainty in PBQs
When you encounter a PBQ where you are uncertain: use the process of elimination — even in simulations, some answers are clearly wrong; apply core principles — least privilege, defense in depth, and implicit deny apply universally and guide correct answers even when you do not know the specific rule; read the scenario carefully — PBQ scenarios include all the information needed to answer correctly, and overlooking details in the scenario is the most common PBQ mistake; do not overthink — PBQs test practical knowledge, not obscure edge cases. The correct answer usually follows the most obvious application of the security principle described in the scenario.
Time Allocation for Mixed PBQ/MCQ Exams
With 90 minutes and up to 90 questions, time allocation is critical. A recommended strategy: Pass 1 (0-45 min) — answer all multiple-choice questions you know confidently (skip uncertain ones); Pass 2 (45-70 min) — return to flagged multiple-choice questions, apply elimination; Pass 3 (70-85 min) — attempt all PBQs with remaining time; Final 5 minutes — ensure no questions are unanswered (there is no penalty for wrong answers on CompTIA exams, so always answer every question). Practice exams with a strict timer build the time awareness needed to stay on pace during the real exam.
Quick Check
Test your understanding of CompTIA Security+ (SY0-701) concepts from this lesson.
Lesson Recap
In this lesson you learned: PBQs test hands-on skills including firewall rule configuration, network diagram analysis, log interpretation, and ordered process knowledge — they appear first but should be skipped initially, partial credit is awarded on PBQs so always attempt them with remaining time rather than leaving them blank, and regular practice with PBQ simulators is the most effective preparation since familiarity with the simulation interface reduces anxiety and improves performance on exam day. Next up we review the high-frequency topics that most commonly appear on the Security+ exam.
Frequently asked questions
Is the “Performance-Based Questions (PBQs) Strategy” lesson free?
Yes — the full text of “Performance-Based Questions (PBQs) Strategy” is free to read here on the web, and the Cloud & IT Cert Prep course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cloud & IT Cert Prep course, upgrade to CoddyKit PRO.
What will I learn in “Performance-Based Questions (PBQs) Strategy”?
Master the simulation-style PBQs that appear at the start of the exam: firewall rule configuration, drag-and-drop scenarios, and network diagram analysis. You practise Cloud & IT Cert Prep with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Cloud & IT Cert Prep?
No prior experience is required. Cloud & IT Cert Prep on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Performance-Based Questions (PBQs) Strategy” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Cloud & IT Cert Prep lesson?
Yes. Every Cloud & IT Cert Prep lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- SY0-701 Exam Domains and Weighting
- Performance-Based Questions (PBQs) Strategy
- High-Frequency Exam Topics Review
- Time Management and Elimination Strategies