Refer to the exhibit.

The current page has three children.
What is the final rendered html output for the code snippet?

A. Option A
B. Option B
C. Option C
D. Option D
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?
A. Custom component
B. Content fragment
C. Static template
D. Experience fragment
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?
A. Static template
B. Content fragment
C. Experience fragment
D. Custom component
What two types of testing are available OOB in AEM Cloud Manager Pipeline? (Select Two.)
A. Code Quality testing
B. Performance testing
C. Ul testing
D. Penetration testing
E. Integration testing
Which AEM as a Cloud Service role can configure or run pipelines?
A. Deployment Manager
B. DevOps
C. Developer
D. Program Manager
SPA components are connected to AEM components via the MapTo() method.
Which code should be used to correctly connect an SPA component called ItemList to its AEM equivalent?
A. (‘project/components/content/itemList’).MapTo(ItemList,ItemListEditConfig);
B. MapTo(‘project/components/content/itemList’)(ItemList,ItemListEditConfig);
C. ItemList.MapTo(‘project/components/content/itemList’);
D. MapTo(ItemList)(‘project/components/content/itemList’,ItemListEditConfig);
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
What is Out of Scope for the Pattern Detector tool, while doing an AEM upgrade?
A. OSGi bundles exports and imports mismatch
B. Backward Compatibility with the previous AEM Version
C. Definitions of Oak indices for compatibility
D. rep:User nodes compatibility (in context of OAuth configuration)
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
Which configuration/section should be used to resolve the domain name by dispatcher?
A. Configuration in vhosts file
B. Configuration in filters.any
C. Configuration in httpd.conf
D. Configuration in DNS