CPA ISC — U.S. - Information Systems and Controls Quick Reference

Compact independent reference for AICPA U.S. CPA ISC - Information Systems and Controls (CPA ISC): IT controls, SOC, cybersecurity, data, and audit evidence.

This independent Quick Reference supports candidates preparing for the AICPA U.S. CPA ISC - Information Systems and Controls (CPA ISC) exam. Use it to review high-yield IT control concepts, SOC reporting distinctions, cybersecurity risks, data management, system implementation, and evidence patterns likely to appear in applied CPA-style questions.

High-Yield Exam Orientation

AreaWhat to recognize quicklyExam trap
IT general controlsAccess, change management, operations, security, backup, monitoringConfusing ITGCs with application controls
Application controlsInput, processing, output, interface, master file controlsAssuming an automated control is effective without ITGC support
SOC reportingSOC 1 vs SOC 2; Type 1 vs Type 2; CUECs; subservice organizationsPicking SOC 2 when the user auditor needs ICFR evidence
Trust Services CriteriaSecurity is common/foundational; other categories add specific commitmentsTreating privacy and confidentiality as identical
CybersecurityIdentify, protect, detect, respond, recover; layered defensesAssuming prevention alone is sufficient
Data managementClassification, lineage, integrity, availability, retention, privacyIgnoring data lifecycle risks after collection
System developmentRequirements, design, testing, approval, migration, post-implementation reviewLetting developers migrate code to production
Business continuityBIA, RTO, RPO, backups, DR strategy, testingConfusing RTO with RPO
Cloud/outsourcingShared responsibility, vendor risk, SLAs, SOC reports, data locationAssuming outsourcing transfers accountability
Audit evidenceInquiry alone is weak; inspect, observe, test, reperform, analyzeAccepting screenshots without corroboration

Core Control Vocabulary

TermMeaningCPA ISC exam cue
IT general controls, or ITGCsEntity/process-level IT controls supporting reliable systemsAccess, program changes, operations, security
Application controlsControls embedded in a specific applicationEdit checks, limit checks, approvals, reconciliations
Automated controlSystem-executed control with little manual interventionDepends on access/change controls over the system
Manual controlPerformed by a personMore judgment, more variability, needs evidence of performance
IT-dependent manual controlManual review using system-generated informationNeed to test report completeness and accuracy
Preventive controlStops error or unauthorized action before occurrenceMFA, input validation, approval workflow
Detective controlFinds an error or issue after occurrenceLog review, reconciliation, exception report
Corrective controlFixes issue and reduces future impactIncident remediation, patching, restore from backup
Compensating controlAlternative control reducing risk when primary control is weakMust address the same risk sufficiently
Entity-level controlBroad control affecting multiple processesGovernance, risk assessment, security policy
Key controlControl important enough to prevent or detect material issueFailure may require expanded testing or reliance reduction
Configuration controlControl based on system settingsPassword parameters, workflow routing, segregation rules
CompletenessAll valid transactions/data are capturedSequence checks, reconciliations, interface totals
AccuracyData is recorded correctlyValidation, reasonableness checks, recalculation
ValidityTransactions are authorized and genuineApproval, authentication, existence checks
ConfidentialityInformation protected from unauthorized disclosureEncryption, access restriction, NDA, classification
IntegrityInformation is complete, accurate, and unalteredHashing, checksums, approvals, audit trails
AvailabilitySystems/data accessible when neededRedundancy, DR, monitoring, capacity management

ITGC vs Application Control Decision Table

ScenarioLikely control typeWhy it matters
New users require manager approval before account creationITGC - accessGoverns who can use systems
Developers cannot migrate code to productionITGC - change managementProtects production integrity
Batch jobs are monitored for failuresITGC - operationsEnsures processing completes
System rejects invoice with invalid vendor IDApplication control - input validationSpecific to transaction processing
Three-way match before paymentApplication control - processing/authorizationPrevents invalid disbursement
Exception report reviewed by AP supervisorIT-dependent manual controlNeed evidence of review and report reliability
Password complexity is enforced by system configurationITGC - security/accessBroad authentication safeguard
Interface totals between payroll and GL are reconciledApplication/interface controlEnsures transferred data is complete and accurate
Daily backup job completion is reviewedITGC - operations/continuitySupports recovery capability
Customer credit limit blocks excess ordersApplication controlEnforces business rule automatically

