Adobe AD0-E116 Practice Test - Questions Answers
List of questions
Related questions
Question 1
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 2
A custom bundle of an application is in state "Installed" after deploying it with Maven. What should a developer do to change it to state "Active"?
Question 3
A developer needs to implement a header component for a website. The component has the following requirements:
- The component should be configured once on the page highest in the hierarchy.
- The header component on pages lower in the hierarchy should look the same and show the same data.
- If necessary, the configuration can be overwritten on a child page.
- The component should show a list of links that are configured in the header component. Which code snippet for returning the list of pages should the developer use?
Question 4
A developer is creating a custom component on the page /latestBlogs.html that needs to list all the titles of the blogs pages under /content/blogs. How does this component get the list of child pages?
Question 5
A developer is working with the following HTL expression in a component rendering script:
${'path/page.infinity.json' @extension = 'html',
removeSelectors = ['foo'],
selectors = ['foo', 'bar'],
prependSuffix = 'hello', suffix = 'world' }
What is the expected output of this expression?
Question 6
A custom AEM application has a run time dependency to a third party OSGi bundle that is NOT included in out-of-the-box AEM. The third party dependency needs to be available for multiple applications and be upgraded separately from the custom AEM application.
How should a developer make sure that the bundle is installed on all environments?
Question 7
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. )
Question 8
A developer has a component named foobar with the following file: foobar.html:
< div data-one="${'foo'}" data-two="${2}" data-three="${true}"></div >
< div data-one="${''}" data-two="${0}" data-three="${false}"></div >
What is the output when the component is rendered?
Question 9
An AEM site experiences slower page loads. A developer needs to identify the slow running requests. How should a developer analyze the requests with long response times?
Question 10
Which log file should a developer use to search for exception stacktraces?
Question