ExamGecko
Home Home / Adobe / AD0-E103

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

Question list
Search
Search

List of questions

Search

Related questions











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

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?

A.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
Suggested answer: A

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

A.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
E.
E.
Answers
Suggested answer: A, C

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

What should a developer do to fix these issues?

A.
Delete and reinstall the AEM instance.
A.
Delete and reinstall the AEM instance.
Answers
B.
Install Adobe-provided Apache configuration file.
B.
Install Adobe-provided Apache configuration file.
Answers
C.
Stop, clear cache files, and restart the AEM instance.
C.
Stop, clear cache files, and restart the AEM instance.
Answers
D.
Install service pack updates from package share.
D.
Install service pack updates from package share.
Answers
Suggested answer: C

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

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

A.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
E.
E.
Answers
Suggested answer: C, D

Explanation:

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

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?

A.
update
A.
update
Answers
B.
merge
B.
merge
Answers
C.
replace
C.
replace
Answers
D.
optional
D.
optional
Answers
Suggested answer: B

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?

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

Explanation:

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

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?

A.
1. Enable JS/CSS minification in OSGi configuration console for HTML Library Manager.
A.
1. Enable JS/CSS minification in OSGi configuration console for HTML Library Manager.
Answers
B.
Check the JavaScript exception log in the OSGi web console.
B.
Check the JavaScript exception log in the OSGi web console.
Answers
C.
1. Temporarily remove the embedded Client Libraries of the foobar Client Library.
C.
1. Temporarily remove the embedded Client Libraries of the foobar Client Library.
Answers
D.
Use the browser JavaScript debugging tools.
D.
Use the browser JavaScript debugging tools.
Answers
E.
1. Add the selector debugClientLibs to the page request.
E.
1. Add the selector debugClientLibs to the page request.
Answers
F.
Check the JavaScript exception log in the OSGi web console.
F.
Check the JavaScript exception log in the OSGi web console.
Answers
G.
1. Add the query parameter debugClientLibs=true to the request.
G.
1. Add the query parameter debugClientLibs=true to the request.
Answers
H.
Use the browser JavaScript debugging tools.
H.
Use the browser JavaScript debugging tools.
Answers
Suggested answer: D

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

A.
Maven Install Plugin
A.
Maven Install Plugin
Answers
B.
FileVault Package Maven Plugin
B.
FileVault Package Maven Plugin
Answers
C.
Content Package Maven Plugin
C.
Content Package Maven Plugin
Answers
D.
Maven Bundle Plugin
D.
Maven Bundle Plugin
Answers
Suggested answer: C

Explanation:

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

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

A.
Implement a Java class with this method “public void process(WorkItem item, WorkflowSession wfsession) throws WorkflowException”.
A.
Implement a Java class with this method “public void process(WorkItem item, WorkflowSession wfsession) throws WorkflowException”.
Answers
B.
Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess.
B.
Implement a Java class extending from class com.adobe.granite.workflow.exec.WorkflowProcess.
Answers
C.
Create a Workflow component node of the Super Resource Type “cq/workflow/components/model/process” under the folder /apps//components.
C.
Create a Workflow component node of the Super Resource Type “cq/workflow/components/model/process” under the folder /apps//components.
Answers
D.
Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess.
D.
Implement a Java class implementing the interface com.adobe.granite.workflow.exec.WorkflowProcess.
Answers
E.
Create a Workflow component node of the Super Resource Type “cq/workflow/components/step” under the folder /etc/workflow/models.
E.
Create a Workflow component node of the Super Resource Type “cq/workflow/components/step” under the folder /etc/workflow/models.
Answers
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

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

A.
Delete the ‘everyone’ group.
A.
Delete the ‘everyone’ group.
Answers
B.
Use Deny statements sparingly.
B.
Use Deny statements sparingly.
Answers
C.
Assign access rights to user groups rather than users.
C.
Assign access rights to user groups rather than users.
Answers
D.
Assign access rights user by user.
D.
Assign access rights user by user.
Answers
E.
Use Deny statements extensively.
E.
Use Deny statements extensively.
Answers
Suggested answer: C, D

Explanation:

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

Total 92 questions
Go to page: of 10