Access Control Quick Reference

Access Lifecycle

StageControl objectiveStrong control examplesWeakness indicators
RequestOnly appropriate access is requestedTicket, manager approval, role justificationEmail-only requests, vague approval
ProvisionAccess matches approved roleRBAC templates, least privilege, SoD checkCopying another user’s access without review
AuthenticationUser identity is verifiedMFA, password policy, SSO controlsShared accounts, default passwords
AuthorizationUser can perform only allowed actionsRole permissions, privileged access limitsExcess access, conflicting roles
MonitoringInappropriate activity is detectedLog review, alerts, UEBA, exception reportsLogs disabled or never reviewed
RecertificationAccess remains appropriatePeriodic manager review, evidence retainedReview is rubber-stamped
TerminationAccess removed promptlyHR-triggered deprovisioning, automated workflowActive accounts for former employees

Authentication and Authorization Distinctions

ConceptAnswers the questionExamplesCommon trap
IdentificationWho do you claim to be?Username, user IDNot proof by itself
AuthenticationCan you prove identity?Password, MFA token, biometricPassword alone may be weak
AuthorizationWhat are you allowed to do?RBAC, ACLs, entitlementsAuthenticated users can still be unauthorized
AccountabilityCan actions be traced to a user?Unique IDs, audit logsShared IDs destroy accountability

Access Control Models

ModelBest descriptionCommon useExam note
RBACAccess based on job roleAccounting clerk, AP manager, system adminGood for scalable least privilege
ABACAccess based on attributesLocation, device, clearance, data tagUseful in dynamic/cloud environments
DACOwner controls accessFile owner grants permissionsFlexible but can be less controlled
MACCentral authority/classification controls accessHighly sensitive/classified environmentsUsers cannot override classification
PAMSpecial controls for privileged accountsAdmin vaulting, session recording, just-in-time accessHigh-yield for administrator risk

Segregation of Duties in IT

Incompatible dutiesRiskPreferred control
Developer and production deployerUnauthorized or untested code reaches productionSeparate migration approval and deployment
System admin and security log reviewerAdmin can hide misuseIndependent monitoring/security function
User requester and access approverSelf-approved accessManager or data owner approval
DBA and application developer without oversightUnauthorized data changesRestricted privileges, logging, independent review
AP clerk and vendor master maintainerFictitious vendor paymentsSeparate vendor maintenance and payment processing
Payroll processor and payroll master file maintainerUnauthorized pay changesApproval workflow and audit trail review
Incident responder and incident postmortem approverBiased closureIndependent review of root cause/remediation

If segregation is not practical, look for compensating controls: independent review, exception reports, enhanced logging, supervisory approval, or periodic access recertification.

Change Management Reference

StepControl objectiveStrong evidence
RequestChange is documented and business need existsTicket/change request
Impact assessmentRisks, affected systems, and dependencies are evaluatedImpact analysis, security review
ApprovalAuthorized party approves before work begins or before migrationApproval workflow, CAB minutes
Development/configurationChanges are built in nonproduction environmentRepository history, configuration records
TestingChange works and does not break key controlsTest scripts, user acceptance testing, defect resolution
Security reviewVulnerabilities and access impacts consideredCode scan, peer review, permission review
MigrationOnly approved changes move to productionDeployment log, release approval
Post-implementation reviewChange outcome and issues assessedPIR notes, incident linkage
Emergency change follow-upUrgent changes are retrospectively approved and testedEmergency ticket, after-the-fact review

Change Management Traps

