CBT Platform Administration 5 — Questions and Answers
Question 1: A CBT platform administrator needs to configure a testing window that spans multiple time zones for a globally administered exam. Which approach prevents candidates in later time zones from sharing live exam content?
- Use a single global start time based on UTC
- Use region-specific item pools or embargo separate test forms until the prior window closes (Correct answer)
- Allow candidates to start anytime within a 24-hour window
- Require all candidates to test simultaneously regardless of local time
Correct answer: Use region-specific item pools or embargo separate test forms until the prior window closes
Assigning separate, region-specific item pools or holding alternate test forms until earlier windows close prevents content exposure across time zones.
Question 2: After a software update, an administrator notices that candidate response data is being duplicated in the database. What is the most likely root cause?
- Insufficient server storage
- A missing or improperly enforced unique constraint on the response submission endpoint (Correct answer)
- Increased candidate volume
- Outdated SSL certificate
Correct answer: A missing or improperly enforced unique constraint on the response submission endpoint
Duplicate response records usually indicate that the submission handler lacks idempotency controls or the database is missing a unique constraint to reject duplicate inserts.
Question 3: A testing organization needs to provide real-time pass/fail decisions to candidates immediately upon exam completion. Which backend component makes this possible?
- A manual scoring queue reviewed by psychometricians
- An automated scoring engine with a pre-configured cut score and instant reporting API (Correct answer)
- A nightly batch scoring job
- A PDF generation service with a 24-hour turnaround
Correct answer: An automated scoring engine with a pre-configured cut score and instant reporting API
An automated scoring engine compares responses against the answer key, applies the cut score, and triggers the reporting API immediately when the session closes.
Question 4: Which practice best protects exam item content stored in a CBT platform's content management system from unauthorized internal access?
- Storing all items in a single shared folder accessible to all staff
- Encrypting the item bank at rest and restricting access by role with full audit logging (Correct answer)
- Printing items and storing them in a locked cabinet instead
- Using a public cloud storage bucket with a long, complex URL
Correct answer: Encrypting the item bank at rest and restricting access by role with full audit logging
Encryption at rest combined with role-based access and audit logging ensures that even if storage is breached, content is protected and access is traceable.
Question 5: A proctor discovers mid-administration that a candidate's exam form has the wrong language version loaded. What is the correct administrative action?
- Allow the candidate to complete the wrong-language form and flag for later review
- Terminate and void the session, then reassign and relaunch the correct form after documenting the incident (Correct answer)
- Manually translate questions aloud for the candidate
- Submit a post-exam correction request to change the score
Correct answer: Terminate and void the session, then reassign and relaunch the correct form after documenting the incident
Loading the wrong form invalidates the testing conditions; the session must be terminated and restarted with the correct form, with the incident documented for audit purposes.
Question 6: An administrator is evaluating two CBT platforms. Platform A stores all candidate data on US-based servers; Platform B stores data on servers in various countries. For a US federal contract, which consideration is most critical?
- Platform B is preferred because distributed storage is more resilient
- Platform A is preferred because US data residency may be required for compliance with FedRAMP or federal data sovereignty rules (Correct answer)
- Platform B is preferred because international servers have lower latency
- Data residency has no impact on federal contract eligibility
Correct answer: Platform A is preferred because US data residency may be required for compliance with FedRAMP or federal data sovereignty rules
US federal contracts often require data to remain within US borders to comply with FedRAMP, FISMA, or other federal data sovereignty requirements.
Question 7: During a scheduled maintenance window, an administrator applies a database schema migration to the CBT platform. What must be done before executing the migration in production?
- Run the migration directly in production to verify it works in the live environment
- Test the migration in a staging environment, take a full production backup, then execute with a rollback script ready (Correct answer)
- Notify candidates via email and proceed without testing
- Apply the migration only to a subset of the production tables first
Correct answer: Test the migration in a staging environment, take a full production backup, then execute with a rollback script ready
Database migrations must be tested in staging, backed up before execution, and accompanied by a rollback script to recover from failures in production.
A CBT platform administrator needs to configure a testing window that spans multiple time zones for a globally administered exam.
Which approach prevents candidates in later time zones from sharing live exam content?