Exam ACD201 Topic 3 Question 4 Discussion
Actual exam question for Appian's ACD201 exam
Question #: 4
Topic #: 3
Question #: 4
Topic #: 3
An insurance application has a dashboard in which all the cases with "Accident" case type and "Health Insurance" insurance type are displayed to the user, using the following query:

You need to update the query entity to display all the cases that are "Accident" case type and "Health Insurance" insurance type, or created in the last ten days.
What is the right configuration for the logical expression?

You need to update the query entity to display all the cases that are "Accident" case type and "Health Insurance" insurance type, or created in the last ten days.
What is the right configuration for the logical expression?
Suggested Answer: B Vote an answer
A filter for createdDate >= today() - 10 (records created in the last 10 days).
A nested AND logical expression that requires both caseType = "Accident" and insuranceType = "Health Insurance".
A nested AND logical expression that requires both caseType = "Accident" and insuranceType = "Health Insurance".
by Brook at Jul 31, 2026, 01:10 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).