Appian Associate Developer 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?
You are developing an expression rule. You need to find information on employing an Appian function that you have not used before.
For more information on the Appian function, what should you do first?
What is an Appian best practice for calling interface rules on your interface?
You are running a process instance and an error occurs on an unattended node.
What happens to your process when this error occurs?
You have a Custom Data Type (CDT), ABC_book, with a constant that refers to its data store entity, ABC_DSE_BOOK.
You need to write a query filter for all ABC_book items whose title contains “Guide”.
Which code snippet accomplishes this goal?
A)

B)

C)

Review the following expression rule:

The updatedDate is of type “Date”, and current datetime is 01/01/2023 5:00 PM GMT+00:00.
What is the output of this expression if the value of updatedDate was saved as today() one(1) hour ago?
Which statement about editing interfaces and expression rules is true?
You receive the following error message after creating a dropdown field:

What could be the problem?
You have a record action that should only be visible to certain users under conditions specified by an expression.
How should you configure this?
Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for " recordId " and " firstName " ?
A)

B)

C)

Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information?
You need to build an expression that takes in a list of values and prefixes the values with “ID:”.
What is a valid definition to the expression?
A)

B)

C)

Where can an Appian Developer connect with and share their expertise with other Appian Developers?
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)

Which statement reflects an Appian user interface design best practice?
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 prevent a user from submitting a form when an invalid value is entered.
What should you do?
Which set of out-of-the-box features is only available when data sync is enabled on a record type?
Actual exam question from Appian ' s ACD101
Question #: 15
Topic #: 1
[All ACD101 Questions]

What is the expected output?
While calling this rule in your interface, you receive the following error message:

How could you have prevented this error from happening?

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.)
-
You are starting a process from a process.
Match each use case with the most appropriate method of starting this process.
Note: Each method can be used once or more than once.

You received a support ticket where the user claims that nothing happens when they click the button to complete a task. You confirm that the user is assigned to the task.
What is a possible reason for this problem?
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?
Which two groups can be set within Application Properties ? (Choose two.)
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?
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?
Which Appian feature is used to automate repetitive manual tasks such as extracting data from a system for which there is no API?
-
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 are constructing an interface that is used as the form of a User Input Task in a process model.
The data entered on the form must be available in the process after the form is submitted.
Which domain prefix should be used for variables in the interface?
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 expression rule:

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

What is the expected output?
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?
Review the following code snippet:
index({ " a " , " b " , " c " }, 1, " x " )
Which value is returned?
A user wants to view a bulleted list of information on an interface.
Which component should you use?
You have a record type ABC_Author, backed by a database table. You created a process that allows the user to modify an existing author.
When configuring the Write Records smart service, what should you consider regarding the record ID?




