| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 20

1. Which one of the following command is invalid?

Correct Answer is : 3d

2. We can perform word navigation in vi editor.

Correct Answer is : TRUE

3. Using ‘b’ command we can _____________

Correct Answer is : move back to the beginning of the word

4. Using ‘e’ command we can _____________

Correct Answer is : move forward to the end of the word

5. Using ‘w’ command we can _____________

Correct Answer is : move forward to the beginning of the word

6. We can prefix repeat factor with word navigation commands.

Correct Answer is : TRUE

7. Which command is used for moving the cursor to the line extreme?

Correct Answer is : |, 0

8. ____ command moves the cursor to the end of next line.

Correct Answer is : $

9. Which of the following commands will move the cursor to the end of line number 30 if the current position of the cursor is line number 01?

Correct Answer is : 30

10. Which of the following control keys will be used for scrolling one page forward?

Correct Answer is : ctrl-f

11. We can scroll halve page using control keys.

Correct Answer is : TRUE

12. To navigate 20 pages forward, we can use ______ command.

Correct Answer is : 20 ctrl-f

13. Which command is used to know the current line number?

Correct Answer is : ctrl-g

14. Which key is used for absolute movement?

Correct Answer is : M

15. Which of the following commands of ex-mode is equivalent to ‘G’ command in command mode?

Correct Answer is : : $

16. An operator can’t perform any function without being combined with a command or itself.

Correct Answer is : TRUE

17. For deleting the line form current cursor to the end of the line, we can use:

Correct Answer is : $

18. dw will ________

Correct Answer is : deletes one word

19. For yanking text, ___ is used.

Correct Answer is : y

20. For pasting text, ____ is used.

Correct Answer is : p or P