CPA ISC Quick Review: Information Systems and Controls

High-yield quick review for U.S. CPA ISC candidates, with key systems, security, control, and practice focus areas.

Quick Review Purpose

This independent Quick Review is for candidates preparing for the AICPA U.S. CPA ISC - Information Systems and Controls exam, code CPA ISC. Use it to refresh high-yield concepts before moving into topic drills, mock exams, and detailed explanations.

The CPA ISC mindset is not “memorize IT vocabulary.” You are expected to connect technology risk, control objectives, system processes, evidence, and reporting implications. In exam-style scenarios, ask:

  1. What risk is the question targeting?
  2. Which control objective matters most?
  3. Is the control preventive, detective, corrective, manual, automated, or IT-dependent?
  4. Is the issue about design, implementation, or operating effectiveness?
  5. What evidence would actually support the conclusion?

This page is independent review support and is not affiliated with the AICPA.

CPA ISC Core Mental Model

    flowchart LR
	    A[Business objective] --> B[Information system]
	    B --> C[Relevant data and processing risks]
	    C --> D[Control objectives]
	    D --> E[General IT controls]
	    D --> F[Application controls]
	    E --> G[Reliable processing and evidence]
	    F --> G
	    G --> H[Assurance, reporting, and decision-making]
	    H --> I[Monitor exceptions and improve controls]
	    I --> C

Think in layers:

LayerWhat to KnowCommon Exam Angle
GovernanceAccountability, risk appetite, policies, monitoringWho owns risk? Who provides independent assurance?
Risk assessmentIdentify, assess, respond, monitorInherent vs. residual risk; likelihood vs. impact
General IT controlsAccess, change management, operationsWhether automated controls and reports can be relied on
Application controlsInput, processing, output, master data, interfacesCompleteness, accuracy, validity, authorization
Security and privacyConfidentiality, integrity, availability, privacyMatch risk to the best control
Data managementData quality, classification, retention, lineageWhether data is complete, accurate, protected, and usable
SOC reportingSOC 1, SOC 2, Type 1, Type 2, CUECsWhich report fits the user’s assurance need

High-Yield Governance and Risk Concepts

Governance, Accountability, and Oversight

ConceptQuick ReviewCandidate Trap
GovernanceStructures and processes for directing and monitoring IT to support business objectivesTreating governance as only technical configuration
Risk appetiteLevel of risk leadership is willing to acceptConfusing risk appetite with zero risk
PolicyHigh-level management expectationConfusing policies with detailed procedures
StandardRequired rule or baselineAssuming “guidance” is optional when the scenario says it is required
ProcedureStep-by-step activitySelecting a procedure when the question asks for governance-level action
MonitoringOngoing review of control performance and exceptionsThinking monitoring replaces control design
Independent assuranceObjective evaluation, often by internal or external auditorsConfusing management review with independent assurance

Risk Terms You Must Separate

TermMeaningExample
Inherent riskRisk before considering controlsPayroll data could be altered by unauthorized users
Control riskRisk that controls fail to prevent or detect/correct misstatement or issueAccess review is not performed
Residual riskRisk remaining after controls operateSome privileged access risk remains after MFA and monitoring
Risk responseAvoid, reduce/mitigate, transfer/share, or acceptBuy cyber insurance, implement MFA, or discontinue a risky system
Compensating controlControl that reduces risk when primary control is weakDaily independent review of exception reports when automated approval control is limited

Control Categories

CategoryPurposeExamples
PreventiveStop an error or unauthorized action before it occursMFA, input validation, approval workflow
DetectiveIdentify errors or unauthorized actions after occurrenceLog review, reconciliations, exception reports
CorrectiveFix issues and restore normal operationsIncident remediation, backup restoration, patch deployment
ManualPerformed by peopleManager review of access list
AutomatedPerformed by system logicThree-way match, system-enforced credit limit
IT-dependent manualManual review relying on system-generated dataSupervisor reviews an exception report generated by the system
Entity-levelOrganization-wide controlSecurity policy, risk management program
Process-levelSpecific to process or applicationInvoice approval control in accounts payable

