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

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

List of questions

Question 41

Report Export Collapse

A developer creates the following code snippet to implement a simple polling importer to fetch stock prices from an external source:

Adobe AD0-E103 image Question 41 91067 10022024173901000000

The polling importer needs to fetch stock prices for a specific stock symbol and needs to be triggered every 5 minutes.

Which node structure should the developer create in CRX to make sure that the code shown is executed successfully?

Suggested answer: A
asked 02/10/2024
Dubravko Jerkovic
38 questions

Question 42

Report Export Collapse

A developer is writing Java code using the Sling API that needs to work with the JCR directly. The code needs to obtain a Session object. A service user named β€œreposervice” may be mapped outside the code.

Which two methods could a developer use to obtain a Session without using a deprecated API? (Choose two.)

Suggested answer: A, C
asked 02/10/2024
Johannes Bickel
62 questions

Question 43

Report Export Collapse

There are performance, stability, and security issues with an installed AEM instance.

What should a developer do to fix these issues?

Delete and reinstall the AEM instance.
Delete and reinstall the AEM instance.
Install Adobe-provided Apache configuration file.
Install Adobe-provided Apache configuration file.
Stop, clear cache files, and restart the AEM instance.
Stop, clear cache files, and restart the AEM instance.
Install service pack updates from package share.
Install service pack updates from package share.
Suggested answer: C
asked 02/10/2024
PEDRO ARIAS
43 questions

Question 44

Report Export Collapse

One content package of a custom application contains the following content paths.

Adobe AD0-E103 image Question 44 91070 10022024173901000000

The server also contains the content path /apps/myproj/configuration that must NOT be touched when installing the package. Which two filter definitions should a developer use to always update only the contained paths upon installation in the server? (Choose two.)

Suggested answer: C, D
Explanation:

Reference: https://github.com/adobe/aem-spa-project-archetype/issues/69

asked 02/10/2024
Lonely Sayi
37 questions

Question 45

Report Export Collapse

A developer needs to ensure that the path /content/<proj>/segments exists on all environments with the correct initial content that the developer provides in a package. Content that exists in that path should NOT be affected.

Which import mode should the developer use in the filter definition?

update
update
merge
merge
replace
replace
optional
optional
Suggested answer: B
asked 02/10/2024
Roberto Garavaglia
50 questions

Question 46

Report Export Collapse

A developer has a component located under the path /apps. This component has a Client Library which is directly loaded onto a page. The publish instance loads the page correctly. The dispatcher also loads the page but the Client Library is missing.

How should the developer resolve this issue, while taking security into consideration?

Change the ACLs for the Client Library.
Change the ACLs for the Client Library.
Move the Client Library under /apps/<project>library.
Move the Client Library under /apps/<project>library.
Add the property allowProxy with a boolean value true.
Add the property allowProxy with a boolean value true.
Allow the path to the clientlibs on the dispatcher.
Allow the path to the clientlibs on the dispatcher.
Suggested answer: C
Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-64/developing/introduction/clientlibs.html

asked 02/10/2024
Aleksei Chernikov
56 questions

Question 47

Report Export Collapse

A developer creates a custom Client Library named foobar.

This Client Library embeds 5 other Client Libraries and contains 10 JavaScript source files. One of these files, called foo.js, has a bug on line 8 which causes an exception. The Client Library is throwing this exception on line 1350 when it is included on a webpage.

How should a developer find the exact line in foo.js where the exception has been thrown?

1. Enable JS/CSS minification in OSGi configuration console for HTML Library Manager.
1. Enable JS/CSS minification in OSGi configuration console for HTML Library Manager.
Check the JavaScript exception log in the OSGi web console.
Check the JavaScript exception log in the OSGi web console.
1. Temporarily remove the embedded Client Libraries of the foobar Client Library.
1. Temporarily remove the embedded Client Libraries of the foobar Client Library.
Use the browser JavaScript debugging tools.
Use the browser JavaScript debugging tools.
1. Add the selector debugClientLibs to the page request.
1. Add the selector debugClientLibs to the page request.
Check the JavaScript exception log in the OSGi web console.
Check the JavaScript exception log in the OSGi web console.
1. Add the query parameter debugClientLibs=true to the request.
1. Add the query parameter debugClientLibs=true to the request.
Use the browser JavaScript debugging tools.
Use the browser JavaScript debugging tools.
Suggested answer: D
asked 02/10/2024
Jay Barre
43 questions

Question 48

Report Export Collapse

Which maven plugin is required to install a content package on a local AEM environment using maven?

Maven Install Plugin
Maven Install Plugin
FileVault Package Maven Plugin
FileVault Package Maven Plugin
Content Package Maven Plugin
Content Package Maven Plugin
Maven Bundle Plugin
Maven Bundle Plugin
Suggested answer: C
Explanation:

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

asked 02/10/2024
Bradley Flay
43 questions

Question 49

Report Export Collapse

A developer needs to implement a functionality that requires creating a Custom Workflow Step.

Which two steps should the developer take to start developing the custom behavior? (Choose two.)

Implement a Java class with this method β€œpublic void process(WorkItem item, WorkflowSession wfsession) throws WorkflowException”.
Implement a Java class with this method β€œpublic void process(WorkItem item, WorkflowSession wfsession) throws WorkflowException”.
Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess.
Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess.
Create a Workflow component node of the Super Resource Type β€œcq/workflow/components/model/process” under the folder /apps//components.
Create a Workflow component node of the Super Resource Type β€œcq/workflow/components/model/process” under the folder /apps//components.
Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess.
Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess.
Create a Workflow component node of the Super Resource Type β€œcq/workflow/components/step” under the folder /etc/workflow/models.
Create a Workflow component node of the Super Resource Type β€œcq/workflow/components/step” under the folder /etc/workflow/models.
Suggested answer: D, E
Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-64/developing/extending-aem/extending-workflows/workflows-customizing-extending.html

asked 02/10/2024
Fednol Presume
39 questions

Question 50

Report Export Collapse

In which two ways can a developer keep simple and maintainable CRX Access Control Lists? (Choose two.)

Delete the β€˜everyone’ group.
Delete the β€˜everyone’ group.
Use Deny statements sparingly.
Use Deny statements sparingly.
Assign access rights to user groups rather than users.
Assign access rights to user groups rather than users.
Assign access rights user by user.
Assign access rights user by user.
Use Deny statements extensively.
Use Deny statements extensively.
Suggested answer: C, D
Explanation:

Reference: https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/user-group-ac-admin.html

asked 02/10/2024
Sean Kell
46 questions
Total 92 questions
Go to page: of 10
Search

Related questions