ExamGecko
Home Home / Adobe / AD0-E106

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

Question list
Search
Search

List of questions

Search

Related questions











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.
Connect to the JVM using a JMX connection
A.
Connect to the JVM using a JMX connection
Answers
B.
Start AEM with the remote debugging JVM parameter
B.
Start AEM with the remote debugging JVM parameter
Answers
C.
Start AEM with the debug runmode set
C.
Start AEM with the debug runmode set
Answers
D.
Create an SSH tunnel to access the AEM java port
D.
Create an SSH tunnel to access the AEM java port
Answers
Suggested answer: B

How can the DevOps Engineer prevent any user from logging in with the default admin credentials during startup of the AEM instance?

A.
Update the default password in the OSGi configuration for the OSGi web console
A.
Update the default password in the OSGi configuration for the OSGi web console
Answers
B.
Change the default AEM admin password on initial setup
B.
Change the default AEM admin password on initial setup
Answers
C.
Configure the dispatcher to prevent access to /system/console
C.
Configure the dispatcher to prevent access to /system/console
Answers
D.
Disable the OSGi web console login bundle by using the production ready runmode
D.
Disable the OSGi web console login bundle by using the production ready runmode
Answers
Suggested answer: B

When configuring replication agents, under which path of the repository are agents stored for the AEM author instance?

A.
/etc/agents/replication/author
A.
/etc/agents/replication/author
Answers
B.
/etc/agents/replication.author
B.
/etc/agents/replication.author
Answers
C.
/etc/replication/agents.author D./etc/author/agents/replication
C.
/etc/replication/agents.author D./etc/author/agents/replication
Answers
Suggested answer: C

Explanation:

Reference: https://awesomeopensource.com/project/Cognifide/gradle-aem-plugin

On which instance should a flush agent be configured to prevent invalidation timing issues after invalidation?

A.
Author
A.
Author
Answers
B.
Loadbalancer
B.
Loadbalancer
Answers
C.
Dispatcher
C.
Dispatcher
Answers
D.
Publish
D.
Publish
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/page-invalidate.html#invalidating-cached-pages-from-aem_invalidating-dispatcher-cache-from-the-authoring-environment

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?

A.
At least one OSGi component throws an exception during activation.
A.
At least one OSGi component throws an exception during activation.
Answers
B.
At least one OSGi component has ConfigurationPolicy set to “required” and no configuration is provided.
B.
At least one OSGi component has ConfigurationPolicy set to “required” and no configuration is provided.
Answers
C.
At least one OSGi bundle marked as a dependency is not available in the instances.
C.
At least one OSGi bundle marked as a dependency is not available in the instances.
Answers
D.
At least one OSGi component reference is unsatisfied.
D.
At least one OSGi component reference is unsatisfied.
Answers
Suggested answer: A

A DevOps Engineer finds that customers are experiencing long response times.

It is unclear which responses are slow.

The cache hit ratio is low.

Many requests are served from the publish instance.

What should the DevOps Engineer use to analyze the issue?

A.
rlog.jar to analyze dispatcher.log
A.
rlog.jar to analyze dispatcher.log
Answers
B.
rlog.jar to analyze request.log
B.
rlog.jar to analyze request.log
Answers
C.
jtail.jar to analyze audit.log
C.
jtail.jar to analyze audit.log
Answers
D.
jtail.jar to analyze access.log
D.
jtail.jar to analyze access.log
Answers
Suggested answer: B

AEM author instance has been unstable and unresponsive.

Restarting the instance resolves the issue temporarily

Server disk space and CPU utilization seems fine

Top and free command shows enough memory

The following error appears in the logs: “java.lang.OutOfMemoryError: gc overhead limit exceeded” Which JVM parameter should the DevOps Engineer add to troubleshoot?

A.
-XX:+PrintGCDetails
A.
-XX:+PrintGCDetails
Answers
B.
-XX:+HeapDumpOnOutOfMemoryError
B.
-XX:+HeapDumpOnOutOfMemoryError
Answers
C.
-XX:-PrintConcurrentLocks
C.
-XX:-PrintConcurrentLocks
Answers
D.
-XX:OnOutOfMemoryError='kill -3 %p'
D.
-XX:OnOutOfMemoryError='kill -3 %p'
Answers
Suggested answer: C

An end user reports performance issues on the site. The AEM environment uses a CDN and a dispatcher as caching layers. The number of requests on the publish instance has increased significantly.

Which metric can be monitored to see trends related to the problem early enough to be able to react?

A.
Output from the request.log in measuring response time
A.
Output from the request.log in measuring response time
Answers
B.
“Current cache hit ratio” in the dispatcher.log
B.
“Current cache hit ratio” in the dispatcher.log
Answers
C.
“Recent requests” in AEM
C.
“Recent requests” in AEM
Answers
D.
Offload metric in the CDN
D.
Offload metric in the CDN
Answers
Suggested answer: B

The DevOps Engineer sees many occurrences of org.apache.sling.api.resource.LoginException in the logs.

Apache Sling Service User Mapper Service is configured with a default user.

Service user mapping is configured for the OSGi bundle, causing the exception.

What is the root cause of these exceptions?

A.
There is no service user mapping configured for the Java class causing the exception.
A.
There is no service user mapping configured for the Java class causing the exception.
Answers
B.
The exceptions relate to failed login attempts with incorrect credentials.
B.
The exceptions relate to failed login attempts with incorrect credentials.
Answers
C.
The configured service user is not a system user or does not exist.
C.
The configured service user is not a system user or does not exist.
Answers
D.
Administrative resource resolvers have been disabled by configuration and the bundle deployed still relies on it.
D.
Administrative resource resolvers have been disabled by configuration and the bundle deployed still relies on it.
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-64/administering/security/security-service-users.html

A company is launching a new multinational AEM site. The new site will have a large pool of authors all over the world. The company needs to be sure it can handle the load.

The load requirements for the new site are as follows:

A daily load scaling from 100 to 1000 authors

Create multiple pages and live copies (including MSM rollouts)

Upload multiple images into Assets

Assign 1000 tags to each new pages

What can the DevOps Engineer do to make sure the AEM instance can handle the load?

A.
Set up a cold standby instance
A.
Set up a cold standby instance
Answers
B.
Use standard Cloud Manager tests
B.
Use standard Cloud Manager tests
Answers
C.
Set up auto scaling
C.
Set up auto scaling
Answers
D.
Use Adobe Tough Day 2
D.
Use Adobe Tough Day 2
Answers
Suggested answer: D
Total 54 questions
Go to page: of 6