Adobe AD0-E103 Exam Practice Questions (P. 4)
- 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 #16
After adding new features, a developer's environment is experiencing slowness before ultimately running out of memory. The initial log analysis points towards a large number of open sessions.
Which action should the developer take to further monitor the overall session count on this AEM instance?
Which action should the developer take to further monitor the overall session count on this AEM instance?
- ARun the following command to generate thread dumps jstack -l <pid> >> threaddumps.log, analyze thread dumps to find long running sessions.
- BGo to Web Console > Status > Threads, verify the overall thread count.
- CGo to Tools > Operations > Monitoring. Create a new report based on Number of Active Sessions as metric.
- DGo to <aem-install>/crx-qiuckstart/logs/strderr/log, use the following command grep -o "˜CRXSessionImpl' strderr.log| wc -l.
Correct Answer:
D
D
send
light_mode
delete
Question #17
An OSGi bundle Activator.java is registered through a service DevelopInfo.java
DeveloperInfo.java -

Activator.java -

Maven install generates an error during deployment. Refer to the error information below:

Which action should the developer take to resolve the build error?
DeveloperInfo.java -

Activator.java -

Maven install generates an error during deployment. Refer to the error information below:

Which action should the developer take to resolve the build error?
- A@Service annotation is missing in DeveloperInfo.java.
- BInterface DeveloperInfo does NOT have any method.
- CActivator class is NOT implementing DeveloperInfo interface.
- DThe required Maven repository for OSGi is missing.
Correct Answer:
C
C
send
light_mode
delete
Question #18
An online insurance company website has user-generated content that must be replicated in all publish instances.
What action should the developer take to achieve this?
What action should the developer take to achieve this?
- AConfigure the dispatcher flush agent in publish instance.
- BConfigure reverse replication agents for the author.
- CConfigure the replication agent in the publish instances.
- DDisable static agent in the author instance.
Correct Answer:
A
Reference:
https://helpx.adobe.com/fi/experience-manager/6-4/sites/deploying/using/replication.html
A
Reference:
https://helpx.adobe.com/fi/experience-manager/6-4/sites/deploying/using/replication.html
send
light_mode
delete
Question #19
A developer needs to analyze log messages for custom Java application. The developer writes the following Java class:

The developer creates a custom log named custom.log with a debug level in OSGi web console for Java package com.abc.xyz.
Where should the developer look in the OSGi web console to view the above message?

The developer creates a custom log named custom.log with a debug level in OSGi web console for Java package com.abc.xyz.
Where should the developer look in the OSGi web console to view the above message?
- AOSGi -> Log Service and click logs/custom.log
- BSling-> Log Support and click logs/custom.log
- CSling -> Metrics and click logs/custom.log
- DAEM -> Log Support and click logs/custom.log
Correct Answer:
B
B
send
light_mode
delete
Question #20
A developer must create a workflow step that assigns a "˜WorkItem' to the appropriate person based on who has the least amount work to do.
The group that must perform the action is configured into the workflow.
Which non-deprecated interface should the Java implementation class use to perform the assignment?
The group that must perform the action is configured into the workflow.
Which non-deprecated interface should the Java implementation class use to perform the assignment?
- Acom.adobe.granite.workflow.exec.ParticipantStepChooser
- Bcom.day.cq.workflow.exec.ParticipantChooser
- Ccom.day.cq.workflow.exec.WorkItem
- Dcom.adobe.granite.workflow.exec.WorkflowData
Correct Answer:
B
Reference:
https://docs.adobe.com/content/help/en/experience-manager-64/developing/extending-aem/extending-workflows/workflows-step-ref.html
B
Reference:
https://docs.adobe.com/content/help/en/experience-manager-64/developing/extending-aem/extending-workflows/workflows-step-ref.html
send
light_mode
delete
All Pages