A developer is using sling context-aware configuration trying to get the configuration resource using: @ReferencePrivate configurationResourceResolver cfgResourceResolver;confResource = cfgResourceResolver.getResource(resource, Bucket_NAME, CONFIG_NAME);
A developer creates a Sling Servlet. The Sling Servlet is bound to a path (/service/sling/sample). Refer to the resulting code below. What should the developer do to make the servlet access controlled using the default ACLs?@Component( immediate=true, service = {Servlet.class}) @SlingServletPaths(value = {"/service/sling/sample"})
A developer is using sling context-aware configuration trying to get the configuration resource using: @ReferencePrivate configurationResourceResolver cfgResourceResolver;confResource = cfgResourceResolver.getResource(resource, Bucket_NAME, CONFIG_NAME);
In an instance of AEM, queries with full-text conditions are not working as expected. A developer creates a new node under oak:index and names the node LucenedIndex. Which properties and values need to be added to this node to make the node a full text index? (Choose two answers.)
A developer is required to create a package with these requirements:Package Name: aem-packageContent Path: /content/aem-siteVersion: 1.0Group: aem_groupWhat is the correct zip package file created in Adobe Experience Manager package manager?