ExamGecko
Home Home / Adobe / AD0-E103

Adobe AD0-E103 Practice Test - Questions Answers, Page 8

Question list
Search
Search

List of questions

Search

Related questions











A developer installs the latest Service pack to a local AEM author instance.

How should the developer install this package on the publish instance?

A.
Replicate from package manager of publish instance.
A.
Replicate from package manager of publish instance.
Answers
B.
Use upload/install from OSGI console of publish instance.
B.
Use upload/install from OSGI console of publish instance.
Answers
C.
Use upload/install from OSGI console of author instance.
C.
Use upload/install from OSGI console of author instance.
Answers
D.
Replicate from package manager of author instance.
D.
Replicate from package manager of author instance.
Answers
Suggested answer: A

Two AEM publish feed a single Dispatcher.

Which part of the Dispatcher configuration should a developer review to ensure both AEM publish instance are used?

A.
virtualhosts
A.
virtualhosts
Answers
B.
cache
B.
cache
Answers
C.
filter
C.
filter
Answers
D.
farms
D.
farms
Answers
Suggested answer: D

Explanation:

Reference: https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-configuration.html

A developer has a component named foobar with the following file: foobar.html

What is the output when the component is rendered?

A.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
Suggested answer: D

A developer needs an existing workflow to run only when pages are created under a certain folder?

What should the developer create to achieve this?

A.
A Launcher with the field exclude that has the value !jcr:nodetype==cq:Page.
A.
A Launcher with the field exclude that has the value !jcr:nodetype==cq:Page.
Answers
B.
A Launcher with the field path pointing to the folder and nodetype field have the value cq:Page.
B.
A Launcher with the field path pointing to the folder and nodetype field have the value cq:Page.
Answers
C.
A Launcher with the field path pointing to the folder and condition field and have the value jcr:content/jcr:primaryType==cq:Page.
C.
A Launcher with the field path pointing to the folder and condition field and have the value jcr:content/jcr:primaryType==cq:Page.
Answers
D.
A Launcher with the field condition that has the value jcr:content/page.
D.
A Launcher with the field condition that has the value jcr:content/page.
Answers
Suggested answer: C

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?

A.
Add the layout container component by including it on the actual page component.
A.
Add the layout container component by including it on the actual page component.
Answers
B.
Add a content policy to the template-type to disable the removal of the layout container.
B.
Add a content policy to the template-type to disable the removal of the layout container.
Answers
C.
Add the layout container component to the initial section of the template-type.
C.
Add the layout container component to the initial section of the template-type.
Answers
D.
Add the layout container component to the structure section of the template-type.
D.
Add the layout container component to the structure section of the template-type.
Answers
Suggested answer: B

The dependency of an AEM project fails when a developer configures using Apache Maven. Refer to the error information below.

What should a developer add to the pom.xml to fix the Maven build?

A.
A.
Answers
B.
B.
Answers
C.
C.
Answers
D.
D.
Answers
Suggested answer: D

A developer creates two custom classes. ClassA has the following code:

The developer creates a custom log custom.log with debug level in OSGi sling log support for the Java package com.aem.abc. The developer adds another class ClassB with the following code:

Which action must the developer take to see the log message in the same file from both classes?

A.
Create separate a log file in the OSGi web console -->Sling --> Log Support for logger com.aem.xyz.
A.
Create separate a log file in the OSGi web console -->Sling --> Log Support for logger com.aem.xyz.
Answers
B.
Configure custom.log in the OSGi web console --> Sling --> Log Support and replace com.aem.xyz with com.aem.abc.
B.
Configure custom.log in the OSGi web console --> Sling --> Log Support and replace com.aem.xyz with com.aem.abc.
Answers
C.
Configure custom.log in the OSGi web console --> Sling --> Log Support and replace logger com.aem.abc with com.aem.
C.
Configure custom.log in the OSGi web console --> Sling --> Log Support and replace logger com.aem.abc with com.aem.
Answers
D.
Configure custom.log in the OSGi web console --> Sling --> Log Support and replace the package com.aem.abc with com.aem.xyz.
D.
Configure custom.log in the OSGi web console --> Sling --> Log Support and replace the package com.aem.abc with com.aem.xyz.
Answers
Suggested answer: A

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?

A.
1. Use console at /system/console/crypto to encrypt the value.
A.
1. Use console at /system/console/crypto to encrypt the value.
Answers
B.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
B.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
Answers
C.
When loading the value in the code, call CryptoSupport.unprotect(…) before using the value.
C.
When loading the value in the code, call CryptoSupport.unprotect(…) before using the value.
Answers
D.
1. Use console at /system/console/configMgr and tick the checkbox “encrypt” before saving a configuration.
D.
1. Use console at /system/console/configMgr and tick the checkbox “encrypt” before saving a configuration.
Answers
E.
Use encrypted values work across all instances.
E.
Use encrypted values work across all instances.
Answers
F.
When loading the value in the code, call CryptoSupport.unprotect(…) before using the value.
F.
When loading the value in the code, call CryptoSupport.unprotect(…) before using the value.
Answers
G.
1. Use console at /system/console/ configMgr and tick the checkbox “encrypt” before saving a configuration.
G.
1. Use console at /system/console/ configMgr and tick the checkbox “encrypt” before saving a configuration.
Answers
H.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
H.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
Answers
I.
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned. D. 1. Use console at /system/console/crypto to encrypt the value.
I.
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned. D. 1. Use console at /system/console/crypto to encrypt the value.
Answers
J.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
J.
Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key.
Answers
K.
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned.
K.
Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned.
Answers
Suggested answer: A

Which environment variable in the AEM start script should a developer modify to enable remote debugging?

A.
CQ_HOST
A.
CQ_HOST
Answers
B.
CQ_JVM_OPTS
B.
CQ_JVM_OPTS
Answers
C.
CQ_PORT
C.
CQ_PORT
Answers
D.
CQ_RUNMODE
D.
CQ_RUNMODE
Answers
Suggested answer: B

Explanation:

Reference: https://helpx.adobe.com/experience-manager/kb/CQ5HowToSetupRemoteDebuggingWithEclipse.html

AEM is installed in $AEM_HOME.

In which subfolder are the command line startup and shutdown scripts located?

A.
$AEM_HOME/crx-quickstart/bin/
A.
$AEM_HOME/crx-quickstart/bin/
Answers
B.
$AEM_HOME/crx-quickstart/scripts/
B.
$AEM_HOME/crx-quickstart/scripts/
Answers
C.
$AEM_HOME/
C.
$AEM_HOME/
Answers
D.
$AEM_HOME/crx-quickstart/opt/
D.
$AEM_HOME/crx-quickstart/opt/
Answers
Suggested answer: A

Explanation:

Reference: https://helpx.adobe.com/experience-manager/6-3/sites/deploying/using/deploy.html

Total 92 questions
Go to page: of 10