Exam AD01 All QuestionsBrowse all questions from this exam
Question 70

The Work Queue "Customer Onboarding" has a number of Pending Items which may be tagged as "Domestic", "Retail" or "Business".

What is the correct configuration to get the next item from the queue that is tagged either "Retail" or "Business"?

    Correct Answer: C

    To filter items tagged as either 'Retail' or 'Business', you should use the semicolon (;) to separate the tags in the Tag Filter parameter. The correct configuration for this would be 'Retail;Business', as the semicolon acts as an OR operator. This ensures that the filter will retrieve items tagged with either 'Retail' or 'Business'.

Discussion
temilolakuteluOption: A

correct answer is A

mndfsnzOption: C

It should be "C". You must separate the tags that you want with Semicolon.

Deepali_goyal

; stands for And ,but we are looking for or condition , hence A should be correct. As it will look for any item not tagged as domestic.

Ascar

C is not correct answer. In tag syntax ';' means OR, so condition "Retail;Business" means all cases, which has tag 'Retail' AND 'Business'

LH1213Option: A

A is the answer

tdesbarresOption: A

A is Correct

sogoku_ichi_2907Option: A

Yes, A is the correct answer.

ZerohashOption: A

A is correct. Filters are "AND" not "OR"

dddamianOption: A

A seems to be correct, but why is C wrong?