Which jar name can NOT be used to install an AEM publish instance?
A. aem-publish-p4503, jar
B. cq5-publish-4505, jar
C. cq5-publish-4503, jar
D. cq5-publish_4503, jar
Assume there are multiple publish instances (publ,pub2 and pub3) serving requests for an online shopping site. The end user is allowed to provide reviews and comments for each product and about their shopping experience. The Dispatcher module is in place to load balance the requests to publish instances and there is only one author instance, named author, where content editors create the pages. When a user, named User A, provides comments and the request being served by publish Instance publ, in which three ways are these comments replicated to pub2 and pub3? (Choose three.)
A. Configure the dispatcher flush for the author pointing to a webserver uri on which the Dispatcheris deployed and configured.
B. Configure replication agents for the author pointing to publ, pub2 and pub3.
C. Configure reverse replication agents for the author pointing to publ, pub2 and pub3.
D. Configure a static agent for the author.
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.
What does the vlt command 'resolve' do?
A. Removes the conflict markers.
B. Semantically resolves conflicts.
C. Removes the conflict-related artifact files.
D. Allows the path to be committed with the conflicts.
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.
In a typical Maven project, you will have a content module that contains a file src/main/content/META-INF/vault/filter.xml which defines the filters for the AEM package built by Maven. Your project has this structure:
Select the correct filter entry that would be included in the src/main/content/META- INF/vault/filter.xml file:
A.
B.
C.
D.
You want to restrict the size of a custom log file and enable log file rotation. Which Apache Sling configuration has to be changed in the AEM Web Console?
A. Apache Sling Composite Health Check
B. Apache Sling Job Manager
C. Apache Sling Logging Writer Configuration
D. Apache Sling Logging Logger Configuration
You are creating a new OSGi configuration in the repository. When are the configuration changesapplied?
A. By stopping and starting the bundle that refer the service,
B. Changes are applied as soon as the node is updated by restarting the service.
C. Immediately.
D. After restarting the CQ instance.
How do you specify the dependency of Junit with any version greater than or equal to 3.8?
A. Exhibit A
B. Exhibit B
C. Exhibit C
D. Exhibit D