ExamGecko
Home Home / Adobe / AD0-E106

Adobe AD0-E106 Practice Test - Questions Answers, Page 3

Question list
Search
Search

List of questions

Search

Related questions











How often is a full online compaction (revision cleanup) run by default?

A.
Every week
A.
Every week
Answers
B.
Every 2 months
B.
Every 2 months
Answers
C.
Every month
C.
Every month
Answers
D.
Every 2 weeks
D.
Every 2 weeks
Answers
Suggested answer: D

Explanation:

Reference: http://www.aemcq5tutorials.com/tutorials/online-offline-tar-compaction-in-aem/

In addition to a manual start, what two triggers can a DevOps Engineer define to start the CI/CD pipeline? (Choose two.)

A.
Scheduled start
A.
Scheduled start
Answers
B.
Offline start
B.
Offline start
Answers
C.
Offsite start
C.
Offsite start
Answers
D.
On Git changes
D.
On Git changes
Answers
E.
Data store changes
E.
Data store changes
Answers
Suggested answer: A, D

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-cloud-manager/using/how-to-use/configuring-pipeline.html

A client is submitting a form that contains a CSRF token that is passed using the CSRF-Token HTTP header. When looking at the web server access logs the header is printed out, but on the AEM instance the value is not present in the request.

What should the DevOps Engineer configure to make the values available on the AEM instance?

A.
Add the /clientheaders { "CSRF-Token" } in the dispatcher configuration
A.
Add the /clientheaders { "CSRF-Token" } in the dispatcher configuration
Answers
B.
Add X-Forwarded-Header: CSRF-Token in the virtual host configuration
B.
Add X-Forwarded-Header: CSRF-Token in the virtual host configuration
Answers
C.
Add /filter /0001{ /type "allow" /glob "CSRF-Token" } in the dispatcher configuration D. Add Header set CSRF-Token in the virtual host configuration
C.
Add /filter /0001{ /type "allow" /glob "CSRF-Token" } in the dispatcher configuration D. Add Header set CSRF-Token in the virtual host configuration
Answers
Suggested answer:

A DevOps Engineer is configuring the Dispatcher to connect with AEM over SSL, and must have specific properties in the dispatcher.any file.

What must be set in the dispatcher.any file?

A.
The/renders item includes a property named secure of value 1.
A.
The/renders item includes a property named secure of value 1.
Answers
B.
The/renders item includes a property named secure of value 0.
B.
The/renders item includes a property named secure of value 0.
Answers
C.
The/renders item includes a property named ssl of value true.
C.
The/renders item includes a property named ssl of value true.
Answers
D.
The/virtualhosts item includes a property named ssl of value true.
D.
The/virtualhosts item includes a property named ssl of value true.
Answers
Suggested answer: B

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-ssl.html

Which tool must be used to run an offline compaction?

A.
oak-run jar
A.
oak-run jar
Answers
B.
crx2oak jar
B.
crx2oak jar
Answers
C.
oak-offline-compaction jar
C.
oak-offline-compaction jar
Answers
D.
oak-maintenance jar
D.
oak-maintenance jar
Answers
Suggested answer: A

Explanation:

Reference: http://www.aemcq5tutorials.com/tutorials/online-offline-tar-compaction-in-aem/

Assuming the project was generated using the AEM maven archetype, which maven command triggers the build and deployment of a content-package to a publish instance?

A.
mvn install -PautoInstallPackagePublish
A.
mvn install -PautoInstallPackagePublish
Answers
B.
mvn install -PautoInstallBundle
B.
mvn install -PautoInstallBundle
Answers
C.
mvn install -PautoInstallPackage
C.
mvn install -PautoInstallPackage
Answers
D.
mvn install deploy -Pmode=autoInstallPackage
D.
mvn install deploy -Pmode=autoInstallPackage
Answers
Suggested answer: C

Explanation:

Reference: https://helpx.adobe.com/experience-manager/using/maven_arch11.html

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
A.
Pause the replication queue to allow items to queue
Answers
B.
Delete the replication queue
B.
Delete the replication queue
Answers
C.
Deactivate the replication agent for the publish instance
C.
Deactivate the replication agent for the publish instance
Answers
D.
Disable the replication agent for the publish instance
D.
Disable the replication agent for the publish instance
Answers
Suggested answer: D

Recently published content is not visible on the search results on the public website.

All results show on the author environment

Some results show on the publish environment

The LastIndexedTime metric is not updated when checking the Async Indexer stats MBean

The following line appears regularly in the log:

08.01.2019 01:22:04.474 *INFO* [pool-9-thread-2] org.apache.jackrabbit.oak.plugins.index.IndexUpdate Reindexing will be performed for following indexes [/oak:index/damFileSize, / oak:index/lucene, /oak:index/cqLastModified]

How can the DevOps Engineer gather more information about the root cause of this issue?

A.
Increase the logging level for stdout.log to DEBUG in the sling log support configuration
A.
Increase the logging level for stdout.log to DEBUG in the sling log support configuration
Answers
B.
Increase the logging level for stderr.log to DEBUG by setting a JVM option
B.
Increase the logging level for stderr.log to DEBUG by setting a JVM option
Answers
C.
Increase the logging level for org.apache.jackrabbit.oak.plugins.index
C.
Increase the logging level for org.apache.jackrabbit.oak.plugins.index
Answers
D.
Increase the logging level for the health reports in the maintenance UI
D.
Increase the logging level for the health reports in the maintenance UI
Answers
Suggested answer: C

The AEM site has a large number of DAM assets. Users report that searching for assets through Asset Search in AEM is making AEM incredibly slow and sometimes even bringing the instance down. To solve this problem, the DevOps Engineer requires the index to be updated.

Which steps are required to index the DAM nodes with minimal interruptions to the users?

A.
In CRXDE, open the node: /content/dam/collections and set the reindex property to “true”
A.
In CRXDE, open the node: /content/dam/collections and set the reindex property to “true”
Answers
B.
In CRXDE, open the node: /oak:index/workflowDataLucene and set the reindex property to “true”
B.
In CRXDE, open the node: /oak:index/workflowDataLucene and set the reindex property to “true”
Answers
C.
Take the AEM instance offline and run oak-run.jar to reindex the TarMK
C.
Take the AEM instance offline and run oak-run.jar to reindex the TarMK
Answers
D.
In CRXDE, open the node: /oak:index/damAssetLucene and set the reindex property to “true”
D.
In CRXDE, open the node: /oak:index/damAssetLucene and set the reindex property to “true”
Answers
Suggested answer: C

An АЕМ publish instance is running slower than expected. Overall page load time is high, and system performance degrades over time.

A DevOps Engineer narrowed down the following long running requests:

Which step should be taken to resolve this issue?

A.
Create new Lucene Index definitions to include OOTB and custom properties
A.
Create new Lucene Index definitions to include OOTB and custom properties
Answers
B.
Integrate SOLR Search Index with AEM
B.
Integrate SOLR Search Index with AEM
Answers
C.
Modify the search component to use the new Core Components and leverage Index definitions
C.
Modify the search component to use the new Core Components and leverage Index definitions
Answers
D.
Use /allowedClients in dispatcher.any to cache requests with URL parameter q
D.
Use /allowedClients in dispatcher.any to cache requests with URL parameter q
Answers
Suggested answer: D
Total 54 questions
Go to page: of 6