1.3 Task-Based Simulations & IT Audit Mechanics

Key Takeaways

  • The ISC exam includes exactly 6 Task-Based Simulations (TBSs) distributed across Testlet 3 (1 TBS), Testlet 4 (3 TBSs), and Testlet 5 (2 TBSs), accounting for 40% of the total scaled score.
  • Common ISC simulation typologies include ITGC Control Deficiency Identification matrices, Segregation of Duties (SoD) permission grids, SOC Report Opinion and Exception evaluations, and network architecture security reviews.
  • ISC simulations heavily emphasize authentic multi-tab documentation exhibits, such as System Development Life Cycle (SDLC) release forms, change management ticket histories, SOC 2 Type 2 test results, and database entity-relationship schemas.
  • A systematic three-phase TBS approach—rapid exhibit inventorying (30–60 seconds), work-paper cross-referencing against internal policies, and conservative grid completion—prevents cognitive overload.
  • Maintaining a disciplined pacing budget of 20 to 25 minutes per simulation ensures sufficient time for Testlet 4, the three-simulation testlet that immediately follows the standardized break.
Last updated: September 2026

Task-Based Simulations & IT Audit Mechanics

Quick Summary: Task-Based Simulations account for 40% of the ISC scaled score. The 6 simulations evaluate real-world IT audit competencies through multi-tab exhibits. Mastering simulations requires understanding the primary typologies (ITGC deficiency evaluation, Segregation of Duties matrices, SOC report opinion formulation, and architecture analysis) and applying a disciplined 20–25 minute per-simulation execution model.


1. Anatomy and Architecture of ISC Task-Based Simulations

Task-Based Simulations (TBSs) represent the practical application and analysis engine of the CPA Information Systems and Controls (ISC) exam. While multiple-choice questions evaluate breadth of knowledge across frameworks and definitions, simulations evaluate whether a candidate can operate as an in-charge IT auditor, risk advisory senior, or SOC service auditor.

On the ISC exam, simulations account for 40% of your total scaled score, distributed across three testlets:

  • Testlet 3: 1 TBS (~20–25 minutes)
  • Testlet 4: 3 TBSs (~65–75 minutes)
  • Testlet 5: 2 TBSs (~45–50 minutes)

Some of the 6 simulations are unscored pretest items, but the AICPA does not publish the ISC-specific operational-versus-pretest split, and pretest items are indistinguishable from operational ones on screen. The scoring engine evaluates individual responses within each simulation, providing substantial opportunities for partial credit. There is no negative scoring for incorrect selections; however, leaving an entry blank when a dropdown or cell requires an explicit selection (such as "No deficiency noted" or "Control is suitably designed") will result in zero credit for that item.

┌─────────────────────────────────────────────────────────────────────────────┐
│                     TASK-BASED SIMULATION USER INTERFACE                    │
├──────────────────────────┬──────────────────────────────────────────────────┤
│    EXHIBIT TABS          │             RESPONSE WORKPAPER GRID              │
├──────────────────────────┼──────────────────────────────────────────────────┤
│ [Exhibit 1: ITGC Policy] │ Item 1: Change Ticket #8492                      │
│ [Exhibit 2: Jira Logs]   │   • Deficiency Present?      [Yes / No ▼]        │
│ [Exhibit 3: Git History] │   • Deficiency Category:     [Select Category ▼] │
│ [Exhibit 4: CAB Minutes] │   • Mitigating Control:      [Select Control ▼]  │
│                          │                                                  │
│                          │ Item 2: User Access Request #1029                │
│                          │   • Conflict Identified?     [Yes / No ▼]        │
│                          │   • Toxic Combination:       [Select Roles ▼]    │
└──────────────────────────┴──────────────────────────────────────────────────┘

2. Primary ISC Simulation Typologies

Through an analysis of the AICPA Representative Tasks, ISC simulations consistently fall into five distinct structural typologies:

Typology 1: ITGC Control Deficiency Matrix

Candidates review internal IT control policies and compare them against transaction logs, access tickets, or system configuration settings. For each item in the workpaper grid, candidates must determine:

  1. Is a control deficiency present? (Yes / No)
  2. What is the root cause? (e.g., Unauthorized emergency change, lack of independent testing, missing managerial approval, absence of post-implementation review).
  3. What compensating or remediating control should be implemented?

Typology 2: Segregation of Duties (SoD) Permission Grids

