A DevOps Engineer has cloned an environment, and configurations must be adjusted for the environment to function correctly. Due to the cloning, the domain and IPs changed during the process.
Specifically for content activation, which two parts of the configurations must be altered? (Choose two.)
A. The user of the flush agents
B. The transport URI of the replication agents
C. The transport URI of the flush agents
D. The transport URI of the dispatcher configuration
E. The user of the static content agent
After which maintenance processes can a datastore garbage collection achieve the most regain of disk space?
A. Re-index
B. Compaction
C. Version purge
D. Workflow purge
A DevOps Engineer notices that the disk usage for an AEM author instance is constantly going up.
Upon further investigation, it is revealed:
-Online Compaction is unable to complete revision cleanup task during the daily maintenance window
-Segment Store Size has gone up from 8 GB to 13 GB
-The following message is logged in the error.log file
Canceling RevisionGC. The task was either stopped by the user or the Maintenance Window reached its end - Lucene Binaries Cleanup task completed successfully during the daily maintenance window
What additional step can be performed during the weekly maintenance window to reduce the overall disk usage?
A. Invoke startRevisionGC() for SegmentRevisionGarbageCollection mbean in the JMX console
B. Invoke startBlobGC(boolean markOnly, boolean forceBlobIdRetrieve) for BlobGarbageCollection mbean in the JMX console
C. Set full compaction schedule property for com.adobe.granite.maintenance.crx.impl.RevisionCleanupTask to a preferred day
D. Set the job.topics property for com.adobe.granite.maintenance.crx.impl.DataStoreGarbageCollectionTask to com/adobe/granite/ maintenance/job/DataStoreGarbageCollectionTask
During security tests it becomes apparent that AEM specific paths were accessible on the publish instance, which should not be accessible to the public.
What is the best practice configuration on a publish dispatcher instance?
A. /0001 { /type "deny" /glob "/system/*"}
B. /0001 { /type "deny" /glob "*"}
C. /0001 { /type "deny" /url "/system/*"}
D. /0001 { /type "deny" /url "/r/*"]
Which type of backup should be performed to reduce the risk of a corrupted index?
A. Online backup when indexing is disabled
B. Offline backup when AEM is not running
C. Tape backup when the repository is in read-only mode
D. Snapshot backup when the repository is paused
A DevOps Engineer needs to perform offline maintenance on a publish instance. Which step should the DevOps Engineer take regarding replication of content?
A. Pause the replication queue to allow items to queue
B. Delete the replication queue
C. Deactivate the replication agent for the publish instance
D. Disable the replication agent for the publish instance
What is the role of the External Login Module when setting up LDAP Authentication with AEM?
A. It defines which Identity Provider and Sync Handler to use.
B. It defines how the Identity Provider users and groups will be synchronized with the repository.
C. It invokes JMX syncing of users.
D. It defines how users are retrieved from the LDAP server.
Which configuration file is applied for the component org.apache.felix.webconsole.internal.servlet.OsgiManager on the publish instance, assuming all files below are deployed?
A. /apps/
B. /apps/system/config/org.apache.felix.webconsole.internal.servlet.OsgiManager.config
C. /system/config/org.apache.felix.webconsole.internal.servlet.OsgiManager.config
D. /apps/
A problem is found on an AEM instance.
How can the DevOps Engineer enable the developers to step through the actual code that is running?
A. Connect to the JVM using a JMX connection
B. Start AEM with the remote debugging JVM parameter
C. Start AEM with the debug runmode set
D. Create an SSH tunnel to access the AEM java port
On which instance should a flush agent be configured to prevent invalidation timing issues after invalidation?
A. Author
B. Loadbalancer
C. Dispatcher
D. Publish