Practice Free AD0-E137 Exam Online Questions
A university wants to roll out content updates to all the schools affiliated with it. The individual schools have configured their respective homepages with a space allocated to display updated university information. The rest of the homepage is dedicated to school-specific information.
What is the recommended approach to roll out university updates on all the schools’ homepages?
- A . Roll out of Experience Fragment
- B . Mark the "Partial" option on the roll out screen
- C . Restore inheritance for certain components on the school homepage
- D . Implement custom logic for page roll out action
Which dispatcher rules are essential for securing AEM environments? (Choose two)
- A . Denying access to /content/dam folders
- B . Allowing access to /libs/granite resources
- C . Blocking requests to /apps/*
- D . Denying requests for .json content nodes
What are the key features of Sling Models in AEM? (Choose three)
- A . Simplifies data access from the JCR
- B . Supports dependency injection for AEM services
- C . Used for configuring dispatcher rules
- D . Provides JSON export capabilities for SPA integration
- E . Handles metadata extraction for assets
Which AEM maintenance tool is best suited for monitoring repository performance?
- A . Oak Query Performance Index
- B . Workflow Console
- C . AEM Operations Dashboard
- D . Dispatcher Rules Analyzer
An AEM developer encounters an "org.apache.sling.api.resource.PersistenceException: Failed to commit changes to session" error when attempting to save changes to a resource.
What is the potential cause of this error?
- A . The resource being modified is locked by another user or process.
- B . The AEM instance is experiencing network connectivity issues with the repository.
- C . The resource resolver used to access the resource is not properly closed after usage.
- D . The repository workspace has reached its maximum capacity limit.
A developer was using the media processing steps that were part of DAM Update Asset workflow in AEM 6.x.
Which service should be used to achieve this goal in AEM as Cloud Services?
- A . Asset Compute Services
- B . Asset Metadata Profiles
- C . Adobe App Builder
- D . Dynamic Media
Which replication agent type should be used for publishing content from author to publish instances?
- A . Reverse replication
- B . Static agent
- C . Default agent
- D . Dispatcher flush agent
What is the role of an Oak index in AEM?
- A . To manage front-end dependencies in the project
- B . To optimize query performance in the JCR repository
- C . To automate dispatcher configurations
- D . To enable replication of large assets
A developer has created a new Sling Model called Flarp.
The developer wants to create a unit test for this Sling Model.
What needs to be changed for the unit test to successfully test the getName method of the Flarp Sling Model?
- A . Replace AemContext with SlingContext with ResourceResolverType of JCR_OAK.
- B . Add an @Rule annotation before the line private final AemContext ctx = new AemContext();
- C . Add a ctx.load().json() method call to get the node data.
Dialog listeners are not working in the SPA editor for React components. To debug the issue, the developer needs to identify the root cause.
What is the root cause of this issue?
- A . Listeners are supported only for Angular components.
- B . Edit configs are not supported in the SPA editor.
- C . Components need to extend the SPA base component.
- D . Dialog listeners are only supported in static templates.