Candidates evaluate user access privileges across enterprise software, relational databases, or accounting systems. The simulation tests whether incompatible permissions are assigned to a single user or role. Candidates must identify toxic combinations, such as:

  • An application developer possessing administrator write access to the production database.
  • A business user who can both create a new vendor in the master vendor file and approve vendor disbursement vouchers.
  • A system operator who can modify security audit logs and run batch processing jobs.

Typology 3: SOC Report Interpretation & Opinion Formulation

Candidates are given excerpts from an independent service auditor's report (e.g., SOC 1 Type 2 or SOC 2 Type 2). Exhibits typically include management's description of the system, the auditor's testing procedures and results (Section IV), and documented control exceptions. Candidates must determine:

  • Whether the auditor should issue an unmodified (unqualified), qualified, adverse, or disclaimer of opinion.
  • The effect of identified exceptions on user entity financial statements or security criteria.
  • The adequacy of Complementary User Entity Controls (CUECs).

Typology 4: Network Architecture and Perimeter Security Analysis

Candidates evaluate a network topology diagram and firewall configuration table. The task involves identifying security vulnerabilities, such as public-facing database servers, unencrypted communications protocols (e.g., Telnet, HTTP, FTP) traversing internal or external boundaries, missing Demilitarized Zones (DMZs), or improper network segmentation between corporate workstations and payment processing systems.

Typology 5: Data Governance, SQL Querying & Relational Database Design

Candidates review database entity-relationship (ER) diagrams, table schemas, and business reporting requirements. Tasks include identifying normalization violations (1NF, 2NF, 3NF), selecting correct SQL query clauses (SELECT, FROM, WHERE, GROUP BY, HAVING, INNER/LEFT JOIN) to extract specific financial records, or identifying data quality defects in ETL staging tables.


3. Comprehensive Worked Scenario: Evaluating an ITGC Change Management Ticket

To understand how to approach an ISC simulation, examine the following worked case study modeled directly after an AICPA Representative Task.

Case Overview

You are an IT audit senior reviewing the change management controls for Apex FinTech Solutions. Management has asserted that all production software modifications adhere to established IT General Controls.

Exhibit 1: Corporate Change Management Policy (Standard Operating Procedure)

Section 4.2 - Production Release Controls:

  1. Every change must originate with an approved business ticket documenting justification and functional requirements.
  2. All code changes must undergo independent peer code review documented in the version control repository before merging.
  3. Testing must be completed in a staging environment that mirrors production, with documented User Acceptance Testing (UAT) sign-off by the Business Process Owner.
  4. Final production deployment requires formal authorization from the Change Advisory Board (CAB).
  5. Production deployment must be executed exclusively by the Release Management Team. Developers who author code are strictly prohibited from possessing production deployment privileges (Separation of Environments).

Exhibit 2: Jira Change Ticket #CHG-2026-881

  • Summary: Urgent fix for transaction timeout bug in payment processing gateway.
  • Requested By: Lead Developer Dev_04.
  • Priority: High / Emergency.
  • Status: Closed / Deployed to Production.
  • UAT Sign-Off: Blank (Flagged: "Emergency patch deployed under developer discretion; UAT waived due to urgent customer impact.")
  • CAB Approval: Blank (Flagged: "Verbal authorization received from Lead Developer Dev_04.")

Exhibit 3: Git Version Control & Deployment Log Extract

2026-09-08 22:15:10 UTC - Commit 9a8f21: Bugfix payment timeout (Author: Dev_04)
2026-09-08 22:18:40 UTC - Pull Request #412 Created: Merging to main branch
2026-09-08 22:19:02 UTC - Pull Request #412 Approved (Reviewer: Dev_04 - Self-Approved)
2026-09-08 23:42:15 UTC - SSH Connection Established to Production DB: User 'Dev_04_admin'
2026-09-08 23:44:00 UTC - SQL Script Executed: UPDATE core_config SET timeout_ms = 60000;
2026-09-08 23:45:12 UTC - Deployment Completed Directly by Dev_04

Step-by-Step Simulation Workpaper Analysis

Evaluation CriterionCandidate FindingSupporting EvidenceAudit Classification / Impact
1. Business Justification & TicketingAcceptableJira Ticket #CHG-2026-881 was created with documented problem description.Control operated as designed. Ticket exists.
2. Independent Peer ReviewDEFICIENCYPull Request #412 was approved by Dev_04 (the same individual who authored the commit).Deficiency in Operating Effectiveness: Violates independent peer review mandate. Risk of unvetted code deployment.
3. Testing & UAT Sign-OffDEFICIENCYUAT sign-off field is blank. Emergency justification was self-declared without authorized waiver.Deficiency in Operating Effectiveness: Code was not verified in staging; risk of unintended data corruption in production.
4. CAB AuthorizationDEFICIENCYNo formal CAB approval. Verbal authorization self-granted by authoring developer.Deficiency in Operating Effectiveness: Unauthorized emergency deployment bypassed change management governance.
5. Segregation of Duties (Deployment)CRITICAL DEFICIENCYDev_04 logged into the production database with administrator credentials (Dev_04_admin) and executed scripts directly.Material Control Deficiency: Incompatible segregation of duties. Developers must never possess direct write/admin access to production environments.

