最新的Appian Associate Developer - ACD101免費考試真題

問題1
You need to configure the database to have a one-to-many relationship between ACME_ORDER and ACME_ORDER_ITEM.
What is a valid method for configuring this relationship in the database?

正確答案: A
問題2
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?

正確答案: C
問題3
Which condition must be true in order to establish record type relationships?

正確答案: C
問題4
Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for " recordId " and " firstName " ?

正確答案: B
說明:(僅 VCESoft 成員可見)
問題5
You need to create a record type with data sync enabled.
What are the supported data sources?

正確答案: C
說明:(僅 VCESoft 成員可見)
問題6
What are three ways to start a process from an interface? (Choose three.)

正確答案: B,C,E
問題7
What is the Appian Dev environment used for?

正確答案: C
問題8
Which two scenarios are ideal for using Appian Portals? (Choose two.)

正確答案: A,B
說明:(僅 VCESoft 成員可見)
問題9
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
問題10
Match each Appian design object name to the most applicable use case.
Note: Each use case will be used once.
正確答案:

Explanation:
Expression Rule # Calculate an expected start date, given a specified priority and today's date.
Data Store # Connect Appian to a relational database.
Group # Establish a list of users that may change over time.
Interface # Display an expected start-date banner.
Each mapping represents the primary responsibility of the Appian object. An expression rule encapsulates reusable business logic, so calculating a start date from priority and the current date belongs in an expression rule. A data store connects Appian to an external relational database and supports storing and retrieving application data. A group organizes users or other groups and can be maintained manually or through dynamic membership rules. An interface returns components that capture or display information to application users, making it appropriate for displaying a start-date banner. Separating calculation, persistence, user organization, and presentation into their appropriate object types improves reusability, maintainability, security, and adherence to Appian's object-oriented application architecture.