Which type of Cloud Manager tests are enabled for all Cloud Manager production pipelines and cannot be skipped?
A customer who is running an AEM application on premise reports that the application is slowing down over time and even crashes The issues seem to start occurring after a new production deployment. The AEM developer knows that the described symptoms could be caused by a memory leak.
Which two steps should be taken after confirming the problem is related to a memory issue? (Choose two.)
An AEM as a Cloud Service implementation customer wants content to be replicated as soon as the On Time and Off Times are reached.
What must the developer configure?
A developer needs to create an OSGI service that is able to read a list of spoken languages from the configuration of the service. Theconfiguration file tanguageServicelmplefgjson' already exisls:
Which snippet should the developer use lo read the OSGi configurations?
A)
B)
A developer needs to create a project based on AEM Project Archetype with a specific AEM as a Cloud Service SDK version on the local environment.
Which two properties must be defined when creating this project? (Choose two.)
A new component called Page Headline needs to be implemented. The only difference to the title component delivered by Adobe's WCM core components is that the text needs to be taken from the current page title instead of jcr.title.
How should a developer implement this request?
A)
1. Create custom component
2. Implement Sling Modal as follows
B)
1. Create proxy component from the core title component
2. Implement sling Model as follows
C)
1. Create proxy component from the core title component
2. Implement Sling Model as follows
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?
An AEM Developer receives requirements for Sling Models in a human-readable yaml format. A custom application needs to be built. The dependency is as shown:
Which configuration/section should be used to resolve the domain name by dispatcher?
An AEM application has a Header and Footer authored on every page.
The customer asks for the following:
1. A centralized Header and Footer
2. The ability to create a variation for both the Header and Footer
3. Change the Header and Footer for specific time periods
4. The ability to restore a previous version for both the Header and Footer
What should the developer use to meet the requirements?
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 project requires sharing information between SPA components. What is the least complex approach to achieve that objective?
Refer to the exhibit.
The current page has three children.
What is the final rendered html output for the code snippet?
A)
B)
C)
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 developer needs to create sling models for two fields name and occupations. The dialog has two fields, name - a single value field, and occupations - a multi value field.
The following code is included in sling models inherited from interface com.adobe.aem.guides.wknd.core.models.Byline
Which method should be used to used to represent this model in HTL?
A)
B)
C)
D)
Which environment-specific configuration is used in AEM as a Cloud Service to store private API keys?
The following anchor tag is not resolving:
Upon further inspection the developer notices that the link has no .html appended to the end of the URL
What could be a potential fix for the issue?
A)
B)
C)
D)
A developer is working on a project based on core components. The client requests that text pasted inside the Text component should be stripped of all styling and formatting.
The developer needs to override RTE plugin implementation and change the default paste (CTRL+V) behavior.
Which paste option should the developer add to achieve this?
What is the correct order of resolution of OSGi configuration at Runtime?
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 application development team needs to create a multi-channel application that uses AEM as a headless CMS Which feature should be used to maintain structured data for this application?