AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 88


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?

Show Answer
Correct Answer: AC

To change the label 'Sites' to 'Websites' in the navigation of AEM author, the developer should create a new node in /apps/cq/core/content/nav/sites and update the property icr:title. This approach follows best practices in AEM development, which emphasizes not modifying anything directly in the /libs directory. Changes in /libs can get overwritten during system updates or patches, which is why it is safer to overlay the required changes in the /apps directory.

Discussion

4 comments
Sign in to comment
AkashDOption: C
Jun 25, 2020

I think it should be C. We don't do modification in libs.

pgawadeOption: C
Aug 28, 2020

its c final

chunpinOption: C
Jan 7, 2021

Answer: C All documents provided by adobe will say that do not change or modify anything in libs folder because every time you update any service pack of instance all the changes will be overwritten Reference link (youtube video) https://www.youtube.com/watch?v=jFUmEtrhr1Q

rakayaDOption: A
Dec 16, 2020

I think C is not possible. Tried to do but conflict arising.