ExamGecko
Home / Adobe / AD0-E103 / List of questions
Ask Question

Adobe AD0-E103 Practice Test - Questions Answers, Page 3

List of questions

Question 21

Report
Export
Collapse

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?

Suggested answer: B
asked 02/10/2024
Jesus De Leon Luis
47 questions

Question 22

Report
Export
Collapse

From which AEM Web Console should a developer access and download full AEM Log Files?

Web Console -> System Information
Web Console -> System Information
Status -> Log files
Status -> Log files
OSGI -> Sing Log Service
OSGI -> Sing Log Service
AEM -> Log files
AEM -> Log files
Suggested answer: C

Explanation:

Reference: https://helpx.adobe.com/aem-forms/kb/getting-log-files-directly-from-aem.html

asked 02/10/2024
Piotr Jakubowski
32 questions

Question 23

Report
Export
Collapse

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?

Create 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.
Create 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.
Component A overlays Component B and overwrites the base renderer to facilitate the tiles.
Component A overlays Component B and overwrites the base renderer to facilitate the tiles.
Component A inherits from Component B and overwrites the base renderer to facilitate the tiles.
Component A inherits from Component B and overwrites the base renderer to facilitate the tiles.
Component A calls the HTL of Component B directly using a data-sly-include attribute.
Component A calls the HTL of Component B directly using a data-sly-include attribute.
Suggested answer: A
asked 02/10/2024
Tyler Smith
42 questions

Question 24

Report
Export
Collapse

For each CRX node in the hierarchy, which actions can be configured using the user admin interface?

Read, Modify, Create, Delete, Read ACL, Edit ACL, Replicate
Read, Modify, Create, Delete, Read ACL, Edit ACL, Replicate
Read, Write, Read ACL, Edit ACL, Replicate
Read, Write, Read ACL, Edit ACL, Replicate
Read, Write, Delete, Edit ACL, Replicate
Read, Write, Delete, Edit ACL, Replicate
Read, Modify, Create, Delete, Read ACL, Edit ACL
Read, Modify, Create, Delete, Read ACL, Edit ACL
Suggested answer: A

Explanation:

Reference: https://forums.adobe.com/thread/2323098

asked 02/10/2024
Prenolan Kamiah
41 questions

Question 25

Report
Export
Collapse

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?

Set up a cron job with curl calls with the admin user and use request.getResourse().getResourceResolver().
Set up a cron job with curl calls with the admin user and use request.getResourse().getResourceResolver().
Create a configuration line in PID com.day.cq.security.ACLSetup for the user that you obtain a session for via ResourceResolverFactory.getResourceResolver(...).
Create a configuration line in PID com.day.cq.security.ACLSetup for the user that you obtain a session for via ResourceResolverFactory.getResourceResolver(...).
Configure 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.
Configure 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.
Create 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(...).
Create 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(...).
Suggested answer: C
asked 02/10/2024
Sankalp Wadiwa
34 questions

Question 26

Report
Export
Collapse

A developer determines that the dispatcher is NOT refreshing the cached page /content/sampleproject/sample.html after it is updated. The dispatcher.any contains the following entries:

Adobe AD0-E103 image Question 26 91052 10022024173901000000

Refer to the $DOCROOT directory below:

Adobe AD0-E103 image Question 26 91052 10022024173901000000

The dispatcher needs to cache the page and refresh it after it gets updated.

What action should the developer take to meet these requirements?

Remove /statfile or /statfileslevel.
Remove /statfile or /statfileslevel.
Delete the contents of the DOCROOT directory.
Delete the contents of the DOCROOT directory.
Change the value of the entry /statfileslevel to “3”.
Change the value of the entry /statfileslevel to “3”.
Add the entry /0001 { /glob “-.html” /type “allow” } in the /invalidate section.
Add the entry /0001 { /glob “-.html” /type “allow” } in the /invalidate section.
Suggested answer: D
asked 02/10/2024
Carsten Recker
29 questions

Question 27

Report
Export
Collapse

A developer is creating a custom method. This method must return a String property y from child x. the method must use only Sling APIs.

How should the developer retrieve property y of node x, and node x may or may NOT exist?

Suggested answer: A
asked 02/10/2024
chengbin lin
44 questions

Question 28

Report
Export
Collapse

The custom AEM application needs to keep a flat list of all page paths underneath /content/thesite in memory for a real-time integration with high performance requirements. The developer has the following intermediate state of the class:

Adobe AD0-E103 image Question 28 91054 10022024173901000000

What action should the developer take to meet these requirements?

Suggested answer: C
asked 02/10/2024
Sergey Aleksandrov
50 questions

Question 29

Report
Export
Collapse

A developer needs to create a component with the following requirements:

Adobe AD0-E103 image Question 29 91055 10022024173901000000 The component must be configurable

The component should be editable, NOT removable

An author should be unable to add the component to a page through design mode Which mode structure should the developer use to meet these requirements?

Suggested answer: C
asked 02/10/2024
Jose Castillo
39 questions

Question 30

Report
Export
Collapse

A developer is creating templates and/or components using CRXDE Lite. The developer needs to check the files into source control.

Which tool should the developer use to achieve this goal?

vlt command
vlt command
Content Explorer
Content Explorer
http://localhost:4502/crx/checkout
http://localhost:4502/crx/checkout
mvn command
mvn command
Suggested answer: A

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-64/developing/devtools/ht-vlttool.html

asked 02/10/2024
Charles Smith
44 questions
Total 92 questions
Go to page: of 10
Search

Related questions