A DevOps engineer must deploy a branch to the Stage Environment so that UAT testing can start. The engineer initiates a Production Pipeline using a manual trigger.
The Code Scanning results provide this summary:
Security Rating: A -
Reliability Rating: A -
Maintainability Rating: A -
Code Coverage: 10%
Summary: Partial Pass -
Which two actions should the DevOps engineer take?
Choose two
ARequest the developer to resolve Code Coverage issues.
BModify the Pipeline to use On Git Changes trigger.
COverride this build step and proceed with deployment.
DStart a new Deployment Pipeline with manual override.
0
Community Discussion
No comments yet. Be the first to start the discussion!
A customer is using the Content Transfer Tool (CTT) to migrate to AEM as a Cloud Service. Only published content must be migrated to the target Production instance.
Which two actions should the DevOps engineer perform?
Choose two
AInstall CTT on the source Author instance and migrate all content to the target Author instance.
BInstall CTT on the source Publish instance and migrate all content to the target Publish instance.
CCopy and run the Publish content tree workflow on the target Author instance.
DInstall CTT on the source Author instance and migrate all content to the target Author and Publish instances.
EInstall CTT on the source Publish instance and migrate all content to the target Author instance.
0
Community Discussion
No comments yet. Be the first to start the discussion!
A corporate AEM as a Cloud Service customer is preparing to launch a new website feature. The feature relies on an internal Java API available in the IT-managed artifact repository. Repository access is protected by Basic Authentication.
The DevOps engineer must make this dependency available to Cloud Manager.
What should the DevOps engineer do?
AUse a secure CI/CD job to upload the Java API dependency to the 'adobe-public' nexus repository.
BAdd a file to the project at path .cloudmanager/maven/settings.xml and use the command 'aio cloudmanager:set-pipeline-variables'.
CDownload the Java API dependency and add it to the project Git repository under the path 'ui.apps/src/main/content/jcr_root'.
0
Community Discussion
No comments yet. Be the first to start the discussion!
Adobe Experience Manager as a Cloud Service ArchitectureCloud Manager Configuration and ManagementDeployment and Release ManagementMonitoring, Logging, and AlertingSecurity, Access, and PermissionsPerformance Optimization and Troubleshooting
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
Save question
0
Community Discussion
No comments yet. Be the first to start the discussion!
A DevOps engineer needs to investigate a performance issue in AEM as a Cloud Service. A page runs slowly and requires a long time to render. A query appears to be the cause.
What should the DevOps engineer do to analyze the issue?
AReview the performance tests retrieved from the Cloud Manager pipeline.
BCheck the Code Quality gate for bad queries from the Cloud Manager pipeline.
CInvestigate query performance via Cloud Manager Developer Console.
A DevOps engineer must store a separate API key for the author and publish instance servers. The API key must be available to the service class com.my_company.core.APIService.
API keys:
Author: KEY-001
Publish: KEY-002
Which option should the DevOps engineer use?
A
B
C
D
A customer reports high CPU utilization on publish instances.
Which diagnostic data must the DevOps engineer collect?
AHeap dumps
Baudit.log
CGC logs
DThread dumps
A DevOps engineer supports a client using Adobe Managed Services. The environment is to be migrated to AEM as a Cloud Service.
Which two methods can be used to scale publish instances on the current platform?
Choose two
AManual scaling via Cloud Manager horizontally
BManual scaling via the Adobe I/O CLI vertically
CAuto scaling via Cloud Manager vertically
DAuto scaling via Cloud Manager horizontally
EManual scaling via CSE horizontally
A DevOps engineer is told by two content authors that they cannot activate pages using Touch UI on a production AEM author instance. The authors must publish their updates within 24 hours to align with a product launch scheduled by the business.
After reviewing the server error log, the DevOps engineer cannot determine the cause of the issue and opens a Support Case through the Admin Console.
Which priority level should be assigned to this Support Case?
AP4 Minimal or no interruptions to normal operations
BP1 Critical
CP3 Interruptions to normal operations
DP2 Serious interruptions to normal operations
A DevOps engineer must configure a service-oriented integration with Adobe Target by using the Adobe I/O CLI.
Which authentication method should be used?
AJWT
BBasic auth
COAuth 2.0
A DevOps engineer is onboarding new members to Cloud Manager. A new team member—a developer granted the Developer role—logs in successfully. However, the team member cannot trigger a Build on the non-production pipeline because the Build button is not shown. The team member checks the role in their profile through the User Roles section and confirms that the Developer role is assigned.
How can this issue be resolved?
AThe team member needs to regenerate their Git access password.
BThe team member needs to have Build permissions in the Admin Console.
CThe team member needs the Deployment Manager role.
An AEM instance is updating and replicating pages at a very high rate. Monitoring alerts show a large number of requests to the publish instances.
How can the DevOps engineer throttle the number of cache invalidations?
AConfigure the connect Timeout property in the flush agent
BConfigure the Retry Delay property in the flush agent
CUse the /invalidateHandler setting in the dispatcher configuration
DUse the /gracePeriod setting in the dispatcher configuration
A developer tells a DevOps engineer that a page under development renders as intended in the AEM Authoring environment but displays blank when accessed through the Dispatchers.
No errors appear in the browser console.
Other pages using this page template render correctly.
The page renders correctly through the www URL, but displays blank through the non-www URL.
What is the cause of this issue?
AThe 'anonymous' user does not have read permissions on the path.
BThe domain's IP is not listed in the /allowedClients section.
CA matching entry is missing in the /virtualhost section.
DThere is an incorrect rule in the /filter section.
A DevOps engineer observes that a system periodically becomes slower.
No deployment has occurred recently. Restarting the instance mitigates the performance degradation. If no action is taken, the JVM eventually crashes unpredictably with Out Of Memory exceptions. There is no evident correlation between visitor peaks and instance crashes. The same symptoms occur on both author and publish instances.
What is causing this issue?
AThe data store used is not appropriate.
BThe access rights strategy has too many groups and too many ACLs.
CThere are too many concurrent users.
DJCR sessions are not closed properly.
A customer uses several Adobe Experience Cloud products, including Analytics, Tags, and AEM as a Cloud Service, and has recently onboarded a new team for its Technical Documentation site. This team is distinct from the team that manages the Marketing site. The Marketing team was the first team to use AEM and originally named its Admin Console group, “AEM Authors.”
To allow both teams to manage permissions independently, the Admin Console Administrator renames the “AEM Authors” group to “Marketing AEM Authors” and adds a separate group for the Technical Documentation authors.
The DevOps engineer receives a report from the Marketing team that a new team member cannot access the Production environment after being added to the “Marketing AEM Authors” group in Admin Console.
What should the DevOps engineer do?
AUsing repoinit, migrate the user accounts from the "Marketing AEM Authors" group to the "AEM Authors" group.
BIn AEM, rename the "AEM Authors" group to "Marketing AEM Authors" to match the Admin Console group name.
CUsing repoinit, change the rep:externalId property for the "AEM Authors" group to "Marketing AEM Authors;ims".
DIn AEM, make the "Marketing AEM Authors" group a member of the same group as the "AEM Authors" group.
The development team requests that the DevOps engineer configure Java remote debugging on a local AEM instance to debug an AEM application. The DevOps engineer must enable remote debugging on port 8000.
Which JVM parameter should the DevOps engineer add to complete this task?
A DevOps engineer observes that Online Revision Garbage Collection is not running as part of the daily maintenance tasks.
After reviewing the server error log, the following appears during the maintenance schedule:
> "Revision GC will not run: Size delta is N% or N/N (N/N bytes), so skipping compaction for now"
The DevOps engineer must ensure that revision garbage collection runs during the scheduled maintenance task. What additional action should the DevOps engineer take?
ASet full compaction schedule property for com.adobe.granite.maintenance.crx.impl.RevisionCleanupTask to a preferred day
BDisable the estimation phase in the Apache Jackrabbit Oak Segment-Tar NodeStore Factory
CInvoke startRevisionGC() for SegmentRevisionGarbageCollectionmbean in the JMX console
A P3 ticket was closed three weeks ago. It includes all relevant information about the issue and its corresponding resolution.
Today, the identical issue is occurring, but the resolution is not working.
What should the DevOps engineer do?
AReopen the same ticket.
BOpen a new ticket.
CEscalate via the Actions section.
A DevOps engineer gets monitoring-system notifications that a bundle is stuck in the 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 resolve the problem.
What is preventing the OSGi bundle from activating?
AAt least one OSGi component throws an exception during activation.
BAt least one OSGi component reference is unsatisfied.
CAt least one OSGi bundle marked as a dependency is not available in the instances.
DAt least one OSGi component has ConfigurationPolicy set to "required" and no configuration is provided.
Community Discussion