Which property is deprecated while resolving a template (T) that can be used as a template for page (P)?
A. cq:allowedTemplates property of the jcr:contentsubnode of P or an ancestor of P
B. allowedPaths property of T
C. allowedParents property of T
D. allowedChildren property of the template of P
Which template allowed Paths expression would allow a page to be created with the path/ content / main / page1/ page2?
A. /content/main/?
B. /content/main/[^/]+(/,*)?
C. /content/main/[A/]+[A/]
D. /content/main/*
When installing Internet Information Services, which Application Development Feature needs to be enabled to work with the AEM Dispatcher?
A. ISAPI Filters
B. Server-Side Includes
C. CGI
D. ISAPI Extensions
When configuring a custom log file on a production publish instance, which two statements are true? (Choose two).
A. Web Console url http://
B. Always start with the log level DEBUG on the production server to get more information.
C. Create a run mode based on Apache Sling Logging Logger configuration for publish run mode as org.apache.sling.commons.log.LogManager.factory.config-
D. The physical location of the custom log file is NOT relative to the crx-quickstart folder.
An author and publish instance has a shared data store with a very large number of assets. Which type of replication is recommended to avoid duplication of data?
A. Asynchronous replication.
B. Binaryless replication.
C. ClusterDataStore with no replication agents.
D. Replication with no versioning.
Which log file in
A. Audit.log
B. Error.log
C. Stdout.log
D. Stderr.log
Which three statements about configuring a development environment for a new AEM project called "customer bank", that contains both custom OSGi services and AEM components is true? (Choose three).
A. http://
B. The repository for AEM dependency jar files can be either http://repo.adobe.com/nexus/content/groups/public/ or the local Apache Archiva with all required dependencies
C. Create a Maven project with archtypemultimodule-content-package-archetype from the repository http://repo.adobe.com/nexus/content/groups/public/
D. Create a Maven project with archtype simple-content-package-archetype from repository http://repo.adobe.com/nexu5/content/gmups/public/
What is the difference between extending a component and component overlay?
A. There is NO difference.
B. Overlay is to override default component functionality. Extending is to extend the component functionality through the use of Resource Hierarchy and super types.
C. Overlay is to extend the component functionality through the use of Resource Hierarchy and super types. Extending is to override default component functionality.
D. Extending component means extending the behavior of foundation component, Overlay component is overriding the behavior of custom component.
You are using IIS as the Web server with the dispatcher and your websites root folder path is /content/mycompany. The page /content/mycompany/about us is edited and activated to the AEM publish instance. Assuming the dispatcher flush agent is NOT available and IIS is installed on C:\inetpub of the Windows server, what needs to done for the new version of the page to be seen from the IIS Web server?
A. Delete the subfolders of the directory "C:\inetpub\wwwroot" to dear the content cache.
B. Nothing.
C. Delete the directory "C:\inetpub\tempn to clear the content cache.
D. Delete the following directory "C:\inetpub\wwwroot\content\mycompany" to clear the content cache.
Which option will enable an in-place edit of a component that contains HTML text in it?
A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D