Which mode structure should the developer use to meet these requirements?

A developer needs to create a component with the following requirements: - The component must be configurable - The component should be editable, NOT removable - An author should be unable to add the component to a page through design mode Which mode structure should the developer use to meet...

January 10, 2020 No Comments READ MORE +

How should the developer modify the number of transient nodes to be triggered until automatic saving?

A developer is installing a content package with the package manager. The developer needs to restrict the approximate number of nodes in a batch that is saved to persistent storage in one transaction. How should the developer modify the number of transient nodes to be triggered until automatic saving?A ....

January 9, 2020 No Comments READ MORE +

Which log file contains AEM application request and response entries?

Which log file contains AEM application request and response entries?A . response.logB . request.logC . history.logD . audit.logView AnswerAnswer: B

January 9, 2020 No Comments READ MORE +

What should the developer do to make the servlet access controlled using the default ACLs?

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?A . Use @SlingServletResourceTypes instead of @SlingServletPaths.B . Modify @SlingServletPaths(value = {“/bin/sling/sample” }).C . Add...

January 6, 2020 No Comments READ MORE +

How should the developer retrieve property y of node x, and node x may or may NOT exist?

A developer is creating a custom method. This method must return a String property y from child x. the method must use only Sling APIs. How should the developer retrieve property y of node x, and node x may or may NOT exist? A . Option AB . Option BC...

January 6, 2020 No Comments READ MORE +

Which OSGi configuration should the developer modify?

A developer wants to change the log level for a custom API. Which OSGi configuration should the developer modify?A . Apache Sling Logging ConfigurationB . Apache Sling Log Tracker ServiceC . Apache Sling Logging Writer ConfigurationD . Adobe Granite Log Analysis ServiceView AnswerAnswer: A

January 5, 2020 No Comments READ MORE +

Which two options are necessary to ensure that the other bundles can reference that OSGi service?

A developer is working on a complex project with multiple bundles. One bundle provides an OSGi service for other bundles. Which two options are necessary to ensure that the other bundles can reference that OSGi service? (Choose two.)A . The bundles consuming the service need to import the fully qualified...

January 5, 2020 No Comments READ MORE +

Which two methods should the developer use to resolve this issue?

A developer developed a workflow that makes a copy of every node created or modified under a certain path to a different one. The workflow launches but the nodes are not copied over. Which two methods should the developer use to resolve this issue? (Choose two.)A . Go to Workflow...

January 5, 2020 No Comments READ MORE +

How should the developer modify the number of transient nodes to be triggered until automatic saving?

A developer is installing a content package with the package manager. The developer needs to restrict the approximate number of nodes in a batch that is saved to persistent storage in one transaction. How should the developer modify the number of transient nodes to be triggered until automatic saving?A ....

January 4, 2020 1 Comment READ MORE +

What should the developer do to resolve this issue?

A developer creates Editable Templates based on a custom Page component. The developer wants to leverage the Style System within the Editable Templates to allow authors to switch between the Dark and Light Theme. The Style System dialog is NOT enabled for the site. What should the developer do to...

January 3, 2020 No Comments READ MORE +