Quick decision rule:
If a manual review depends on a system-generated report, you must also consider controls over the report’s completeness and accuracy.

General IT Controls: The Backbone of Reliance

General IT controls, often called GITCs, support the reliability of systems, applications, and automated controls. If GITCs are weak, reliance on automated calculations, reports, interfaces, and application controls may be limited.

Access Controls

AreaHigh-Yield PointsCommon Mistake
AuthenticationVerifies identity; passwords, MFA, biometrics, tokensConfusing authentication with authorization
AuthorizationDetermines what the authenticated user may doAssuming login approval means proper transaction access
Accounting/loggingRecords user activity for monitoring and investigationTreating logs as preventive rather than detective
Least privilegeUsers receive only access needed for job dutiesGranting broad access “for convenience”
Segregation of dutiesIncompatible duties are separatedAllowing one user to create vendor, approve invoice, and release payment
Privileged accessAdmin/root access requires special approval and monitoringTreating admin accounts like ordinary user accounts
ProvisioningAccess is approved before grantedMissing documented approval
DeprovisioningAccess is removed timely after transfer/terminationFocusing only on new hires and ignoring terminations
Periodic reviewManagement reviews access for appropriatenessReview is weak if reviewers lack knowledge or exceptions are not resolved
Generic/shared accountsReduce accountabilityAcceptable only with strong compensating controls, if at all

Access Control Exam Traps

  • Authentication is not authorization. MFA proves identity; it does not prove the user should have access to approve payments.
  • Periodic access reviews are detective. They identify inappropriate access after it exists.
  • Privileged access is high risk. Admins can often bypass application controls.
  • Timely deprovisioning matters. Former employees and transferred users are frequent scenario risks.
  • Service accounts need governance. They require ownership, limited privileges, secure credential handling, and monitoring.

Change Management Controls

Control StepPurposeStrong Evidence
Change requestDocuments business/technical needApproved ticket with description and owner
Impact assessmentEvaluates risk to systems, data, controls, usersDocumented analysis and affected components
ApprovalEnsures authorized changes onlyApproval by appropriate business/system owner
Development and testingConfirms change works as intendedTest scripts, results, defect resolution
User acceptance testingConfirms business requirementsUAT sign-off by knowledgeable user
Segregation of dutiesPrevents developers from moving own code to productionSeparate migration rights or monitored emergency process
Production migrationControlled deploymentDeployment log, version control, approval trail
Backout planEnables rollback if change failsDocumented rollback plan and responsible personnel
Emergency change reviewAllows urgent fixes while preserving controlRetrospective approval and testing evidence

Quick decision rule:
The best control over unauthorized production changes usually involves restricted migration access, independent approval, testing, and monitoring of emergency changes.

IT Operations Controls

AreaReview FocusTypical Control
Job schedulingBatch jobs run completely, accurately, and on timeScheduler logs, job failure alerts
BackupData can be restoredBackup schedule, encryption, offsite/immutable storage, restore testing
Incident managementEvents are identified, prioritized, resolvedTicketing workflow, escalation, root-cause analysis
Problem managementRecurring issues are analyzed and fixedTrend analysis and permanent corrective action
Patch managementKnown vulnerabilities are remediatedRisk-based patch prioritization and deployment evidence
Vulnerability managementWeaknesses are identified and trackedScans, remediation plans, exception approvals
Capacity monitoringSystems meet performance needsUtilization thresholds and alerts
Logging and monitoringSuspicious activity is detectedSIEM alerts, log retention, review evidence
End-user computingSpreadsheets and user tools are controlledVersion control, access restriction, formula review

Application Controls and Business Process Reliability

Application controls operate within business applications and directly support transaction integrity.

Input, Processing, and Output Controls

