01. The Agent User ID is used to collect and package the content on the AEM author instance. What access is required for this account on the author instance?
a) Write access on both author and publish instances
b) Replicate access to all paths to be replicated
c) Write access to all paths to be replicated
d) Read access to all paths to be replicated
02. A form POST functions correctly on publish and dispatch servers but does not function on an author server. The form is a standard form POST with no javascript dependency. The developer confirms the same behavior using the "?wcmmode=disabled" parameter as well as using browser incognito mode. Which two items should the DevOps engineer research?
(Choose two.)
a) Adobe HTML Library Manager
b) Apache Sling Referrer Filter
c) Adobe WCM Debug Filter
d) Adobe Granite CSRF Filter
e) Adobe Sling Request Parameter Handling
03. One week ago, a P3 ticket was closed. The ticket contains all pertinent information about the issue and the corresponding resolution. Today, the exact issue is happening. The resolution is not working. What should the DevOps engineer do?
a) Reopen the same ticket
b) Open a new ticket
c) Escalate via the Actions section
d) Log a new ticket with a higher priority
04. A DevOps engineer needs to add functionality to allow developers to start Cloud Manager builds from their local environments via a bash script or IDE plugin. What should the DevOps engineer add after creating an Adobe I/O project?
a) An Event for Cloud Manager
b) An API for Cloud Manager
c) A plugin for Cloud Manager
d) Create a webhook for Cloud Manager builds
05. In the Security Checks report, status for CRXDe Support is set to WARN. Which steps should be taken to change the status for CRXDe Support to OK ?
a) Uninstall Adobe CRXDE Support, Adobe Granite CRX Explorer, and Adobe Granite CRXDE Lite bundles
b) Stop Apache Sling Simple WebDAV Access to repositories (org.apache.sling.jcr.webdav) bundle
c) Stop Apache Sling DavEx Access to repositories (org.apache.sling.jcr.davex) bundle
d) Uninstall Apache Sling Tooling Support Install((org.apache.sling.tooling.support.install) bundle
06. When setting up an AEM instance, an OSGi configuration needs to be applied that cannot be changed at runtime. How can the DevOps Engineer achieve this requirement?
a) The configuration must be set in the web console and will be picked up after the instance restarts.
b) A content package containing the OSGi configuration should be embedded in the Quickstart jar.
c) An OSGi configuration file must be present in the install folder.
d) The properties of the OSGi config must be passed using system properties to the Quickstart on startup.
07. A problem is found on an AEM instance. How can the DevOps engineer enable the developers to step through the actual code that is running?
a) Start AEM with the remote debugging JVM parameter
b) Start AEM with the debug runmode set
c) Create an SSH tunnel to access the AEM java port
d) Connect to the JVM using a JMX connection
08. A DevOps engineer needs to analyze response performance from AEM. Log files can be extracted from the AEM environment. Which logfile should be analyzed?
a) access.log
b) response.log
c) request.log
d) replication.log
09. A customer's Sandbox environment is hibernated, and the customer wants it to stay in that state until they are ready for testing. While hibernated, the customer wants custom code deployed, and they should have the new code once the environment is de-hibernated. What should the DevOps engineer do?
a) Create a hibernate branch in Git and perform an update from this branch
b) Use Developer Console to de-hibernate the environment and then deploy the code
c) Use Cloud Manager to de-hibernate the environment and then deploy the code
d) Use a pipeline to deploy custom code to the hibernated environment
10. During security tests, it becomes apparent that AEM-specific paths were accessible on the publish instance. These paths should not be accessible to the public. Which configuration should be used on a publish dispatcher instance?
a) /0001 { /type "deny" /glob "/system/*"}
b) /0001 { /type "deny" /url "/crx/*"}
c) /0001 { /type "deny" /glob "*"}
d) /0001 { /type "deny" /url "/system/*"}