AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 59


A developer needs to install a content package on AEM environment. However, a content package with the same name is already installed.

What would you be the safest way for the developer to install the content package to make sure only the changes of the new content package get applied?

Show Answer
Correct Answer: A

The safest way for a developer to install a content package in AEM to ensure only the changes of the new content package get applied is to use the 'Force Upload' option when uploading the new content package. This ensures that the new content overwrites the old content while retaining any existing content that is not present in the new package. Uninstalling the existing package first may lead to loss of content that isn't included in the new package, which is not desirable.

Discussion

13 comments
Sign in to comment
PSJadhavOption: A
Jul 11, 2020

Option A is correct. if you uninstall before new package installation then it will lost the content which is not mentioned in new package so we should use force to upload then we can replace new package data along with old data which is not there in new package.

parce2020Option: B
Jun 23, 2020

I always use the option B, is the safety way

lexxxz88
Oct 13, 2020

https://docs.adobe.com/content/help/en/experience-manager-65/administering/contentmanagement/package-manager.html#uninstalling-packages

Lone_WolfOption: A
Jun 18, 2020

I think its option A

mandavaOption: A
Jun 10, 2020

Shouldn't be Option A ?

heenamadanOption: B
Jun 28, 2020

Option B is correct. First uninstall then install package

bluepinkOption: A
Jul 18, 2020

A is correct.

pkg82Option: B
Jun 17, 2020

D can't be the correct. Web Console don't have option to install package(.zip).

gkay2Option: B
Jul 18, 2020

B is the correct answer

kasyap1125Option: A
Oct 16, 2020

The question asked specifically for minimal changes, so Option A is right, NOT option B

lizntp7Option: B
Dec 8, 2020

B is the correct answer because the question is asking to ensure that only the content from the new package is applied

rakayaDOption: B
Dec 15, 2020

uninstall creates snapshot (or am I wrong?). Once fresh package installed, snapshot package can be installed. My vote is for B.

chunpinOption: B
Jan 8, 2021

My thoughts: B Uninstalling Packages AEM lets you uninstall packages. This action reverts the contents of the repository that are impacted to the snapshot made immediately prior to the package installation. NOTE Upon installation, a snapshot package is created containing the content that will be overwritten. This package will be re-installed when you uninstall the package. https://experienceleague.adobe.com/docs/experience-manager-65/administering/contentmanagement/package-manager.html?lang=en#package-share

sg0206Option: A
Jun 3, 2022

Option A is correct. Option B will only uninstall the package but will not remove the earlier package. So in either of the case, whether Package is installed or uninstalled (not removed), force upload is required.