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
Adjacent-pair swapping in a word: If you swap (1↔2), (3↔4), (5↔6), … in “COMMUNICATIONS”, which letter becomes the 10th from the right in the new arrangement?
Unscramble with indexed letters: E→(i), R→(ii), D→(iii), I→(iv), S→(v), P→(vi). Form a meaningful word and give the correct index order.
Decode using a provided code–key table: Code row: L X P Z J Y Q M N B …; Key row: b a e s p r h i g t. Decode “Z B Y X M N Q B”.
Symbol cipher decoding: Given A→@, B→#, C→$, D→%, E→^, M→&, N→*, O→α, S→β, R→γ, U→δ, decode “# α @ γ %”.
Symbol cipher decoding (extended set): Given A→@, C→#, D→$, E→%, G→=, H→^, K→&, L→*, M→α, N→β, O→γ, S→δ, decode “^ γ α @ =%”.
Direct symbol mapping: Using A→!, B→@, C→#, D→$, E→%, F→^, G→&, H→*, I→+, O→=, P→α, R→β, S→γ, T→δ, U→∠, encode the word “FIGHT”.
Coding–decoding with symbol map (letters → symbols): A → !, B → @, C → #, D → $, E → %, F → ^, G → &, H → *, I → +, O → =, P → α, R → β, S → γ, T → δ, U → ∠. Using only this mapping, how is the word “DEAR” coded?
Two symbol-to-letter decodings are given: 1) “@ # $ % &” decodes to “ARGUE”. 2) “α β γ δ &” decodes to “SOLVE”. Using these as keys, decode the symbol string: “δ @ $% &γ ∠”. What English word does it form?
Digit-to-symbol substitution (numbers → symbols): 1 → !, 2 → @, 3 → #, 4 → $, 5 → %, 6 → ^, 7 → &, 8 → *, 9 → +. Using this mapping, how is the number 15384 written in code?
From the examples: “PENCIL” is coded as “? @ , = ; 7”, and “PAPER” is coded as “? 9 ? @ 5”. Using these consistent letter→symbol mappings, how will you code the word “CLIP”?
In a certain code language, the word COMPUTER is written as RFUVQNPC. Using the same coding pattern, how will the word MEDICINE be written in that code language?
In a certain code language, “134” means “good and tasty”, “478” means “see good pictures” and “729” means “pictures are faint”. Based on this information, which digit stands for the word “see”?
In a certain code, the letter Z is written as 52 and the word ACT is written as 48. Using the same coding rule, what will be the numeric code for the word BAT?
In a certain code language, (A) “pit na som” means “bring me water”, (B) “na jo tod” means “water is life”, (C) “tub od pit” means “give me toy” and (D) “jo lin kot” means “life and death”. Which code word in this language represents the word “is”?
In a certain code, the word MONKEY is written as XDJMNL. Using the same coding pattern, how will the word TIGER be written in that code?
If the word FRIEND is coded as HUMJTK in a certain code language, then how is the word CANDLE written in that same code?
In a certain code, Z is written as 2197 and R is written as 729. Using the same rule, how would the letter J be written in that code?
If the word ROSE is coded as 6821, CHAIR is coded as 73456 and PREACH is coded as 961473, then what will be the numerical code for the word SEARCH in the same coding scheme?
In a certain code language: (A) "134" means "you are well"; (B) "758" means "they go home"; and (C) "839" means "we are home". To answer the question "Which digit stands for the word 'home'?", which of the three statements (A, B or C) can be dispensed with as not necessary?
According to a military code, the word SYSTEM is written as SYSMET and the word NEARER is written as AENRER. Using the same pattern, what will be the code for the word FRACTION?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22