ExamGecko
Home Home / Adobe / AD0-E103

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

Question list
Search
Search

List of questions

Search

Related questions











A developer is creating a new OSGi bundle com.custom.package.b to expose new services.

com.custom.package.a is already installed and active in the system and has the following package definition:

The system console shows the following package availability:

Bundle com.custom.package.b to be installed has the following package definition:

What will happen when the developer uploads the bundle com.custom.package.b into the system?

A.
The bundle will install but fail the activation due to unsatisfied dependencies com.sample.package.b and com.sample.package.c.
A.
The bundle will install but fail the activation due to unsatisfied dependencies com.sample.package.b and com.sample.package.c.
Answers
B.
The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.c.
B.
The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.c.
Answers
C.
The bundle will install and activate successfully.
C.
The bundle will install and activate successfully.
Answers
D.
The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.b.
D.
The bundle will install but fail the activation due to unsatisfied dependency com.sample.package.b.
Answers
Suggested answer: A

A custom AEM application is using the PageManager API.

What should a developer add to make the application compile and run correctly in AEM?

A.
a maven dependency to AEM uber-jar to the content package
A.
a maven dependency to AEM uber-jar to the content package
Answers
B.
a maven dependency to bundle cq-wcm-core to the application bundle
B.
a maven dependency to bundle cq-wcm-core to the application bundle
Answers
C.
a maven dependency to AEM uber-jar to the application bundle
C.
a maven dependency to AEM uber-jar to the application bundle
Answers
D.
a maven dependency to bundle cq-wcm-api to the content package
D.
a maven dependency to bundle cq-wcm-api to the content package
Answers
Suggested answer: A

Explanation:

Reference: https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/ht-projects-maven.html#ExperienceManagerAPIDependencies

How should a developer enable remote debugging of an AEM server without modifying the AEM start script?

A.
Enable the remote debugging service through the AEM Cloud Services menu.
A.
Enable the remote debugging service through the AEM Cloud Services menu.
Answers
B.
Rename the quickstart jar file to include the additional debug settings.
B.
Rename the quickstart jar file to include the additional debug settings.
Answers
C.
Enable the remote debugging service through the AEM Web Console.
C.
Enable the remote debugging service through the AEM Web Console.
Answers
D.
Include an additional JVM parameter when starting AEM with java -jar.
D.
Include an additional JVM parameter when starting AEM with java -jar.
Answers
Suggested answer: B

Explanation:

Reference: http://aempodcast.com/2013/aem-resources/remote-debugging-aem-projects-using-intellij-or-netbeans/#.XeKArVpR2kw

A developer developed a workflow that makes a copy of every node created or modified under a certain path to a different one. The workflow launches but the nodes are not copied over. Which two methods should the developer use to resolve this issue? (Choose two.)

A.
Go to Workflow Failures screen and check if any instances of the workflow are present.
A.
Go to Workflow Failures screen and check if any instances of the workflow are present.
Answers
B.
Go to Workflow instances screen and verify that the instance of the workflow is present and check its status.
B.
Go to Workflow instances screen and verify that the instance of the workflow is present and check its status.
Answers
C.
Go to Package Manager screen and reinstall the bundle that contains the workflow so it restarts.
C.
Go to Package Manager screen and reinstall the bundle that contains the workflow so it restarts.
Answers
D.
Go to Workflow Models screen, then delete and recreate the workflow.
D.
Go to Workflow Models screen, then delete and recreate the workflow.
Answers
E.
Go to Workflow Launchers and create a new launcher for the workflow even if one already exists.
E.
Go to Workflow Launchers and create a new launcher for the workflow even if one already exists.
Answers
Suggested answer: B, D

A developer creates an AEM editable template that includes a Layout Container. When the developer creates a page using this template, the Layout Container placeholder does NOT appear.

What is causing this issue?

A.
The Layout Container does NOT have a policy.
A.
The Layout Container does NOT have a policy.
Answers
B.
The page template has NOT been enabled.
B.
The page template has NOT been enabled.
Answers
C.
The page template has NOT been published.
C.
The page template has NOT been published.
Answers
D.
The Layout Container has NOT been unlocked.
D.
The Layout Container has NOT been unlocked.
Answers
Suggested answer: D

Too many pages are invalidated in the dispatcher cache when a page is published.

What is most likely causing this issue in the dispatcher configuration?

A.
Sticky session are NOT configured properly, resulting in requests being delivered to the wrong server.
A.
Sticky session are NOT configured properly, resulting in requests being delivered to the wrong server.
Answers
B.
The level of cache invalidation is NOT appropriate for the published content model.
B.
The level of cache invalidation is NOT appropriate for the published content model.
Answers
C.
File globbing in the dispatcher configuration is NOT correct.
C.
File globbing in the dispatcher configuration is NOT correct.
Answers
D.
The OS file system permissions are NOT properly configured.
D.
The OS file system permissions are NOT properly configured.
Answers
Suggested answer: B

Explanation:

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

The developer is presented with a component “Component A” which inherits from a component “Component B”. The dialog of Component A on path ../cq:dialog/../../items looks like:

The dialog of Component B on path ../cq:dialog/../../items looks like:

The requirement for the dialog is that the “Align text” field is shown after the “Title” field.

What should the developer do without changing Component B?

A.
Move the align node from Component A to Component B and order them according the requirements.
A.
Move the align node from Component A to Component B and order them according the requirements.
Answers
B.
Extend Component B with the functionality of Component A.
B.
Extend Component B with the functionality of Component A.
Answers
C.
Add the property sling:orderBefore=”description” to the align node.
C.
Add the property sling:orderBefore=”description” to the align node.
Answers
D.
Move all nodes under the item node from Component B to Component A and order them according the requirements.
D.
Move all nodes under the item node from Component B to Component A and order them according the requirements.
Answers
Suggested answer: A

A developer has a component foobar that consists of the files listed below: script-a.js

script-b.js

What is the output when this component is rendered?

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

A service component periodically retrieves content from an external REST interface and saves the information in JCR. The REST endpoint is configured via an OSGi service property. There is one URL for production (runmode prod) and another URL for all other environments.

How should a developer configure the OSGi service?

A.
Underneath /apps/<project>/settings, create the sub folders global and prod and node with name <PID>.conf each and configure the properties via node properties.
A.
Underneath /apps/<project>/settings, create the sub folders global and prod and node with name <PID>.conf each and configure the properties via node properties.
Answers
B.
Underneath /config/<project>/settings, create the sub folders config.default and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
B.
Underneath /config/<project>/settings, create the sub folders config.default and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
Answers
C.
Underneath /apps/<project>, create the sub folders config and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
C.
Underneath /apps/<project>, create the sub folders config and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
Answers
D.
Underneath /config/<project>/settings, create the sub folders config and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
D.
Underneath /config/<project>/settings, create the sub folders config and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
Answers
Suggested answer: A

What is the artifact ID of the maven dependency that contains all core AEM APIs?

A.
core-jar
A.
core-jar
Answers
B.
api-jar
B.
api-jar
Answers
C.
aem-jar D. uber-jar
C.
aem-jar D. uber-jar
Answers
Suggested answer:

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-learn/getting-started-wknd-tutorial-develop/project-setup.html

Total 92 questions
Go to page: of 10