Choose Language

Select your preferred reading language
🇬🇧
English
🇮🇳
हिन्दी
Full View
NTPC Graduate Tier 1 2025 Shift-2 📅 05 Jun, 2025

Which of the following letter-clusters should replace # and % so that the pattern and relationship followed between the letter-cluster pair on the left side of :: is the same as that on the right side of ::?

# : AND :: RWX : %

A
# = UTZ, % = OZV
B
# = OZV, % = LCT
C
# = XQB, % = UTZ
D
# = LCT, % = XQB
Result Summary
Logo

APEDIA

NTPC Graduate Tier 1
2025 • 05 Jun, 2025 • Shift-2
Which of the following letter-clusters should replace # and % so that the pattern and relationship followed between the letter-cluster pair on the left side of :: is the same as that on the right side of ::?

# : AND :: RWX : %
Correct Answer
# = XQB, % = UTZ
Code Initialization: Let's extract the proposed relationship via Option C where # equals XQB and % equals UTZ.Left Hand Translation: Transforming XQB to AND wor......
💡 Analysis & Explanation
Code Initialization
Let's extract the proposed relationship via Option C where # equals XQB and % equals UTZ.
Left Hand Translation
Transforming XQB to AND works via shifting: X(+3) gives A (looping past Z); Q(-3) gives N; B(+2) gives D. The definitive formula is +3, -3, +2.
Right Hand Application
Mirroring this formula on the cluster RWX entails: R(+3) becomes U; W(-3) drops to T; X(+2) jumps to Z.
Output Validation
The generated result precisely creates 'UTZ', locking perfectly into the designated % space.
Conclusion
Option C is strictly logically uniform across both divides.