A+ QUESTIONS AND ANSWERS
A customer wants to display a small toolbar with three icons - a "sad face," a
"face with neutral expression," and a "happy face" - on the bottom of every page
in their application. Users will be instructed to use the icon that best expresses
their current experience using the application. This will allow the customer to
collect valuable data about users. Which object type should be called from each
page to implement this feature?
A. An interface, because the component must render user interface elements.
B. An expression rule, because the component captures expressions of user
sentiment for analysis.
C. A decision, because the component captures a choice that users select from
an array of custom selection components, rather than a standard dropdown or
radio button.
A. An interface, because the component must render user interface elements.
You select the "Generate groups and folders to secure and organize objects"
option while creating a new application, Acme, with the prefix ACM. By default,
which two groups are generated by Appian? (Choose two.)
A. ACM Administrators
B. ACM Designers
C. ACM Viewers
D. ACM Users
A. ACM Administrators
D. ACM Users
You need to remove an unused field from an existing record type Product, which
has data sync enabled and is backed by a database table. What should you do?
A. Delete the field from the record type and optionally delete the column from the
, database table.
B. Delete the field from the product Custom Data Type (CDT) and perform a full
resync of the record type.
C. Delete the column from the database table and perform a full resync of the
record type.
A. Delete the field from the record type and optionally delete the column from the
database table.
You have a record action that should only be visible to certain users under
conditions specified by an expression. How should you configure this?
A. Set security on the process model.
B. Set permissions directly on the user object.
C. Set security on the record action.
C. Set security on the record action.
Which Appian feature is used to automate repetitive manual tasks such as
extracting data from a system for which there is no API?
A. RPA
B. Process Mining
C. Connected Systems
A. RPA
Review the following expression rule:union(ri!fruit, ri!vegetables)The rule inputs
are configured as text arrays. What is the expected output?
A. All items in ri!fruit followed by items in ri!vegetables, including duplicate
values.
B. Only items that are in both ri!fruit and ri!vegetables.
C. All items in arrays. What and ri!vegetables combined, with duplicates removed.
C. All items in ri!fruit and ri!vegetables combined, with duplicates removed.
You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?