Question wordingBest interpretation
“Emergency change was implemented immediately”Acceptable only with logging, retrospective approval, testing, and review
“Developer has production access”High risk unless tightly controlled, monitored, and justified
“User acceptance testing was performed by IT only”Weak; business owner should validate functionality
“Code was approved after migration”Approval timing problem unless emergency process applies
“No changes occurred during period”Auditor still needs evidence supporting completeness of change population

System Development and Implementation

PhaseCandidate should knowKey controls
Feasibility/planningDefine business need, cost/benefit, riskSteering committee approval, project charter
RequirementsDefine functional, security, regulatory, reporting needsUser sign-off, traceability
DesignTranslate requirements into system designArchitecture review, control design
Build/configureDevelop code or configure packageVersion control, restricted dev access
TestingValidate functionality, controls, interfaces, securityUnit, integration, UAT, regression, penetration testing
Data conversionMove data from old to new systemMapping, cleansing, record counts, reconciliations
CutoverMove to productionGo/no-go approval, rollback plan
Post-implementationConfirm objectives achieved and issues resolvedPIR, defect tracking, lessons learned

Testing Types

Test typePurposeExam cue
Unit testingIndividual component worksDeveloper-level test
Integration testingComponents/interfaces work togetherData flow between systems
System testingWhole system meets specificationsEnd-to-end process
User acceptance testingBusiness users confirm needs metUser sign-off is important
Regression testingNew change did not break existing functionsEspecially after patches/releases
Parallel testingOld and new systems run simultaneouslyUseful for payroll, billing, high-risk conversion
Penetration testingSimulated attack to identify exploitable weaknessesNeeds authorization and remediation tracking
Vulnerability scanningIdentifies known weaknessesBroader but less exploit-focused than pen test

IT Operations Controls

Operations areaRisksControls to recognize
Job schedulingFailed or duplicate processingAutomated scheduler, failure alerts, rerun procedures
Batch processingIncomplete/inaccurate transactionsControl totals, hash totals, sequence checks
Incident managementIssues unresolved or recurringTicketing, severity levels, escalation, root cause analysis
Problem managementRoot causes not fixedTrend analysis, known error database, remediation tracking
Capacity managementSystem outages or poor performanceMonitoring, thresholds, forecasting
Backup operationsData cannot be restoredBackup schedules, encryption, offsite/cloud storage, restore testing
LoggingUnauthorized actions not detectedCentralized logs, retention, review, tamper protection
Patch managementKnown vulnerabilities remain exploitableInventory, prioritization, testing, deployment, exception tracking
Configuration managementUnauthorized or insecure settingsBaselines, hardening standards, drift detection
Physical securityHardware or media compromiseBadges, cameras, visitor logs, environmental controls

Cybersecurity Control Matrix

Threat/riskPreventive controlsDetective controlsCorrective/recovery controls
PhishingSecurity awareness, email filtering, MFAUser reports, suspicious login alertsCredential reset, incident response
Malware/ransomwareEndpoint protection, least privilege, patchingEDR alerts, abnormal file activityIsolation, restore from clean backup
Unauthorized accessMFA, RBAC, PAM, network segmentationLog review, SIEM alertsDisable account, revoke tokens
Data exfiltrationDLP, encryption, access limitsDLP alerts, outbound traffic monitoringLegal/incident process, key rotation
Web application attackSecure coding, WAF, input validationWeb logs, IDS/IPSPatch, code fix, block indicators
Insider misuseLeast privilege, SoD, monitoringAudit trails, behavior analyticsDisciplinary process, access removal
Denial of serviceRate limiting, redundancy, DDoS protectionTraffic monitoringFailover, provider response
MisconfigurationHardening standards, IaC reviewConfiguration scanningReconfigure, redeploy baseline
Lost deviceFull-disk encryption, MDM, remote wipeAsset tracking alertsWipe, replace, investigate exposure

Encryption, Hashing, and Keys

