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?
Correct Answer:
A
🗳️
Reference:
https://helpx.adobe.com/es/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop/part7.html
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 translatable
All 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.
Correct Answer:
B
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.)
Correct Answer:
CE
🗳️
The structure section of an editable template has a locked component.
What happens to the content of that component when a developer unlocks it?
Correct Answer:
B
🗳️
Reference:
https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/page-templates-editable.html