Pre-Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

An enterprise customer of AEM as a Cloud Service sets up Federated SSO in Admin Console using Azure Active Directory. The enterprise customer also needs to manage AEM access and permissions according to user groups defined in Azure AD.

Which two actions should the DevOps engineer take? (Choose two.)

A.

Use the "Add users by CSV" feature in Admin Console to handle an export file from an Azure AD.

B.

Manually add a catch-all AD group to the "AEM Users" Product Profile in Admin Console.

C.

Define AEM groups with special access to immutable content paths using repoinit scripts.

D.

Configure the Oak External Login Module to connect to Azure AD over LDAP v3.

E.

Install and configure User Sync from Adobe on a server within the corporate network.

How should a DevOps engineer perform an AEM upgrade that preserves version history and workflows?

A.

Unpack the upgraded Quickstart jar in the existing AEM directory and start the instance.

B.

Upload the upgraded AEM Quickstart jar to Package Manager and click the Install button.

C.

Install a new AEM server with the upgraded Quickstart jar and copy the site content using packages.

D.

Delete the existing crx-quickstart folder and run the new jar file.

A DevOps engineer notices that with every new content package deployed, existing content pages are not getting updated. The current workaround is deleting the existing content and then reinstalling the new content package.

What is causing this issue?

A.

The filter.xml of the package is set to "replace".

B.

The content pages are locked.

C.

The filter.xml of the package is set to "merge".

D.

The content pages are immutable.

During the Non-Production pipeline, an issue occurs with a Security Rating of B. Based on the Review Results, all critical and mandatory tests passed.

What should the DevOps engineer do to proceed with the build?

A.

Switch on Override failed results and submit.

B.

Bypass testing for security and proceed to performance.

C.

Reject the deployment and restart it again.

D.

Reconfigure the pipeline to pull from another branch.

A DevOps engineer needs to set up a service-oriented integration with Adobe Target in Adobe I/O CLI.

Which authentication method should be used?

A.

JWT

B.

Basic auth

C.

OAuth 2.0

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.

The team member needs to regenerate their Git access password.

B.

The team member needs to have Build permissions in the Admin Console.

C.

The team member needs the Deployment Manager role.

D.

The team member needs the Business Owner role.

A company asks the DevOps engineer to add a new domain (marketplace.acmecorp.biz) to their existing AEM as a Cloud Service program. The corporate IT department is responsible for DNS administration and SSL certificate signing.

Which list of requests should the DevOps engineer submit?

A.

1. DV (Domain Validation) Certificate for CN: marketplace.acmecorp.biz 2. TXT record for aemverification.marketplace.acmecorp.biz With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of cdn.adobeaemcloud.com

B.

1. DV Certificate for CN: marketplace.acmecorp.biz 2. TXT record for aemverification.cdn.adobeaemcloud.com With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of publish-p00000-e00000.adobeaemcloud.com

C.

1. EV Certificate for CN: marketplace.acmecorp.biz 2. TXT record for aemverification.marketplace.acmecorp.biz With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of cdn.adobeaemcloud.com

D.

1. OV Certificate for CN: marketplace.acmecorp.biz 2. TXT record for _aemverification.cdn.adobeaemcloud.com With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of publish-p00000-e00000.adobeaemcloud.com

Recently published content is not visible on the search results on the public website.

• All results show on the author environment

• Some results show on the publish environment

• The LastIndexedTime metric is not updated when checking the Async Indexer stats MBean

• The user is trying to find the page by the title

The following line appears regularly in the log:

08.01.2019 01:22:04.474 *INFO* [pool-9-thread-2] org.apache.jackrabbit.oak.plugins.index.IndexUpdate Reindexing will be ]

How can the DevOps engineer gather more information about the root cause of this issue?

A.

Increase the logging level for the health reports in the maintenance UI.

B.

Increase the logging level for org.apache.jackrabbit.oak.plugins.index.

C.

Increase the logging level for stdout.log to DEBUG in the sling log support configuration.

D.

Increase the logging level for stderr.log to DEBUG by setting a JVM option.

A customer is using the Content Transfer Tool (CTT) to migrate to AEM as a Cloud Service. Only published content should be migrated to the target Production instance.

Which two actions should the DevOps engineer take? (Choose two.)

A.

Install CTT on the source Author instance and migrate all content to the target Author instance.

B.

Install CTT on the source Publish instance and migrate all content to the target Publish instance.

C.

Copy and run the publish content tree workflow on the target Author instance.

D.

Install CTT on the source Author instance and migrate all content to the target Author and Publish instances.

E.

Install CTT on the source Publish instance and migrate all content to the target Author instance.

A DevOps engineer notices that the Online Revision Garbage collection is not running as part of the daily maintenance tasks. After inspecting the server's error log, the following shows up 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 needs to make sure that the revision garbage collection runs during the scheduled maintenance task. Which additional step should the DevOps engineer take?

A.

Set full compaction schedule property for com.adobe.granite.maintenance.crx.impl.RevisionCleanupTask to a preferred day.

B.

Disable the estimation phase in the Apache Jackrabbit Oak segment-Tar Nodestore Factory.

C.

Invoke startRevisionGC() for SegmentRevisionGarbageCollection MBean in the JMX console.

D.

Increase the size of the TarMK segment files.