ConceptPurposeKey point
EncryptionProtect confidentiality by making data unreadable without keyReversible with proper key
Symmetric encryptionSame key encrypts and decryptsFast; key distribution is challenge
Asymmetric encryptionPublic/private key pairSupports secure exchange and digital signatures
HashingOne-way transformation to fixed-length digestUsed for integrity, not confidentiality
SaltRandom value added before hashingHelps protect passwords from precomputed attacks
Digital signatureAuthentication, integrity, nonrepudiationCreated with private key, verified with public key
CertificateBinds public key to identityIssued/validated through certificate authority
TLSProtects data in transitMisconfigured certificates weaken assurance
Key managementSecure generation, storage, rotation, revocationWeak key management can defeat encryption

Business Continuity and Disaster Recovery

TermMeaningExam distinction
BCPBusiness continuity plan; keeps critical business functions operatingBroader than IT systems
DRPDisaster recovery plan; restores IT systems and dataComponent of continuity planning
BIABusiness impact analysisIdentifies critical processes and recovery priorities
RTORecovery time objectiveMaximum tolerable time to restore service
RPORecovery point objectiveMaximum tolerable data loss measured in time
MTD/MTOMaximum tolerable downtime/outageUpper limit before severe impact
Hot siteFully equipped, fastest recoveryHigher cost, low downtime
Warm sitePartially equippedModerate cost/recovery time
Cold siteFacility available but minimal equipmentLower cost, longer recovery
Backup restore testConfirms data can actually be recoveredBackup success alone is insufficient
Tabletop testDiscussion-based walkthroughLower disruption, less assurance than live test
Parallel testRecovery process tested without shutting productionMore realistic than tabletop
Full interruption testProduction is stopped and recovery site usedHighest risk/disruption

Availability calculation:

\[ \text{Availability} = \frac{\text{Total time} - \text{Downtime}}{\text{Total time}} \times 100 \]

RTO vs RPO Fast Check

If the question asks…Think…
“How long can the system be unavailable?”RTO
“How much data can be lost?”RPO
“How frequently should backups occur?”RPO
“How quickly must operations resume?”RTO
“Which processes are most critical?”BIA

SOC Reporting Quick Reference

SOC 1 vs SOC 2 vs SOC 3

ReportPrimary focusTypical usersUse when question asks about…
SOC 1Controls at service organization relevant to user entities’ internal control over financial reporting, or ICFRUser entities and their auditorsPayroll processor, claims processor, revenue/billing system affecting financial statements
SOC 2Controls relevant to Trust Services CriteriaManagement, customers, business partners, regulators with sufficient understandingSecurity, availability, processing integrity, confidentiality, privacy
SOC 3General-use summary SOC 2-style reportPublic/general usersPublic-facing assurance seal or marketing summary, less detail

Type 1 vs Type 2

TypeCoversBest forLimitation
Type 1Design and implementation at a point in timeNew system/vendor, initial design understandingDoes not test operating effectiveness over a period
Type 2Design, implementation, and operating effectiveness over a periodReliance on controls over timePeriod must align with user/audit needs

SOC Parties and Terms

TermMeaningExam relevance
Service organizationOutsourced provider being reported onPayroll, cloud hosting, SaaS vendor
User entityCustomer organization using service organizationManagement still owns its controls
Service auditorCPA firm issuing SOC reportIndependent practitioner
User auditorAuditor of user entity financial statementsEvaluates SOC report for audit reliance
Subservice organizationProvider used by the service organizationData center, cloud platform, payment gateway
Carve-out methodSubservice controls excluded from report scopeUser must consider separate evidence
Inclusive methodSubservice controls included in report scopeProvides more direct coverage
CUECsComplementary user entity controlsControls user entity must operate for SOC controls to be effective
CSOCsComplementary subservice organization controlsControls subservice provider must operate
Bridge letterManagement letter covering gap after SOC report periodNot equivalent to Type 2 testing
Test of controlsProcedures over operating effectivenessType 2 reports include tests and results

