Want to pass your Appian Certified Senior Developer ACD200 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
In the next year, you expect the number of concurrent active users of your application to increase from approximately 50 to 500.
Which two recommendations for your Appian environment would address the performance risk of this large increase in users? (Choose two.)
A. Add more design engines.
B. Add more process execution engines.
C. Add more application server memory.
D. Switch from a records-centric to a process-centric design.
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?
A. 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].
B. Create a SSIS package to run at a regular interval.
C. Create a view between both the [appian].[document] and [appian].[caseData] tables to feed the record.
D. Create a stored procedure to query the data from both the [appian].[document] and [appian].[caseData] tables.
Using a View, you pull a report on different employee transactions. You receive the following error: "a!queryEntity: An error occurred while retrieving the data."
What is the most likely root cause? (Choose the best answer.)
A. The view contains a large number of rows, requiring more time to fetch the data.
B. The view doesn't have a column mapped as a Primary Key in its corresponding CDT.
C. The required inputs were not provided.
D. The rule contains a missing syntax.