Exam AD0-E103 All QuestionsBrowse all questions from this 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?

    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
hung_tvbOption: B

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.

Medo83Option: B

Correct answer is B.

chunpinOption: B

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