Control AreaObjectiveExamples
Input completenessAll valid transactions are capturedPrenumbered documents, batch totals, record counts
Input accuracyData entered correctlyFormat checks, reasonableness checks, field validation
Input validityOnly legitimate transactions are acceptedCustomer/vendor validation, approval workflow
Processing completenessAll accepted items are processedRun-to-run totals, sequence checks
Processing accuracyCalculations and updates are correctAutomated calculation logic, control totals
Processing authorizationSystem actions follow approved rulesApproval hierarchy, workflow limits
Output completenessReports include all required dataReconciliation to source totals
Output accuracyReports reflect correct processingReport validation, independent review
Output distributionReports go only to authorized usersRole-based report access

Common Application Control Examples

ControlBest UseTrap
Limit checkPrevents values above/below thresholdDoes not prove transaction is valid
Range checkEnsures value falls within acceptable rangePoorly set ranges allow bad data
Format checkEnsures structure is correctCorrect format does not mean correct data
Validity checkCompares input to authorized master fileMaster file must itself be controlled
Check digitDetects data entry error in identifierDoes not confirm authorization
Duplicate checkPrevents duplicate transaction or paymentDepends on matching criteria quality
Batch totalSupports completeness and accuracyMust be reconciled and exceptions resolved
Hash totalControl total over nonfinancial fieldsUseful for completeness, not financial amount accuracy
Exception reportIdentifies unusual itemsOnly effective if reviewed and resolved

Master Data Controls

Master data includes relatively stable records such as vendors, customers, employees, products, pricing, and chart of accounts.

RiskStrong Control
Fictitious vendor createdIndependent approval of vendor additions
Unauthorized bank account changeCallback verification and approval workflow
Incorrect price tableRestricted access and change review
Duplicate customer/vendorDuplicate detection and periodic cleanup
Inappropriate employee master changeHR/payroll segregation and audit trail review

Quick decision rule:
If the scenario involves unauthorized payments, look at vendor master access, bank account changes, invoice approval, payment release authority, and reconciliation controls.

Information Systems, Data, and Technology Concepts

Data Governance and Data Quality

ConceptWhat It MeansExam Focus
Data ownerBusiness role accountable for data definition and useOwnership is not just an IT function
Data stewardSupports data quality and standardsOperational responsibility for data quality
Data classificationLabels data by sensitivity/valueDrives access, encryption, retention
Data lineageTracks data origin, movement, transformationImportant for report reliability and analytics
MetadataData about dataHelps users understand source, meaning, and limitations
RetentionData kept for required business/legal periodOver-retention increases privacy and security risk
DisposalSecure destruction when no longer neededDeleting a pointer may not securely erase data
Data qualityComplete, accurate, valid, timely, consistentPoor data quality undermines analytics and controls

Database and Reporting Controls

RiskControl
Unauthorized direct database changesRestrict DBA access, log privileged activity, review changes
Incomplete report dataReconcile report totals to source system or query criteria
Incorrect query logicIndependent review and testing of report parameters
Uncontrolled report changesReport change management and version control
Sensitive data exposureRole-based access, masking, encryption, monitoring

Candidate trap:
A beautifully formatted dashboard is not reliable unless the underlying data source, transformation logic, access, and report parameters are controlled.

Cloud and Third-Party Technology

AreaKey Review Point
Shared responsibilityCloud provider and customer responsibilities differ by service model
SaaSCustomer often controls configuration, access, data governance, and monitoring
PaaSCustomer controls applications/data; provider controls more infrastructure
IaaSCustomer controls operating systems, applications, data, and many security configurations
Vendor riskDue diligence, contract terms, monitoring, SOC reports, incident notification
Data locationMay affect privacy, legal, and contractual considerations
EncryptionMust include key management, not just “encryption enabled”
AvailabilitySLAs, redundancy, backup, disaster recovery, exit planning

Quick decision rule:
Outsourcing technology does not outsource accountability for risk management, user access, data protection, and monitoring.

Interfaces, APIs, and Data Transfers

