AD01 Exam QuestionsBrowse all questions from this exam

AD01 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"?

Show Answer
Correct Answer: BC

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

7 comments
Sign in to comment
temilolakuteluOption: A
Jul 23, 2020

correct answer is A

mndfsnzOption: C
Jun 29, 2020

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

Deepali_goyal
Jul 23, 2020

; 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
Jun 29, 2021

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

dddamianOption: A
Feb 28, 2021

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

ZerohashOption: A
Apr 21, 2021

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

sogoku_ichi_2907Option: A
Jun 5, 2021

Yes, A is the correct answer.

tdesbarresOption: A
Jun 27, 2022

A is Correct

LH1213Option: A
Mar 29, 2023

A is the answer