| 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: 15

1. What is SVG ?

Correct Answer is : Scalable Vector Graphics

2. SVG also stands for Scalar Vector Graphics.

Correct Answer is : FALSE

3. SVG integrates with other W3C standards such as the DOM and XSL .

Correct Answer is : TRUE

4. SVG is a language for describing:

Correct Answer is : 2D Graphics

5. SVG is used to define _________ graphics for the Web.

Correct Answer is : vector-based

6. SVG defines the graphics in _______ format.

Correct Answer is : XML

7. Which of the following is not the property of SVG images?

Correct Answer is : SVG images are resolution dependent

8. _______ drawings can be dynamic and interactive.

Correct Answer is : SVG

9. Which of the following is the predefined shape elements that can be used by developers?

Correct Answer is : Line

10. Which element must reference a resource that can provide an image for the cursor graphic?

Correct Answer is : cursor

11. Which element serves as a container for atomic filter operations?

Correct Answer is : filter

12. The __________ element must reference either an ‘altGlyphDef’ element or a ‘glyph’ element.

Correct Answer is : altGlyph

13. The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element.

Correct Answer is : radialGradient

14. Which property of SVG restricts the region to which paint can be applied?

Correct Answer is : clip-Path

15. Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?

Correct Answer is : use