RiskControl
Incomplete transferRecord counts, control totals, acknowledgments
Unauthorized API accessStrong authentication, authorization scopes, token management
Data altered in transitEncryption, integrity checks, secure protocols
Failed interface not detectedError logs, alerts, retry procedures
Duplicate processingUnique transaction IDs and duplicate checks
Excessive data exposureData minimization and field-level controls

Security, Confidentiality, Privacy, and Cybersecurity

Trust-Service Style Concepts to Distinguish

CategoryCore IdeaExample Control
SecurityProtection against unauthorized access, use, or modificationMFA, firewalls, access reviews
AvailabilitySystem is available for operation and use as committedRedundancy, monitoring, DR testing
Processing integrityProcessing is complete, valid, accurate, timely, and authorizedInput validation, reconciliations, workflow approvals
ConfidentialityInformation designated confidential is protectedEncryption, access restrictions, NDAs
PrivacyPersonal information is collected, used, retained, disclosed, and disposed of appropriatelyNotice, consent, retention limits, privacy access controls

Common trap:
Confidentiality and privacy overlap, but they are not identical. Privacy is specifically about personal information and commitments regarding its collection, use, retention, disclosure, and disposal.

Cybersecurity Threats and Controls

ThreatWhat It TargetsLikely Controls
PhishingUsers and credentialsAwareness training, MFA, email filtering
Malware/ransomwareSystems and data availabilityEndpoint protection, patching, backups, least privilege
SQL injectionApplication input and databaseInput validation, parameterized queries, secure coding
Cross-site scriptingWeb users and sessionsOutput encoding, input validation, secure headers
DDoSAvailabilityTraffic filtering, redundancy, provider mitigation
Insider threatAuthorized access misuseLeast privilege, monitoring, segregation of duties
Credential stuffingReused passwordsMFA, rate limiting, compromised credential monitoring
MisconfigurationCloud/network/system exposureBaselines, configuration monitoring, reviews
Unpatched vulnerabilityKnown technical weaknessPatch management and vulnerability scanning

Encryption, Hashing, and Tokenization

TechniquePurposeKey Point
Symmetric encryptionSame key encrypts/decryptsFast; key sharing must be protected
Asymmetric encryptionPublic/private key pairSupports secure exchange and digital signatures
HashingOne-way transformationUsed for integrity checks and password storage with salt
Digital signatureAuthentication, integrity, nonrepudiationCreated with private key and verified with public key
TokenizationReplaces sensitive value with tokenReduces exposure of original data
TLSProtects data in transitRequires proper certificate and configuration
Key managementProtects cryptographic keysWeak key management can defeat encryption

Quick decision rule:
Encryption protects confidentiality, but it does not automatically prove data is complete, accurate, authorized, or properly retained.

Defense in Depth

A single control rarely solves the full risk. Strong security uses layered controls:

  • Governance and policies
  • Asset inventory and data classification
  • Secure configuration baselines
  • Network segmentation
  • Identity and access management
  • Vulnerability and patch management
  • Logging, SIEM, and monitoring
  • Incident response
  • Backup and recovery
  • User awareness and training
  • Third-party monitoring

Business Continuity, Disaster Recovery, and Incident Response

BCP vs. DR vs. Incident Response

ConceptPrimary QuestionExamples
Business continuity planHow does the business continue critical operations?Alternate processes, crisis communication, manual workarounds
Disaster recovery planHow are IT systems restored?Restore sequence, backup recovery, alternate site
Incident response planHow is a security event handled?Containment, eradication, evidence preservation
Business impact analysisWhich processes are critical and what is the impact of disruption?Prioritization of systems and recovery needs

Recovery Terms

TermMeaningTrap
RTOMaximum acceptable time to restore serviceNot the same as backup frequency
RPOMaximum acceptable data loss measured in timeDrives backup/replication frequency
Hot siteFast recovery, higher costNot always necessary for low-criticality systems
Warm sitePartial readinessRequires setup before full operation
Cold siteBasic facility/infrastructureSlowest recovery
Full backupComplete copyLonger backup time, simpler restore
Incremental backupChanges since last backupFaster backup, more complex restore
Differential backupChanges since last full backupBalance between full and incremental

