1.

Which of the below does not belong to the Render Engine workflow?(a) Paint DOM elements(b) Parse Content(c) Build DOM nodes in render tree(d) Parse identifiersThis question was addressed to me in an interview.I need to ask this question from Page Render BottleNecks Optimization in section Invocation and Performance Navigation of JavaScript

Answer»

Correct option is (d) Parse identifiers

To elaborate: A rendering ENGINE is SOFTWARE that DRAWS text and images on the screen. All of the mentioned belongs to the Render Engine workflow. The Render engine workflow contains:

Parse Content

Build DOM nodes in render tree

Layout positioning of DOM ELEMENTS

Paint DOM elements.



Discussion

No Comment Found

Related InterviewSolutions