CDT Cheat Sheet 2026
The 30 highest-yield CDT facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
120 questions
120 min time limit
75% to pass
- Which practice best supports chain of custody for records transferred to off-site storage? → Completing a transfer form documenting box contents, transfer date, and custodians
- A records manager discovers that employees are storing official business emails in personal folders outside the ERMS. What is the best corrective action? → Update policy, train staff, and implement auto-classification tools
- Which capture method is best suited for high-volume, structured document processing in an enterprise environment? → Centralized production scanning with automated workflows
- In a CDT reporting context, what is the primary purpose of a 'trend line' overlaid on a document volume chart? → To show the direction and rate of change over time
- What does 'vital records' mean in the context of records management? → Records essential to resume operations after a disaster
- When implementing full-text search across millions of documents, which indexing approach provides the fastest query response times? → Inverted index with term frequency weighting
- Which law significantly impacts records management in healthcare? → HIPAA
- Which encryption standard is currently recommended by NIST for protecting sensitive government documents at rest? → AES-256
- When evaluating a document workflow for automation opportunities, which task typically provides the highest ROI when automated? → Preflight checking and error correction before RIP submission
- Which concept ensures that document management systems capture the context in which a record was created? → Provenance
- Which Python library is most widely used for programmatically creating and modifying PDF documents from scratch (not converting from other formats)? → ReportLab
- What is the primary advantage of a taxonomy in an electronic records management system? → It provides a consistent classification structure for locating and managing records
- What is the primary goal of document security? → To secure documents from unauthorized access
- What is the primary advantage of duplex scanning over simplex scanning? → Simultaneous capture of both sides of a document in one pass
- What is a data governance framework? → Policies and procedures that define how data is managed across the organization
- A Bash script that processes documents must handle filenames containing spaces. Which syntax correctly passes such a filename to a command? → process_doc "$filename"
- What does 'chain of custody' mean for sensitive documents? → A chronological record documenting who handled a document and when
- How does metadata support document lifecycle management? → By identifying the document's key attributes for management
- Which secure document destruction method is most appropriate for classified paper records? → Cross-cut shredding to DIN 66399 P-4 or higher
- Which compression standard is the industry standard for lossless compression of bitonal scanned document images in TIFF files? → Group 4 (G4) CCITT compression
- Which indexing strategy is BEST suited for full-text search across large volumes of scanned documents that have been OCR'd? → Inverted index mapping terms to document locations
- Which element must a records retention schedule include to be legally defensible? → Legal citation or business justification for each retention period
- Which authentication method provides the strongest security? → Multi-factor authentication combining different verification types
- Which type of attack involves an unauthorized party intercepting document transmissions between two parties without their knowledge? → Man-in-the-middle (MITM) attack
- What is the purpose of XMP (Extensible Metadata Platform) in document formats? → Embed metadata directly within file formats like PDF and JPEG
- Which regular expression pattern would correctly match a US Social Security Number in the format NNN-NN-NNNN for redaction automation? → \d{3}-\d{2}-\d{4}
- Why is version control important in document imaging? → To maintain document accuracy and history
- Which scalability pattern is most appropriate for a document conversion service that experiences irregular spikes in demand? → Event-driven auto-scaling triggered by queue depth
- A Zonal OCR script reads invoices but misidentifies the vendor name when the logo shifts position between vendors. What is the MOST appropriate fix? → Switch from fixed-zone OCR to anchor-relative or AI-based field extraction
- When a document monitoring system generates a 'service level agreement (SLA) breach report,' what does this report communicate? → Instances where defined performance or turnaround targets were not met
Turn these facts into recall:
Was this helpful?