Incident Response Sequence

PhaseObjective
PreparationPolicies, tools, roles, training, playbooks
Detection and analysisIdentify event, severity, scope, affected assets
ContainmentLimit damage and prevent spread
EradicationRemove root cause, malware, unauthorized access
RecoveryRestore systems and monitor for recurrence
Lessons learnedImprove controls and update procedures

Candidate trap:
Backups are not enough. The organization must test restoration and ensure backups are protected from the same event, especially ransomware.

SOC and Assurance Reporting Concepts

SOC concepts are high-yield for CPA ISC because they connect systems, controls, service organizations, and user assurance needs.

SOC Report Comparison

ReportPrimary SubjectTypical User NeedUse Restriction
SOC 1Controls at a service organization relevant to user entities’ internal control over financial reportingUser auditor needs evidence for financial statement auditRestricted use
SOC 2Controls relevant to selected trust services criteriaCustomers and stakeholders need detailed control assuranceRestricted use
SOC 3Similar subject matter to SOC 2 but summarizedGeneral-use report for broad distributionGeneral use

Type 1 vs. Type 2

Report TypeCoversBest For
Type 1Design and implementation of controls at a point in timeUnderstanding whether controls are suitably designed as of a date
Type 2Design, implementation, and operating effectiveness over a periodAssessing whether controls operated effectively over time

Quick decision rule:
If the question asks whether controls operated effectively over a period, Type 2 is generally more relevant than Type 1.

SOC 1 vs. SOC 2 Decision Rule

Scenario NeedMore Likely Report
Payroll processor affects user entity financial reportingSOC 1
Cloud hosting provider wants assurance over security and availabilitySOC 2
Vendor wants a public marketing-style assurance reportSOC 3
User auditor needs tests of controls and results over the audit periodType 2 report
User wants detailed exceptions, control descriptions, and testingSOC 1 Type 2 or SOC 2 Type 2, depending on subject

SOC Report Elements to Review

ElementWhy It Matters
Management assertionManagement’s responsibility for description and control criteria
Service auditor’s opinionConclusion on description, design, and, for Type 2, operating effectiveness
System descriptionBoundaries, services, components, controls, subservice organizations
Control tests and resultsCritical in Type 2 reports
Exceptions/deviationsMust be evaluated for severity and relevance
Complementary user entity controlsControls the user entity must operate for service organization controls to be effective
Complementary subservice organization controlsControls expected at subservice organizations
Period coveredMust align with the period of reliance
Carve-out methodSubservice organization controls excluded from scope
Inclusive methodSubservice organization controls included in scope

CUECs: Common Exam Trap

Complementary user entity controls, or CUECs, are not optional footnotes. If the service organization’s control assumes the user entity performs a control, the user entity or user auditor must evaluate whether that control is designed and operating effectively.

Example:
A payroll service organization may require user entities to review payroll change reports. If the user entity does not perform that review, the SOC report alone may not provide sufficient assurance for that risk.

Evidence, Testing, and Evaluation

Design vs. Implementation vs. Operating Effectiveness

EvaluationQuestion AnsweredEvidence Example
Design effectivenessWould the control address the risk if performed as designed?Review control description and evaluate logic
ImplementationHas the control been placed in operation?Walkthrough, inspection of configuration
Operating effectivenessDid the control operate consistently and effectively over time?Sample testing, log review, reperformance

Quick decision rule:
A control can be well designed but fail in operation. A control can operate exactly as designed but still be ineffective if the design does not address the risk.

Evidence Strength

ProcedureStrengthsLimitations
InquiryUseful for understanding processWeak alone; needs corroboration
ObservationShows control being performed at a point in timeLimited to moment observed
InspectionSupports existence of documentation/configurationDocumentation may not prove consistent operation
ReperformanceStrong evidence of control operationMay be time-consuming
RecalculationConfirms mathematical accuracyDoes not prove authorization or completeness
Data analyticsTests large populations and patternsDepends on data reliability and logic
WalkthroughUnderstands process from initiation to reportingUsually not enough alone for operating effectiveness

