Adobe Experience Manager Developer - AD0-E103 Exam Practice Test
A developer needs to change the label "Sites" in the navigation of AEM author to "Websites".
Which action should the developer take to achieve this?
Which action should the developer take to achieve this?
Correct Answer: D
Vote an answer
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.)
Which two methods should the developer use to resolve this issue? (Choose two.)
Correct Answer: C,E
Vote an answer
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?
- 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?
Correct Answer: C
Vote an answer
A developer wants to extend AEM Core Components to create a custom Carousel Component.
How should the developer extend the Core Components?
How should the developer extend the Core Components?
Correct Answer: B
Vote an answer
The structure section of an editable template has a locked component.
What happens to the content of that component when a developer unlocks it?
What happens to the content of that component when a developer unlocks it?
Correct Answer: D
Vote an answer
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?
${'path/page.infinity.json' @extension = 'html',
removeSelectors = ['foo'],
selectors = ['foo', 'bar'],
prependSuffix = 'hello',
suffix = 'world' }
What is the expected output of this expression?
Correct Answer: C
Vote an answer
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?


The developer has the following intermediate state of the class:

What action should the developer take to meet these requirements?


Correct Answer: B
Vote an answer
A developer creates a template-type for building editable templates.
The resulting editable templates and pages must always contain a specific layout container that can NOT be deleted by the author.
How should the developer meet this requirement?
The resulting editable templates and pages must always contain a specific layout container that can NOT be deleted by the author.
How should the developer meet this requirement?
Correct Answer: C
Vote an answer
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?
Bundle A has a dependency to Bundle B via Import-Package.
How can both bundles be deployed most efficiently across all environments?
Correct Answer: D
Vote an answer
A developer has a component foobar that consists of the files listed below:
script-a.js

script-b.js

foobar.html

What is the output when this component is rendered?


script-a.js

script-b.js

foobar.html

What is the output when this component is rendered?


Correct Answer: B
Vote an answer