Required Remediating & Compensating Controls

In the final column of the simulation grid, the candidate must select the appropriate remediating controls:

  1. Revoke Production Access: Immediately revoke administrative production credentials (Dev_04_admin) for all application developers; restrict production access to automated CI/CD deployment pipelines managed by Release Engineering.
  2. Enforce Branch Protection: Configure Git repository settings to enforce branch protection rules requiring at least one independent, authenticated peer review approval before code can be merged into production branches, with self-approval programmatically disabled.
  3. Post-Implementation CAB Review: Institute mandatory retrospective Change Advisory Board reviews within 24 business hours for all emergency changes, requiring formal business owner sign-off.

4. Multi-Tab Exhibit Management Strategy and Pacing

Navigating an ISC simulation is as much an exercise in information management as it is in technical accounting. Candidates face severe cognitive overload if they attempt to read every exhibit word-for-word before inspecting the workpaper grid.

The 4-Step Tactical Exhibit Strategy

┌─────────────────────────────────────────────────────────────────────────────┐
│                     FOUR-STEP TBS EXECUTION WORKFLOW                        │
├─────────────────────────────────────────────────────────────────────────────┤
│ STEP 1: Inspect the Response Workpaper (30–60 Seconds)                      │
│         Read column headers and dropdown options first. Know what you are   │
│         hunting for before opening a single exhibit.                         │
├─────────────────────────────────────────────────────────────────────────────┤
│ STEP 2: Triage Exhibits by Function (1–2 Minutes)                           │
│         Classify tabs into: (1) Baseline Policy, (2) Audit Evidence / Logs, │
│         and (3) Contextual / Architectural diagrams.                        │
├─────────────────────────────────────────────────────────────────────────────┤
│ STEP 3: Side-by-Side Dual-Pane Cross-Referencing (15–18 Minutes)            │
│         Pin the response grid on one half of the screen. Open the relevant  │
│         evidence exhibit on the other half. Match exact IDs, timestamps,   │
│         and user names against policy mandates.                             │
├─────────────────────────────────────────────────────────────────────────────┤
│ STEP 4: Systematic Verification & Explicit Completion (2 Minutes)           │
│         Ensure no required dropdown is left blank. Actively confirm every   │
│         row where "No deficiency noted" or "Acceptable" is the answer.      │
└─────────────────────────────────────────────────────────────────────────────┘

Time Budget Allocation Per Simulation

To avoid running out of time in Testlet 4 (which contains three full simulations), adhere to strict time boundaries:

  • Testlet 3 (1 TBS): Allocate 20 to 25 minutes. Do not linger; once complete, submit the testlet and proceed to the standardized 15-minute clock-stopping break.
  • Testlet 4 (3 TBSs): Allocate 65 to 75 minutes total (~22–25 minutes per simulation). This is the heaviest testlet on the exam. Monitor the timer to ensure you submit Testlet 4 with at least 45 to 50 minutes remaining.
  • Testlet 5 (2 TBSs): Allocate 45 to 50 minutes total (~22–25 minutes per simulation). Two simulations remain, so a steady pace finishes the exam with a small review buffer.
Loading diagram...
Task-Based Simulation Systematic Problem-Solving Workflow
Test Your Knowledge

In an ISC Task-Based Simulation evaluating Segregation of Duties (SoD) within an enterprise software environment, which of the following combined permission pairs represents the most critical internal control deficiency?

A
B
C
D
Test Your Knowledge

While reviewing a SOC 2 Type 2 report exhibit in an ISC Task-Based Simulation, a candidate observes that the service auditor identified several control exceptions in user access deprovisioning, but the service auditor nevertheless issued an unmodified (unqualified) opinion. What is the most plausible audit justification for this outcome?

A
B
C
D
Test Your Knowledge

What is the optimal time allocation strategy recommended for tackling the 6 Task-Based Simulations across Testlets 3, 4, and 5 on the 4-hour ISC examination?

A
B
C
D