SOC Exam Decision Cues

Question fact patternLikely answer
User auditor needs evidence over outsourced payroll controls affecting payroll expenseSOC 1 Type 2
Customer wants assurance over cloud provider security and availabilitySOC 2 Type 2
Vendor wants a public report for general distributionSOC 3
Report describes controls as of a date onlyType 1
Report includes tests of operating effectiveness for a periodType 2
Relevant subservice provider is excludedCarve-out; obtain additional evidence if needed
SOC report says user must review exception reportsCUEC; user entity must perform that control
Report period ends before fiscal year-endConsider gap procedures or bridge letter plus other evidence

Trust Services Criteria Distinctions

CategoryFocusExamples of controls
SecuritySystem protected against unauthorized access, use, or modificationMFA, firewall, vulnerability management, incident response
AvailabilitySystem available for operation and use as committedRedundancy, monitoring, capacity planning, DR testing
Processing integritySystem processing is complete, valid, accurate, timely, and authorizedInput validation, reconciliation, error handling, job monitoring
ConfidentialityInformation designated confidential is protectedClassification, encryption, restricted access, retention/disposal
PrivacyPersonal information is collected, used, retained, disclosed, and disposed consistent with commitmentsNotice, consent, data subject rights process, privacy policy compliance

Confidentiality vs Privacy

ConfidentialityPrivacy
Applies to information designated confidentialApplies to personal information
Focuses on protection from unauthorized disclosureFocuses on lifecycle of personal data according to commitments
Can include trade secrets, contracts, financial dataIncludes collection, use, retention, disclosure, disposal
Key controls: classification, encryption, accessKey controls: notice, consent, purpose limitation, retention

Data Governance and Data Management

AreaCandidate should recognizeControls/evidence
Data classificationData labeled by sensitivity/criticalityClassification policy, data inventory
Data ownershipBusiness owner accountable for dataOwner approval for access/changes
Data lineageOrigin, movement, and transformation of dataLineage diagrams, ETL logs
Data qualityAccuracy, completeness, validity, timelinessValidation rules, exception reports, cleansing
Master data managementConsistent key data across systemsMaster file approvals, duplicate checks
MetadataData about dataData dictionary, schema documentation
RetentionData kept as long as required/neededRetention schedule, legal hold process
DisposalData securely destroyed when no longer neededWipe certificates, destruction logs
Data loss preventionPrevent unauthorized movement/disclosureDLP rules, alerts, investigation logs
Data masking/tokenizationProtect sensitive data in nonproduction/use casesMasking rules, token vault controls

Database and File Concepts

ConceptMeaningExam cue
TableStructured data set with rows and columnsRelational database
Primary keyUnique identifier for a recordPrevents duplicate identity
Foreign keyLinks to primary key in another tableEnforces referential integrity
Referential integrityRelated records remain valid/consistentCannot post order to nonexistent customer
NormalizationReduces redundancy and update anomaliesMore structured, less duplication
DenormalizationAdds redundancy for speed/reportingMay increase consistency risk
Data warehouseCentral repository for reporting/analyticsOften uses ETL/ELT
Data lakeStores raw/semi-structured/unstructured dataRequires governance to avoid “data swamp”
ETLExtract, transform, loadTransformation before loading target
ELTExtract, load, transformCommon in scalable cloud platforms

Analytics Evidence Cautions

Analytics resultWhat to validate
Exception reportCompleteness and accuracy of source data and logic
Duplicate payment analysisVendor matching logic, thresholds, false positives
Benford-style anomalyInvestigative lead, not proof of fraud
Dashboard metricData refresh, calculation logic, access controls
Full-population testData extraction completeness and criteria accuracy
AI/model outputModel governance, training data, bias, explainability, monitoring

Application Control Reference

