ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 6 - AD0-E906 discussion

Report
Export

A developer needs to deploy com myCompany.ui.content package to only AEM Cloud Service author environment Which option should the developer choose to meet the requirement?

A)

B)

C)

D)

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

Explanation:

The requirement is to deploy the com.myCompany.ui.content package specifically to the AEM Cloud Service author environment. The key here is ensuring that the package is targeted correctly to the author instance, without affecting other environments.

Option A uses the following target:

<target>/apps/my-company-packages/content/install.author</target>

The use of install.author ensures that the package will only be installed on the author environment of AEM as a Cloud Service, meeting the developer's requirement. This is a common approach in AEM Cloud Service projects, where you differentiate between environments using the appropriate subfolder (in this case, author).

Option B (author.install) and Option D are similar but incorrect because they are not standard for specifying the exact environment, while Option C (install/) is too generic and could apply to both author and publish environments.

Refer to the AEM Cloud Service documentation on deployment and package management for more details on targeting specific environments such as author during content deployment.

asked 02/10/2024
Francis Sailer
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first