Adobe AD0-E106 Adobe Experience Manager Dev/Ops Engineer Online Training
Adobe AD0-E106 Online Training
The questions for AD0-E106 were last updated at Dec 25,2024.
- Exam Code: AD0-E106
- Exam Name: Adobe Experience Manager Dev/Ops Engineer
- Certification Provider: Adobe
- Latest update: Dec 25,2024
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
An html page is published and is accessible through the dispatcher.
A client is trying to access the updated page but is not getting the updated content.
– A rule /type “allow” /glob “*.html” is present in the dispatcher /cache /rules configuration
– The HTTP header “Cache-Control: max-age=3600” is set for all requests with the html extension
– The /invalidate section is not set in the dispatcher configuration
– A flush agent is configured on the publish instance
– A CDN is serving all static content including html files and was flushed manually
Why does the content fail to update on the client side?
- A . The file was cached on the client side in the browser cache.
- B . There is no /invalidate section present in the dispatcher configuration to invalidate the updated content.
- C . The flush occurred before the content was replicated because there are a lot of items in the queue.
- D . The content is still cached in the dispatcher after the CDN flush.
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 configures a delay in the out of the box online backup.
What is the result of a delay that is too large?
- A . Excessive reads of the repository occur.
- B . The backup takes more than 24 hours.
- C . The CPU usage is reduced too much.
- D . Too many file writes occur.
A DevOps Engineer is configuring a non production deployment pipeline. The code quality is checked in the build pipeline. A security check is configured in the deployment pipeline to identify any major security issues before a production deployment.
Which other check should be executed before deployment to production?
- A . A dispatcher invalidation rule check for replication functionality
- B . An OSGi configuration validity check for the new release
- C . A sling models validation check for the new release
- D . A performance check for the actual release functionality
In what two ways can a DevOps Engineer install a content package? (Choose two.)
- A . Store the content package in the crx-quickstart/install folder in the filesystem
- B . Store the content package in the crx-quickstart/app folder in the filesystem
- C . Use CRX Package Manager
- D . Upload the package to /content/dam and start the InstallPackageWorkflow
- E . Upload the package through the OSGi console
Which gate needs to be passed after the code is deployed?
- A . Performance test gate
- B . Compilation test gate
- C . Unit test gate
- D . Code quality test gate
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 thedaily 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 theMaintenance 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 SegmentRevisionGarbageCollectionmbean in the JMX console
- B . Invoke startBlobGC(boolean markOnly, boolean forceBlobIdRetrieve)for BlobGarbageCollectionmbean in the JMX console
- C . Set full compaction schedule property for com.adobe.granite.maintenance.crx.impl.RevisionCleanupTaskto a preferred day
- D . Set the job.topicsproperty for com.adobe.granite.maintenance.crx.impl.DataStoreGarbageCollectionTaskto com/adobe/granite/maintenance/job/DataStoreGarbageCollectionTask
How should a DevOps Engineer perform an AEM upgrade that preserves versions and workflows?
- A . Put the updated AEM quickstart jar in the install folder and restart AEM in upgrade mode
- B . Install the updated version of AEM using the package manager
- C . Perform an in-place upgrade of the AEM instance
- D . Set up a new AEM instance and copy the content with content packages
A DevOps Engineer needs to change the default size for a tar file to 512 MB.
Which option should be used to enable this configuration?
- A . Set Segment Cache Sizeproperty to 512 in Oak Segment TAR NodeStore Serviceconfiguration in Webconsole
- B . Set tarmk.sizeproperty to 512 in org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.configfile
- C . Set NodeState Cacheproperty to 512 in Apache Jackrabbit Oak Document NodeStoreServiceconfiguration in Webconsole
- D . Set changesSizeproperty to 512 in org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config file