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
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

A. Option A
B. Option B
C. Option C
D. Option D
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 dependency provides APIs for all AEM environments?

A. Option A
B. Option B
C. Option C
D. Option D
A developer needs to create a workflow custom process step in AEM. In a custom process step, an OSGi component needs to implement the WorkflowProcess interface. Which method should the developer implement?
A. call
B. apply
C. execute
D. submit
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. Option A
B. Option B
C. Option C
D. Option D
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);
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
Which Maven plugin checks if all the requirements declarations made in OSGi bundles are satisfied by the capabilities declarations of other bundles included in the Maven project?
A. maven-enforcer-plugin
B. femaven-assembly-plugin
C. content-package-maven-plugin
D. aemanalyser-maven-plugin
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. aemVersion=cloud
B. sdkVersion=2022.5.7575.20220530T152407Z-220401
C. sdkVersion=latest
D. aemVersion=latest
E. aemVersion=2022.5.7575.20220530T152407Z-220401