Adobe 9A0-397 Adobe Experience Manager Developer/Operations Engineer Online Training
Adobe 9A0-397 Online Training
The questions for 9A0-397 were last updated at Dec 25,2024.
- Exam Code: 9A0-397
- Exam Name: Adobe Experience Manager Developer/Operations Engineer
- Certification Provider: Adobe
- Latest update: Dec 25,2024
Multiple OSGi configurations exist in multiple locations within the Java Content Repository (JCR).
In which order do these configurations apply?
- A . configurations with the prod runmode and then /etc/config./apps
- B . /configurations with the most matching runmodes and then /apps/confisg, /jcr/configs
- C . configurations with the prod runmode and then /libs/configs, /apps/configs
- D . /apps./libs and then configurations with the most matching runmodes
When configuring the dispatcher module, what setting is required to make sure the dispatcher is used?
- A . SetHandler dispatcher-handler
- B . SetHandler dispatcher-module
- C . SetModule module-dispatcher
- D . SetModule handler-dispatcher
Which three regular maintenance tasks should be executed and scheduled regularly? (Choose three.)
- A . Audit log purge
- B . User cache purge
- C . Workflow purge
- D . Version purging
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 filename
- B . For an out-of-the-box installation, bundles can be installed from /apps./libs and /etc
- C . To install bundles for a certain runmode only, the folder name can be used to limit environments where a bundle is installed
- D . Before the deployment of the new bundle, remove the old bundle from JCR as first deployment step to make sure the bundle is updated
- E . Whenever the JCR installer detects a change of a bundle file, it will install it to the Felix runtime
- F . The JCR installer detects bundle changes at arbitrary depths in the JCR tree and automatically deploys those changes bundles
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 API
- B . make file with aem-deploy plugin
- C . content package maven plugin
- D . apache ant aem-deploy plugin
A DevOps engineer checks the OSGI console after deployment of a bundle. The OSGI bundle is in the installed state and is not starting.
Where should the DevOps engineer look for issues?
- A . The install log
- B . The bundle install log within the OSGI console
- C . The error log
- D . The OSGI install log within the CRX
From which three locations can CRX packages be installed using an out-of-the-box configuration? (Choose three.)
- A . /apps
- B . /content/dam
- C . /home/groups
- D . /var
- E . /libs/system
- F . /etc/packages
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 is enabled.
How should a DevOps engineer increase offline tar compaction performance?
- A . Set "> /dev/nul 2>&1"
- B . Increase memory allocated to the Java container
- C . Set -Dcompaction-progress-log to 1
- D . Set -Dtar.memoryMapped to true
How should the run mode be configured to set it to "UAT"?
- A . Rename the quickstart.jar filename to contain the run mode before the initial UAT installation.
- B . Set the run mode in the system properties in the start script on all systems of the UAT environment and restart the system.
- C . Configure the run mode on the Felix console of all systems in the UAT environment.
- D . Create a configuration package that contains this run mode, deploy it on the author of the UAT environment, and replicate the package.