Weekend Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Appian ACD301 Dumps Questions Answers

Page: 1 / 3
Total 45 questions

Appian Certified Lead Developer Questions and Answers

Question 1

Your team has deployed an application to Production with an underperforming view. Unexpectedly, the production data is ten times that of what was tested, and you must remediate the issue. What is the best option you can take to mitigate their performance concerns?

Options:

A.

Bypass Appian’s query rule by calling the database directly with a SQL statement.

B.

Create a table which is loaded every hour with the latest data.

C.

Create a materialized view or table.

D.

Introduce a data management policy to reduce the volume of data.

Buy Now
Question 2

As part of your implementation workflow, users need to retrieve data stored in a third-party Oracle database on an interface. You need to design a way to query this information.

How should you set up this connection and query the data?

Options:

A.

Configure a Query Database node within the process model. Then, type in the connection information, as well as a SQL query to execute and return the data in process variables.

B.

Configure a timed utility process that queries data from the third-party database daily, and stores it in the Appian business database. Then use a!queryEntity using the Appian data source to retrieve the data.

C.

Configure an expression-backed record type, calling an API to retrieve the data from the third-party database. Then, use a!queryRecordType to retrieve the data.

D.

In the Administration Console, configure the third-party database as a “New Data Source.” Then, use a!queryEntity to retrieve the data.

Question 3

You are required to configure a connection so that Jira can inform Appian when specific tickets change (using a webhook). Which three required steps will allow you to connect both systems?

Options:

A.

Create a Web API object and set up the correct security.

B.

Configure the connection in Jira specifying the URL and credentials.

C.

Create a new API Key and associate a service account.

D.

Give the service account system administrator privileges.

E.

Create an integration object from Appian to Jira to periodically check the ticket status.

Question 4

You add an index on the searched field of a MySQL table with many rows (>100k). The field would benefit greatly from the index in which three scenarios?

Options:

A.

The field contains a textual short business code.

B.

The field contains long unstructured text such as a hash.

C.

The field contains many datetimes, covering a large range.

D.

The field contains big integers, above and below 0.

E.

The field contains a structured JSON.

Question 5

A customer wants to integrate a CSV file once a day into their Appian application, sent every night at 1:00 AM. The file contains hundreds of thousands of items to be used daily by users as soon as their workday starts at 8:00 AM. Considering the high volume of data to manipulate and the nature of the operation, what is the best technical option to process the requirement?

Options:

A.

Use an Appian Process Model, initiated after every integration, to loop on each item and update it to the business requirements.

B.

Build a complex and optimized view (relevant indices, efficient joins, etc.), and use it every time a user needs to use the data.

C.

Create a set of stored procedures to handle the volume and the complexity of the expectations, and call it after each integration.

D.

Process what can be completed easily in a process model after each integration, and complete the most complex tasks using a set of stored procedures.

Question 6

You are deciding the appropriate process model data management strategy.

For each requirement. match the appropriate strategies to implement. Each strategy will be used once.

Note: To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

Options:

Question 7

You are tasked to build a large-scale acquisition application for a prominent customer. The acquisition process tracks the time it takes to fulfill a purchase request with an award.

The customer has structured the contract so that there are multiple application development teams.

How should you design for multiple processes and forms, while minimizing repeated code?

Options:

A.

Create a Center of Excellence (CoE).

B.

Create a common objects application.

C.

Create a Scrum of Scrums sprint meeting for the team leads.

D.

Create duplicate processes and forms as needed.

Question 8

An existing integration is implemented in Appian. Its role is to send data for the main case and its related objects in a complex JSON to a REST API, to insert new information into an existing application. This integration was working well for a while. However, the customer highlighted one specific scenario where the integration failed in Production, and the API responded with a 500 Internal Error code. The project is in Post-Production Maintenance, and the customer needs your assistance. Which three steps should you take to troubleshoot the issue?

Options:

A.

Send the same payload to the test API to ensure the issue is not related to the API environment.

B.

Send a test case to the Production API to ensure the service is still up and running.

C.

Analyze the behavior of subsequent calls to the Production API to ensure there is no global issue, and ask the customer to analyze the API logs to understand the nature of the issue.

D.

Obtain the JSON sent to the API and validate that there is no difference between the expected JSON format and the sent one.

E.

Ensure there were no network issues when the integration was sent.

Question 9

As part of an upcoming release of an application, a new nullable field is added to a table that contains customer data. The new field is used by a report in the upcoming release and is calculated using data from another table.

Which two actions should you consider when creating the script to add the new field?

Options:

A.

Create a script that adds the field and leaves it null.

B.

Create a rollback script that removes the field.

C.

Create a script that adds the field and then populates it.

D.

Create a rollback script that clears the data from the field.

E.

Add a view that joins the customer data to the data used in calculation.

Question 10

You have 5 applications on your Appian platform in Production. Users are now beginning to use multiple applications across the platform, and the client wants to ensure a consistent user experience across all applications.

You notice that some applications use rich text, some use section layouts, and others use box layouts. The result is that each application has a different color and size for the header.

What would you recommend to ensure consistency across the platform?

Options:

A.

Create constants for text size and color, and update each section to reference these values.

B.

In the common application, create a rule that can be used across the platform for section headers, and update each application to reference this new rule.

C.

In the common application, create one rule for each application, and update each application to reference its respective rule.

D.

In each individual application, create a rule that can be used for section headers, and update each application to reference its respective rule.

Question 11

You are on a protect with an application that has been deployed to Production and is live with users. The client wishes to increase the number of active users.

You need to conduct load testing to ensure Production can handle the increased usage

Review the specs for four environments in the following image.

Which environment should you use for load testing7

Options:

A.

acmeuat

B.

acmedev

C.

acme

D.

acmetest

Question 12

For each requirement, match the most appropriate approach to creating or utilizing plug-ins Each approach will be used once.

Note: To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.

Options:

Question 13

You have created a Web API in Appian with the following URL to call it: Which is the correct syntax for referring to the username parameter?

Options:

A.

httpRequest.queryParameters.users.username

B.

httpRequest.users.username

C.

httpRequest.formData.username

D.

httpRequest.queryParameters.username

Page: 1 / 3
Total 45 questions