ExamGecko
Home Home / Adobe / AD0-E106

Adobe AD0-E106 Practice Test - Questions Answers

Question list
Search
Search

List of questions

Search

Related questions











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
A.
The user of the flush agents
Answers
B.
The transport URI of the replication agents
B.
The transport URI of the replication agents
Answers
C.
The transport URI of the flush agents
C.
The transport URI of the flush agents
Answers
D.
The transport URI of the dispatcher configuration
D.
The transport URI of the dispatcher configuration
Answers
E.
The user of the static content agent
E.
The user of the static content agent
Answers
Suggested answer: C, E

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.
A.
The file was cached on the client side in the browser cache.
Answers
B.
There is no /invalidate section present in the dispatcher configuration to invalidate the updated content.
B.
There is no /invalidate section present in the dispatcher configuration to invalidate the updated content.
Answers
C.
The flush occurred before the content was replicated because there are a lot of items in the queue.
C.
The flush occurred before the content was replicated because there are a lot of items in the queue.
Answers
D.
The content is still cached in the dispatcher after the CDN flush.
D.
The content is still cached in the dispatcher after the CDN flush.
Answers
Suggested answer: C

After which maintenance processes can a datastore garbage collection achieve the most regain of disk space?

A.
Re-index
A.
Re-index
Answers
B.
Compaction
B.
Compaction
Answers
C.
Version purge
C.
Version purge
Answers
D.
Workflow purge
D.
Workflow purge
Answers
Suggested answer: B

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.
A.
Excessive reads of the repository occur.
Answers
B.
The backup takes more than 24 hours.
B.
The backup takes more than 24 hours.
Answers
C.
The CPU usage is reduced too much.
C.
The CPU usage is reduced too much.
Answers
D.
Too many file writes occur.
D.
Too many file writes occur.
Answers
Suggested answer: B

Explanation:

Reference: https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/backup-and-restore.html#OnlineBackup

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
A.
A dispatcher invalidation rule check for replication functionality
Answers
B.
An OSGi configuration validity check for the new release
B.
An OSGi configuration validity check for the new release
Answers
C.
A sling models validation check for the new release
C.
A sling models validation check for the new release
Answers
D.
A performance check for the actual release functionality
D.
A performance check for the actual release functionality
Answers
Suggested answer: D

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
A.
Store the content package in the crx-quickstart/install folder in the filesystem
Answers
B.
Store the content package in the crx-quickstart/app folder in the filesystem
B.
Store the content package in the crx-quickstart/app folder in the filesystem
Answers
C.
Use CRX Package Manager
C.
Use CRX Package Manager
Answers
D.
Upload the package to /content/dam and start the InstallPackageWorkflow
D.
Upload the package to /content/dam and start the InstallPackageWorkflow
Answers
E.
Upload the package through the OSGi console
E.
Upload the package through the OSGi console
Answers
Suggested answer: A, C

Explanation:

Reference: https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/package-manager.html

Which gate needs to be passed after the code is deployed?

A.
Performance test gate
A.
Performance test gate
Answers
B.
Compilation test gate
B.
Compilation test gate
Answers
C.
Unit test gate
C.
Unit test gate
Answers
D.
Code quality test gate
D.
Code quality test gate
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-cloud-manager/using/how-to-use/understand-your-test-results.html

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
A.
Invoke startRevisionGC() for SegmentRevisionGarbageCollection mbean in the JMX console
Answers
B.
Invoke startBlobGC(boolean markOnly, boolean forceBlobIdRetrieve) for BlobGarbageCollection mbean in the JMX console
B.
Invoke startBlobGC(boolean markOnly, boolean forceBlobIdRetrieve) for BlobGarbageCollection mbean in the JMX console
Answers
C.
Set full compaction schedule property for com.adobe.granite.maintenance.crx.impl.RevisionCleanupTask to a preferred day
C.
Set full compaction schedule property for com.adobe.granite.maintenance.crx.impl.RevisionCleanupTask to a preferred day
Answers
D.
Set the job.topics property for com.adobe.granite.maintenance.crx.impl.DataStoreGarbageCollectionTask to com/adobe/granite/maintenance/job/DataStoreGarbageCollectionTask
D.
Set the job.topics property for com.adobe.granite.maintenance.crx.impl.DataStoreGarbageCollectionTask to com/adobe/granite/maintenance/job/DataStoreGarbageCollectionTask
Answers
Suggested answer: B

Explanation:

Reference: https://helpx.adobe.com/experience-manager/6-3/sites/deploying/using/revision-cleanup.html#OnlineRevisionCleanupFrequentlyAskedQuestions

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
A.
Put the updated AEM quickstart jar in the install folder and restart AEM in upgrade mode
Answers
B.
Install the updated version of AEM using the package manager
B.
Install the updated version of AEM using the package manager
Answers
C.
Perform an in-place upgrade of the AEM instance
C.
Perform an in-place upgrade of the AEM instance
Answers
D.
Set up a new AEM instance and copy the content with content packages
D.
Set up a new AEM instance and copy the content with content packages
Answers
Suggested answer: C

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 Size property to 512 in Oak Segment TAR NodeStore Service configuration in Webconsole
A.
Set Segment Cache Size property to 512 in Oak Segment TAR NodeStore Service configuration in Webconsole
Answers
B.
Set tarmk.size property to 512 in org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config file
B.
Set tarmk.size property to 512 in org.apache.jackrabbit.oak.segment.SegmentNodeStoreService.config file
Answers
C.
Set NodeState Cache property to 512 in Apache Jackrabbit Oak Document NodeStore Service configuration in Webconsole
C.
Set NodeState Cache property to 512 in Apache Jackrabbit Oak Document NodeStore Service configuration in Webconsole
Answers
D.
Set changesSize property to 512 in org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config file
D.
Set changesSize property to 512 in org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreService.config file
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-64/deploying/deploying/data-store-config.html

Total 54 questions
Go to page: of 6