Automated Controls and Reports

Before relying on automated controls or system-generated reports, consider:

  • Who can change the application logic?
  • Were changes approved, tested, and migrated properly?
  • Who can access or modify underlying data?
  • Is the report complete and accurate?
  • Are report parameters appropriate?
  • Are exceptions reviewed and resolved?
  • Are relevant GITCs effective?

Evaluating Control Exceptions

When a test identifies exceptions, evaluate:

  1. Nature: What failed?
  2. Cause: Is it isolated, systematic, or due to design weakness?
  3. Frequency: How often did it occur?
  4. Magnitude: What is the potential impact?
  5. Timing: Did it affect the period being tested?
  6. Compensating controls: Did another control reduce the risk?
  7. Pervasiveness: Could the issue affect multiple systems or processes?
  8. Reporting implication: Does it affect reliance, opinion, or required communication?

Fast Decision Tables for Exam Scenarios

Match the Risk to the Best Control

If the Risk Is…Look First For…
Unauthorized system accessMFA, least privilege, provisioning approval, deprovisioning
Excessive privileged accessPAM, admin approval, session logging, periodic review
Unauthorized production changesChange approval, testing, migration restrictions
Incomplete transaction processingBatch totals, record counts, reconciliations
Incorrect master dataRestricted access, independent approval, audit trail review
Duplicate paymentsDuplicate invoice checks, vendor controls, AP review
Inaccurate report used in reviewReport logic testing, source reconciliation, parameter review
Data breachEncryption, access controls, monitoring, incident response
System outageRedundancy, DR plan, backups, capacity monitoring
Cloud vendor riskDue diligence, SOC report review, contract controls, monitoring
Privacy noncomplianceData minimization, notice/consent, retention/disposal controls
RansomwareLeast privilege, patching, EDR, offline/immutable backups

Best Evidence by Question Type

Question Asks For…Strong Evidence
Whether access was approvedAccess request ticket with approval
Whether terminated users were removedTermination listing matched to access removal logs
Whether changes were testedTest plans, results, defect resolution, sign-off
Whether production changes were authorizedChange tickets tied to production migration logs
Whether backup worksSuccessful restore test evidence
Whether report is completeReconciliation to source data or validated query
Whether exception report is effectiveEvidence of review and documented resolution
Whether control operated over timeSample of occurrences across the period

Common CPA ISC Candidate Mistakes

Mistake 1: Picking the Most Technical Answer Instead of the Best Control

The best answer is often the control that most directly addresses the risk, not the most advanced technology.

Example:
For unauthorized payroll master file changes, “blockchain” is less relevant than restricted access, independent approval, audit trails, and review of changes.

Mistake 2: Confusing Preventive and Detective Controls

  • MFA: preventive
  • Access review: detective
  • Reconciliation: detective
  • Exception report: detective
  • Input validation: preventive
  • Backup restoration: corrective/recovery

Mistake 3: Ignoring Segregation of Duties

Watch for users who can perform incompatible duties:

  • Create vendor and approve vendor
  • Enter invoice and approve payment
  • Develop code and migrate to production
  • Grant access and review own access
  • Administer database and approve business transactions

Mistake 4: Assuming a SOC Report Solves Everything

Before relying on a SOC report, check:

  • Is it SOC 1 or SOC 2?
  • Is it Type 1 or Type 2?
  • Does the period align?
  • Are relevant controls included?
  • Are subservice organizations carved out?
  • Are CUECs identified and performed?
  • Are exceptions relevant and significant?

Mistake 5: Treating Inquiry as Sufficient Evidence

Inquiry helps you understand the process, but exam questions often require stronger evidence such as inspection, reperformance, configuration review, logs, or testing across the period.

Mistake 6: Forgetting Completeness and Accuracy of Reports

If a manager reviews a report, the review control is only useful if:

  • The report includes the right population.
  • The report logic is correct.
  • Parameters are appropriate.
  • The reviewer investigates exceptions.
  • Follow-up is documented.

