APPIAN EXAM QUESTIONS AND ANSWERS| LATEST UPDATE 100% SOLVED
Which two statements are true about the Primary Key constraint in SQL? (Choose two.)
A. A Primary Key must contain UNIQUE values.
B. A Primary Key uniquely identifies each record in a SQL database table.
C. A Primary Key must be mode of a single column only.
D. A Primary Key must be on integer. A. A Primary Key must contain UNIQUE values.
B. A Primary Key uniquely identifies each record in a SQL database table.
You need to configure the Write to Data Store Entity smart service. What is required to
correctly configure this?
A. On the data store entity, use a constant in the value field for the data store entity.
B. Users must be granted access to database.
C. On the Data tab, click New Input to save the data.
D. Assign a namespace to the XML document. C. On the Data tab, click New Input to save
the data.
You connected multiple input paths to an XOR gateway in a loop. What will happen when the
second input flow reaches the gateway?
,A. All input flows will execute.
B. The first flow executes successfully, and the remaining will wait indefinitely.
C. The first flow executes successfully, and the remaining will throw an error.
D. The first flow executes successfully, and the remaining will be skipped. B. The first flow
executes successfully, and the remaining will wait indefinitely.
Which function allows you to trigger a process on interface reevaluation and remain on the
same interface after the process starts?
A. a!startProcess
B. a!dynamicProcess
C. a!processTaskLink
D. a!startProcessLink A. a!startProcess
A co-worker has created an interface with two inputs, one for a phone number and one for an
email address. There is a validation on this interface:
validations: {
if(
and(isnull(local!phone), isnull(local!email)),
a!validationMessage(
message: "Validation message here",
,validateAfter: "SUBMIT"
),
{}
)
}
What must the user fill out on the form?
A. Either their phone number or email address
B. Their email address only
C. Their phone number only
D. Both their phone number and email address A. Either their phone number or email
address
In a rule, there is a variable named local!numberOfCustomers which will eventually change
value. You are tasked with creating a variable that captures the original value so that you can
later compare the original and new value. Which parameter settings should you use for your
new variable?
A. refreshAlways:true
B. refreshOnReferencedVarChange: false
C. refreshOnReferencedVarChange: true
D. refreshOnVarChange:local!numberOfCustomers B. refreshOnReferencedVarChange: false
, What purpose do default test values serve when creating an interface?
A. Default test values arc used to define local variables in an interface.
B. Pre-populates rule inputs give designers a representation of what users will see.
C. Default test values arc used to improve the run time performance of an interface.
D. Pre-populates form data for end users at runtime. B. Pre-populates rule inputs give
designers a representation of what users will see.
You want to create a user filter based on data stored in a constant. Which type of user filter
should you use?
A. Expression-based user filters
B. List User filters
C. User-saved filters
D. Guided user filters A. Expression-based user filters
A user has a direct URL to access a record view. Which configuration(s) would allow the user
this access?
A. A combination of user filters, source security, and record type security are required.
B. Source security is all that is required.
Which two statements are true about the Primary Key constraint in SQL? (Choose two.)
A. A Primary Key must contain UNIQUE values.
B. A Primary Key uniquely identifies each record in a SQL database table.
C. A Primary Key must be mode of a single column only.
D. A Primary Key must be on integer. A. A Primary Key must contain UNIQUE values.
B. A Primary Key uniquely identifies each record in a SQL database table.
You need to configure the Write to Data Store Entity smart service. What is required to
correctly configure this?
A. On the data store entity, use a constant in the value field for the data store entity.
B. Users must be granted access to database.
C. On the Data tab, click New Input to save the data.
D. Assign a namespace to the XML document. C. On the Data tab, click New Input to save
the data.
You connected multiple input paths to an XOR gateway in a loop. What will happen when the
second input flow reaches the gateway?
,A. All input flows will execute.
B. The first flow executes successfully, and the remaining will wait indefinitely.
C. The first flow executes successfully, and the remaining will throw an error.
D. The first flow executes successfully, and the remaining will be skipped. B. The first flow
executes successfully, and the remaining will wait indefinitely.
Which function allows you to trigger a process on interface reevaluation and remain on the
same interface after the process starts?
A. a!startProcess
B. a!dynamicProcess
C. a!processTaskLink
D. a!startProcessLink A. a!startProcess
A co-worker has created an interface with two inputs, one for a phone number and one for an
email address. There is a validation on this interface:
validations: {
if(
and(isnull(local!phone), isnull(local!email)),
a!validationMessage(
message: "Validation message here",
,validateAfter: "SUBMIT"
),
{}
)
}
What must the user fill out on the form?
A. Either their phone number or email address
B. Their email address only
C. Their phone number only
D. Both their phone number and email address A. Either their phone number or email
address
In a rule, there is a variable named local!numberOfCustomers which will eventually change
value. You are tasked with creating a variable that captures the original value so that you can
later compare the original and new value. Which parameter settings should you use for your
new variable?
A. refreshAlways:true
B. refreshOnReferencedVarChange: false
C. refreshOnReferencedVarChange: true
D. refreshOnVarChange:local!numberOfCustomers B. refreshOnReferencedVarChange: false
, What purpose do default test values serve when creating an interface?
A. Default test values arc used to define local variables in an interface.
B. Pre-populates rule inputs give designers a representation of what users will see.
C. Default test values arc used to improve the run time performance of an interface.
D. Pre-populates form data for end users at runtime. B. Pre-populates rule inputs give
designers a representation of what users will see.
You want to create a user filter based on data stored in a constant. Which type of user filter
should you use?
A. Expression-based user filters
B. List User filters
C. User-saved filters
D. Guided user filters A. Expression-based user filters
A user has a direct URL to access a record view. Which configuration(s) would allow the user
this access?
A. A combination of user filters, source security, and record type security are required.
B. Source security is all that is required.