Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Appian Exam ACD101 Topic 5 Question 31 Discussion

Actual exam question for Appian's ACD101 exam
Question #: 31
Topic #: 5
[All ACD101 Questions]

Review the following expression rule:

union(ri!fruit, ri!vegetables)

The rule inputs are configured as text arrays.

What is the expected output?

Show Suggested Answer Hide Answer
Suggested Answer: B

The best practice in Appian for passing values into an interface is to use named parameters, which is demonstrated by Option B. Named parameters make the code more readable and maintainable by clearly specifying which parameter each value is being passed to. In this case, the recordId and firstName parameters are clearly being assigned the values 1 and 'Kyle' respectively. Reference:

Appian Documentation: Passing Parameters to Interfaces


Contribute your Thoughts:

Pok
3 days ago
I think the expected output is A) All items in ri!fruit followed by items in ri!vegetables, including duplicate values.
upvoted 0 times
...

Save Cancel