Free ACD101 Exam Braindumps (page: 5)

Page 4 of 15

Your customer wants to change the name of a field of an existing Custom Data Type (CDT) to match a renamed database field.

The CDT is backed by a database entity, whose data store has the Automatically Update Database Schema option disabled. The old column name was BIRTHDATE and the new column name is DATE_OF_BIRTH.

How should you proceed?

  1. Download the CDT as XSD, make the appropriate changes, and re-upload the XSD. Verify and publish the data store.
  2. Rename the field in the record type in Appian to automatically update the CDT field.
  3. Rename the field in the CDT in Appian. Verify and publish the data store.

Answer(s): C

Explanation:

When a field name in an existing Custom Data Type (CDT) needs to be changed to match a renamed database field, and the Automatically Update Database Schema option is disabled, the correct approach is to rename the field in the CDT within Appian. After renaming the field in the CDT to match the new database column name (from BIRTHDATE to DATE_OF_BIRTH in this case), you should verify the changes and publish the data store to reflect the updates. This approach ensures that the Appian data model remains in sync with the underlying database schema.


Reference:

Appian Documentation - Data Types and Data Stores



Which step can be critical in passing information from a form back to a process model?

  1. Configure the Data Management tab.
  2. Configure the activity class parameters of a Write to Data Store Entity node, a
  3. Configure inputs on the Data tab of a User Input Task.

Answer(s): C

Explanation:

The critical step in passing information from a form back to a process model is to configure inputs on the Data tab of a User Input Task.
When you create a User Input Task, it includes a form for users to interact with. The data entered into this form can be mapped to process variables via the Data tab configuration. This ensures that the information collected in the form is available to the process for further use.


Reference:

Appian Documentation - User Input Tasks



Review the following expression rule:



ri!name is defined as "Maria".

ri!directory is defined as the following:



What is the expected output?

  1. Maria
  2. 0
  3. 1

Answer(s): C

Explanation:

Given that ri!name is defined as "Maria" and ri!directory contains two a!map() structures, one of which includes the name "Maria," the expression wherecontains(ri!name, index(ri!directory, "name")) will evaluate as follows: The index() function will return a list of values from ri!directory for the key "name," which will be {"Maria", "Steven"}. The wherecontains() function will then check where "Maria" is found within this list. Since "Maria" is the first element, the function will return a list of indices where "Maria" is found, in this case, {1}. Appian lists are 1-indexed, so the first position is represented by 1, not 0.


Reference:

Appian Expression Language Documentation - Functions



HOTSPOT (Drag and Drop is not supported)

Match each scenario to the correct relationship type in your data model design.

Note: Each relationship type 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.

  1. See Explanation section for answer.

Answer(s): A

Explanation:

"You have a product with basic fields and an additional detailed product description with all the technical details that is regularly updated." - One-to-many

"You have many employees on multiple projects." - Many-to-many

"You have an order with order items." - One-to-many

A one-to-many relationship is used when a single record from one table (product) is associated with multiple records in another table (product descriptions).

A many-to-many relationship exists when multiple records from one table (employees) are associated with multiple records from another table (projects).

An order with order items also represents a one-to-many relationship where one order can have multiple order items.


Reference:

Appian Documentation: Data Modeling in Appian






Post your Comments and Discuss Appian ACD101 exam with other Community members:

ACD101 Discussions & Posts