Adobe AD0-E103 Exam Practice Questions (P. 1)
- Full Access (92 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
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?
What is the most maintainable way for the developer to implement these requirements?
- AUse and configure the teaser core component.
- BCreate a new custom component from scratch.
- COverlay the teaser core component.
- DInherit from the teaser core component.Most Voted
Correct Answer:
A
Reference:
https://helpx.adobe.com/es/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop/part7.html
A
Reference:
https://helpx.adobe.com/es/experience-manager/kt/sites/using/getting-started-wknd-tutorial-develop/part7.html
send
light_mode
delete
Question #2
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.

✑ 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.

send
light_mode
delete
Question #3
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.)
Which two options are necessary to ensure that the other bundles can reference that OSGi service? (Choose two.)
- AThe bundles consuming the service need to import the fully qualified name of the service interface.
- BThe service needs to correctly declare metatype information.
- CThe bundle providing the service needs to contain a whitelist of allowed consumer bundles.
- DThe bundle providing the service needs to contain an adequate SCR descriptor file.
- EThe bundle providing the service needs to export the java package of the service interface.
Correct Answer:
CE
CE
send
light_mode
delete
Question #4
The structure section of an editable template has a locked component.
What happens to the content of that component when a developer unlocks it?
What happens to the content of that component when a developer unlocks it?
- AThe content stays in the same place but it ignored on pages using the template.
- BThe content is moved to the initial section of the editable template.
- CThe content is deleted after confirmation from the template author.
- DThe content is copied to the initial section of the editable template.
Correct Answer:
B
Reference:
https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/page-templates-editable.html
B
Reference:
https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/page-templates-editable.html
send
light_mode
delete
Question #5
Which log file contains AEM application request and response entries?
- Aresponse.log
- Brequest.log
- Chistory.log
- Daudit.log
Correct Answer:
B
Reference:
http://www.sgaemsolutions.com/2017/04/aem-logs-in-detail-part-1.html
B
Reference:
http://www.sgaemsolutions.com/2017/04/aem-logs-in-detail-part-1.html
send
light_mode
delete
All Pages