Revelian Attention and Detail Tasks Questions and Answers — Questions and Answers
Question 1: Carefully examine the following pairs of alphanumeric codes. Which of the following pairs is an exact match?
- Jp7rS4tY6 / Jp7r54tY6
- Gk8bZqP9s / Gk8bZqP9s (Correct answer)
- 9Hj3mFvX2 / 9Hj3mFvXz
- 2nLcV6eR1 / 2nLcV6eRl
Correct answer: Gk8bZqP9s / Gk8bZqP9s
The correct answer is the only pair where every character, including its case, is identical. The other pairs have subtle differences: 'S' vs '5', '2' vs 'z', and the number '1' vs the lowercase letter 'l'.
Question 2: You are proofreading a company's contact information. Compare the 'Original' and 'Transcribed' versions below and count the total number of individual errors in the 'Transcribed' version. Original: Ms. Catheryn O'Connell, J.P. Williamson Corp., 1045b West Parkway, Brisbane, QLD 4001 Transcribed: Ms. Cathryn O'Conell, J.P. Wiliamson Corp., 1054b West Parkway, Brisbane, QLD 4010
- 6
- 4
- 5 (Correct answer)
- 3
Correct answer: 5
There are exactly 5 errors: 1. 'Cathryn' instead of 'Catheryn'. 2. 'O'Conell' instead of 'O'Connell'. 3. 'Wiliamson' instead of 'Williamson'. 4. '1054b' instead of '1045b'. 5. '4010' instead of '4001'.
Question 3: Review the employee data in the table. According to company policy, all employee IDs in the 'Sales' department must start with 'SLS' followed by exactly four digits. Which employee record violates this rule? - Name: John Doe, Department: Marketing, ID: MKT-8234 - Name: Jane Smith, Department: Sales, ID: SLS-9102 - Name: Peter Jones, Department: Sales, ID: SLS-884 - Name: Mary Chen, Department: Operations, ID: OPS-5561
- John Doe
- Jane Smith
- Mary Chen
- Peter Jones (Correct answer)
Correct answer: Peter Jones
The rule applies only to the 'Sales' department. Jane Smith's ID (SLS-9102) follows the rule with four digits. Peter Jones's ID (SLS-884) violates the rule because it only has three digits after the 'SLS' prefix.
Question 4: You are tasked with updating a batch of reference codes. The code for the batch is: **B7-K92-P4-R3**. You must apply the following two modifications in order: 1) Swap the first and last alphanumeric pairs. 2) Replace all hyphens with underscores. What is the final reference code?
- R3_K92_P4_B7 (Correct answer)
- B7_K92_P4_R3
- R3-K92-P4-B7
- B7-R3_K92-P4
Correct answer: R3_K92_P4_B7
First, swapping the first ('B7') and last ('R3') pairs results in 'R3-K92-P4-B7'. Second, replacing all hyphens in that new string with underscores results in the final code 'R3_K92_P4_B7'.
Question 5: You are comparing two data entries for a shipping order. Which of the following fields contains a discrepancy? **Entry 1:** Consignment: #7740-B1, Client ID: ACME-902, Dispatch: 18-MAR-2026, Destination: Perth **Entry 2:** Consignment: #7740-B1, Client ID: ACME-920, Dispatch: 18-MAR-2026, Destination: Perth
- Consignment
- Destination
- Client ID (Correct answer)
- Dispatch
Correct answer: Client ID
When comparing the two entries field by field, the 'Client ID' is different. Entry 1 lists 'ACME-902' while Entry 2 lists 'ACME-920'. All other fields are identical.
Question 6: A list of files must be checked for compliance. The rule is that any filename ending in '.docx' must be larger than 15 KB, and any file ending in '.xlsx' must be smaller than 100 KB. Which of the following files violates the rule?
- Report_Final.docx, 14 KB (Correct answer)
- Budget_Q1.xlsx, 95 KB
- Memo_Update.docx, 25 KB
- Tracker_v2.xlsx, 105 KB
Correct answer: Report_Final.docx, 14 KB
The file 'Report_Final.docx' is 14 KB. According to the rule, '.docx' files must be larger than 15 KB. Since 14 KB is not larger than 15 KB, this file violates the rule. The other files comply with their respective rules.
Carefully examine the following pairs of alphanumeric codes.
Which of the following pairs is an exact match?