ACD200 Appian Certified Senior Developer

Loading demo links...

Showing 7–9 of 10 questions

Question 7

You are tasked with configuring a process model to store the result of an expression rule for every item in a list.

Which process model design has the lowest memory footprint?

Select an option, then click Submit answer.

  • Run MNI over a script task for each item in the list.

  • Call a sub-process for each item in the list.

  • Configure a script task to use a!foreach to iterate over each item in the list.

  • Create a loop of smart service nodes in the process model and execute it for each item in the list.

Question 8

You are required to test a Related Action that updates record data. You need to make sure that the correct users can access the form and that the data is updating successfully.

Which is the most appropriate testing method to achieve this using Appian?

Select an option, then click Submit answer.

  • Unit Testing

  • User Interface (UI) Testing

  • Load Testing

  • Performance Testing

Question 9

An organization has decided to integrate with a third-party to scan incoming documents and capture the details in a table called [appian].[document]. Each document will form a new case in Appian to be displayed on a Record List.

The record needs to show data from both [appian].[document] and [appian].[caseData], which holds additional case information.

What is the most efficient way to achieve this?

Select an option, then click Submit answer.

  • Create a trigger on the [appian].[document] table to copy all the data across to the [appian].[caseData] table and point the record at [appian].[caseData].

  • Create a SSIS package to run at a regular interval.

  • Create a view between both the [appian].[document] and [appian].[caseData] tables to feed the record.

  • Create a stored procedure to query the data from both the [appian].[document] and [appian].[caseData] tables.