Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Coding Decoding Questions
A coding pattern alternates identity and +1 shift by position. If FATHER is coded as FBTIES (positions 1,3,5 unchanged; 2,4,6 shifted +1), what is the code for SISTER?
In a particular substitution, TEACHER is written as ZYXDOYK and RAIL as KXQM. Using the same one-to-one letter mapping, how is CHAIR written?
Symbol–digit–letter code: BEAM → 5%*K and COME → $7K%. Using the same mapping, encode BOMB.
Which single letter change converts the word "Vertex" into a word meaning "spiral movement"?
In a fixed transformation: CALANDER → CLANAEDR. Using the same rule, how is CIRCULAR written?
Letter-to-digit coding: FLATTER → 7238859 and MOTHER → 468159. Using the same mapping, how is MAMMOTH coded?
Letter-to-digit coding: GRAPE → 27354 and FOUR → 1687. Using the same mapping, how is GROUP coded?
Using the following code and key, decode the word. Code letters: L X P Z J Y Q M N B Key letters (plaintext): b a e s p r h i g t Coded word: ZBYXMNQB What is the decoded English word?
Alphabet values with A=1. If ACT = 24 (A=1, C=3, T=20 ⇒ 1+3+20), then what is FAT?
Digits 0–9 are represented by letters a–j (0→a, 1→b, 2→c, 3→d, 4→e, 5→f, 6→g, 7→h, 8→i, 9→j). Evaluate dc × f − (bf − d) × d and express the final number back in letters.
Small-to-capital letter coding is given as pairs: s→R, u→A, m→P, l→M, a→S, d→O. From the code letters "M A P S R O", decode the original small letters (in order).
Unscramble the jumbled letters to get a meaningful English word. Then indicate the correct order of letters (by their positions in the jumbled string) that forms the word. Jumbled letters (positions 1–8): Y(1) M(2) L(3) O(4) S(5) B(6) C(7) I(8) Task: Form the meaningful word and report its index order.
Unscramble the sequence below into a meaningful word. You are given the letter-to-position mapping (1–10). Report the correct numerical sequence (positions) that spells the word. Mapping (positions → letters): 1→E, 2→S, 3→R, 4→T, 5→A, 6→R, 7→U, 8→N, 9→A, 10→T
Use the given letter→digit table to encode the string VGIXRM. Mapping: X→8, C→4, Y→1, O→6, M→2, G→0, I→9, R→3, Q→5, V→7
Decode the sign string to digits using the given number→sign coding. Coding: 1→%, 2→x, 3→-, 4→+, 5→>, 6→<, 7→∧, 8→∨, 9→$ Given sign string: > $ x ∨ %
Decode the symbol string to digits using the given number→symbol coding. Coding: 1→+, 2→$, 3→x, 4→Δ, 5→#, 6→%, 7→≡, 8→@, 9→> Given symbol string: > ≡ > x @ $
Decode the symbol string to letters using the given letter→symbol code. Code: A→@, C→#, D→$, E→%, M→^, S→&, N→*, R→α, Q→β, V→γ, L→δ Given symbols: ^ @ α γ % δ
Decode the symbol string to letters using the given letter→symbol code. Code: A→@, B→#, C→$, D→%, E→^, G→&, N→*, R→+, L→=, M→α Given symbols: & @ + % ^ *
Decode the symbol string to letters using the given letter→symbol code (includes punctuation-like symbols). Code: A→!, B→@, C→#, D→$, E→%, F→^, G→&, H→*, I→+, P→=, R→α, S→β, T→γ, O→δ Given symbols: ! = = α δ ! # *
Decode the symbol string to digits using the given number→symbol coding. Coding: 1→!, 2→@, 3→#, 4→$, 5→%, 6→^, 7→&, 8→*, 9→+ Given symbols: ^ + # % @
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23