Question 6

The following stack trace is written in the error.log file after installing a custom application package.
Could not start bundle com.adobe.cq.sample-bundle [526]. Reason: {}. Will retry.
org.osgi.framework.BundleException: Unable to resolve com.adobe.cq.sample-bundle [526](R 526.0): missing requirement [com.adobe.cq.sample-bundle] osgi.wiring.package What are two different ways that the developer could resolve the OSGi bundle dependency error? (Choose two)
  • Question 7

    An application contains an OSGi configuration that contains a password.
    How should a developer prevent this sensitive information from being stored in plain text in JCR?
  • Question 8

    A developer is creating a new OSGi bundle com.custom.package.b to expose new services.
    com.custom.package.a is already installed and active in the system and has the following package definition:

    The system console shows the following package availability:

    Bundle com.custom.package.b to be installed has the following package definition:

    What will happen when the developer uploads the bundle com.custom.package.b into the system?
  • Question 9

    A developer is creating templates and/or components using CRXDE Lite. The developer needs to check the files into source control.
    Which tool should the developer use to achieve this goal?
  • Question 10

    The custom AEM application needs to keep a flat list of all page paths underneath /content/thesite in memory for a real-time integration with high performance requirements.
    The developer has the following intermediate state of the class:

    What action should the developer take to meet these requirements?