A developer is creating a custom component that shows a list of pages. For each page, the following items must be shown:✑ Title of the page✑ Description of the page✑ A button with fixed text "Read more" that must be translatableAll of the above fields must be wrapped in a <div> tag.The logic for obtaining the list of pages must be reusable for future components.Which snippet should the developer use to meet these requirements?A.B.C.D.
A developer is working on a complex project with multiple bundles. One bundle provides an OSGi service for other bundles.Which two options are necessary to ensure that the other bundles can reference that OSGi service? (Choose two.)
The structure section of an editable template has a locked component.What happens to the content of that component when a developer unlocks it?
Which log file contains AEM application request and response entries?
A developer identifies that some requests for the page /content/sampleproject/page.html take longer that other requests for the same page. Refer to the$DOCROOT/content/sampleproject directory below.The dispatcher.log file contains the following lines:How should the developer make sure that the page is always cached?
A developer needs to create a banner component. This component shows an image across the full width of the page. A title is shown on top of the image. This text can be aligned to the left, middle, or right. The core components feature a teaser component which matches almost all requirements, but not all.What is the most maintainable way for the developer to implement these requirements?