1. Subject: Templating - Rendering
    What is the template rendering order?

    A - Page script triggers the area rendering. Area script triggers the component rendering.
    B - Area script triggers the component rendering. Component script triggers the page rendering.
    C - Component script triggers the area rendering. Area script triggers the page rendering.
    Correct answer: A
                
  2. Subject: Templating - Rendering
    What are the minimum required entities to render a template?

    A - Template definition, Template script
    B - Template definition, Command
    C - Template script, Workflow definition
    Correct answer: A

  3. Subject: Templating - Rendering
    What entity defines which script and dialog is used for a render-able node uses on render?

    A - Template definition
    B - Dialog definition
    C - Freemarker script
    D - Template script
    Correct answer: A
                           

  4. Subject: Templating - Rendering
    One of the following statements is NOT TRUE about a renderer.

    Which among the statements is FALSE?
    A - In Magnolia it is not possible to provide a custom renderer.
    B - A renderer can be configured in any module.

    C - The two default renderers 'Freemarker' and 'JSP' are provided by Magnolia's 'rendering' module.

    D - A renderer is a Java class that understands a particular templating language and produces text output.

    Correct answer: A       


  5. Subject: Templating - Rendering
    Where in a render-able node is defined how the system can render it?
    A - The 'template' property of the meta data stored on the node itself.
    B - The name of the node stored in the JCR workspace 'renderMappings', mapped to its template name.
    C - In the JCR primary node type definition of the module.
    Correct answer: A


  6. Subject: Templating - Rendering
    What property defines on a template definition what renderer to user for the rendering of the template?

    A - 'renderType'
    B - 'renderer'
    C - 'renderLanguage'
    D - 'rendererClass'
    Correct answer: A

  

  • No labels