Appian
ACD101
Q1:
An interface references an expression rule.
What are the relationships between these objects?
○
A
Dependents and Reliants○
B
Dependents and Precedents○
C
Inheritance and Association
Appian
ACD101
Q2:
How can you prevent users from accessing Tempo?
○
A
Remove the users from the Tempo Users system group.○
B
Change the default User Start Page.○
C
Ensure the user is in the Application Users group, which by default does not have access to Tempo.
Appian
ACD101
Q3:
When applying a default filter to a record type, what is a true statement for excluded data?
○
A
The data does not show up in the record list. End-users are unable to clear the filter condition to view the data.○
B
The data does not show up in the record list, but can be accessed by end-users using a direct link to a record view.○
C
The data does not show up in the record list, but end-users can clear the filter condition to view the data.
Appian
ACD101
Q4:
You are creating a new interface object to display a pie chart.
The data for the chart is stored in a local variable in the parent interface object which references your child interface.
In terms of performance, what is the most efficient method to access the data required for the pie chart?
○
A
Create a rule input on the child interface and pass the local variable data from the parent interface.○
B
Reference the local variable directly from the child Interface using a process report.○
C
Query the data separately in the child interface to avoid passing it from the parent interface.
Appian
ACD101
Q5:
You write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)
☐
A
An invalid email address that is missing the @-character: 'john.doeexample.com'.☐
B
An invalid email address: null.☐
C
A valid email address: 'jane.doe@example.com'.☐
D
The mail server is unavailable.