Practice Free AD0-E137 Exam Online Questions
What are the steps to configure workflows in AEM? (Choose three)
- A . Create workflow models using the Workflow Console
- B . Configure workflow launchers for automated execution
- C . Define the workflow configuration in sling.properties
- D . Test workflows in a staging environment
- E . Use dispatcher flush agents to trigger workflows
What are two reasons why a developer should consider using strict clientlib versioning? (Choose two.)
- A . It allows for less development time.
- B . It allows a developer to leverage long cache expiration times for these resources.
- C . It allows for optimized load times.
- D . It makes reuse of client libraries easier.
What steps are involved in configuring editable templates in AEM? (Choose three)
- A . Create a template type in the Template Console
- B . Assign a content policy to the template
- C . Enable caching for the template
- D . Define components and layout in the template editor
- E . Disable the structure mode for all templates
An organization has multiple AEM teams working on a single product. The teams want to work independently without stepping on other team’s work.
In this scenario, how does multi-tenancy improve the architecture?
- A . Allows for the dynamic scaling of AEM instances based on user traffic
- B . Supports the isolation of content, configuration, and user management to maintain consistent branding
- C . Enables the integration and configuration of external databases for enhanced data storage
- D . Allows for separate deployments of AEM instances per team
What is the primary purpose of the Sling Model Exporter in AEM?
- A . To convert AEM components into JSON for use in SPA frameworks
- B . To cache AEM pages in the dispatcher
- C . To enable dynamic replication of content
- D . To manage OSGi configurations for templates
Which maintenance tools can be used to optimize an AEM repository? (Choose two)
- A . Oak Maintenance Tool
- B . Adobe I/O CLI
- C . AEM Query Debugger
- D . Workflow Launcher
- E . AEM Operations Dashboard
A developer needs to configure the replication agent to flush the dispatcher cache for newly-activated pages.
How can the developer achieve this goal?
- A . Create a reserve replication agent on the author instance
- B . Create a dispatcher flush agent in publish instance
- C . Create a new replication agent, and set transport URI to point to the dispatcher
- D . Configure automatic cache clearing through OSGi services
A developer wants to create a new client library.
Which two files should be edited during this process? (Choose two.)
- A . package.json
- B . webpack.common.js
- C . cilentlib.config.js
- D . tsconfig.json
A developer is completing unit testing.
Which two dependencies are required for this testing? (Choose two.)
- A . JUnit5
- B . Mockito Test Framework
- C . Serenity
- D . Selenium
A developer is creating a new component to be included in an SPA. They created a Sling Model and React component but are experiencing issues getting them to work together.
Which change is needed to make sure these two components work together?
- A . Extend the AEM Component component with the MapTo component.
- B . In the AEM Component, implement a MapTo method that references the Sling Model.
- C . In the React component, implement a MapTo method that references the AEM component.