ACD101 Appian Associate Developer Questions and Answers
A process model is currently being used to handle job applications.
For each new applicant, a User Input Task is assigned to the human resources (HR) Recruiter group for initial processing.
Later in the process, users in the HR Supervisor group are sent an email instructing them to schedule the candidate’s final interview. The process is working as expected.
Today, users in the HR Recruiter group requested that they do not receive email notifications for the initial processing of job applications. It is, however, critical for those in the HR Supervisor group to continue receiving e-mails.
How should you address this requirement?
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 need to start a process using an email trigger.
How should you configure this process model using the Process Model Properties dialog?
-
Match each a!refreshVariable configuration to the appropriate refresh behavior.
Note: Each refresh behavior will be used once, more than once, or not at all.

You receive a bug ticket that states " After selecting a value for the drop-down field, the value disappears. "
You investigate and notice that when you select the drop-down, the proper choice labels display. When you select an option, the value updates properly in the corresponding rule input.
What is the issue and how can you fix this bug?
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 Appian user interface best practices, which data type should be right-aligned on grids? Assume the use of the English language.
You need to add the customer segment to your customer record type with data sync enabled. The customer segment is calculated based on age, creditworthiness, and order score. These are all present on the record type.
How do you ensure the customer segment is always up to date using features of synced record types?
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.

You are troubleshooting an error on an interface.
How should you begin your investigation?
You are working on a process model " VIM Update Vehicle. "
You want to call another process " VIM Get Service Date " that accepts pv!vehicleId as a process parameter and sets a value for pv!serviceDate. The next node in VIM Update Vehicle depends on the value of pv!serviceDate.
Which node should you use to execute " VIM Get Service Date " from VIM Update Vehicle?
Match each Appian design object name to the most applicable use case.
Note: Each use case will be used once.

Review the following expression rule:

What is the expected output if ri!userComment is “0123456789ABC”?
Review the following expression rule:

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

What is the expected output?
Which option best describes the primary purpose of the interface design object?
Where can an Appian Developer connect with and share their expertise with other Appian Developers?
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 have a record type ABC_Author, backed by a database table.
You are using the Delete Records smart service to delete an author record.
What are the minimum parameters that need to be passed to the Delete Records smart service?
You want to grant permission for a group to move a file from an old folder to a new folder.
Which security configuration should you set for this group?
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
You built a grid field with the data source as a query entity.
You want to add a search box to the grid using Appian’s out-of-the-box functionality. You set the parameter of showSearchBox to “True”, but the search box is still not appearing.
Why is the search box NOT appearing?
Review the following variables:

Match each expression rule to the expected output.
Note: Each output 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.

You are creating a new interface object to display a pie chart.
The data for the chart is stored in a local variable in the parent interface object which references your child interface.
In terms of performance, what is the most efficient method to access the data required for the pie chart?
Review the following code snippet:
index({ " a " , " b " , " c " }, 1, " x " )
Which value is returned?
You are making changes to a record type named Support Case which has an existing related action titled Update Case.
Your customer requests an enhancement to make the update case action easily accessible when viewing the summary of a support case record.
What should you do?
You want to replace any invalid email addresses in a list of email addresses with the word ‘invalid’.
A rule already exists within your application which determines if an email address format is valid:
“MAIL_isValidEmail()”. This rule takes in a single email address and returns either “True” or False”.
Which code snippet will return the desired output?
A)

B)

C)

You are building an interface that displays flight departure times. The data must update automatically every minute and without user interaction.
How should this be configured?
You have a record action that should only be visible to certain users under conditions specified by an expression.
How should you configure this?






