Review the following interface definition:

The interface does not display, and you get an error message.
What is the cause of the error?
Reveal answer details Close answer details
Correct answerC
Appian · ACD101
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
Review the following interface definition: ![]() The interface does not display, and you get an error message. What is the cause of the error? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which condition must be true in order to establish record type relationships? Reveal answer details Close answer detailsCorrect answerC
Single choice
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? Reveal answer details Close answer detailsCorrect answerA
Single choice
Review the following code snippet: displayvalue(1, {0, 1, 2}, {"Low", "Medium", "High"}, "Unknown") The definition of displayvalue is: Tries to match a value in a given array with a value at the same index in a replacement array and returns either the value at the same index or a default value if the value is not found. What does this code snippet return? Reveal answer details Close answer detailsCorrect answerB
Single choice
An interface references an expression rule. What are the relationships between these objects? Reveal answer details Close answer detailsCorrect answerB
Multiple choice
Which two scenarios are ideal for using Appian Portals? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, C
Single choice
You have a Custom Data Type (CDT), ABC_book. This CDT is backed by a database table, abc_book, with data store entity, ABC_book. There is also a constant that refers to this data store entity, ABC_DSE_BOOK. You need to write code to pull back entries from the abc_book table as CDT objects. You only want 10 entries, but you need to know the total number of entries in the table. Which code snippet accomplishes this goal? ![]() Reveal answer details Close answer detailsCorrect answerA
Single choice
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? Reveal answer details Close answer detailsCorrect answerC
Single choice
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: algueryRecordType ( ) Which code snippet should be added to the fields parameter? ![]() ![]() Reveal answer details Close answer detailsCorrect answerE
Single choice
You are working on an existing process model with three process variables: 1. pv!vehicleID (integer) You have a script task with an output variable, defined as rule!VIM_getVehicle(vehicleID: pv!vehicleID). The result is saved to pv!vehicle. The rule VIM_getDealershipName() accepts the dealership ID, which is a field on the vehicle CDT, and returns the dealership name. What should you update in the process model to set the value for pv! Reveal answer details Close answer detailsCorrect answerB
Single choice
What is the Appian Dev environment used for? Reveal answer details Close answer detailsCorrect answerA
Single choice
You are configuring an employee onboarding User Input Task that will be assigned to the human resources group. Based on the default behavior fortask assignments, which statement is valid? Reveal answer details Close answer detailsCorrect answerC
Single choice
Review the following expression rule: if ( 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? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which statement about editing interfaces and expression rules is true? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which statement about local variables is valid? Reveal answer details Close answer detailsCorrect answerA
Single choice
You have a record type, ABC_Author, backed by a database table. You need to retrieve the total number of authors without loading all the data. According to Appian best practices, which code snippet accomplishes this goal in the most efficient way? ![]() Reveal answer details Close answer detailsCorrect answerA
Single choice
What is the Production environment used for? Reveal answer details Close answer detailsCorrect answerC |