Winter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

Your clients customer management application is finally released lo Production. After a few weeks of small enhancements and patches, the client Is ready to build their next application. The new application will leverage customer information from the first application to allow the client to launch targeted campaigns for select customers in order to increase sales.As part of the first application, your team had built a section lo display key customer information such as their name, address, phone number, how long they have been a customer, etc. A similar section will be needed on the campaign record you are building.

One of your developers shows you the new object they are working on for the new application and asks you to review it as they are running Into a few issues.

What feedback should you give?

A.

Provide guidance to the developer on how to address the issues so that they can proceed with their work

B.

Ask the developer to convert the original customer section into a shared object so it can be used by the new application

C.

Point the developer to the relevant areas in the documentation or Applan Community where they can find more Information on the issues they are running into.

D.

Create a duplicate version of that sect

Full Access
Question # 5

You are the lead developer for an Appian project, in a backlog refinement meeting You are presented with the following user story.

As a restaurant customer. I need to be able to place my food order online to avoid waiting in line for take out.'

Which two functional acceptance criteria would you consider 'good'?

A.

The user will click Save, and the order information will be saved in the ORDER table and have audit history

B.

The user will receive an email notification when their order is completed.

C.

The system mutt handle up to 500 unique orders per day

D.

The user cannot submit the form without filling out all required fields.

Full Access
Question # 6

As part of an upcoming release of an application, a new nullable field is added to a table that contains customer dataThe new field is used by a reportin 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?

A.

Create a script thatadds the held and leaves it null.

B.

Create a rollback script that removes the field.

C.

Create a script that adds the field and then populate 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

Full Access
Question # 7

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

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

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

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

Full Access
Question # 8

You are reviewing log files that can be accessed in Appian to monitor and troubleshoot platform-based issues.

For each type of log file, match the corresponding Information that it provides. Each description will either be used once, or not at all.

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

Full Access
Question # 9

You need to design a complex Appian integration to call a RESTful API. The RESTful API will be used to update a case in a customer's legacy system.

What are three prerequisites for designing the integration?

A.

Define the HTTP method that the integration will use.

B.

Understand the content of the expected body. Deluding each field type and their limits

C.

Understand whether this integration will be used in an interface or in a process model

D.

Understand the different error codes managed by the API and the process of error handing m Appall

E.

Understand the business rules to be applied to ensure the business logic of the data

Full Access
Question # 10

On the latest Health Check report from your Cloud TEST environment utilizing a ManaDB add-on. you note the following findings

Category; User Experience Description; # of slow query rules Risk; High

Category; User Experience

Description: U of slow write to data store nodes

Risk: High

Which three things might you do to address this, without consulting the business?

A.

Reduce the batch size for database queues to 10.

B.

Optimize the database execution use standard database performance troubleshooting methods and tools (such as query execution plans)

C.

Reduce the size and complexity of the inputs. If you ore passing in a list, consider whether (he data model can be redesigned lo pass single values instead

D.

Optimize the database execution. Replace the new with a materialized view.

E.

Use smaller CDTs or limit the fields selected in alqueryEntity()

Full Access