ExamGecko
Home Home / Adobe / AD0-E134

Adobe AD0-E134 Practice Test - Questions Answers, Page 5

Question list
Search
Search

List of questions

Search

Related questions











Which option should be used to synchronize user data across publish servers in a publish farm?

A.
Sling Content Distribution
A.
Sling Content Distribution
Answers
B.
Vault plugin
B.
Vault plugin
Answers
C.
CURL
C.
CURL
Answers
D.
Replication Agents
D.
Replication Agents
Answers
Suggested answer: A

Explanation:

Sling Content Distribution is a feature that allows synchronizing user data across publish servers in a publish farm. Sling Content Distribution uses agents to distribute content from one instance to another using a publish-publish topology. Sling Content Distribution can be configured to synchronize user data under /home/users and /home/groups paths, as well as their ACLs. Reference:

https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/sync.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-learn/sites/deploying/slingcontent-distribution.html?lang=en

Which type of Cloud Manager tests are enabled for all Cloud Manager production pipelines and cannot be skipped?

A.
Code Quality Testing
A.
Code Quality Testing
Answers
B.
Experience Audit Testing
B.
Experience Audit Testing
Answers
C.
Ul Testing
C.
Ul Testing
Answers
D.
Functional Testing
D.
Functional Testing
Answers
Suggested answer: A

Explanation:

Code Quality Testing is a type of Cloud Manager tests that are enabled for all Cloud Manager production pipelines and cannot be skipped. Code Quality Testing checks the code quality of the project using SonarQube and reports any issues or vulnerabilities. Code Quality Testing can fail the pipeline if the code quality does not meet the minimum standards defined by Adobe. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/testing/testing-overview.html?lang=en#testing-types

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/testing/code-quality-testing.html?lang=en

Which tool should a developer use to look up Adobe Identity Management System (IMS) users by email and return their IMS IDs?

A.
Developer Console
A.
Developer Console
Answers
B.
User Mapping Tool
B.
User Mapping Tool
Answers
C.
IMS Lookup Tool
C.
IMS Lookup Tool
Answers
D.
Cloud Acceleration
D.
Cloud Acceleration
Answers
Suggested answer: C

Explanation:

The IMS Lookup Tool is a tool that allows looking up Adobe Identity Management System (IMS) users by email and returning their IMS IDs. The IMS Lookup Tool is available in the Cloud Manager UI under the Tools menu. The IMS Lookup Tool can be used to find the IMS IDs of users who need to be added to Cloud Manager programs or environments. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/usingcloud-manager/ims-lookup-tool.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/usingcloud-manager/adding-users-to-programs-and-environments.html?lang=en

What two types of testing are available OOB in AEM Cloud Manager Pipeline? (Select Two.)

A.
Code Quality testing
A.
Code Quality testing
Answers
B.
Performance testing
B.
Performance testing
Answers
C.
Ul testing
C.
Ul testing
Answers
D.
Penetration testing
D.
Penetration testing
Answers
E.
Integration testing
E.
Integration testing
Answers
Suggested answer: A, C

Explanation:

Code Quality testing and UI testing are two types of testing that are available OOB in AEM Cloud Manager Pipeline. Code Quality testing checks the code quality of the project using SonarQube and reports any issues or vulnerabilities. UI testing checks the functionality and usability of the project using Selenium WebDriver and reports any errors or failures. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/testing/testing-overview.html?lang=en#testing-types

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/testing/code-quality-testing.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/testing/ui-testing.html?lang=en

What is Out of Scope for the Pattern Detector tool, while doing an AEM upgrade?

A.
OSGi bundles exports and imports mismatch
A.
OSGi bundles exports and imports mismatch
Answers
B.
Backward Compatibility with the previous AEM Version
B.
Backward Compatibility with the previous AEM Version
Answers
C.
Definitions of Oak indices for compatibility
C.
Definitions of Oak indices for compatibility
Answers
D.
rep:User nodes compatibility (in context of OAuth configuration)
D.
rep:User nodes compatibility (in context of OAuth configuration)
Answers
Suggested answer: B

Explanation:

Backward Compatibility with the previous AEM Version is out of scope for the Pattern Detector tool, while doing an AEM upgrade. The Pattern Detector tool is a tool that scans an existing AEM code base and identifies patterns that are incompatible with AEM as a Cloud Service or newer versions of AEM on-premise. The tool does not check for backward compatibility with older versions of AEM, as this is not a requirement for upgrading. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/moving/cloudmigration/pattern-detector.html?lang=en

https://experienceleague.adobe.com/docs/experiencemanager-cloud-service/moving/cloud-migration/pattern-detector/patterns-detected.html?lang=en

An AEM as a Cloud Service implementation customer wants content to be replicated as soon as the

On Time and Off Times are reached.

What must the developer configure?

A.
Enable Auto Replicate via On Off Trigger Configuration
A.
Enable Auto Replicate via On Off Trigger Configuration
Answers
B.
Enable On Time or Off Time via Page Properties
B.
Enable On Time or Off Time via Page Properties
Answers
C.
Configure the Publish content tree via Workflow Models
C.
Configure the Publish content tree via Workflow Models
Answers
Suggested answer: A

Explanation:

