InterviewSolution
Saved Bookmarks
| 1. |
In substitution coding some particular objects are assigned as code names and the question is asked that is to be answered in the code language. 1. If 'Cook' is called 'Butler', 'Butler' is called 'Manager', 'Manager' is called 'Teacher', 'Teacher' is called 'Clerk' and 'Clerk' is called 'Principal', who will teach in a class? (1) Cook (2) Butler (3) Clerk (4) Teacher 2. If 'Diamond' is called 'Gold', 'Gold' is called 'Silver', 'Silver' is called 'Ruby' and 'Ruby' is called 'Emerald', which is the cheapest jewel ? (1) Diamond (2) Silver (3) Gold (4) Ruby 3. If 'Eye' is called 'Hand', 'Hand' is called 'Mouth', 'Mouth' is called 'Ear', 'Ear' is called 'Nose' and 'Nose' is called 'Tongue', with which of the following would a person hear ? (1) Eye (2) Mouth (3) Nose (4) Ear |
|
Answer» 1. (3) Clerk 2. (4) Ruby 3. (3) Nose |
|