A DevOps engineer notices that a system occasionally gets slower.
• No deployment has been recently performed.
• After a restart of the instance, the performance degradation is mitigated.
• If no action is taken, the JVM tends to crash in an unpredictable manner with Out Of Memory exceptions.
• There is no clear correlation between visitor peaks and crashes of the instances.
• The same symptoms affect author and publish instances.
What is causing this issue?
Three weeks 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?
The developers building a new site for AEM as a Cloud Service add selenium tests to the 'ui.tests' module. The tests appear to work as expected, but only when executed manually on a developer's local environment. The developers ask the DevOps engineer to enable the test execution during the Cloud Manager pipeline Custom UI Testing phase.
What should the DevOps engineer do?
A DevOps engineer receives notifications from the monitoring system about a bundle being stuck in "installed" state.
• A new version of an OSGi bundle was recently deployed.
• All author and publish instances are affected.
• Manually starting the bundle does not solve the issue.
What prevents the OSGi bundle from being activated?
Which mechanism should be set up to prevent timing conflicts for cache invalidation in an on-premise AEM environment?
A customer reports that publish instances are experiencing high CPU utilization. What diagnostic data must the DevOps engineer collect?
A DevOps engineer must analyze a performance issue on AEM as a Cloud Service. A page is running slowly and takes a long time to render. A query seems to be the cause.
What should the DevOps engineer do to analyze this issue?
A DevOps engineer needs to deploy a filevault package that contains a mixture of mutable and immutable paths to AEM as a Cloud Service, via Package Manager.
What should the DevOps engineer do?
A customer wants a limited number of authors to start using the Preview Service feature in AEM as a Cloud Service to preview a new site before publishing content to the publish instance for external viewing.
What must the DevOps engineer do to configure this?
An AEM customer wants to automate the aggregation of Cloud Manager pipeline execution metrics into a custom performance dashboard application. The system administrator of the custom application recommends that the website project team use their CI/CD server to collect the relevant data from Cloud Manager and upload it to the dashboard every 30 minutes.
Which steps should the DevOps engineer take?
A DevOps engineer is onboarding new members onto Cloud Manager. One new team member, a developer who is granted the Developer role, logs in successfully. The new team member cannot trigger a Build on the non-production pipeline because the build button does not display.
The new team member checks their role in the profile using the User Roles section and confirms that the Developer role is assigned.
How can this issue be resolved?
A DevOps engineer is managing an AEM as a Cloud Service Sites environment for a customer. After development tested the Maven build locally, a new development pipeline is executed. The development pipeline fails in the build steps with the following errors:
[Queue Processor for Subscriber agent forwardPublisherSubscriber] org.apache.jackrabbit.vault.fs.io.Importer Error while processing...
Caused by: org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.
Caused by: javax.jcr.AccessDeniedException: OakAccess0000: Access denied
Message: Error trying to extract package at path /etc/packages/com.myapp/myapp-base.content.zip.
What should the DevOps engineer do?