Which type of database relationship is the client describing?
A client asks you to store work location information for their employees. The client mentions that multiple employees may be assigned to multiple work locations. Which type of database relationship is the client describing?A . One-to-Many (1:N)B . Many-to-One (N:1)C . Many-to-Many (M:N)D . One-to-One (1:1)View AnswerAnswer: C Explanation: https://docs.appian.com/suite/help/23.2/CDT_Relationships.html#many-to-many-relationship...
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...
What is a Foreign Key?
What is a Foreign Key?A . The key that cannot be used in any other table.B . The key that joins two tables together.C . The key that uniquely identifies a record.D . The key that uniquely identifies a record when joined with another column.View AnswerAnswer: B
Which option correctly deletes the last row from the table?
Review the following table. Which option correctly deletes the last row from the table?A . REMOVE product_id = 3 IN product;B . DELETE FROM product WHERE product_id = 3;C . DELETE product_i = 3 FROM product;D . REMOVE FROM product WHERE product_id = 3;View AnswerAnswer: B
In addition to initiating the process model, what other permission is required to execute the Write to Data Store Entity smart service?
In addition to initiating the process model, what other permission is required to execute the Write to Data Store Entity smart service?A . Viewer permission to the data storeB . Viewer permission to a constant that points to the data store entityC . Admin permission to the CDTD . Editor...
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...
Which gateway is most appropriate to use?
In a process model, you want all outgoing flows lo start once all incoming flows have reached the node. Which gateway is most appropriate to use?A . NANDB . ORC . XORD . ANDView AnswerAnswer: D
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...
Which option is appropriate to use to accomplish this goal?
When setting the assignment of a User Input task, you need the task to be assigned to the person who started the process. Which option is appropriate to use to accomplish this goal?A . pp!nameB . pm!creatorC . pp!initiatorD . pm!nameView AnswerAnswer: C
When using "a!pagingInfo()" within "a!queryEntity()", which batch size value will return all items?
When using "a!pagingInfo()" within "a!queryEntity()", which batch size value will return all items?A . -1B . 0C . nullD . 500View AnswerAnswer: A