AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 45


A developer needs to ensure that the path /content//segments exists on all environments with the correct initial content that the developer provides in a package. Content that exists in that path should NOT be affected.

Which import mode should the developer use in the filter definition?

Show Answer
Correct Answer: B

To ensure that the path /content/<proj>/segments exists on all environments with the correct initial content provided in a package, without affecting existing content, the appropriate import mode is 'merge'. The 'merge' mode ensures that existing content is not modified, meaning only new content is added while existing content remains unchanged.

Discussion

3 comments
Sign in to comment
Medo83Option: B
Dec 10, 2020

Correct answer is B.

hung_tvbOption: B
Dec 23, 2020

replace : This is the normal behavior. Existing content is replaced completely by the imported content, i.e. is overridden or deleted accordingly. merge : Existing content is not modified, i.e. only new content is added and none is deleted or modified. update : Existing content is updated, new content is added and none is deleted.

chunpinOption: B
Jan 8, 2021

Answer: B Reference: https://jackrabbit.apache.org/filevault/filter.html