Appian Associate Developer v1.0 (ACD101)

Page:    1 / 4   
Total 59 questions

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?

  • A. The value parameter is improperly configured on the drop-down component. You need to map the value to the proper rule input or variable.
  • B. The user group for the lookup table is incorrect. You need to add the user to the proper group.
  • C. The choice labels parameter of the drop-down field is not configured as a list. You need to wrap the value with curly brackets.


Answer : A

ACME Automobile uses Appian to manage their vehicle fleet. Vehicle records can have a status of either "active" or "inactive".
Users are primarily concerned with active vehicles and want to see only those records by default when viewing the Vehicle records list. However, it is important for users to be able to see the unfiltered list of Vehicle records on demand to address occasional auditing requests from managers.
Which configuration supports the desired Vehicle record list behavior?

  • A. Visibility on the Status column in the Vehicle record list set with conditional logic.
  • B. A source filter set to exclude vehicles with status "inactive".
  • C. A user filter for the status field with a default option corresponding to "active".


Answer : C

You write an expression that checks the validity of an email address.
Which three scenarios should you configure as test cases? (Choose three.)

  • A. An invalid email address that is missing the @-character: "john.doeexample.com".
  • B. An invalid email address: null.
  • C. A valid email address: "[email protected]".
  • D. The mail server is unavailable.


Answer : ABC

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?

  • A. Create a rule input on the child interface and pass the local variable data from the parent interface.
  • B. Reference the local variable directly from the child Interface using a process report.
  • C. Query the data separately in the child interface to avoid passing it from the parent interface.


Answer : A

When applying a default filter to a record type, what is a true statement for excluded data?

  • A. The data does not show up in the record list. End-users are unable to clear the filter condition to view the data.
  • B. The data does not show up in the record list, but can be accessed by end-users using a direct link to a record view.
  • C. The data does not show up in the record list, but end-users can clear the filter condition to view the data.


Answer : C

How can you prevent users from accessing Tempo?

  • A. Remove the users from the Tempo Users system group.
  • B. Change the default User Start Page.
  • C. Ensure the user is in the Application Users group, which by default does not have access to Tempo.


Answer : A

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. Compact
  • B. Grid
  • C. Stacked


Answer : C

A user needs to navigate from a record summary to an external URL.
Which interface component can be used to support this goal?

  • A. Button
  • B. Record Link
  • C. Card Layout with a link


Answer : C

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?

  • A. Look up the function in the Appian Documentation.
  • B. Search the Appian Knowledge Base Articles.
  • C. Post a question on Appian Community.


Answer : A

Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for "recordId" and "firstName"?

  • A.
  • B.
  • C.


Answer : B

You are configuring a local variable on an interface to store the date and time that the username field was last modified. The local variables are currently configured as follows:

Which a!refreshVariable configuration should be added so that local!usernameLastModified stores the correct timestamp?

  • A. refreshInterval: 0
  • B. refreshOnVarChange: local!username
  • C. refreshAlways: true


Answer : B

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.



Answer :

How do you refer to metadata of a process model object within process model expressions? For example: the creator, name, or description.

  • A. Process Properties, referred to in process model expressions using the pp! domain.
  • B. Process Variables, referred to in process model expressions using the pv! domain.
  • C. Process Model Properties, referred to in process model expressions using the pm! domain.


Answer : C

You receive the following error message after creating a dropdown field:

What could be the problem?

  • A. The choiceLabels and choiceValues datatypes do not match.
  • B. The choiceValues has too few values.
  • C. The choiceLabels have too few labels.


Answer : B

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?

  • A. Start Process smart service
  • B. Asynchronous subprocess with activity chaining
  • C. Synchronous subprocess with input and output variables configured


Answer : C

Page:    1 / 4   
Total 59 questions