Home / Verbal & Reasoning / Coding decoding
15 Coding decoding Questions and Answers
15 solved Coding decoding questions with step-by-step explanations. Includes formulas, shortcuts, and tips for placement tests and competitive exams.
Practice coding decoding questions with detailed explanations. These solved examples cover the most frequently asked patterns in placement and competitive exams.
Q1
Easy
Using A=1, B=2 coding, 'TASK' is '2011911'. Find the code for 'BOOK'.
Explanation:
Map A=1, B=2, ... Z=26 and concatenate.
Q2
Easy
Mirror alphabet rule gives 'BOOK' -> 'YLLP'. What is code for 'TASK'?
Explanation:
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q3
Easy
If 'MIND' is coded as 'DNIM' (reverse order), how is 'CAT' coded?
Explanation:
Rule is reverse the letter order.
Q4
Easy
Using alternating shifts on letters, 'CAT' becomes 'DZU'. Then 'TASK' becomes?
Explanation:
Apply +1 to 1st, -1 to 2nd, +1 to 3rd, and so on.
Q5
Easy
In a reverse coding rule, 'MIND' becomes 'DNIM'. Find code for 'TASK'.
Explanation:
Rule is reverse the letter order.
Q6
Easy
Using a +1 alphabet shift, 'BOOK' becomes 'CPPL'. What is code for 'ROAD'?
Explanation:
Apply same +1 shift to each letter of 'ROAD'.
Q7
Medium
A +2 shift code converts a word into 'DQQM'. Which original word could it be?
Explanation:
Reversing the +2 shift on 'DQQM' gives 'BOOK'.
Q8
Medium
If 'BOOK' is coded as 'KOOB' (reverse order), how is 'ROAD' coded?
Explanation:
Rule is reverse the letter order.
Q9
Medium
If 'CAT' is coded as 'XZG' using opposite alphabet positions (A<->Z), how is 'BOOK' coded?
Explanation:
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q10
Medium
If 'MIND' is coded as 'PLQG' (shift +3), how is 'ROAD' coded?
Explanation:
Apply same +3 shift to each letter of 'ROAD'.
Q11
Medium
A +3 shift code converts a word into 'ERRN'. Which original word could it be?
Explanation:
Reversing the +3 shift on 'ERRN' gives 'BOOK'.
Q12
Hard
If letter positions are used as code and 'ROAD' becomes '181514', what is code for 'CAT'?
Explanation:
Map A=1, B=2, ... Z=26 and concatenate.
Q13
Hard
Using A<->Z, B<->Y mapping, 'CAT' becomes 'XZG'. Then 'TASK' becomes?
Explanation:
Use mirror mapping A<->Z, B<->Y, ... for each letter.
Q14
Hard
If letters in 'CAT' are coded as 'DZU' by applying +1, -1 alternately, how is 'ROAD' coded?
Explanation:
Apply +1 to 1st, -1 to 2nd, +1 to 3rd, and so on.
Q15
Hard
Using A<->Z, B<->Y mapping, 'TASK' becomes 'GZHP'. Then 'CAT' becomes?
Explanation:
Use mirror mapping A<->Z, B<->Y, ... for each letter.
More Coding decoding Practice Resources
For more coding decoding practice, try our timed quiz mode that generates fresh questions every session.