Which other check should be executed before deployment to production?

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...

August 21, 2020 No Comments READ MORE +

What is the best practice configuration on a publish dispatcher instance?

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 ....

February 13, 2020 No Comments READ MORE +

What setting is no longer required to be set before performing a backup to ensure consistency?

A DevOps Engineer is executing an online backup and wants to ensure consistency. This is a newer AEM version that uses Oak as a repository with multiversion concurrency control. What setting is no longer required to be set before performing a backup to ensure consistency?A . Blocking the replication queuesB...

February 11, 2020 No Comments READ MORE +

What is the source of the problem?

A DevOps Engineer notices that existing pages are not updated through a package installation. The updated pages are present after deleting the pages that are not updating, and reinstalling the package. What is the source of the problem?A . Install mode is set.B . Update mode is set.C . Merge...

February 10, 2020 No Comments READ MORE +

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

After which maintenance processes can a datastore garbage collection achieve the most regain of disk space?A . Re-indexB . CompactionC . Version purgeD . Workflow purgeView AnswerAnswer: B

February 9, 2020 No Comments READ MORE +

How can a DevOps Engineer limit access to certain pages in the AEM Publish instance?

How can a DevOps Engineer limit access to certain pages in the AEM Publish instance?A . Use the security features of Adobe DriveB . Use Access Control Lists for the authorsC . Use Closed User Groups (CUGs)D . Use the AEM External Login ModuleView AnswerAnswer: C Explanation: Reference: https://docs.adobe.com/content/help/en/experience-manager-learn/assets/collaboration/closed-user-groups-feature-video-use.html

February 7, 2020 No Comments READ MORE +

How should a DevOps Engineer perform an AEM upgrade that preserves versions and workflows?

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 modeB . Install the updated version of AEM using the package managerC . Perform an in-place upgrade of the AEM...

February 6, 2020 No Comments READ MORE +

In what two ways can a DevOps Engineer install a content package? (Choose two.)

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 filesystemB . Store the content package in the crx-quickstart/app folder in the filesystemC . Use CRX Package ManagerD . Upload the package to /content/dam and...

February 4, 2020 No Comments READ MORE +

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

Which gate needs to be passed after the code is deployed?A . Performance test gateB . Compilation test gateC . Unit test gateD . Code quality test gateView AnswerAnswer: D Explanation: Reference: https://docs.adobe.com/content/help/en/experience-manager-cloud-manager/using/how-to­use/understand-your-test-results.html

February 3, 2020 No Comments READ MORE +

Why does the content fail to update on the client side?

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...

February 2, 2020 No Comments READ MORE +