Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam ACD100 topic 1 question 13 discussion

Actual exam question from Appian's ACD100
Question #: 13
Topic #: 1
[All ACD100 Questions]

You need to query some data from the database using more than one filter.
Which parameter for a!query() should you use to define your filters?

  • A. filter
  • B. logicalExpression
  • C. aggregation
  • D. selection
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
XfrankX
6 months, 3 weeks ago
Selected Answer: B
The answer is B. Just a bit of code to prove that it should be LogicalExpression: a!queryEntity( entity: cons!EntityName, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "configurationItemId", operator: "=", value: ri!configurationItemId ), a!queryFilter( field: "accessLevelId", operator: "=", value: ri!accessLevelId ), etc. The FILTER answer is good if you want to filter on the output of the query, but in this case that's not the question. Answer is B
upvoted 1 times
...
ark143
9 months, 2 weeks ago
A is the answer
upvoted 1 times
...
KapilR
1 year ago
A or B which should be ans?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...