Exam ACD201 Topic 3 Question 4 Discussion

Actual exam question for Appian's ACD201 exam
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?

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".

by Brook at Jul 31, 2026, 01:10 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10