Which four can be deployed using a CRX Package? (Choose four.)
Which four can be deployed using a CRX Package? (Choose four.)A . A repository data store configurationB . A runmode configurationC . The key for encrypting values in the repository (/etc/key)D . A bundle with a non-standard start levelE . Cloud service configurationsF . Replication agentsG . Trust store certificatesView...
When running an AEM instance in Production Ready Mode, which two security measures are applied? (Choose two.)
When running an AEM instance in Production Ready Mode, which two security measures are applied? (Choose two.)A . WebDAV Access to repositories will only be available on author instances.B . Author user account is disabled on publish instances.C . The CRXDE Support bundle (com.adobe.granite.crxde-support) is disabled.D . HTTPS transport layer...
When should a DevOps engineer schedule maintenance tasks? (Choose two.)
When should a DevOps engineer schedule maintenance tasks? (Choose two.)A . During other maintenance tasksB . During planned "downtimes"C . During out of office hoursD . During a backup windowView AnswerAnswer: BC
How should a DevOps engineer increase offline tar compaction performance?
How should a DevOps engineer increase offline tar compaction performance?A . Set "> /dev/nul 2>&1"B . Increase memory allocated to the Java containerC . Set -Dcompaction-progress-log to 1D . Set -Dtar.memoryMapped to trueView AnswerAnswer: D Explanation: Reference http://www.aemcq5tutorials.com/tutorials/online-offline-tar-compaction-in-aem/ #performance_tar_compact
Which three regular maintenance tasks should be executed and scheduled regularly? (Choose three.)
Which three regular maintenance tasks should be executed and scheduled regularly? (Choose three.)A . Audit log purgeB . User cache purgeC . Workflow purgeD . Version purgingView AnswerAnswer: ABC
Which two tools and methods should the DevOps engineer use?
A DevOps engineer needs to install a package to a remote AEM staging system using continuous deployment. Which two tools and methods should the DevOps engineer use? (Choose two.)A . curl based script with package manager REST APIB . make file with aem-deploy pluginC . content package maven pluginD ....
A DevOps engineer needs to install bundles via content packages for a continuous deployment setup. In which two ways should this be configured? (Choose two.)
A DevOps engineer needs to install bundles via content packages for a continuous deployment setup. In which two ways should this be configured? (Choose two.)A . The JCR installer will only update the bundle if the filename changes; always use a unique bundle version in the filenameB . For an...
From which three locations can CRX packages be installed using an out-of-the-box configuration? (Choose three.)
From which three locations can CRX packages be installed using an out-of-the-box configuration? (Choose three.)A . /appsB . /content/damC . /home/groupsD . /varE . /libs/systemF . /etc/packagesView AnswerAnswer: BEF
What should a DevOps engineer do when installing Hotfixes, Feature Packs, Cumulative Fix Packs and Service packs? (Choose two.)
What should a DevOps engineer do when installing Hotfixes, Feature Packs, Cumulative Fix Packs and Service packs? (Choose two.)A . Test them before deploying to PROD on a PROD copyB . Watch the request logs closely for any issuesC . Test them after deploying to PROD on the live PROD...
When configuring the dispatcher module, what setting is required to make sure the dispatcher is used?
When configuring the dispatcher module, what setting is required to make sure the dispatcher is used?A . SetHandler dispatcher-handlerB . SetHandler dispatcher-moduleC . SetModule module-dispatcherD . SetModule handler-dispatcherView AnswerAnswer: A