AEM Certification Re-take Questions with Complete Solutions
AEM Certification Re-take Questions with Complete Solutions What does the site structure look like for MSM? - Correct Answers /content |- l |- language-masters |- en |- l |- us |- en |- l |- gb |- en |- l |- ca |- en |- l |- au |- en A developer creates a Sling Servlet. The Sling Servlet is bound to a path (/service/sling/sample) using @SlingServletPaths. What should the developer do to make the servlet access controlled using ACLs? - Correct Answers Use @SlingServletResourceTypes instead A developer creates Editable Templates based on a custom Page component. The developer wants to leverage the Style System within the Editable Templates to allow authors to switch between the Dark and Light Theme. The Style System dialog is NOT enabled for the site. - Correct Answers Create two new client libraries with a dark and light theme and map them to the Page Component An application runs specific license checks against certain DAM assets every day. It should send an email to a configured list if it finds warnings, and mark the asset accordingly. A service component that uses the Apache Sling Scheduler Service is created. DAM assets that must NOT be used anymore are hidden using ACLs and the license check must re-check them. How should a developer obtain a resource resolver that can read and update the DAM assets? - Correct Answers Configure the user admin in PID .ServiceUserMapperImpl as lt and make sure the service user exists and has jcr:read and jcr:write permissions. Too many pages are invalidated in the dispatcher cache when a page is published.What is most likely causing this issue in the dispatcher configuration? - Correct Answers The level of cache invalidation is NOT appropriate for the published content model. What is the artifact ID of the maven dependency that contains all core AEM APIs? - Correct Answers uber-jar A Client-Side Library has the category "le".Which HTL statement should a developer use to reference only the CSS files of this Client-Side Library? - Correct Answers <tlib="/libs/granite/sightly/templates/"data-sly-call="${@categories='le'}"/> A developer wants to consume AEM Page Data in a Single Page Application. The Single Page Application is coded to understand JSON format. Only page content should be exposed through JSON. All the existing components are based on foundation components. - Correct Answers Implement a Sling Model Exporter for the components. How should a developer configure the replication agent to flush the dispatcher cache for a newly activated page? - Correct Answers Create a dispatcher flush agent in publish instance.
Written for
- Institution
- AEM - Associate Emergency Manager
- Course
- AEM - Associate Emergency Manager
Document information
- Uploaded on
- April 13, 2024
- Number of pages
- 7
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
what does the site structure look like for msm
-
a developer creates a sling servlet the sling ser
-
a developer creates editable templates based on a