Mistake 7: Mixing Up Confidentiality, Availability, Processing Integrity, and Privacy

ScenarioMost Direct Category
Unauthorized user accesses confidential contractSecurity/confidentiality
System unavailable during peak processingAvailability
Valid transactions omitted from processingProcessing integrity
Customer personal data retained longer than policyPrivacy
File altered during transmissionSecurity/integrity and processing integrity, depending on context

Mini Workflows to Remember

Control Evaluation Workflow

    flowchart TD
	    A[Identify objective] --> B[Identify risk]
	    B --> C[Map control to risk]
	    C --> D{Is design suitable?}
	    D -- No --> E[Design deficiency]
	    D -- Yes --> F{Implemented?}
	    F -- No --> G[Implementation deficiency]
	    F -- Yes --> H[Test operating effectiveness]
	    H --> I{Exceptions found?}
	    I -- No --> J[May support reliance]
	    I -- Yes --> K[Evaluate cause, frequency, impact, compensating controls]

SOC Report Selection Workflow

    flowchart TD
	    A[Need assurance over service organization?] --> B{Relevant to user entity ICFR?}
	    B -- Yes --> C[SOC 1]
	    B -- No --> D{Need detailed trust services control report?}
	    D -- Yes --> E[SOC 2]
	    D -- No --> F{Need general-use summary?}
	    F -- Yes --> G[SOC 3]
	    C --> H{Need operating effectiveness over time?}
	    E --> H
	    H -- Yes --> I[Type 2]
	    H -- No --> J[Type 1]

Topic Drill Priorities

Use original practice questions and topic drills to test whether you can apply these distinctions under time pressure.

Start With These High-Yield Drill Sets

  1. SOC report selection

    • SOC 1 vs. SOC 2 vs. SOC 3
    • Type 1 vs. Type 2
    • CUECs, subservice organizations, carve-out vs. inclusive method
  2. Access controls

    • Provisioning, deprovisioning, privileged access
    • Authentication vs. authorization
    • Periodic reviews and segregation of duties
  3. Change management

    • Unauthorized production changes
    • Emergency changes
    • Testing, approval, migration, rollback
  4. Application controls

    • Completeness, accuracy, validity, authorization
    • Input, processing, output, master data, interfaces
  5. Cybersecurity and privacy

    • Threat-control matching
    • Encryption vs. hashing vs. tokenization
    • Confidentiality vs. privacy
  6. Evidence and testing

    • Inquiry vs. inspection vs. reperformance
    • Design vs. operating effectiveness
    • Report completeness and accuracy
  7. Business continuity and incident response

    • RTO vs. RPO
    • Backup vs. restore testing
    • Incident response sequence

Final Quick Review Checklist

Before moving to a mock exam, confirm that you can answer these quickly:

  • Can I explain why GITCs matter for automated controls?
  • Can I distinguish application controls from general IT controls?
  • Can I identify the best control for unauthorized access, unauthorized change, incomplete processing, and inaccurate reporting?
  • Can I tell whether a control is preventive, detective, or corrective?
  • Can I separate authentication, authorization, and logging?
  • Can I evaluate whether a user access review is strong or weak?
  • Can I identify incompatible IT and business process duties?
  • Can I distinguish data confidentiality from data privacy?
  • Can I apply RTO and RPO correctly?
  • Can I choose between SOC 1, SOC 2, and SOC 3?
  • Can I choose between Type 1 and Type 2?
  • Can I explain why CUECs matter?
  • Can I identify evidence that supports operating effectiveness over time?
  • Can I evaluate control exceptions for severity and relevance?

Practical Next Step

Use this Quick Review as a final concept pass, then move into independent companion practice: complete targeted topic drills, answer original practice questions, and read the detailed explanations for every missed or guessed item. Focus especially on SOC reporting, access controls, change management, application controls, cybersecurity, and evidence evaluation for the AICPA U.S. CPA ISC - Information Systems and Controls (CPA ISC) exam.