All questions
Question 1
Training checklist:
-
Watch the safety lesson.
-
Take the quiz.
-
If your score is below 80 percent, review the missed sections and retake the quiz.
-
After earning at least 80 percent, download the certificate.
-
Mark the training complete after saving the certificate.
Dev watched the lesson and scored 72 percent on the quiz. He reviewed the sections he missed. His checklist shows the lesson, first quiz, and review as complete.
- Download the certificate now because he completed the review required after his first quiz.
- Retake the quiz and download the certificate only if the new score is at least 80 percent. (correct answer)
- Mark the training complete now and retake the quiz only if a supervisor requests it.
- Watch the entire safety lesson again and remove the completion mark from his first quiz.
Explanation: When a checklist uses conditional steps — "if this, then that" — your job is to follow each condition exactly as written, not skip ahead or assume steps can be combined.
Step 3 of Dev's checklist is a conditional: if your score is below 80 percent, review the missed sections and retake the quiz. Dev scored 72 percent, so both parts of that condition apply. He completed the review, but the checklist requires both actions — the review leads back to another quiz attempt. Only after earning at least 80 percent does Step 4 unlock: downloading the certificate. This makes B the correct answer. Dev must retake the quiz, and he may download the certificate only if that new score meets the 80 percent threshold.
A is tempting because Dev did complete the review, but it misreads the checklist. The review isn't a replacement for retaking the quiz — it's preparation for the retake. Jumping to the certificate skips a required step entirely.
C gets the order completely backwards. Marking the training complete is the final step (Step 5), and nothing in the checklist says a supervisor can override the requirement to pass the quiz.
D misreads the instructions. The checklist never says to re-watch the lesson after a failed quiz — only to review the missed sections. Dev already did that, and his completion marks for the lesson and first quiz are legitimate.
Study tip: When a question involves a step-by-step checklist or procedure, trace each step in order and pay close attention to conditional language like "if," "after," and "only if" — those words define exactly when each action is required.
Question 2
Mailing-list import checklist:
-
Remove blank records.
-
Confirm that each remaining record has an email address.
-
Save the list as a CSV file.
-
Import the file.
-
Review rejected records.
-
Correct and reimport any valid rejected records.
-
Confirm that the final accepted total equals the number of valid records.
A list begins with 120 records. Rosa removes 5 blank records, and every remaining record has an email address. The first import accepts 112 records and rejects 3. Rosa corrects those 3 records and successfully reimports all of them.
What should Rosa confirm before marking the checklist complete?
- The accepted total is 112 because only records accepted during the first import should be counted.
- The accepted total is 115 because the corrected records must be added to the first accepted group. (correct answer)
- The accepted total is 117 because the rejected records should be counted both before and after correction.
- The accepted total is 120 because removing blank records does not change the expected final count.
Explanation: When a checklist tracks a multi-step process, you need to follow each step carefully and calculate running totals as the process unfolds — not just look at one step in isolation.
Here's the math: Rosa starts with 120 records, removes 5 blank ones, leaving 115 valid records. The first import accepts 112 and rejects 3 — note that 112+3=115, so all valid records are accounted for. She then corrects and successfully reimports all 3 rejected records. That means the final accepted total is 112+3=115, which matches the number of valid records. Step 7 of the checklist asks Rosa to confirm that the final accepted total equals the number of valid records — and it does. B is correct.
A makes the mistake of freezing the count at the first import (112) and ignoring the reimport step entirely. The checklist explicitly includes corrected reimports, so stopping at 112 means the process isn't complete.
C claims 117 by counting the 3 rejected records twice — once before correction and once after. Records don't get double-counted just because they passed through two stages; they're the same 3 records.
D uses 120, the original total before blank records were removed. But the checklist's first step is to remove blank records, so they should never be part of the final count. The benchmark is 115 valid records, not 120.
A useful strategy: when a question involves a multi-step process with running totals, jot down the numbers at each stage. This prevents you from confusing the starting total with the final expected total. Question 3
Web-page publishing checklist:
-
Draft the page.
-
Ask another person to proofread it.
-
Correct all reported errors.
-
Obtain manager approval of the corrected page.
-
Publish the page.
-
Test the published link.
-
Record the publication date.
The draft was proofread, and the proofreader found two errors. Before the errors were corrected, a manager approved the original draft. The checklist currently shows Draft, Proofread, and Manager approval as complete.
What should the worker do next to make the checklist accurate and follow the procedure?
- Correct the two errors, keep the earlier approval marked complete, and publish the corrected page.
- Ask for another proofreading review, keep the errors unchanged, and request a second approval.
- Publish the approved draft, test its link, and correct the two errors on the live page.
- Clear the approval mark, correct the two errors, and obtain approval of the corrected page. (correct answer)
Explanation: When a procedure lists steps in a specific order, each step depends on the ones before it being done correctly — not just completed. This question tests whether you can spot when a step was done out of sequence and identify how to get back on track.
Here, the manager approved the draft before the errors were corrected. That means the approval was based on a flawed version of the page. According to the checklist, approval (Step 4) is supposed to come after errors are corrected (Step 3). Because the steps happened out of order, the approval doesn't count — it needs to be redone on the corrected version. That's exactly what D does: clear the invalid approval, fix the two errors, then get a fresh approval of the corrected page. This restores the integrity of the procedure.
A is tempting because it corrects the errors, but keeping the earlier approval marked complete is dishonest — that approval was never given for the corrected page. B wastes time by requesting another proofreading round when the errors are already known, and it skips correcting them entirely, which violates Step 3. C is the most dangerous choice: publishing a page with known errors and planning to fix them afterward skips Steps 3 and 4 entirely and puts flawed content live — exactly what the procedure is designed to prevent.
A good strategy for procedure-based questions: trace each step and ask, "Was this done correctly, or just done?" A completed step that was done wrong often needs to be repeated — and anything that depended on it may need to be redone too.
Question 4
Procedure for sending a monthly report:
-
Download the current report template.
-
Enter the date in year-month-day order.
-
Save the file using your last name and the date.
-
Reopen the saved file and confirm that all headings appear.
-
Attach the file to an email. If the attachment preview is blank, export the report as a PDF and attach that version instead.
-
Send the email only after the preview is readable.
Nina used the current template, entered the date correctly, saved the file with the correct name, and confirmed the headings. The preview of her attached report is blank.
Which action should Nina take next?
- Send the email with the original attachment because she already confirmed that the headings appeared.
- Rename the original file, attach it again, and send it without checking the second preview.
- Export the report as a PDF, attach the PDF, and confirm that its preview is readable. (correct answer)
- Download another template, copy the report into it, and skip reopening the newly saved file.
Explanation: When a procedure gives you a conditional step — an "if this happens, do that" instruction — your job is to apply exactly that branch of the logic, nothing more and nothing less. That's what this question is testing.
Nina has completed steps 1 through 4 without any problems. At step 5, she hits the condition: the attachment preview is blank. The procedure is explicit — export the report as a PDF and attach that version instead. Step 6 then requires her to confirm the preview is readable before sending. That sequence maps directly onto answer C, making it the correct choice.
Answer A fails because Nina cannot skip the conditional fix just because earlier steps went smoothly. A blank preview is a problem the procedure specifically anticipates and addresses; confirming headings in step 4 is a separate check that doesn't resolve a broken attachment preview.
Answer B introduces actions the procedure never mentions — renaming the file and re-attaching the original — and, critically, it skips the preview confirmation required by step 6. Sending without checking the second preview directly violates the procedure.
Answer D requires Nina to restart from step 1 by downloading a new template, which is unnecessary since the procedure already provides a targeted fix for a blank preview. Skipping the reopen step also violates step 4.
A useful strategy here: when a procedure contains an "if/then" condition, treat it like a decision tree. Read the condition carefully, identify which branch applies to the situation described, and follow only that branch completely — including any confirmation steps that come after it.
Question 5
Software-update checklist:
-
Save your work.
-
Close all open programs.
-
If the battery level is below 50 percent, connect the device to power.
-
Start the update and do not turn off the device.
-
After the device restarts, sign in and check the software version.
-
Mark the update complete.
Eli's battery was at 65 percent. He saved his work, closed the programs, and installed the update. After the device restarted, he signed in and immediately marked the update complete.
Which statement best describes Eli's progress?
- He must connect the device to power now and install the entire update a second time.
- He followed every required step because the device restarted and allowed him to sign in.
- He should check the software version before leaving the update marked as complete. (correct answer)
- He should reopen all previous programs before checking whether the update was installed.
Explanation: When a question gives you a step-by-step checklist and asks you to evaluate someone's actions, your job is to compare what the person actually did against every step in the list — not just most of them.
Looking at Eli's situation: his battery was at 65 percent, so Step 3 didn't apply to him. He correctly saved his work (Step 1), closed his programs (Step 2), and ran the update (Step 4). After the restart, he signed in (Step 5) — but then he skipped straight to Step 6 and marked the update complete without checking the software version first. Step 5 specifically says to sign in and check the software version before moving on. Eli only did half of Step 5, which makes C the best answer: he should verify the software version before closing out the process.
A is wrong because Eli's battery was at 65 percent, safely above the 50 percent threshold, so connecting to power was never required. There is no reason to redo the entire update.
B is wrong because it assumes the device restarting and allowing a sign-in means everything was done correctly. Those are only part of Step 5 — confirming the software version is the step Eli missed.
D is wrong because nothing in the checklist instructs the user to reopen previous programs. This detail is invented and has no basis in the instructions provided.
A good strategy: on checklist-based questions, go step by step and check each action one at a time. Partial completion of a step is still an error.
Question 6
Online application checklist:
-
Create an account.
-
Verify your email address.
-
Complete all profile fields.
-
Upload identification. Mark this item complete only when the file status says Accepted.
-
Review every entry for accuracy.
-
Submit the application and save the confirmation number.
Marisol has completed the first three items. She selected an identification file, but its status says Processing.
What should Marisol do next to follow the procedure and record her progress correctly?
- Wait for the file to be accepted, mark the upload complete, and then review her entries. (correct answer)
- Mark the upload complete now, review her entries, and return later to check the file status.
- Submit the application now, save the number, and review her entries after receiving confirmation.
- Delete the processing file, mark the upload incomplete, and begin a new application from the start.
Explanation: When a procedure gives you a specific condition for completing a step, your job is to honor that condition exactly — not approximate it, not skip ahead, and not invent your own timing. That's the skill being tested here: following multi-step instructions precisely, including embedded rules within individual steps.
Step 4 is the critical one. The checklist explicitly states to mark the upload complete only when the file status says Accepted. Marisol's file currently says Processing, which means that condition has not been met. The only logical move is to wait until the status changes to Accepted, then mark it complete, and then move to Step 5 (reviewing entries). That's exactly what A describes, making it the correct answer.
B is wrong because it reverses the checklist's own rule — marking the upload complete before it's actually accepted violates the explicit instruction. Skipping ahead and returning later doesn't fix the error; it just records false progress.
C is wrong because it leapfrogs Steps 4 and 5 entirely. Submitting before verifying the upload is accepted — and before reviewing entries — ignores two required steps. Reviewing entries after submission is too late to correct mistakes.
D is wrong because nothing in the checklist says to delete a processing file or restart the application. That response is an overreaction with no procedural basis. Waiting is the appropriate action, not starting over.
A useful strategy: when a procedure includes a condition ("only when...," "after...," "before..."), treat that condition as a locked gate — you cannot move forward until it's met.
Question 7
Meeting-room request procedure:
-
Sign in and select an available room.
-
If the meeting begins after 6 p.m., obtain supervisor approval before submitting the request.
-
Enter the meeting time and number of attendees.
-
Submit the request.
-
Check for a confirmation message before marking the reservation complete.
Tariq selects a room for a meeting beginning at 7 p.m. He enters the time and number of attendees, but he has not obtained supervisor approval.
How should Tariq continue?
- Save the information, obtain supervisor approval, and then submit and check for confirmation. (correct answer)
- Submit the request, obtain supervisor approval afterward, and then check whether the room is available.
- Change the meeting time to 6 p.m., submit the request, and restore the original time after confirmation.
- Mark the reservation complete, obtain supervisor approval, and submit only if no confirmation appears.
Explanation: When a procedure lists steps in a specific order, your job is to follow that sequence exactly — skipping or reordering steps is never acceptable, even if the outcome seems the same.
Look at the procedure: Step 2 requires supervisor approval before submitting the request whenever a meeting starts after 6 p.m. Tariq's meeting begins at 7 p.m., so approval is mandatory. He has already completed Step 1 (selected a room) and Step 3 (entered time and attendees), but he skipped Step 2. The correct move is to obtain that approval now — before moving forward — then submit the request (Step 4) and check for confirmation (Step 5). That's exactly what A describes, making it the right answer.
B is wrong because it has Tariq submit first and seek approval afterward — a direct violation of the procedure, which requires approval before submission. Doing things out of order could mean the request is invalid or unauthorized. C is wrong because falsifying the meeting time to avoid a requirement is dishonest and defeats the entire purpose of the approval rule; the procedure doesn't offer a workaround like this. D is wrong on two counts: marking the reservation complete is the final step (Step 5), and it should only happen after a confirmation message appears — not before submitting at all.
A useful strategy: when a procedure question describes someone mid-process, map out exactly which steps are done, which were skipped, and what order remains. Procedures exist to be followed in sequence — correct answers will always restore that order, not bypass it.
Question 8
Online job-application checklist:
- Complete every required field.
- Attach a current résumé.
- If you have an employment gap longer than six months, add a brief explanation.
- References are optional unless the job posting requests them.
- Preview the full application.
- Submit and save the confirmation email.
Priya completed the required fields and attached her résumé. Her work history has an eight-month gap, but she did not explain it. The posting requests two references, and she has not entered them.
Which items must Priya complete before she moves to the preview step?
- Add an explanation for the work gap and enter the two requested references. (correct answer)
- Add an explanation for the work gap but leave the requested references until after submission.
- Enter the two requested references but leave the work gap unexplained because references are required.
- Preview the application first and add both missing items only if the website reports an error.
Explanation: When a checklist mixes "always required" rules with conditional ones, your job is to identify which rules actually apply to this specific person. Read each checklist item and ask: does this condition apply to Priya's situation?
Two items are triggered by her circumstances. First, the checklist says anyone with an employment gap longer than six months must add a brief explanation — Priya's gap is eight months, so this is mandatory for her, not optional. Second, references are listed as optional unless the job posting requests them — and her posting explicitly requests two. That "unless" clause flips references from optional to required in her case. Both items must be completed before she previews the application, since the checklist places preview after all preparation steps. That makes A the correct answer.
B is wrong because it treats the requested references as something she can skip until after submission. Once the posting requests references, they are no longer optional — leaving them out violates a clear checklist rule.
C flips the logic entirely. It suggests that because references are "required," she can ignore the gap explanation — but both conditions apply to Priya simultaneously. One requirement doesn't cancel another.
D misreads the checklist's sequence. The instructions say to preview after completing the application, not as a diagnostic tool. Waiting for an error screen is not a strategy the checklist supports, and some websites won't catch every missing item automatically.
Strategy tip: On questions with conditional rules (words like if, unless, when), always check whether each condition applies to the person in the scenario before deciding what's required.
Question 9
Purchasing checklist:
- Contact two suppliers.
- Obtain a written quote from each supplier.
- Compare the two written quotes.
- Select a supplier.
- Record the reason for the selection.
Checklist symbols:
- A check mark means the item is complete.
- A circle means the item is waiting for information.
- A blank means the item has not been started.
Lena contacted two suppliers. One sent a written quote. The other gave a price by phone and promised to email a written quote tomorrow.
What is the most accurate way for Lena to show progress and continue?
- Check off both quotes, compare the two prices now, and circle the supplier-selection item.
- Check off the comparison item, select the supplier with the lower stated price, and wait to record the reason.
- Circle contacting suppliers, leave both quote and comparison items blank, and call a third supplier today.
- Check off contacting suppliers, circle the written-quote item, and compare after the second written quote arrives. (correct answer)
Explanation: When you're working through a procedural checklist question, your job is to match the symbols to the actual status of each step — not what you wish were true or what might be convenient.
Let's trace what Lena has actually done. She contacted both suppliers — that step is fully complete, so it earns a check mark. However, only one written quote has arrived; the second is still pending via email. That means the written-quote item is waiting on information — exactly what a circle represents. Because she doesn't yet have both written quotes, she cannot compare them, and every step after comparison hasn't been started either. This makes D the most accurate reflection of her progress: check off contacting suppliers, circle the written-quote item, and wait to compare until both written quotes arrive.
A is tempting but dishonest — checking off both quotes pretends the second written quote already exists when it doesn't. Comparing prices now and circling supplier selection skips ahead of incomplete steps. B makes an even bigger leap: comparing items and selecting a supplier based on a phone price treats an unwritten quote as equivalent to a written one, which violates the checklist's requirement for written quotes. C goes in the wrong direction entirely — Lena already successfully contacted two suppliers, so circling that step and leaving everything blank misrepresents her real progress. Calling a third supplier isn't called for.
Study tip: On checklist or procedure questions, always ask yourself, "What has fully happened versus what is in progress?" Partial completion is not completion — and confusing the two is the most common trap in these questions.
Question 10
Document-scanning checklist:
- Clean the scanner glass.
- Place all pages in order.
- Scan the pages.
- Compare the number of scanned pages with the original document.
- Open the scanned file and inspect its first and last pages.
- Upload the verified file.
Owen marked the first three items complete. He did not compare the page counts or inspect the file, but he uploaded it and marked Upload the verified file complete.
What is the best way for Owen to correct the checklist and continue?
- Leave the upload marked complete, inspect only the last page, and record the document as finished.
- Clear the upload mark, complete both verification steps, and mark upload complete only if the uploaded file matches. (correct answer)
- Mark both verification items complete because a successful upload proves that every page was scanned correctly.
- Delete the original document, repeat the upload, and leave both verification items blank until another day.
Explanation: When you see a checklist question, think of each step as a gate — you cannot legitimately complete a later step if you skipped the steps that feed into it. Owen uploaded a file labeled "verified," but he never actually verified it. That mismatch is the core problem the question is asking you to fix.
The right path is B: clear the upload checkmark, complete both verification steps (comparing page counts and inspecting the first and last pages), and only then re-mark the upload complete. This restores the checklist's integrity. The word "verified" in the final step isn't decorative — it means the file has genuinely passed a check. Owen's upload doesn't qualify until that check happens.
A is wrong because inspecting only the last page skips the page-count comparison and the first-page inspection, leaving the verification still incomplete. Recording the document as "finished" under those conditions just buries the error rather than correcting it.
C contains a logical trap: a successful upload only proves the file transferred — it says nothing about whether every page was captured or in the correct order. Confusing "the file arrived" with "the file is correct" is exactly the kind of assumption checklists are designed to prevent.
D is wrong because deleting the original document is drastic and unnecessary, and postponing the verification steps doesn't fix anything — it just delays a problem that still needs to be resolved.
The strategy to remember: on process or procedure questions, a step's label must match what was actually done. If the action didn't happen, the checkmark doesn't belong there, regardless of what came after.