Refer to thefollowing four Client Library Folders.
A developer uses the following:
What is the resulting HTML?
Correct Answer:
C
What is the artifact ID of the maven dependency that contains all core AEM APIs?
Correct Answer:
D
https://helpx.adobe.com/ro/experience-manager/6-3/sites/developing/using/ht-projects-maven.html
A developer is working on an HTL script for a custom component. The script has the following requirements:
* This script must list the title of every child page of the current page.
* If a child page does not have any children, then its title should link directlyto that page.
* If a child page has children, then the title of every one of its children should be listed be-neath its title.
* The title of every grandchild page should link directly to that page. Which HTL script should the developer use to meet these requirements?
Correct Answer:
B
A developer wants to automatically truncate request log files once they exceed 10 MB. Which OSGi configuration should the developer modify?
Correct Answer:
D
https://sling.apache.org/documentation/development/logging.html
A developer needs to implement a header component for a website. The component has the following requirements:
- The component should be configured once on the page highest in the hierarchy.
- The header component on pages lower in the hierarchy should look the same and show the same data.
- If necessary, the configuration can be overwritten on a child page.
- The component should show a list of links that are configured in the header component. Which code snippet for returning the list of pages should the developer use?
Correct Answer:
C