Pattern Recognition Advanced Hard: Worksheet 6 - Intermediate-Advanced Practice Pattern Recognition Advanced Hard INTERMEDIATE ADVANCED

Ready to master Pattern Recognition Advanced Hard? This timed practice ⚡ worksheet (6/10) presents 20 intermediate-advanced-level challenges. Focus area: speed building. Learn to solve pattern recognition advanced hard tricks, handle pattern recognition advanced hard shortcut methods, and perfect pattern recognition advanced hard bank exam questions with our step-by-step solutions.

📝 Worksheet 6 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Intermediate Advanced level

What you'll learn in this worksheet:
Your progress through Pattern Recognition Advanced Hard
Worksheet 6 of 10 (55% complete)

Question 1

Input: CODE Step 1: Reverse the word → EDOC Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → FEPD Step 3: Rotate left by 2 positions → PDFE Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → P4F5 What is the final output?
Multiple transformations applied sequentially: CODE → EDOC → FEPD → PDFE → P4F5

Question 2

Input: LOGIC Step 1: Reverse the word → CIGOL Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → DJHPM Step 3: Rotate left by 2 positions → HPMDJ Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → H16M4J What is the final output?
Multiple transformations applied sequentially: LOGIC → CIGOL → DJHPM → HPMDJ → H16M4J

Question 3

Input: CODE Step 1: Reverse the word → EDOC Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → FEPD Step 3: Rotate left by 2 positions → PDFE Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → P4F5 What is the final output?
Multiple transformations applied sequentially: CODE → EDOC → FEPD → PDFE → P4F5

Question 4

Input: TEST Step 1: Reverse the word → TSET Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → UTFU Step 3: Rotate left by 2 positions → FUUT Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → F21U20 What is the final output?
Multiple transformations applied sequentially: TEST → TSET → UTFU → FUUT → F21U20

Question 5

Input: SMART Step 1: Reverse the word → TRAMS Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → USBNT Step 3: Rotate left by 2 positions → BNTUS Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → B14T21S What is the final output?
Multiple transformations applied sequentially: SMART → TRAMS → USBNT → BNTUS → B14T21S

Question 6

Input: EXAM Step 1: Reverse the word → MAXE Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → NBYF Step 3: Rotate left by 2 positions → YFNB Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → Y6N2 What is the final output?
Multiple transformations applied sequentially: EXAM → MAXE → NBYF → YFNB → Y6N2

Question 7

Input: FOCUS Step 1: Reverse the word → SUCOF Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → TVDPG Step 3: Rotate left by 2 positions → DPGTV Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → D16G20V What is the final output?
Multiple transformations applied sequentially: FOCUS → SUCOF → TVDPG → DPGTV → D16G20V

Question 8

Input: BRAIN Step 1: Reverse the word → NIARB Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → OJBSC Step 3: Rotate left by 2 positions → BSCOJ Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → B19C15J What is the final output?
Multiple transformations applied sequentially: BRAIN → NIARB → OJBSC → BSCOJ → B19C15J

Question 9

Input: CODE Step 1: Reverse the word → EDOC Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → FEPD Step 3: Rotate left by 2 positions → PDFE Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → P4F5 What is the final output?
Multiple transformations applied sequentially: CODE → EDOC → FEPD → PDFE → P4F5

Question 10

Input: FOCUS Step 1: Reverse the word → SUCOF Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → TVDPG Step 3: Rotate left by 2 positions → DPGTV Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → D16G20V What is the final output?
Multiple transformations applied sequentially: FOCUS → SUCOF → TVDPG → DPGTV → D16G20V

Question 11

Input: LOGIC Step 1: Reverse the word → CIGOL Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → DJHPM Step 3: Rotate left by 2 positions → HPMDJ Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → H16M4J What is the final output?
Multiple transformations applied sequentially: LOGIC → CIGOL → DJHPM → HPMDJ → H16M4J

Question 12

Input: LOGIC Step 1: Reverse the word → CIGOL Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → DJHPM Step 3: Rotate left by 2 positions → HPMDJ Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → H16M4J What is the final output?
Multiple transformations applied sequentially: LOGIC → CIGOL → DJHPM → HPMDJ → H16M4J

Question 13

Input: FOCUS Step 1: Reverse the word → SUCOF Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → TVDPG Step 3: Rotate left by 2 positions → DPGTV Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → D16G20V What is the final output?
Multiple transformations applied sequentially: FOCUS → SUCOF → TVDPG → DPGTV → D16G20V

Question 14

Input: BRAIN Step 1: Reverse the word → NIARB Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → OJBSC Step 3: Rotate left by 2 positions → BSCOJ Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → B19C15J What is the final output?
Multiple transformations applied sequentially: BRAIN → NIARB → OJBSC → BSCOJ → B19C15J

Question 15

Input: FOCUS Step 1: Reverse the word → SUCOF Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → TVDPG Step 3: Rotate left by 2 positions → DPGTV Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → D16G20V What is the final output?
Multiple transformations applied sequentially: FOCUS → SUCOF → TVDPG → DPGTV → D16G20V

Question 16

Input: ALERT Step 1: Reverse the word → TRELA Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → USFMB Step 3: Rotate left by 2 positions → FMBUS Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → F13B21S What is the final output?
Multiple transformations applied sequentially: ALERT → TRELA → USFMB → FMBUS → F13B21S

Question 17

Input: TEST Step 1: Reverse the word → TSET Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → UTFU Step 3: Rotate left by 2 positions → FUUT Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → F21U20 What is the final output?
Multiple transformations applied sequentially: TEST → TSET → UTFU → FUUT → F21U20

Question 18

Input: TEST Step 1: Reverse the word → TSET Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → UTFU Step 3: Rotate left by 2 positions → FUUT Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → F21U20 What is the final output?
Multiple transformations applied sequentially: TEST → TSET → UTFU → FUUT → F21U20

Question 19

Input: SMART Step 1: Reverse the word → TRAMS Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → USBNT Step 3: Rotate left by 2 positions → BNTUS Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → B14T21S What is the final output?
Multiple transformations applied sequentially: SMART → TRAMS → USBNT → BNTUS → B14T21S

Question 20

Input: EXAM Step 1: Reverse the word → MAXE Step 2: Shift each letter +1 (A→B, B→C, ..., Z→A) → NBYF Step 3: Rotate left by 2 positions → YFNB Step 4: For even positions (0-indexed), keep letter; for odd positions, replace with position number (A=1, B=2...) → Y6N2 What is the final output?
Multiple transformations applied sequentially: EXAM → MAXE → NBYF → YFNB → Y6N2
Previous Worksheet Next Worksheet