Control typePurposeExamples
Input controlEnsure entered data is complete, valid, accurateRequired fields, format checks, reasonableness checks
Edit checkDetect invalid dataDate format, valid customer number
Limit checkReject values beyond thresholdExpense over policy limit
Range checkEnsure value within accepted rangeHours worked between 0 and 80
Check digitValidate identifier accuracyAccount/customer number validation
Completeness checkEnsure all required data is presentRequired invoice fields
Sequence checkIdentify missing/duplicate transactionsInvoice number sequence
Processing controlEnsure processing is complete and accurateRun-to-run totals, automated calculations
Interface controlEnsure data transfer between systems is complete/accurateControl totals, reconciliations
Output controlEnsure reports/output are accurate and distributed properlyReport review, restricted distribution
Master file controlProtect standing dataVendor/customer change approvals, audit trail
Exception controlIdentify and resolve processing exceptionsException report with documented follow-up

Cloud and Third-Party Risk

TopicCandidate should knowExam cue
Shared responsibilityCustomer and provider each retain security dutiesCloud use does not eliminate management responsibility
IaaSCustomer manages more: OS, apps, data, configurationsMore control, more responsibility
PaaSProvider manages platform; customer manages apps/dataConfiguration and code still matter
SaaSProvider manages application; customer manages users, settings, data useAccess/configuration controls remain important
Vendor due diligenceEvaluate risk before onboardingSOC reports, security questionnaires, financial stability
SLADocuments service commitmentsAvailability, response time, support, remedies
Right to auditAllows review of vendor controlsImportant for critical vendors
Data locationWhere data is stored/processedPrivacy, contractual, operational implications
Exit strategyAbility to transition awayData portability, deletion, continuity
Vendor monitoringOngoing review of performance/riskSOC review, SLA metrics, issue tracking

Cloud Control Traps

TrapBetter answer
“Cloud provider handles all security.”Security is shared; customer still controls users, data, configuration, monitoring.
“SaaS means no IT controls are needed.”SaaS still needs access, configuration, vendor, and data controls.
“SOC report automatically proves all controls are effective.”Evaluate scope, period, exceptions, CUECs, subservice treatment.
“Encryption solves privacy risk.”Encryption helps confidentiality; privacy also covers collection, use, notice, retention, disposal.

Audit Evidence and Testing Patterns

ProcedureStrength/useLimitation
InquiryUnderstand process, identify controlsWeak alone; needs corroboration
ObservationSee control performedOnly proves performance at observed time
InspectionExamine documents, logs, tickets, configurationsEvidence quality depends on source reliability
ReperformanceIndependently execute control/calculationStrong evidence for operating effectiveness
WalkthroughTrace transaction/process end to endUseful for design/implementation understanding
Test of oneOften used for automated control if ITGCs effectiveNot enough if ITGCs are weak or control changed
CAATs/data analyticsAnalyze large populationsRequires reliable data extraction and logic
ConfirmationObtain evidence from external partyMore common in financial audit contexts
SOC report reviewEvidence about service organization controlsMust assess report type, period, scope, exceptions

Evidence Reliability Ranking

More reliableLess reliable
Independent external evidenceInternally generated evidence without controls
Direct auditor access to system/logsScreenshot provided by control owner only
Automated logs with restricted admin accessEditable spreadsheets
ReperformanceInquiry alone
Evidence generated close to control performanceEvidence recreated after the fact

Mapping Risks to Controls

RiskPoor answerBetter answer
Unauthorized users access financial systemAnnual password change onlyMFA, approved provisioning, least privilege, periodic access review
Terminated employee remains activeManager should remember to notify ITAutomated HR termination feed and prompt deprovisioning
Unauthorized code change affects reportsDeveloper says change was testedFormal change approval, testing evidence, restricted migration
Batch job fails silentlyUser notices missing reportJob monitoring with alerts and documented resolution
Incomplete interface transferAssume API worksControl totals, error logs, reconciliation
Backup cannot restore dataBackup job says “success”Periodic restore testing
Sensitive data used in testingTrust developersMask/tokenize production data in nonproduction
Vendor outage disrupts operationsVendor is reputableSLA, DR review, monitoring, exit plan
Admin deletes logsLogs stored locally onlyCentralized, access-restricted, tamper-resistant logging
AI output drives business decisionRely on model resultModel governance, validation, monitoring, human review

