Sub-categories in the Miscellaneous Pot

Personalization (6)

  1. Subject: Miscellaneous - Personalization
    How is Personalization used in Magnolia?

    A - Personalization is used in adapting content to the visitor based on certain criteria such as country, age, recurring or new visitor, gender,etc.
    B - Personalization is used to change the color and iconography on the Magnolia CMS GUI according to the author's personal preferences, needs and capabilities.
    C - Personalization is used to implement the latest web technology trends and updates to the layout and content of a page.
    Correct answer: A

  2. Subject: Miscellaneous - Personalization
    In Magnolia, one of the personalization function is to define different traits to a website visitor.

    What are the four traits Magnolia provides OOTB
    ?

    A -  Cookie, Date, Visitor, Country
    B - Browser, IP, Cookie, Filesystem
    C - IP, OS, Browser, Updates
    Correct answer: A

  3. Subject: Miscellaneous - Functionality ((warning)Chris: Can't be "Personalization", as its the answer)
    What is a trait in Magnolia?

    A - A trait such as geographical location is an attribute of a visitor that can be used to personalize content.
    B - A trait is a property set by the author in the Configuration app to target users visiting the page.
    C - A trait is a property in a template definition that configures the look and feel of the public instances.
    Correct answer: A

  4. Subject: Miscellaneous - Personalization
    Observe the image below. How is variants used in this example?

    A - It was used to create a number of page variants of the original page adapting content to end-users' preferences, needs and capabilities.
    B - It was used to generate derived versions of the original page that inherited the entire content and layout which will serve as back-ups.
    C - It was used to make copies of the original page enabling unanimous content and publishing according to editors' preferences, needs and capabilities.
    Correct answer: A
                     

  5. Subject: Miscellaneous - Personalization
    What is a 'page/component variant'' in Magnolia?

    A -  A variant is an alternative content element that replaces the original element, edited to best suit a targeted audience.
    B -  A variant is the Magnolia term for a child page.
    C - A variant is a child page of the original page but is created in a different App than the original.
    Correct answer: A

  6. Subject: Miscellaneous - Personalization
    How does a persona help you test content variants?
    A - A persona puts a human face on abstract data about visitors. By thinking about the needs of the persona I can infer what a real visitor might need.
    B - A persona represents a buyer in an ecommerce site. By targeting attractive product variants to personas I can increase sales.
    C - A persona represents an individual user. I should create matching content variants for every persona.
    Correct answer: A

Workflow (5)

  1. Subject: Miscellaneous - Workflow
    Magnolia 5 has a workflow engine integrated out of the box.

    What workflow engine is integrated with Magnolia 5?

    A) JBPM
    B) OpenWFE
    C) JIRA
    D) VisionFlow
    Correct answer: A
                       
  2. Subject: Miscellaneous - Workflow
    Magnolia has a workflow process that can be observed in AdminCentral.

    When is a workflow used among the following examples?

    A - An author creates a page and publishes it. The publisher gets notified, reviews and approves the content.
    B - An author creates content and exports the content for translation.
    C - An author sends a document file to the publisher. The publisher creates the content in Magnolia and publishes it afterwards.
    D - An author changes content which gets automatically published on save without further human interaction.
    Correct answer: A

  3. Subject: Miscellaneous - Workflow
    You have been notified in Magnolia's AdminCentral after a workflow has been triggered.
    The print screen below shows how you were notified, what does it show?

    A - Task
    B - Notification
    C - Notepad
    D - Support Ticket

    Correct answer: A

  4. Subject: Miscellaneous - Workflow
    Scenario: A magazine company needs to ensure that published content to Public instances has gone through a complex review and approval process.

    You need to customize the OOTB (out of the box) process for review and publication approval.

    Which Magnolia embedded framework are you going to use and adapt?

    A - Workflow
    B - Process
    C - Publishing
    D - Approval
    Correct answer: A
                       
  5. Subject: Miscellaneous - Workflow
    Magnolia's OOTB workflow interacts with the Author over AdminCentral's Tasks, also called Human Tasks.

    Which among the following is a best practice when working with Workflows and Tasks?

    A - Do not use tasks within a workflow, if no human interaction is involved.
    B - Tasks are meant to be used for system tasks that needs to be performed with the highest priority.
    C - Tasks and Notifications are great reminders for authors working on the Author instance as a way to track all kind of work.
    D - Always use tasks for workflows.
    Correct answer: A

