Want to pass your Appian Certified Associate Developer ACD100 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
You are creating an interface and need to pass data out to its parent interface. With type of variable is required to achieve this?
A. Parameterised process variable
B. Refresh variable
C. Rule inputs
D. Local variables
Given a Text type input of ri!text, which function will return that text without any spaces in the text?
A. trim(ri!text)
B. remove(ri!text, " ")
C. stripwith(ri!text, " ")
D. flatten(ri!text)
What type of variable can only be used within the context of a particular expression, and can only be accessed within the function that defines them?
A. Local Variable
B. Process Variable
C. Rule Input Variable
D. CDT Variable