Match each node to the correct description for the node.
Note: Each description 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 need to be able to define record type relationships.
What is a required prerequisite in Appian?
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)

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.

Where can an Appian Developer connect with and share their expertise with other Appian Developers?
You need to add a new attribute to your database-backed synced Acme employee record.
What should you do?
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)

You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
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 write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)
In an expression you see the following two code snippets A and B.

Do the two code snippets return the same result?
A user wants to view a bulleted list of information on an interface.
Which component should you use?
What is the prerequisite configuration for adding a process model into site as a tab?
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 need to create a record type with data sync enabled.
What are the supported data sources?
Which three of the following are valid page types in a site? (Choose three.)
A user needs to navigate from a record summary to an external URL.
Which interface component can be used to support this goal?
Which Appian feature is used to automate repetitive manual tasks such as extracting data from a system for which there is no API?
HOTSPOT -
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 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?
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 have two Custom Data Types (CDT): ACME_invoice and ACME_invoiceItem that have a flat relationship.
The invoice item table has a field that is a foreign key to the invoice table. You are leveraging the database to automatically generate their primary keys.
How should you structure the process model to add a new invoice and the new invoice items to the system?
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 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 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?
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.)
According to best practices, what is Appian ' s recommendation for updating Test environments?
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”?