Appian ACD101 Übungsprüfungen
Zuletzt aktualisiert am 05.05.2025- Prüfungscode: ACD101
- Prüfungsname: Appian Associate Developer
- Zertifizierungsanbieter: Appian
- Zuletzt aktualisiert am: 05.05.2025
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
After selecting a record, a user wants to initiate an activity in the context of that selected record.
You start by creating the process model that implements this activity.
What should you do next?
- A . Add the process model as a record list action to that record.
- B . Configure a site page as an action to kick off the process model.
- C . Add the process model as a record related action to that record.
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.
You are configuring an employee onboarding User Input Task that will be assigned to the human resources group.
Based on the default behavior for task assignments, which statement is valid?
- A . Multiple users can accept the task at the same time up until the point that the first user completes it.
- B . For each user in the group, a task is generated and assigned to them to complete.
- C . One user in the group can accept the task for themselves and complete it.
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.
What are three ways to trigger a process from a process model? (Choose three.)
- A . Use a subprocess.
- B . Call a web API.
- C . Use a!recordActionItem().
- D . Use a Start Process smart service.
- E . Run a!startProcess() from a script task.
Which step can be critical in passing information from a form back to a process model?
- A . Configure the Data Management tab.
- B . Configure the activity class parameters of a Write to Data Store Entity node, a
- C . Configure inputs on the Data tab of a User Input Task.
Which two scenarios are ideal for using Appian Portals? (Choose two.)
- A . A manager wants to obtain a view of their team’s performance.
- B . A retail customer wants to conduct a public survey for their recently launched product.
- C . An employee who does not have an account wants to register for their company’s vehicle fleet a management system.
- D . A user needs to submit support requests when they are using their mobile device in areas with bad network coverage.
Write to Data Store Entity smart service (Writing to the ACME_invoiceItem table).
You configured a Custom Data Type (CDT), ACME_video. You need to set up a node in your process model to write a new video as a row in the CDT’s corresponding database table.
Which set of inputs must you configure on your Write to Data Store smart service node?
- A . The data store and an input corresponding to each field of the ACME_video CDT.
- B . The data store entity and an input of type ACME_video.
- C . The data store and an input of type ACME_video.