Question 11
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?
@Model(adaptables = {Resource.class}) public class MyCustomModel {
(SSIingObject
private Resource resource;

What should the developer add to fix it?
Question 12
The OSGi configuration is added to a runmode specific configuration "config.author.staging" in AEM as a Cloud Service. The application fails to read the configuration.
What is a possible cause of this issue?
What is a possible cause of this issue?
Question 13
If multiple configurations for the same PID are applicable, which configuration is applied?
Question 14
An AEM application requires LDAP Service integration to synchronize users/groups. Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)
Question 15
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?
