Appian ACD101 Übungsprüfungen
Zuletzt aktualisiert am 27.05.2025 - Prüfungscode: ACD101
- Prüfungsname: Appian Associate Developer
- Zertifizierungsanbieter: Appian
- Zuletzt aktualisiert am: 27.05.2025
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.
How can you add test data into your rule inputs while editing an interface object?
- A . Select the Performance tab and set test values.
- B . Select the Test button and set test values.
- C . Select the Gear icon, select Properties, and set test values.
You are creating a new customer onboarding application. Documents are required from customers for verification and onboarding purposes. You need to store these documents within Appian.
Which two areas in Appian should you configure? (Choose two.)
- A . Knowledge Center
- B . Decision Object
- C . Folder
- D . Feed
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
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.
You need to add a new attribute to your database-backed synced Acme employee record.
What should you do?
- A . Add the new field manually to the ACME_Employee database table and run a database script to resync the Acme employee record.
- B . In the record data model, you add the new field in the ADD SOURCE FIELDS. Save the field with the Update Table checkbox active.
- C . In the record data model, you add the new field with ADD RELATIONSHIPS. Save the newly created relationship and use the field.
HOTSPOT
Match each node to the correct description for the node.
Note: Each description will be used once. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.
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.
What is an Appian best practice for calling interface rules on your interface?
- A . Call the interface rule on a rule input.
- B . Use keyword syntax.
- C . Always use consistent ordering of rule parameters.
You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
- A . Toggle the Parameter field to ‚True" on the configuration of a process variable.
- B . Create process variables on the Data Management tab of Process Model Properties.
- C . Add an interface as a Process Start Form.