Join 60,000+ competitive exam aspirants
If 'LION' is 'MJPO', then 'TIGER' is:
UJHFS
UJHFS
UJHFS
UJHES
UJHFS
Observe the constant incremental shift: every letter in the source word is moved one position forward in the alphabet (Nth letter becomes N+1 letter).
Observe the constant incremental shift: every letter in the source word is moved one position forward in the alphabet (Nth letter becomes N+1 letter).
Analyze the pattern in LION
Map each letter of LION: L+1=M, I+1=J, O+1=P, N+1=O. The rule is simply Shift +1 for every character.
Apply the pattern to TIGER
Applying +1 shift to TIGER: T+1=U, I+1=J, G+1=H, E+1=F, R+1=S. Combining these gives UJHFS.
A: Contains a space which is invalid, C: Contains a space which is invalid, D: The 4th letter E is incorrect as G+1=H and E+1=F.
B is correct because the sequence follows a +1 alphabetical shift for each letter, transforming TIGER into UJHFS.
For coding-decoding questions, always check the first and last letters first to eliminate distractors; this often allows you to solve the question in under 10 seconds.