| 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 element is used for abbreviation or acronym?

Correct Answer is :

2. What is the work of
element?

Correct Answer is : contains contact details for author

3. To show deleted text, which element is used?

Correct Answer is :

4. Which element is used to show inserted element?

Correct Answer is :

5. How element works?

Correct Answer is : override text direction

6. Which property is similar to C/C++ can be applied to comments?

Correct Answer is : ifelse

7. URL is ___________

Correct Answer is : web address

8. What is the correct syntax of web address?

Correct Answer is : scheme://prefix.domain:port/path/filename

9. Which scheme is used for secure HyperText Transfer Protocol?

Correct Answer is : https

10. ASCII is _____________

Correct Answer is : 7-bit character set

11. In URL encoding replaces non-ASCII characters with ________

Correct Answer is : “%”

12. Which function is used in JavaScript for URL encoding?

Correct Answer is : encodeURI()

13. What is URL encode of ‘&’?

Correct Answer is : 0.26

14. Which of the following is not a reserved character?

Correct Answer is : >

15. What is the URL Encode for tab character?

Correct Answer is : 0.09

16. Which of the following is not encode by encodeURI() function?

Correct Answer is : :

17. Which of the following is used to decode the encoded URI?

Correct Answer is : decodeURI()

18. What is the URL Encode for the character ‘M’?

Correct Answer is : %4D

19. Which of the following is not control character?

Correct Answer is : ampersand

20. What is the URL encoding of VT?

Correct Answer is : %0B