| 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. The content property does not include __________

Correct Answer is : Color

2. Which character is used to differentiating between choices to list items?

Correct Answer is : ‘|’

3. Which of the following is not true regarding to counter?

Correct Answer is : counter(string)

4. What are
tags used for?

Correct Answer is : To logically divide the document

5. Which one of the following is an open source JavaScript library that enables styling for HTML5 elements in versions of Internet Explorer before IE 9 ?

Correct Answer is : HTML5 Shiv

6. Which one of the following is not a step to install a library you need to perform the compatibility in browsers?

Correct Answer is : None of the mentioned

7. Which property is used to detect the browser’s user agent and code based on the pertinent cases?

Correct Answer is : navigator.userAgent

8. Some users have requested tests for IE’s float double margin bug, and support for position:fixed. Which API is suitable for them?

Correct Answer is : addTest() Plugin API

9. ___________ is an open source JavaScript library that allows support for different levels of experiences based on the capabilities of each browser.

Correct Answer is : Modernizr

10. ____________ allows you to add custom styles to the document and test an element afterwards.

Correct Answer is : modernizr.testStyles()

11. Modernizr does actually add missing functionalities to browsers save for the HTML5 tags styling support.

Correct Answer is : FALSE

12. ___________ is used to test whether geolocation is supported in old browsers.

Correct Answer is : Navigator.userAgent

13. ____________ is a resource loader (CSS and JavaScript) that was made to specifically to work side-by-side with Modernizr.

Correct Answer is : Modernizr.load

14. In case we want to implement a JavaScript fallback, we would need to create a conditional statement using Modernizr.

Correct Answer is : TRUE

15. Which of the following element is used for canvas graphics?

Correct Answer is :

16. Which of the following statement is not true?

Correct Answer is : SVG doesn’t support event handlers

17. To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element.

Correct Answer is : getContext

18. The ___________ method must add the scaling transformation described by the arguments to the transformation matrix.

Correct Answer is : scale(x, y)

19. Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image?

Correct Answer is : clearRect(x, y, w, h)

20. When the _____________ method is passed an animated image as its image argument, the user agent must use the poster frame of the animation, or, if there is no poster frame, the first frame of the animation.

Correct Answer is : drawImage()