Which tool should a developer use to look up Adobe Identity Management System (IMS) users by email and return their IMS IDs?
Which option should be used to synchronize user data across publish servers in a publish farm?
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
Which configuration/section should be used to resolve the domain name by dispatcher?
An AEM application wants to set up multi-tenancy using Adobe-recommended best practices and bind multiple configurations to it. Which of the following options is recommended?
A project requires sharing information between SPA components. What is the least complex approach to achieve that objective?
In an AEM as a Cloud Service environment, which repository areas are considered as immutable?
Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?
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 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?
Which attribute must be present in all filter rules in AEM dispatcher configuration?
A customer is having trouble with some search queries and provides the following information:
* The logs show the following warning occurs many time: WARN* Traversed 1000 nodes with filter Filter (query=select…)
* The client has more than 100,000 stored in their AEM instance
* The client uses a custom page property to help search for pages of a given type
What should the AEM Developer do to help resolve the client’s issue?
An AEM development team is working on a new multi-country application using AEM as a Cloud Service. A developer has been assigned the task for building the integration with a third-party web service. A secret key is needed to connect with this web service. The website creators will provide this key. The key is different for each type of environment (dev, stage and production)
What is the recommended way to make the secret key available in the AEM application?
An AEM application development team is assigned a task to create an Event-Driven Data Layer implementation for an Analytics solution.
Which Adobe recommended best practice should the developer choose?
A customer adds third-party client libraries to add some features in an existing AEM application, which will significantly reduce
performance.
How should the developer optimize the site?