 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Fill in the blanks (Use Atbash Cipher that is given in code 3)For this question, we need to use Atbash cipher.For Atbash cipher, first we write the alphabets from A to Z and then in reverse from Z to A below that.ABCDEFGHIJKLMNOPQRSTUVWXYZZYXWVUTSRQPONMLKJIHGFEDCBAV M T O R H S = ……… | 
| Answer» ENGLISH V M T O R H S To solve, we look up the corresponding letter from table to replace in code to get the actual word. For V, it is E Therefore we get E N G L I S H = ENGLISH | |