The Auto Replicate via On Off Trigger Configuration is a feature that allows content to be replicated as soon as the On Time and Off Times are reached. This feature can be enabled by creating an OSGi configuration for the com.day.cq.wcm.core.impl.servlets.OnOffTimeServlet service. This service listens for changes in the On Time and Off Time properties of pages and triggers replication accordingly. Reference: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/replication.html?lang=en#on-off-time

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/replication.html?lang=en#auto-replication

The OSGi configuration is added to a runmode specific configuration "config.author.staging" in AEM as a Cloud Service. The application fails to read the configuration.

What is a possible cause of this issue?

A.
The custom OSGi configuration runmode used (i.e., "config.author.staging") is not supported in AEM as a Cloud service.
A.
The custom OSGi configuration runmode used (i.e., "config.author.staging") is not supported in AEM as a Cloud service.
Answers
B.
OSGi configuration runmodes cannot be installed automatically on AEM as a Cloud Service. We need to install them as a package using the Package manager.
B.
OSGi configuration runmodes cannot be installed automatically on AEM as a Cloud Service. We need to install them as a package using the Package manager.
Answers
C.
AEM as a Cloud service does not support OSGi configuration runmodes.
C.
AEM as a Cloud service does not support OSGi configuration runmodes.
Answers
D.
Only <service> specific OSGi configuration runmodes like "config.author" or "config.publish" are supported in AEM as a Cloud service.
D.
Only <service> specific OSGi configuration runmodes like "config.author" or "config.publish" are supported in AEM as a Cloud service.
Answers
Suggested answer: D

Explanation:

AEM as a Cloud Service does not support custom OSGi configuration runmodes, such as "config.author.staging". Only <service> specific OSGi configuration runmodes, such as "config.author" or "config.publish", are supported. These runmodes are used to apply configurations to specific services, such as author or publish. The <service> specific runmodes can be combined with environment variables to achieve different configurations for different environments. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/deploying/configuring-osgi.html?lang=en#run-modes

https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/deploying/environment-variables.html?lang=en

Which AEM as a Cloud Service role can configure or run pipelines?

A.
Deployment Manager
A.
Deployment Manager
Answers
B.
DevOps
B.
DevOps
Answers
C.
Developer
C.
Developer
Answers
D.
Program Manager
D.
Program Manager
Answers
Suggested answer: A

Explanation:

The Deployment Manager is a role that can configure or run pipelines in Cloud Manager. The

Deployment Manager can create and edit programs and environments, configure pipelines, start and cancel pipeline executions, and approve or reject deployments to production. The Deployment

Manager role requires an IMS ID that is associated with the Adobe Experience Cloud product profile.

Reference: https://experienceleague.adobe.com/docs/experience-manager-cloudservice/implementing/using-cloud-manager/adding-users-to-programs-andenvironments.html?lang=en#roles-and-responsibilities

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/usingcloud-manager/cloud-manager-user-roles.html?lang=en

A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak.

Which two steps should be taken after confirming the problem is related to a memory issue?

(Choose two.)

A.
Open the error log and look for messages with 'OutOfMemoryError'
A.
Open the error log and look for messages with 'OutOfMemoryError'
Answers
B.
Create a heap dump for analysis
B.
Create a heap dump for analysis
Answers
C.
Analyze the request log and make sure the number of requests are below the expected threshold
C.
Analyze the request log and make sure the number of requests are below the expected threshold
Answers
D.
Increase the cache ratio of the application
D.
Increase the cache ratio of the application
Answers
E.
Create a thread dump for analysis
E.
Create a thread dump for analysis
Answers
Suggested answer: B, E

Explanation:

Creating a heap dump and a thread dump are two steps that should be taken after confirming the problem is related to a memory issue. A heap dump is a snapshot of the memory usage of the Java Virtual Machine (JVM) at a given point in time. A heap dump can be used to identify memory leaks, memory consumption patterns, and objects that occupy large amounts of memory. A thread dump is a snapshot of the state of all threads that are part of the JVM process. A thread dump can be used to identify deadlocks, blocked threads, and CPU-intensive threads. Reference:

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/memory-analysis.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-65/deploying/configuring/threaddump-analysis.html?lang=en

An AEM Developer needs to migrate to AEM as a Cloud Service from AEM version 6.4. The AEM

Developer is not able to run the Best Practice Analyzer.

What is preventing the Best Practice Analyzer from running?

A.
The AEM Developer is not an admin or does not have administrator rights.
A.
The AEM Developer is not an admin or does not have administrator rights.
Answers
B.
Best Practice Analyzer is not supported on AEM version 6.4.
B.
Best Practice Analyzer is not supported on AEM version 6.4.
Answers
C.
Best Practice Analyzer should run on Publisher instead of Author instance.
C.
Best Practice Analyzer should run on Publisher instead of Author instance.
Answers
Suggested answer: B

Explanation:

The Best Practice Analyzer is a tool that scans an existing AEM code base and identifies patterns that are incompatible with AEM as a Cloud Service or newer versions of AEM on-premise. The Best Practice Analyzer is not supported on AEM version 6.4 or earlier versions. The Best Practice Analyzer requires AEM version 6.5 or later to run. Reference:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/moving/cloudmigration/best-practice-analyzer.html?lang=en

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/moving/cloudmigration/best-practice-analyzer/bpa-prerequisites.html?lang=en


Total 50 questions
Go to page: of 5