DAM (2)

  1. Subject: Miscellaneous - Asset Management ((warning)Chris: Can't be "DAM", as its the answer)
    You have just uploaded an image file into the Assets App. Each Content App has its own dedicated workspace.

    What is the name of the workspace in the Assets App?

    A - DAM
    B - Imaging
    C - Resources
    Correct answer: A
                          
  2. Subject: Miscellaneous - DAM
    Magnolia uses Digital Asset Management (DAM) to store  all the assets used in a website in one central location.
    Which among the following is NOT a benefit of storing files in the DAM?

    A - The DAM provides a location for assets that can be used only within a single website in one Author instance.
    B - The asset is automatically replicated whenever it is used in many locations of the site.
    C - Updating a single asset in the Assets App propagates to all pages where the asset is used.
    D - The DAM categorizes the assets automatically according to their file types, e.g. .jpg, .png files will automatically be stored in the images node.
    Correct answer: A

i18n (1)

  1. Subject: Miscellaneous - i18n
    Where can custom translations be used in Magnolia CMS?

    A - System i18n (UI) & Content i18n (data)
    B - Content i18n (UI) & Request i18n (locale)
    C - System i18n (UI) & Session i18n (attributes)
    Correct answer: A

Cache (2)

  1. Subject: Miscellaneous - Cache
    Magnolia uses Ehcache for its back-end embedded cache functionality.
    Only one of the following statements about Cache in Magnolia is TRUE.
    Identify the CORRECT statement.

    A - You can use a different cache framework as long as you implement the according Java interfaces for integrating into Magnolia CMS.
    B - Although it is not possible to use a different cache library, it is possible to change the out of the box Ehcache configuration.
    C - Memcached is the only alternative third-party cache implementation possible in Magnolia.
    Correct answer: A

  2. Subject: Miscellaneous - Cache
    A - Page level cache
    B - Component level cache
    C - Distributed user interaction cache
    D - External cache
    Correct answer: A

REST (1)

  1. Subject: Miscellaneous - Interfaces ((warning)Chris: Can't be "REST", as its the answer)
    Which integrated service can be used in Magnolia to manipulate content through a Web API?

    A - REST module
    B - Template Model
    C - Spring Controller (implemented with Blossom  module)
    D - Servlet
    E - AJAX
    Correct answer: A

Blossom (1)

  1. Subject: Miscellaneous - Blossom
    What is Magnolia Blossom? ((error) Check if exists in Academy) (Cass: not in the Academy : not added in ClassMarker)

    A - Magnolia Blossom is the Spring MVC Framework integration module for Magnolia CMS.
    B - Magnolia Blossom is the Grails integration allowing you to create templates and fragment codes in Java.
    C - Magnolia Blossom makes a Vaadin framework available for Magnolia.
    D - Magnolia Blossom is the CRM integration for Magnolia CMS making it easier to integrate existing systems.
    Correct answer: A

PUR (1)

  1. Subject: Miscellaneous - Functionality ((warning)Chris: Can't be "PUR", as its the answer)
    Scenario: You want to restrict some contents of your page to members-only.
    How will you allows users of a public site to register and access restricted content?

    A - Through the Public User Registration (PUR) module.
    B - Set anonymous user admin rights to true.
    C - Configure or define custom users in the Security app.
    Correct answer: A

Products & Licensing (1)

  1. Subject: Miscellaneous - Products & Licensing
    Which of the following is NOT a Magnolia product?  (Cass: not added in ClassMarker due to current name changes e.g. Magnolia NOW & Magnolia CORE,
    Christian: 23.7.2019 → and now DX CORe and Cloud etc, lets wait and see)

    A - Magnolia Developer Edition
    B - Magnolia Enterprise Edition
    C - Magnolia Enterprise Edition Pro
    D - Magnolia On Demand
    E - Magnolia Community Edition
    Correct answer: A

System Tools (1)

  1. Subject: Miscellaneous - System Tools
    Scenario: You are running an Enterprise Edition of Magnolia and would like to see the license expiration date.

    Where can you find the license information? (Cass: not in the Academy : not added in ClassMarker)
    A - Go to Tools app and click on About Magnolia.
    B - While logged in on the adminCentral right click the Magnolia logo found at the top left of the screen.
    C - Go to Web Dev app and click on Site.
    Correct answer: A

Versioning (0)

  • No labels