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...

November 24, 2023 No Comments READ MORE +

Given the following options are in mySQL, which option correctly alters the last row on the table?

Review the following table. Given the following options are in mySQL, which option correctly alters the last row on the table?A . INSERT price = 0.9 - INTO product - WHERE product_id = 3;B . MODIFY product - UPDATE price = 0.9 - WHERE product_id = 3;C . SET product...

November 24, 2023 No Comments READ MORE +

In which environment is unit testing performed for the feature?

A feature is being deployed to the test environment. In which environment is unit testing performed for the feature?A . UpgradeB . DevelopmentC . ProductionD . StagingView AnswerAnswer: B

November 23, 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...

November 23, 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: C

November 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...

November 20, 2023 No Comments READ MORE +

In the scrum lifecycle of a project, when should the team agree on the requirements for the Definition of Done?

In the scrum lifecycle of a project, when should the team agree on the requirements for the Definition of Done?A . Before getting started on the projectB . During the sprint retrospectiveC . During the backlog refinementD . After the sprint planningView AnswerAnswer: A Explanation: Before getting started, teams need...

November 20, 2023 No Comments READ MORE +

What should you do next?

A client requested a feature that is exceptionally specific and uncommon. You begin by gathering research to help determine how such a feature could be implemented, but no documentation is available. What should you do next?A . Create a Support Case.B . Check The Appian Academy.C . Review the Appian...

November 18, 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...

November 17, 2023 No Comments READ MORE +

During what stage of the Appian Delivery Methodology does story-pointing regularly occur?

During what stage of the Appian Delivery Methodology does story-pointing regularly occur?A . BuildB . OptimizeC . ReleaseD . InitiateView AnswerAnswer: A Explanation: https://community.appian.com/success/w/guide/2974/the-appian-delivery-methodology-part-ii

November 17, 2023 No Comments READ MORE +