Common CPA ISC Question Traps

TrapHow to avoid it
Equating design effectiveness with operating effectivenessDesign asks “would it work?” Operating asks “did it work consistently?”
Choosing SOC 2 for financial statement relianceIf ICFR at service organization matters, think SOC 1.
Ignoring CUECsSOC controls may rely on user entity controls being performed.
Treating a Type 1 report as period evidenceType 1 is point-in-time only.
Assuming outsourcing transfers responsibilityManagement remains accountable for outsourced processes.
Accepting inquiry as sufficient evidenceCorroborate with logs, tickets, configs, observation, or reperformance.
Confusing RTO and RPORTO = time to restore; RPO = acceptable data loss.
Believing encryption proves integrityEncryption protects confidentiality; hashing/signatures support integrity.
Overlooking privileged usersAdmin access is high risk even if ordinary user access is controlled.
Assuming automated controls need no testingAutomated controls rely on ITGCs and configuration integrity.
Ignoring report period gapsSOC report period must cover the reliance period or need gap procedures.
Treating privacy as only securityPrivacy includes collection, use, disclosure, retention, and disposal commitments.

Mini Scenario Decision Table

ScenarioMost likely focusBest response pattern
External payroll provider processes payroll and sends journal entriesSOC 1, CUECs, user auditor relianceObtain SOC 1 Type 2; evaluate period, scope, exceptions, CUECs
SaaS CRM stores customer personal informationSOC 2/privacy/confidentiality, access, vendor riskReview SOC 2, privacy commitments, access controls, data retention
New ERP implementation converts vendor master dataData conversion and master file controlsReconcile record counts, validate mapping, approve exceptions
Developer applies production fix during outageEmergency change managementEnsure logging, testing, retrospective approval, monitoring
Management uses system report to review revenue exceptionsIT-dependent manual controlTest review evidence plus report completeness/accuracy
Disaster recovery plan exists but has never been testedDR operating effectiveness gapPerform tabletop/parallel/restore tests and remediate issues
Admin accounts are sharedAccountability failureUnique privileged IDs, PAM, MFA, session logging
Vendor SOC report excludes cloud data center providerSubservice carve-outObtain additional evidence or assess complementary controls
Dashboard shows KPI used in board reportingData governance and integrityValidate source data, transformation logic, access, refresh timing
Former employee account remains active for 30 daysDeprovisioning weaknessHR-triggered termination workflow and access monitoring

Last-Minute Review Checklist

Before exam day, be able to answer these without hesitation:

  • SOC 1 vs SOC 2 vs SOC 3.
  • Type 1 vs Type 2 SOC reports.
  • CUECs, CSOCs, carve-out, and inclusive method.
  • ITGC vs application control classification.
  • Preventive vs detective vs corrective controls.
  • Access provisioning, deprovisioning, privileged access, and periodic review.
  • Change management evidence from request through migration.
  • Emergency change control requirements.
  • RTO vs RPO vs BIA.
  • Backup success vs restore testing.
  • Confidentiality vs privacy vs processing integrity.
  • Encryption vs hashing vs digital signatures.
  • Input, processing, output, interface, and master file controls.
  • Data lineage, classification, retention, and secure disposal.
  • Cloud shared responsibility and vendor monitoring.
  • Why inquiry alone is insufficient evidence.
  • How weak ITGCs affect reliance on automated controls.

Practical Next Step

Use this Quick Reference to build short mixed practice sets: one SOC scenario, one access-control scenario, one change-management scenario, one data-governance scenario, and one continuity/cybersecurity scenario. For each question, force yourself to identify the risk, the best control, the evidence needed, and the common trap before reviewing the answer.