Given the following filter conditions, which logic statement returns the correct subnet of transaction disputes?

A transaction dispute case type allows customers to dispute a bank card transaction for one of three reasons:

* Stolen card

* Duplicate charge

* Fulfillment error

Most dispute for the stolen cards occur at two vendors. MegaMart and Maxvalu. The fraud analyst requests a report that displays stolen card dispute meeting the following thresholds:

Given the following filter conditions, which logic statement returns the correct subnet of transaction disputes?

A . F1 AND F2 AND F3 AND F4 AND F5
B . (F1 AND F3) OR (F3 AND F4) OR F5
C . ((F1 AND F3) OR (F2 AND F4)) AND F5
D . (F1 AND F3) OR (F2 AND F4) AND F5

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments