Adobe AD0-E103 Exam Practice Questions (P. 5)
- 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 #21
A developer needs to create an OSGi service to run on an Author instance and send out newsletters at periodic intervals. Intervals should be customized using the
Web Console Configuration. Concurrent execution must be prevented.
Which code snippet should a developer use to achieve?
A.

B.

C.

D.

Web Console Configuration. Concurrent execution must be prevented.
Which code snippet should a developer use to achieve?
A.

B.

C.

D.

send
light_mode
delete
Question #22
From which AEM Web Console should a developer access and download full AEM Log Files?
- AWeb Console -> System Information
- BStatus -> Log files
- COSGI -> Sing Log Service
- DAEM -> Log files
Correct Answer:
C
Reference:
https://helpx.adobe.com/aem-forms/kb/getting-log-files-directly-from-aem.html
C
Reference:
https://helpx.adobe.com/aem-forms/kb/getting-log-files-directly-from-aem.html
send
light_mode
delete
Question #23
A developer needs to create a new component called "Component A". Component A must show a list of other components that all have a resource type of existing
"Component B". Component A must render this list of tiles for each Component B where the tile rendering is different from the default one. The list of rendered tiles must be reusable by future new components.
How should the developer implement this functionality?
"Component B". Component A must render this list of tiles for each Component B where the tile rendering is different from the default one. The list of rendered tiles must be reusable by future new components.
How should the developer implement this functionality?
- ACreate a script for tile rendering in Component B and use data-sly-resource attribute with a Sling selector in Component A to render the tile.
- BComponent A overlays Component B and overwrites the base renderer to facilitate the tiles.
- CComponent A inherits from Component B and overwrites the base renderer to facilitate the tiles.
- DComponent A calls the HTL of Component B directly using a data-sly-include attribute.
Correct Answer:
A
A
send
light_mode
delete
Question #24
For each CRX node in the hierarchy, which actions can be configured using the user admin interface?
- ARead, Modify, Create, Delete, Read ACL, Edit ACL, Replicate
- BRead, Write, Read ACL, Edit ACL, Replicate
- CRead, Write, Delete, Edit ACL, Replicate
- DRead, Modify, Create, Delete, Read ACL, Edit ACL
Correct Answer:
A
Reference:
https://forums.adobe.com/thread/2323098
A
Reference:
https://forums.adobe.com/thread/2323098
send
light_mode
delete
Question #25
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?
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?
- ASet up a cron job with curl calls with the admin user and use request.getResourse().getResourceResolver().
- BCreate a configuration line in PID com.day.cq.security.ACLSetup for the user that you obtain a session for via ResourceResolverFactory.getResourceResolver(...).
- CConfigure the user admin in PID org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl as user.default and make sure the service user exists and has jcr:read and jcr:write permissions.
- DCreate a configuration for PID org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-damaccess that references a pre-created service user with r/w permissions and use ResourceResolverFactory.getServiceResourceResolver(...).
Correct Answer:
C
C
send
light_mode
delete
All Pages