Appian ACD201 - Appian Senior Developer Exam
Page: 3 / 22
Total 107 questions
Question #11 (Topic: Exam A)
You're developing a user input form for a government services application that includes a file upload component.
If the uploaded file is a multimedia file (for example: .MP4, .MOV or .WAV), the customer wants these uploaded to Microsoft SharePoint instead.
What is the best way to achieve this requirement?
If the uploaded file is a multimedia file (for example: .MP4, .MOV or .WAV), the customer wants these uploaded to Microsoft SharePoint instead.
What is the best way to achieve this requirement?
A. Use the out-of-the-box Appian Connected System, but since it does not have any pre-built connected systems, you will need to use either a HTTP or OpenAI Connected System to connect with SharePoint.
B. Develop a connected system plug-in given SharePoint has an extensive API that cannot easily be resolved using the Appian out-of-the-box Connected System.
C. Use the out-of-the-box Appian Connected System as it has a pre-built connected system to SharePoint to provide a guided experience for designers to send and receive data.
Answer: C
Question #12 (Topic: Exam A)
Your client reported that a form in the application is very slow to load.
You investigate and find a query entity which is nor performing well.
Which action should you perform to improve query performance for the query entity?
You investigate and find a query entity which is nor performing well.
Which action should you perform to improve query performance for the query entity?
A. Change the data source of the query entity to a view with a WHERE clause.
B. Apply indices on all the fields referred in the query.
C. Apply the appropriate filters and indices in both Appian and the database.
Answer: C
Question #13 (Topic: Exam A)
You need to write an expression to retrieve a list of all account managers who don't currently have an active customer account.
Which code snippet should you use?
Which code snippet should you use?
A.
B.
C.
B.
C.
Answer: B
Question #14 (Topic: Exam A)
You're creating a new record type with data sync enabled. Users in the "ACME Employees" group must be able to access the record list and start the New Case action.
What are two valid steps that you should perform to grant users the appropriate access? (Choose two.)
What are two valid steps that you should perform to grant users the appropriate access? (Choose two.)
A. Add the “ACME Employees" group as a Viewer on the record type.
B. Add the "ACME Employees" group as a Viewer to the data store mapped to the record.
C. Grant Viewer permissions to the underlying interface object for the record list.
D. Grant Initiator permissions to the underlying process model for the New Case action.
Answer: AD
Question #15 (Topic: Exam A)
You have designed a three-step 'Wizard' form interaction using user input tasks in the process model. The second step of the Wizard must utilize another process model which contains a user input task inside.
Which two methods should be implemented for a seamless Wizard-like interaction for the user? (Choose two.)
Which two methods should be implemented for a seamless Wizard-like interaction for the user? (Choose two.)
A. Enable activity-chaining between all nodes on the main process model.
B. Enable activity chaining between all nodes in the second process model, and activity chain between all user input tasks.
C. Use a subprocess to call the second process model.
D. Use the Start Process smart service to call the second process model.
Answer: AC