Cut-e Test Cut-e Attention and Concentration 1 — Questions and Answers
Question 1: You are scanning a list of codes and must identify duplicates. Which code appears TWICE: A1B2, C3D4, E5F6, A1B2, G7H8?
- C3D4
- E5F6
- A1B2 (Correct answer)
- G7H8
Correct answer: A1B2
A1B2 appears at positions 1 and 4, making it the duplicate code in the list.
Question 2: A proofreading task: 'The report was submited on time and recieved positively by the board.' How many spelling errors are present?
- 1
- 2 (Correct answer)
- 3
- 0
Correct answer: 2
'submited' should be 'submitted' and 'recieved' should be 'received' — two spelling errors.
Question 3: In a concentration task, you must count all 7s in this string: 3-7-2-9-7-4-7-1-6-7. How many 7s appear?
- 3
- 4 (Correct answer)
- 5
- 2
Correct answer: 4
The digit 7 appears at positions 2, 5, 7, and 10 — a total of 4 times.
Question 4: A data-entry accuracy task shows reference: 4829-XKZ and copy: 4829-XKZ. Are these identical?
- Yes (Correct answer)
- No — numbers differ
- No — letters differ
- Cannot be determined
Correct answer: Yes
Both strings are 4829-XKZ, so they are identical with no differences.
Question 5: You must identify the ODD one out by color: Red, Red, Blue, Red, Red. The odd one is in position:
- 1
- 2
- 3 (Correct answer)
- 5
Correct answer: 3
The Blue item at position 3 breaks the pattern of Red items and is the odd one out.
Question 6: A checking task: Original total $1,247.83; Copy total $1,274.83. Are these the same?
- Yes, they match
- No — the dollars value differs
- No — the cents value differs
- No — the digits are transposed (Correct answer)
Correct answer: No — the digits are transposed
$1,247.83 vs $1,274.83 — digits 4 and 7 are transposed in the hundreds/tens positions.
You are scanning a list of codes and must identify duplicates.
Which code appears TWICE: A1B2, C3D4, E5F6, A1B2, G7H8?