The structure section of an editable template has a locked component.
What happens to the content of that component when a developer unlocks it?
A. The content stays in the same place but it ignored on pages using the template.
B. The content is moved to the initial section of the editable template.
C. The content is deleted after confirmation from the template author.
D. The content is copied to the initial section of the editable template.
A custom AEM application contains Bundle A and Bundle B. Bundle A has a dependency to Bundle B via Import-Package.
How can both bundles be deployed most efficiently across all environments?
A. Use the Felix Web Console to upload the bundles in the correct order.
B. Create one content package per bundle and use a package dependency to ensure installation order.
C. Embed both bundles in one content package and use property `installationOrder' in package properties for correct bundle installation order.
D. Embed both bundles in one content package: the dependency via Import-Package is enough to ensure correct installation.
For each CRX node in the hierarchy, which actions can be configured using the user admin interface?
A. Read, Modify, Create, Delete, Read ACL, Edit ACL, Replicate
B. Read, Write, Read ACL, Edit ACL, Replicate
C. Read, Write, Delete, Edit ACL, Replicate
D. Read, Modify, Create, Delete, Read ACL, Edit ACL
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 A
B. Option B
C. Option C
D. Option D
How should a developer enable remote debugging of an AEM server without modifying the AEM start script?
A. Enable the remote debugging service through the AEM Cloud Services menu.
B. Rename the quickstart jar file to include the additional debug settings.
C. Enable the remote debugging service through the AEM Web Console.
D. Include an additional JVM parameter when starting AEM with java -jar.
A developer has a component located under the path /apps. This component has a Client Library which is directly loaded onto a page. The publish instance loads the page correctly. The dispatcher also loads the page but the Client Library is missing.
How should the developer resolve this issue, while taking security into consideration?
A. Change the ACLs for the Client Library.
B. Move the Client Library under /apps/
C. Add the property allowProxy with a boolean value true.
D. Allow the path to the clientlibs on the dispatcher.
A developer wants to automatically truncate request log files once they exceed 10 MB.
Which OSGi configuration should the developer modify?
A. Apache Sling Customizable Request Data Logger
B. Adobe Granite Log Analysis Service
C. Apache Sling Logging Writer Configuration
D. Apache Sling Logging Configuration
A developer is working with the following HTL expression in a component rendering script:

What is the expected output of this expression?
A. path/page.bar.html/world
B. path/page.bar.html/hello/world
C. path/page.foo.bar.html/hello/world
D. path/page.infinity.json.bar.html/world
AEM is installed in $AEM_HOME.
In which subfolder are the command line startup and shutdown scripts located?
A. $AEM_HOME/crx-quickstart/bin/
B. $AEM_HOME/crx-quickstart/scripts/
C. $AEM_HOME/
D. $AEM_HOME/crx-quickstart/opt/
A developer needs to upgrade existing components (Proxy Components) based on Core Components Version 1(v1) to Core Components Version 2(v2).
How should the developer upgrade to V2 Core Components?
A. Modify the sling:resourceSuperType property on the proxy component to point to V2 Component.
B. Modify the sling:resourceSuperType property on the proxy component to point to V2 Component.
C. Create a new Proxy Component and set sling:resourceType property to V2 Core Component.
D. Proxy Components will be automatically upgraded to the V2 Core Component on AEM Restart.