

InterviewSolution
Saved Bookmarks
1. |
$ F 3 6 N @ 9 K T Q 5 C % 8 B # 7 D S * H 4 W L Step - I The numbers which are immediately preceded by symbol and immediately followed by an alphabet are arranged in the end on the series in increasingorder. (Arranged immediate after L) Step -II The odd numbers which are immediately preceded by an alphabet interchange their position with respect to the alphabet just before it. Step -III The alphabets which are immediately followed by a symbol are arranged in alphabetical order between H and 4 of step II. Note: (Step II is applied after Step I and STEP III is applied after STEP II) How many symbols are immediately preceded by alphabets in step III? |
Answer» One STEP I : $ F 3 6 N @ K T Q 5 C % B # D S * H 4 W L 7 8 9 Step II : $ 3 F 6 N @ K T 5 Q C % B # D S * H 4 W 7 L 8 9 Step III : $ 3 F 6 @ K T 5 Q % # D * H B C N S 4 W 7 L 8 9 |
|