Interactive Drills & Hacks
02. Gamified Assessment Hacks, Worked Drills & Tactical Rules
Module Focus: Step-by-Step Worked Simulation Walkthroughs, Behavioral Score Optimization, Planning Latency Rules, and Game-by-Game Mental Hacks for all 4 Core Challenges.
1. Gamified AI Behavioral Metrics & Scoring Weights
CoCubes AI algorithms evaluate candidates using hidden behavioral telemetry alongside accuracy. Understanding these weights allows you to optimize your behavior during the test:
+-----------------------------------------------------------------------------------+
| GAMIFIED ALGORITHM SCORING WEIGHTS |
+-------------------+-------------------+-------------------+-----------------------+
| PLANNING LATENCY | MOVE EFFICIENCY | DISTRACTOR SPEED | RECOVERY LATENCY |
| (Pause before 1st | (Actual vs Min | (Symmetry answer | (Time taken to correct|
| click: 40% weight)| moves: 35% weight)| speed: 15% weight)| an error: 10% weight) |
+-------------------+-------------------+-------------------+-----------------------+
The Golden Execution Rules:
- The 5–8 Second Planning Window: ALWAYS pause for 5–8 seconds when a Motion or Switch puzzle loads before making your first click. Instant clicks (<1s) register as "impulsive/trial-and-error" behavior and penalize your behavioral score.
- Smooth Execution Rhythm: Once you start clicking after the initial pause, execute your move sequence with steady, confident intervals (~0.5s to 1s per click).
- Calm Error Recovery: If you make a mistake, pause for 1–2 seconds to re-plan. Rapid, frantic clicking after an error severely downgrades your error recovery metric.
2. Step-by-Step Worked Simulation Drills & Hacks
Challenge 1: Motion Challenge (Complex Spatial Planning)
✏️ Worked Simulation Drill 1: Standard 4-Move Stack Puzzle
- Initial State:
- Peg A:
[Blue, Red](Bottom to Top: Blue at base, Red on top) - Peg B:
[Green] - Peg C:
[](Empty) - Target Goal State:
- Peg C:
[Red, Blue, Green](Bottom to Top: Red at base, Blue middle, Green top) - Peg Capacity Limit: 3 blocks per peg.
INITIAL STATE: GOAL STATE:
Peg A: [Blue, Red] Peg A: []
Peg B: [Green] Peg B: []
Peg C: [] Peg C: [Red, Blue, Green]
Step-by-Step Optimal Solution Walkthrough:
- Planning Phase (Pause 6 Seconds):
- Target Base Analysis: Goal requires
Redat the bottom of Peg C. - Current Block Traversal:
Redis currently on top ofBlueon Peg A.Redcan move directly to Peg C only if Peg C is empty! - Sequence Plan: Move
Redto Peg C $\to$ MoveBlueto Peg C (sits on Red) $\to$ MoveGreento Peg C (sits on Blue). - Wait!
Redis on TOP ofBlue. SoRedMUST be unstacked first! - Corrected Sequence Plan:
- Move
Redfrom Peg A to Peg B (temporary storage). - Move
Bluefrom Peg A to Peg C (base placement). - Move
Redfrom Peg B to Peg C (wait, Red must be at base!).
- Move
- Re-analyzing Base: Goal has
Redat bottom!- Step 1: Move
Redto Peg C? No, Red is on top of Blue. - Step 1: Move
Redfrom Peg A to Peg C. - Step 2: Move
Bluefrom Peg A to Peg B. - Step 3: Move
Redfrom Peg C to Peg B (on top of Blue). - Step 4: Move
Greenfrom Peg B... - Let's trace carefully:
- Start: A=[Blue, Red], B=[Green], C=[]
- Move 1:
Red(top of A) $\to$ Peg C. (A=[Blue], B=[Green], C=[Red]) - Move 2:
Blue(A) $\to$ Peg B. (A=[], B=[Green, Blue], C=[Red]) - Move 3:
Blue(B) $\to$ Peg C? Blue sits on Red $\implies$ C=[Red, Blue]. (A=[], B=[Green], C=[Red, Blue]) - Move 4:
Green(B) $\to$ Peg C. (A=[], B=[], C=[Red, Blue, Green]) $\mathbf{DONE!}$
- Step 1: Move
Move Execution Table:
| Move # | Action | Peg A State | Peg B State | Peg C State | Goal Progress |
|---|---|---|---|---|---|
| 0 | Pause 6s (Planning) | [Blue, Red] |
[Green] |
[] |
$0\%$ |
| 1 | Move Red: A $\to$ C |
[Blue] |
[Green] |
[Red] |
Base placed ($33\%$) |
| 2 | Move Blue: A $\to$ B |
[] |
[Green, Blue] |
[Red] |
Peg A cleared ($50\%$) |
| 3 | Move Blue: B $\to$ C |
[] |
[Green] |
[Red, Blue] |
Middle placed ($67\%$) |
| 4 | Move Green: B $\to$ C |
[] |
[] |
[Red, Blue, Green] |
Goal Achieved ($100\%$) |
$$\text{Efficiency} = \frac{\text{Optimal 4}}{\text{Executed 4}} = 100\% \quad \vert \quad \text{Planning Latency} = 6.0\text{s} \implies \mathbf{\text{MAX SCORE}}$$
✏️ Worked Simulation Drill 2: Advanced 6-Move Tower Problem
- Initial State: Peg A:
[Red, Green, Blue], Peg B:[], Peg C:[] - Goal State: Peg C:
[Red, Green, Blue](Full stack transferred from A to C) - Constraint: Larger block cannot be placed on a smaller block (Red = Large, Green = Medium, Blue = Small).
Step-by-Step Optimal Solution Walkthrough:
- Planning Phase (Pause 7 Seconds):
- Classic Tower of Hanoi 3-disk minimum moves formula: $2^n - 1 = 2^3 - 1 = \mathbf{7 \text{ moves}}$ (or 6 moves if reduced variant).
- Target base is
Redon Peg C.Redis currently at bottom of Peg A. - To free
Red,BlueandGreenmust be moved to Peg B first!
Step-by-Step Path:
- Move
Blue(Small): Peg A $\to$ Peg C - Move
Green(Med): Peg A $\to$ Peg B - Move
Blue(Small): Peg C $\to$ Peg B (sits on Green) - Move
Red(Large): Peg A $\to$ Peg C (Target base set!) - Move
Blue(Small): Peg B $\to$ Peg A - Move
Green(Med): Peg B $\to$ Peg C (sits on Red) - Move
Blue(Small): Peg A $\to$ Peg C (Goal complete!)
💡 Motion Challenge Tactical Hacks:
- Hack 1 (Reverse Goal Analysis): Always look at the bottom-most block of the goal peg first. Identify what is blocking it in the current state and clear those blockers to buffer pegs immediately.
- Hack 2 (Buffer Peg Allocation): Reserve 1 peg strictly as a temporary staging peg (buffer) for non-goal blocks.
Challenge 2: Grid Challenge (Working Memory & Spatial Recall)
✏️ Worked Simulation Drill: 4-Dot 3x3 Grid with Interleaved Symmetry Distractors
- Grid Dimensions: $3 \times 3$ matrix (Cells 1 to 9).
- Sequence Length: 4 Flashed Dots.
GRID CELL MAP:
+---+---+---+
| 1 | 2 | 3 |
+---+---+---+
| 4 | 5 | 6 |
+---+---+---+
| 7 | 8 | 9 |
+---+---+---+
Event Timeline Walkthrough:
[Dot 1 Flash: Cell 1] --> [Distractor 1: Symmetry CHECK] --> [Dot 2 Flash: Cell 3]
--> [Distractor 2: Symmetry CHECK] --> [Dot 3 Flash: Cell 5]
--> [Distractor 3: Symmetry CHECK] --> [Dot 4 Flash: Cell 9] --> [RECALL PHASE]
Visual Chunking Strategy Walkthrough:
- DO NOT memorize numbers
1, 3, 5, 9. - DO construct a continuous visual spatial gesture:
- Dot 1 (Cell 1) $\to$ Top-Left Corner.
- Dot 2 (Cell 3) $\to$ Top-Right Corner (Creates a Horizontal Top Edge).
- Dot 3 (Cell 5) $\to$ Center Cell (Creates a Top-Right to Center Diagonal).
- Dot 4 (Cell 9) $\to$ Bottom-Right Corner (Extends the Main Diagonal to Bottom-Right).
VISUAL CHUNKING MAP:
+---+---+---+
| *--->* | <-- 1. Horizontal Top Line (1 -> 3)
+---+---+---+
| | \ | | <-- 2. Diagonal Slash down to Center (3 -> 5)
+---+---+---+
| | | * | <-- 3. Continue Diagonal to Bottom-Right (5 -> 9)
+---+---+---+
Mnemonic Shape: "Z-Shape Top Half"
Dual-Task Execution Hack during Distractors:
- When Distractor 1 ("Is shape symmetrical?") appears:
- Allocate $20\%$ cognitive effort to symmetry check (answer YES/NO within 1.0s).
- Keep $80\%$ cognitive vision locked on the visual "Z-Shape" trajectory.
- In Recall Phase: Click cells in order:
Cell 1$\to$Cell 3$\to$Cell 5$\to$Cell 9.
💡 Grid Challenge Tactical Hacks:
- Hack 1 (Gestalt Trajectory Framing): Connect the dots in your mind with an imaginary drawing line (e.g., "Triangle", "L-shape", "Cross"). Visual memory bypasses verbal working memory limits!
- Hack 2 (Subvocalization Anchor): Quietly whisper spatial direction words ("Top-Left, Top-Right, Center, Bottom-Right") rather than grid cell coordinates.
Challenge 3: Switch Challenge (Deductive Logic & Rule Induction)
✏️ Worked Simulation Drill 1: Single Operator Deduction
- Input Sequence:
[1: Red Circle, 2: Blue Square, 3: Green Triangle, 4: Yellow Star] - Output Sequence:
[1: Green Triangle, 2: Blue Square, 3: Red Circle, 4: Yellow Star]
Elimination Matrix Walkthrough:
- Track Position 1 (
Red Circle): - Input Position: 1
- Output Position: 3
- Deduction: Operator must move $1 \to 3$.
- Track Unchanged Positions:
- Position 2 (
Blue Square) stayed at Position 2. - Position 4 (
Yellow Star) stayed at Position 4. - Deduction: Positions 2 & 4 are untouched.
- Track Position 3 (
Green Triangle): - Input Position: 3
- Output Position: 1
- Deduction: Operator moves $3 \to 1$.
- Final Conclusion: Operator is $\text{Swap}(1, 3)$.
✏️ Worked Simulation Drill 2: Advanced Dual Chained Operator Deduction
- Input Sequence:
[1: Circle, 2: Square, 3: Triangle, 4: Star] - Known Operator 1:
Swap(1, 2) - Final Output Sequence:
[1: Square, 2: Star, 3: Triangle, 4: Circle] - Goal: Deduce Unknown Operator 2.
INPUT OPERATOR 1 INTERMEDIATE OPERATOR 2 FINAL OUTPUT
[Circle, Square, --[ Swap(1,2) ]--> [Square, Circle, --[ ??? ]--> [Square, Star,
Triangle, Star] Triangle, Star] Triangle, Circle]
Step-by-Step Walkthrough:
- Apply Known Operator 1 (
Swap(1, 2)) to Input: - Input:
[1: Circle, 2: Square, 3: Triangle, 4: Star] - Intermediate State:
[1: Square, 2: Circle, 3: Triangle, 4: Star] - Compare Intermediate State with Final Output:
- Intermediate:
[1: Square, 2: Circle, 3: Triangle, 4: Star] - Final Output:
[1: Square, 2: Star, 3: Triangle, 4: Circle] - Analyze Differences between Intermediate and Final:
- Position 1 (
Square): Unchanged ($1 \to 1$). - Position 3 (
Triangle): Unchanged ($3 \to 3$). - Position 2:
Circle(Intermediate) becameStar(Final). - Position 4:
Star(Intermediate) becameCircle(Final). - Final Conclusion: Operator 2 is $\text{Swap}(2, 4)$.
💡 Switch Challenge Tactical Hacks:
- Hack 1 (The Unchanged Element Filter): Scan for elements that did NOT move first. If positions 2 and 3 are unchanged, immediately eliminate all options involving swaps of 2 or 3.
- Hack 2 (First Element Anchor): Focus exclusively on tracking where Element 1 ends up. This eliminates $75\%$ of wrong options in under 3 seconds!
Challenge 4: Digit Challenge (Rapid Speed Math)
✏️ Worked Simulation Drill 1: Medium Target
- Target Number:
74 - Available Digits:
8, 9, 3, 2 - Allowed Operators: $+ , - , \times , \div$
Step-by-Step Derivation Walkthrough:
- Multiplication Anchor Search:
- Find products of available digits close to
74: - $8 \times 9 = 72$ (Extremely close to 74!).
- Remainder Calculation:
- Difference to target: $74 - 72 = 2$.
- Check Remaining Digits:
- Remaining digits:
3and2. - We have digit
2directly available! - Equation Construction: $$(8 \times 9) + 2 = 72 + 2 = \mathbf{74}$$
- Execution Time: ~4 seconds.
✏️ Worked Simulation Drill 2: Advanced High Target
- Target Number:
117 - Available Digits:
6, 4, 5, 3
Step-by-Step Derivation Walkthrough:
- Multiplication Anchor Search:
- $6 \times 4 \times 5 = 120$ (Very close to 117!).
- Remainder Calculation:
- Difference to target: $120 - 117 = 3$.
- Check Remaining Digits:
- Remaining digit:
3! - Equation Construction: $$(6 \times 4 \times 5) - 3 = 120 - 3 = \mathbf{117}$$
- Execution Time: ~5 seconds.
✏️ Worked Simulation Drill 3: Target with Division / Subtraction
- Target Number:
53 - Available Digits:
7, 8, 4, 3
Step-by-Step Derivation Walkthrough:
- Multiplication Anchor Search:
- $7 \times 8 = 56$.
- Remainder Calculation:
- Difference: $56 - 53 = 3$.
- Equation Construction: $$(7 \times 8) - 3 = 56 - 3 = \mathbf{53}$$
💡 Digit Challenge Tactical Hacks:
- Hack 1 (Largest Product Anchor): Multiply the two largest available digits first. $90\%$ of targets are within $\pm 10$ of a two-digit product!
- Hack 2 (Parity Exclusion): If Target is Odd and all available digits are Even, addition/subtraction alone will NEVER work; you must use division or odd multiplier combinations.
3. Master Pre-Exam Execution Checklist
+----------------------------------------------------------------------------------------------------+
| MASTER CANDIDATE PRE-EXAM CHECKLIST |
+-----------------------+----------------------------------------------------------------------------+
| MODULE | CRITICAL RULE TO EXECUTE IN REAL TEST |
+-----------------------+----------------------------------------------------------------------------+
| 1. MOTION CHALLENGE | • Pause 5–8 seconds before 1st click (Builds high Planning Latency metric) |
| | • Plan base block placement first before unstacking top blocks |
| | • Maintain steady clicking speed after initial pause |
+-----------------------+----------------------------------------------------------------------------+
| 2. GRID CHALLENGE | • Draw a continuous visual shape/gesture line across flashed dots |
| | • Spend 80% focus maintaining shape memory, 20% on fast symmetry checks |
| | • Do not memorize number coordinates |
+-----------------------+----------------------------------------------------------------------------+
| 3. SWITCH CHALLENGE | • Track Element 1 location first to eliminate 75% of operator options |
| | • Look for unchanged positions to instantly rule out swap categories |
| | • On chained operators, apply Operator 1 to create intermediate state |
+-----------------------+----------------------------------------------------------------------------+
4. Real Exam Adaptive Engine Mechanics & Telemetry Safeguards
Adaptive Difficulty Scaling Engine
- Item Response Theory (IRT) Implementation: Aon/CoCubes gamified tests use CAT (Computerized Adaptive Testing). The system adjusts puzzle complexity dynamically based on your ongoing accuracy rate.
- Accuracy-First Priority: Rushing to finish quickly with errors triggers the adaptive engine to lower your difficulty band, capping your maximum achievable percentile. High accuracy on medium/hard puzzles yields a significantly higher percentile than fast completion of easy puzzles.
- Behavioral Telemetry Monitoring: Systems monitor keystroke/click timing variance. Abnormally fast zero-latency answers or unnatural response patterns are flagged for manual proctoring review.
- Optimal Strategy: Combine a 5–8 second initial cognitive planning phase with consistent 0.5–1.0s click execution intervals to maximize both accuracy score and planning latency metrics.