Which statement is appropriate in this scenario?

You need to update the table structure in the database, and then update the related CDT in Appian to publish the data store entity. Column names in the database and the CDT are implemented using different naming conventions. Which statement is appropriate in this scenario?A . You can update the...

September 22, 2023 No Comments READ MORE +

What are two valid solutions to this issue?

Your team lead mentions that the environment has been performing very slow lately, and the reason is unclear. A process model is consuming a lot of memory, and this could be causing the slowness in the environment. What are two valid solutions to this issue? (Choose two.)A . Manually delete...

September 22, 2023 No Comments READ MORE +

What is the issue?

You need to edit data in a table. You ate currently using the following statement: INSERT INTO product (productId, productName) VALUES (3, "App1e"); What is the issue?A . You should be using an UPDATE statement.B . You forgot the WHERE clause in your statement.C . You should be using a...

September 21, 2023 No Comments READ MORE +

Which parameter for a!query() should you use to define your filters?

You need to query some data from the database using more than one filter. Which parameter for a!query() should you use to define your filters?A . filterB . logicalExpressionC . aggregationD . selectionView AnswerAnswer: B

September 21, 2023 No Comments READ MORE +

What is the issue with the steps taken?

During User Acceptance Testing (UAT), a tester operating in the test environment asks you to change a data point in one of the tables. In the development environment, you navigate to the database and adjust the data point that the tester described. What is the issue with the steps taken?A...

September 20, 2023 No Comments READ MORE +

What is the minimum security permission needed?

An end-user needs to trigger a process model and act on the user task assigned to them. What is the minimum security permission needed?A . ViewerB . InitiatorC . EditorD . ManagerView AnswerAnswer: B Explanation: The "Initiator" permission allows a user to start a new instance of a process model...

September 20, 2023 No Comments READ MORE +

Match each sprint ceremony to its appropriate objective. Each objective may be used once, more than once, or not at all

HOTSPOT Match each sprint ceremony to its appropriate objective. Each objective may be used once, more than once, or not at all. View AnswerAnswer:

September 20, 2023 No Comments READ MORE +

Who is responsible for estimating the level of effort for Product Backlog items?

Who is responsible for estimating the level of effort for Product Backlog items?A . Product OwnerB . TestersC . DevelopersD . Scrum MasterView AnswerAnswer: A

September 20, 2023 No Comments READ MORE +

Which scenario would most commonly use a related action?

Which scenario would most commonly use a related action?A . Running a process every Friday morning that sends a reminder email to employees who haven’t submitted their timesheetB . Starting a company-wide annual performance review process that tasks every employee to fill out a self-assessmentC . Resetting the password on...

September 20, 2023 No Comments READ MORE +

Which Appian objects can easily relate data from these two tables?

You have data from two unrelated tables. Which Appian objects can easily relate data from these two tables?A . Process ModelsB . Expression RulesC . Custom Data TypesD . Record TypesView AnswerAnswer: D Explanation: When creating a Record Type, you can define relationships to other Record Types, which enables you...

September 19, 2023 No Comments READ MORE +