You have a record type, ABC_Author, backed by a database table.
You need to retrieve the number of authors for each country.
Review the following basic query expression:

Which code snippet should be added to the fields parameter?
A)

B)

C)

D)
A business has large amounts of process data that is difficult for humans to analyze. What is the best Appian feature to help this business gain insights on the data?
What is the prerequisite configuration for adding a process model into site as a tab?
You need to create a record type of only active Products using an existing database table: PRODUCT.
The PRODUCT table consists of the following columns:
• ID(INT(11))
• NAME (VARCHAR(255))
• DESCRIPTION (VARCHAR(1000))
• IS_ACTIVE (BIT)
• CREATED_BY (VARCHAR(255))
• CREATED_ON (TIMESTAMP)
• MODIFIED_BY (VARCHAR(255))
• MODIFIED_ON (TIMESTAMP)
What is a valid way to create this record type?
According to best practices, what is Appian ' s recommendation for updating Test environments?
You are using a local variable in an expression rule to describe the height of an applicant.
Which statement correctly describes the application of Appian best practices for naming your local variable?
You created and published a new process model.
The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment.
When testing as a normal Acme business user, you see that the confirmation screen is not shown to you.
What might be the reason for this behavior?
You are updating an interface that is used as part of a User Input Task. The associated process model has an activity chained flow that loops back to the User Input Task. The process follows this flow when the user clicks Save on the interface to submit the task.
You need to retain the user’s selection so that the value remains selected after the user clicks Save.
Review the following process model diagram:

What is the minimum set of variables and/or inputs that need to be configured to keep the user’s selection?
You created an expression rule that was deployed to production on January 12, 2022.
The object has “form type” as a rule input, as well as several other rule inputs for characteristics describing the logged in user. Given values for these inputs, the rule returns a set of form instructions for the specified type of form as applicable to the logged in user.
What is the most important action to take with regards to the object description?
Match each Appian Design Object name to the most applicable use case.
Note: Each use case will be used once or not at all. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

While calling this rule in your interface, you receive the following error message:

How could you have prevented this error from happening?

You are reviewing a timesheet submission on a form.
The buttons on the form are: “Cancel”, “Deny”, and “Approve”. Most of the time, users will approve the timesheet.
According to Appian best practices, which button styling is most appropriate on the button labelled “Approve”?
Review the following code snippet:
index({ " a " , " b " , " c " }, 1, " x " )
Which value is returned?
Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?
You need to quickly view the structure of an application, its packages, and supporting documentation.
Which Appian Designer view should you use?
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
Review the following interface definition:

The interface does not display, and you get an error message.
What is the cause of the error?
You want to calculate the deadline for a review, which is determined by applying a formula that takes the characteristics of the review into account. This formula for calculating a review deadline is standard across the organization according to policy.
An Appian object was used to apply the calculation on an existing interface 14 months ago.
What should you do to perform the same calculation on a new data collection form?
You are creating a form used to order a pizza. You use a radio button component for the selection.
The pizza selection labels include a list of toppings. You do not want the selection labels to be truncated.
Which layout should you choose?
You need to be able to define record type relationships.
What is a required prerequisite in Appian?
You want to add a script task in between two User Input Tasks assigned to the same user.
What needs to be configured so that the user sees the second form immediately after submitting the first?
You are given a list of VM_Vehicles Custom Data Types (CDT).
Which smart service offers the best performance to write the values to the database?
A user needs to navigate from a record summary to an external URL.
Which interface component can be used to support this goal?
You created a user interface that has a text field. After you type into the text field, you notice the text disappears when you click out of the text field.
What could be the issue?
You need to create a record type with data sync enabled.
What are the supported data sources?
Review the following expression rule:

ri!name is defined as " Maria " .
ri!directory is defined as the following:

What is the expected output?
You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
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.

Which variable type is used to store data used within a single node of a process model?
While testing, the process consumes at least 2000 AMU of process memory for each instance.
What are four ways to reduce the overall memory footprint of your process instances? (Choose four.)