An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows. What should be configured to reduce the number of concurrent workflows?
A. The number of threads in Scheduler
B. The number of threads in Apache Felix Jetty Http Service
C. Launchers for each workflow
D. Maximum Parallel Jobs in OSGI console
A client is having issues with some query results:
Many of the client's industry terms have the same meaning, and users do not always search the exact wording Many users search by typing in short phrases instead of exact keywords, ex://";cats and dogs"
What index analyzers should the AEM developer recommend?
A. 1. Add a Mapping filter to the current indexes
2. Add a Stop filter to the current indexes
B. 1. Tokenize the current indexes with a Keyword tokenizer
2. Add a Mapping filter to the current indexes
C. 1. Add a Synonym filter to the current indexes
2. Add a Stop filter to the current indexes
D. 1. Add a Synonym filter to the current indexes
2. Add a LowerCase filter to the current indexes
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
A. /autolnvalidate true
B. /autolnvalidate "1"
C. /enableTTLtrue
D. /enableTTL "1"
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
B. User Mapping Tool
C. IMS Lookup Tool
D. Cloud Acceleration
A snippet throws an exception at runtime:
@Model(adaptables = {Resource.class}) public class MyCustomModel {
(SSIingObject
private Resource resource;

What should the developer add to fix it?
A. defaultlnjectionStrategy = DefaultlnjectionStrategy property to @Model Class annotation
B. (㎡ptional annotation to page field
C. throws Exception at the end of the init method declaration
D. SlingHttpServletRequest.class to adaptables property of ㎝odel Class annotation
A developer is on an AEM application that is being used to calculate an employee's salary. The calculation is done in an OSGi service called CalculationService. This service class has a dependency on one other service, called the EmployeeService.
How should the developer make sure that the critical code in the CalculationService has a high unit test coverage?
A. Use a mock framework in the unit test to inject the CalculationService
B. Instantiate the EmployeeService in the unit test and pass it to the constructor of the CalculationService
C. Use a mock framework in the unit test to inject the EmployeeService
D. Use the feature flag in the unit test to disable the calls to the EmployeeService
Which option should be used to synchronize user data across publish servers in a publish farm?
A. Sling Content Distribution
B. Vault plugin
C. CURL
D. Replication Agents
A custom component has one dialog field:

The developer needs to implement a Sling Model to perform a business logic on the authored value. The developer writes the following HTL snippet.

Which two implementations will support this HTL snippet? (Choose two.)


A. Option A
B. Option B
C. Option C
D. Option D
A developer needs to create a new Title component. The requirements are:
1.
The layout must be the same as the Title core component
2.
The text property must have the page title as prefix (e.g., Page Title -
3.
The component must be reusable
Which approach is recommended?
A. 1. Create a Proxy Component of Title core component
2.
Create a Custom Sling Model that overrides the default behavior
3.
Customize the component template
B. 1. Create a custom component from scratch
2.
Create a Custom Sling Model for the component that follows the requirement
3.
Create a Model Exporter
C. 1. Create a Proxy Component from Title core component
2. Create a Custom Sling Model that overrides the default behavior
An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)
A. Apache Jackrabbit Oak AuthorizableActionProvider
B. Apache Jackrabbit Oak Solr server provider
C. Apache Jackrabbit Oak CUG Configuration
D. Apache Jackrabbit Oak External Login Module
E. Apache Jackrabbit Oak Default Sync Handler