Adobe AD0-E116 Adobe Experience Manager Sites Developer Expert Online Training
Adobe AD0-E116 Online Training
The questions for AD0-E116 were last updated at Nov 23,2024.
- Exam Code: AD0-E116
- Exam Name: Adobe Experience Manager Sites Developer Expert
- Certification Provider: Adobe
- Latest update: Nov 23,2024
The dependency of an AEM project fails when a developer configures using Apache Maven.
Refer to the error information below.
INFO]—————————————
[ERROR] COMPILATION ERROR :
[INFO] —————————————
[ERROR]
/training/core/src/main/java/com/adobe/training/core/listeners/SimpleResourceListener.java
:[18,28] package org.apache.sling.api doesnot exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[26,28]
package org.apache.sling.api does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[27,31]
packageorg.apache.sling.engine does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[22,37]
package org.apache.sling.api.resource does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[25,33]
package org.apache.sling.api.settings does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[31,13]
cannot find symbol
symbol: class SlingSettingsService
location: class com.adobe.training.core.models.HelloWorldModel
What should a developer add to the pom.xml to fixthe Maven build?
- A . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>aem-api</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - B . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - C . "<resources>
<resource>
<directory>src/main/content/jcr_root</directory> <filtering>false</filtering> <excludes>
<exclude>**/.vlt</exclude>
<exclude>**/.vltignore</exclude>
<exclude>libs</exclude>
</excludes>
</resource>
</resources>"
"<repositories> - D . <repository>
<id>adobe-public-releases</id>
<name>Adobe Public Repository</name>
<url>https://repo.adobe.com/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>"
The dependency of an AEM project fails when a developer configures using Apache Maven.
Refer to the error information below.
INFO]—————————————
[ERROR] COMPILATION ERROR :
[INFO] —————————————
[ERROR]
/training/core/src/main/java/com/adobe/training/core/listeners/SimpleResourceListener.java
:[18,28] package org.apache.sling.api doesnot exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[26,28]
package org.apache.sling.api does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[27,31]
packageorg.apache.sling.engine does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[22,37]
package org.apache.sling.api.resource does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[25,33]
package org.apache.sling.api.settings does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[31,13]
cannot find symbol
symbol: class SlingSettingsService
location: class com.adobe.training.core.models.HelloWorldModel
What should a developer add to the pom.xml to fixthe Maven build?
- A . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>aem-api</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - B . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - C . "<resources>
<resource>
<directory>src/main/content/jcr_root</directory> <filtering>false</filtering> <excludes>
<exclude>**/.vlt</exclude>
<exclude>**/.vltignore</exclude>
<exclude>libs</exclude>
</excludes>
</resource>
</resources>"
"<repositories> - D . <repository>
<id>adobe-public-releases</id>
<name>Adobe Public Repository</name>
<url>https://repo.adobe.com/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>"
The dependency of an AEM project fails when a developer configures using Apache Maven.
Refer to the error information below.
INFO]—————————————
[ERROR] COMPILATION ERROR :
[INFO] —————————————
[ERROR]
/training/core/src/main/java/com/adobe/training/core/listeners/SimpleResourceListener.java
:[18,28] package org.apache.sling.api doesnot exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[26,28]
package org.apache.sling.api does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[27,31]
packageorg.apache.sling.engine does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[22,37]
package org.apache.sling.api.resource does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[25,33]
package org.apache.sling.api.settings does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[31,13]
cannot find symbol
symbol: class SlingSettingsService
location: class com.adobe.training.core.models.HelloWorldModel
What should a developer add to the pom.xml to fixthe Maven build?
- A . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>aem-api</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - B . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - C . "<resources>
<resource>
<directory>src/main/content/jcr_root</directory> <filtering>false</filtering> <excludes>
<exclude>**/.vlt</exclude>
<exclude>**/.vltignore</exclude>
<exclude>libs</exclude>
</excludes>
</resource>
</resources>"
"<repositories> - D . <repository>
<id>adobe-public-releases</id>
<name>Adobe Public Repository</name>
<url>https://repo.adobe.com/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>"
The dependency of an AEM project fails when a developer configures using Apache Maven.
Refer to the error information below.
INFO]—————————————
[ERROR] COMPILATION ERROR :
[INFO] —————————————
[ERROR]
/training/core/src/main/java/com/adobe/training/core/listeners/SimpleResourceListener.java
:[18,28] package org.apache.sling.api doesnot exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[26,28]
package org.apache.sling.api does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[27,31]
packageorg.apache.sling.engine does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[22,37]
package org.apache.sling.api.resource does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[25,33]
package org.apache.sling.api.settings does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[31,13]
cannot find symbol
symbol: class SlingSettingsService
location: class com.adobe.training.core.models.HelloWorldModel
What should a developer add to the pom.xml to fixthe Maven build?
- A . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>aem-api</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - B . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - C . "<resources>
<resource>
<directory>src/main/content/jcr_root</directory> <filtering>false</filtering> <excludes>
<exclude>**/.vlt</exclude>
<exclude>**/.vltignore</exclude>
<exclude>libs</exclude>
</excludes>
</resource>
</resources>"
"<repositories> - D . <repository>
<id>adobe-public-releases</id>
<name>Adobe Public Repository</name>
<url>https://repo.adobe.com/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>"
The dependency of an AEM project fails when a developer configures using Apache Maven.
Refer to the error information below.
INFO]—————————————
[ERROR] COMPILATION ERROR :
[INFO] —————————————
[ERROR]
/training/core/src/main/java/com/adobe/training/core/listeners/SimpleResourceListener.java
:[18,28] package org.apache.sling.api doesnot exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[26,28]
package org.apache.sling.api does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[27,31]
packageorg.apache.sling.engine does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[22,37]
package org.apache.sling.api.resource does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[25,33]
package org.apache.sling.api.settings does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[31,13]
cannot find symbol
symbol: class SlingSettingsService
location: class com.adobe.training.core.models.HelloWorldModel
What should a developer add to the pom.xml to fixthe Maven build?
- A . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>aem-api</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - B . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - C . "<resources>
<resource>
<directory>src/main/content/jcr_root</directory> <filtering>false</filtering> <excludes>
<exclude>**/.vlt</exclude>
<exclude>**/.vltignore</exclude>
<exclude>libs</exclude>
</excludes>
</resource>
</resources>"
"<repositories> - D . <repository>
<id>adobe-public-releases</id>
<name>Adobe Public Repository</name>
<url>https://repo.adobe.com/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>"
The dependency of an AEM project fails when a developer configures using Apache Maven.
Refer to the error information below.
INFO]—————————————
[ERROR] COMPILATION ERROR :
[INFO] —————————————
[ERROR]
/training/core/src/main/java/com/adobe/training/core/listeners/SimpleResourceListener.java
:[18,28] package org.apache.sling.api doesnot exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[26,28]
package org.apache.sling.api does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/filters/LoggingFilter.java:[27,31]
packageorg.apache.sling.engine does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[22,37]
package org.apache.sling.api.resource does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[25,33]
package org.apache.sling.api.settings does not exist
[ERROR]
/training/core/src/main/java/com/adobe/training/core/models/HelloWorldModel.java:[31,13]
cannot find symbol
symbol: class SlingSettingsService
location: class com.adobe.training.core.models.HelloWorldModel
What should a developer add to the pom.xml to fixthe Maven build?
- A . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>aem-api</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - B . "<dependency>
<groupId>com.adode.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.4.0</version> <classifier>apis</classifier> <scope<provided</scope> </dependency>" - C . "<resources>
<resource>
<directory>src/main/content/jcr_root</directory> <filtering>false</filtering> <excludes>
<exclude>**/.vlt</exclude>
<exclude>**/.vltignore</exclude>
<exclude>libs</exclude>
</excludes>
</resource>
</resources>"
"<repositories> - D . <repository>
<id>adobe-public-releases</id>
<name>Adobe Public Repository</name>
<url>https://repo.adobe.com/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>"
Authors need to be able to rearrange the contacts in the list
Which dialog configuration should the developer use to meet all of these requirements?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the following Client Library node structure.
+clientlibs
– jcr:primaryType="cq:ClientLibraryFolder"
– categories="[clientlibs.example]"
+ js.txt
– jcr:primaryType="nt:file" + css.txt
– jcr:primaryType="nt:file" + js
– jcr:primaryType="nt:folder"
– javascript1.js
– javascript2.js
The js.txt looks like
javascript1.js
javascript2.js
The JavaScript is NOT present in the Client Library when it is loaded.
What should a developer do to resolve this issue?
- A . Change the js folder to a Client Library node and add the property categories = "[clientlibs.example]"
- B . Change the js folder to a Client Library node and embed it on the clientlibs node
- C . Add #base=js as the first line in the js.txt file
- D . Split the js and css into 2 Client Libraries since they can’t be in the same Client Library
A custom bundle of an application is in state "Installed" after deploying it with Maven.
What should a developer do to change it to state "Active"?
- A . Use the "Start" action for the bundle in the Apache Felix Web Console
- B . Ensure all OSGi requirements are met and re-deploy using Maven
- C . Use the "Update" action for the bundle in the Apache Felix Web Console
- D . Reinstall the content package using the package manager
A developer creates Editable Templates based on a custom Page component. The developer wants to leverage the Style System within the Editable Templates to allow authors to switch between the Dark and Light Theme. The Style System dialog is NOT enabled for the site.
What should the developer do to resolve this issue?
- A . Define Style Definitions using PagePolicy dialog on Editable Template.
- B . Create two new client libraries with a dark and light theme and map them to the Page component.
- C . Set the sling:resourceSuperType property to core/wcm/components/page/v2/page on the Page component.
- D . Create a new dialog for the custom Page components.