ACD200 Exam Questions - Real & Updated Questions PDF
Pass Guaranteed Quiz 2024 Realistic Verified Free Appian
NEW QUESTION # 45
You are about to deploy a package to another environment.
Which two statements are true? (Choose two.)
- A. It is possible to undo changes from an import to all types of objects.
- B. It is not possible to import the same package multiple times.
- C. It is possible to import the same package multiple times.
- D. It is not possible to undo changes from an import to all types of objects.
Answer: C,D
NEW QUESTION # 46
What are three things you can do to improve the memory usage of a process model? (Choose three.)
- A. Split large nodes into many smaller nodes.
- B. Configure process variables to be parameters.
- C. Reduce the number of process variables.
- D. Avoid storing large blocks of text in process variables.
- E. Pass data directly to activity nodes and smart services.
Answer: C,D,E
NEW QUESTION # 47
Your organization is considering automating the running of expression rule test cases to provide unit tests for your Appian applications.
Which three methods could be used to launch a test run when required? (Choose three.)
- A. A SAIL interface embedded in a report.
- B. A web hook from a content versioning system (CVS).
- C. Via the DevOps section of the Administration Console.
- D. A process model exposed to users as an action.
- E. A process model invoked via an API.
Answer: A,D,E
Explanation:
Explanation
https://docs.appian.com/suite/help/20.4/Automated_Testing_for_Expression_Rules.html
NEW QUESTION # 48
Your organization is considering options for integrating with external systems from within Appian.
Which Appian object is designed to allow you to share base URL and authentication details across multiple integrations? (Choose the best answer.)
- A. An integration
- B. A connected system
- C. A web API
- D. A connector function
Answer: B
Explanation:
Explanation
The connected system is the object that allows to set an URL and key to be used in different integrations.
https://docs.appian.com/suite/help/22.3/Connected_System_Object.html
NEW QUESTION # 49
You need to find a list of expression rules that are causing performance issues, or have caused performance issues in the last 30 days.
What should you do?
- A. Access the Rule Performance tab in the Administration Console.
- B. Observe the runtime of all test cases.
- C. Use the Monitoring tab to find rules with a low completion percentage.
- D. Inspect the application server log.
Answer: A
NEW QUESTION # 50
What is the lowest permission required on the data store in order to query, write, and delete data?
- A. Viewer
- B. Manager
- C. Editor
- D. Administrator
Answer: A
Explanation:
Explanation
The lowest permission required on the data store in order to query, write, and delete data is Viewer. This is because the data store permissions only control the ability to view and modify the data store object in Appian Designer, not the actual data in the database. To query, write, and delete data, the user needs to have the appropriate SQL permissions on the database tables or views that are mapped to the data store entities. References: Data Store Permissions
NEW QUESTION # 51
You are creating a table to store book information for a library. The boot has a reference number (ISBN_ID), as well as a unique identifier (BOOK_ID).
For the CDT to be created, which data type should you choose for the BOOK_ID? (Choose the best answer.)
- A. Boolean
- B. Number (Decimal)
- C. Number (Integer)
- D. Date
Answer: C
NEW QUESTION # 52
You are creating an ERD that models the data for a college and includes a Many-to-Many relationship, Student-to-Class, where a student can be enrolled in multiple classes, and a class can enroll multiple students.
How can you handle this relationship so that it can be supported in Appian and remain in at least First Normal Form? (Choose the best answer.)
- A. The Class table should have a Student field to hold an array of Student IDs.
- B. It cannot be done, because Appian CDTs cannot handle Many-to Many relationships.
- C. The Student table should have a Class field to hold an array of Class IDs.
- D. A joining table can be used to hold instances of Student/Class relationships.
Answer: D
Explanation:
Explanation
A joining table can be used to hold instances of Student/Class relationships, so that it can be supported in Appian and remain in at least First Normal Form. A joining table is a table that contains only foreign keys that reference the primary keys of other tables. A joining table can be used to model a Many-to-Many relationship between two entities, such as Student and Class. For example, a joining table called Enrollment could have two columns: Student_ID and Class_ID, which reference the primary keys of the Student and Class tables respectively. Each row in the Enrollment table represents an instance of a student enrolled in a class. References: [Joining Tables], [Many-to-Many Relationships], [First Normal Form]
NEW QUESTION # 53
You are using pie charts.
What is correct representation of Appian best practices? (Choose the best answer.)
- A. Use pie charts to show proportional data.
- B. Use as many slices as possible.
- C. Try to use multiple pie charts when comparing multiple sets of data.
- D. Pie charts should only be used to represent data that can be placed into identical categories.
Answer: D
Explanation:
Explanation
https://docs.appian.com/suite/help/22.1/ux_charts.html
NEW QUESTION # 54
You want to approve or reject an incoming deployment.
Which three roles allow you to do so? (Choose three.)
- A. Specified Reviewer Group
- B. System Administrators
- C. Application Editors
- D. Application Viewers
- E. Application Administrators Group
Answer: A,B,E
Explanation:
Explanation
The question is about approving or rejecting an incoming deployment. The following roles allow you to do so:
* Specified Reviewer Group: This is a group that can be specified by the application administrator when creating a deployment package. Members of this group can approve or reject the deployment package in the target environment.
* System Administrators: This is a group that has full access and control over all applications and system settings in Appian. Members of this group can approve or reject any deployment package in any environment.
* Application Administrators Group: This is a group that has full access and control over a specific application in Appian. Members of this group can approve or reject any deployment package for their application in any environment.
The following roles do not allow you to approve or reject an incoming deployment:
* Application Viewers: This is a group that has read-only access to a specific application in Appian.
Members of this group cannot approve or reject any deployment package for their application in any environment.
* Application Editors: This is a group that has edit access to a specific application in Appian. Members of this group can create and export deployment packages for their application in any environment, but they cannot approve or reject them.
References:
* Deploying Applications
* Application Roles
NEW QUESTION # 55
You are analyzing a poorly-performing process model.
You find that the process model in question has a lot of nodes and is mainly used to do background updates.
Which two things can be done to increase its performance? (Choose two.)
- A. Define the correct alerts for the process model.
- B. Remove all activity chaining.
- C. Refactor some nodes into subprocesses when possible.
- D. Use swim lanes in the process model.
Answer: B,C
NEW QUESTION # 56
When looking at the process model metrics for your application, you see that one of your process models has a low completion rate of 10%.
What are two potential causes of this? (Choose two.)
- A. A large number of instances are encountering process errors, and they are not being addressed by the production support team.
- B. The process instances are long-lived compared to the configured days until archival or deletion.
- C. A large number of smart service nodes are configured in the process model.
- D. A large value is configured for days until archival or deletion compared to other process models in your application.
Answer: A,B
NEW QUESTION # 57
You create an Integration that modifies the data.
In which three locations can it be called? (Choose three.)
- A. Web API (GET)
- B. SAIL save into parameter
- C. Process model
- D. Expression or Rule
- E. Web API (POST, PUT, DELETE)
Answer: B,C,E
Explanation:
Explanation
An integration that modifies data can be called from three locations: web API (POST, PUT, DELETE), process model, and SAIL saveInto parameter. These locations allow for sending data to an external system or service and receiving a response.
* Web API (POST, PUT, DELETE) are HTTP methods that are typically used to create, update, or delete
* data on a server. An integration that modifies data can be exposed as a web API with one of these methods, allowing external applications or systems to invoke it through an HTTP request1.
* Process model is a graphical representation of a business workflow that consists of nodes and flows. An integration that modifies data can be called from a process model using either an integration node or a Call Integration smart service2. This allows for orchestrating complex workflows that involve data manipulation across different systems or sources.
* SAIL saveInto parameter is a property of a SAIL component that specifies an expression to be evaluated when the component is modified by the user3. An integration that modifies data can be called from an interface using the saveInto parameter of a SAIL component. This allows for triggering data changes based on user actions or events on the interface.
NEW QUESTION # 58
When creating a Web API, which two items are configured in the Administration Console? (Choose two.)
- A. API Key
- B. LDAP Authentication
- C. Connected System
- D. Service Account
Answer: A,D
NEW QUESTION # 59
You are on a project where the goal is to use Appian Sites to create and edit invoices issued to customers.
This process model is being used as a related action, to edit an Invoice. You have already created a record for invoices.
Review the following image:
Which two suggestions regarding this process are valid? (Choose two.)
- A. To improve performance, we should consider removing activity chaining from all flows.
- B. We should add this process model as a related action on the Invoices record called "Edit Invoice."
- C. We should consider adding a timer exception which skips the "Edit/Credit Invoice" node after 24 hours.
- D. We should add two pages to the site, one of which is a Record List of Invoices, and the other which has this process model as a Report.
Answer: B,C
Explanation:
Explanation
Two valid suggestions regarding this process are:
* We should consider adding a timer exception which skips the "Edit/Credit Invoice" node after 24 hours.
This suggestion would improve the user experience by preventing users from editing or crediting an
* invoice that is too old or has been already processed by another system. A timer exception can be added to any activity node to specify a deadline for completing the task. If the deadline is reached, the process flow will follow the exception path instead of the normal path.
* We should add this process model as a related action on the Invoices record called "Edit Invoice." This suggestion would make it easier for users to access and execute this process from the context of a specific invoice record. A related action is a process model that can be initiated from a record or a record list in Tempo or sites. A related action can use record data as inputs and update record data as outputs. References: Timer Exception, Create Record Actions
NEW QUESTION # 60
You need to build a QC review process for a factory that allows a technician to review each production line on a regular basis.
A QC technician has 30 minutes to complete their review, after which time the review will expire and be marked as a "missed review." If this, occurs, a supervisor should be notified via email and the review data should not be saved. Additional requirements are as follows:
The user should be able to save a draft of their review before submission, and come back to work on it later.
Once submitted, the review data should be saved to the database.
Which option needs to be implemented to meet the requirements?
- A. A send message event which sends an email after 30 minutes to the supervisor
- B. An exception timer that skips the QC review task after 30 minutes, which flows to a Send Email node configured to notify a supervisor
- C. An escalation that sends an email after 30 minutes to the supervisor
- D. The task configured as a quick task
Answer: B
NEW QUESTION # 61
During a sprint retrospective meeting, you need to get the team thinking about the outcomes of the last sprint.
Which two basic questions should you ask? (Choose two.)
- A. What went well?
- B. What didn't go well and can be improved?
- C. What are the blockers?
- D. Who did well in this sprint?
Answer: A,B
Explanation:
Explanation
A sprint retrospective is a meeting that takes place at the end of each sprint, where the team reflects on what went well and what can be improved in their work process. The purpose of the retrospective is to identify and implement actions that can enhance the team's performance and satisfaction in future sprints. Two basic questions that can help facilitate the retrospective are: What went well? and What didn't go well and can be improved? These questions allow the team to celebrate their achievements, acknowledge their challenges, and generate ideas for improvement.
NEW QUESTION # 62
Your organization is in the process of redesigning its user interfaces in order to use space efficiently.
Which layout component is most appropriate for displaying the interface where the meaningful order of components is vertical?
- A. a!columnOverlay()
- B. a!cardLayout()
- C. a!sideBySideLayout()
- D. a!columnsLayout()
Answer: D
NEW QUESTION # 63
In the next year, you expect the number of concurrent active users of your application to increase from approximately 50 to 500.
Which two recommendations for your Appian environment would address the performance risk of this large increase in users? (Choose two.)
- A. Add more process execution engines.
- B. Switch from a records-centric to a process-centric design.
- C. Add more design engines.
- D. Add more application server memory.
Answer: A,D
NEW QUESTION # 64
......
Get to the Top with ACD200 Practice Exam Questions: https://www.test4sure.com/ACD200-pass4sure-vce.html
Free Senior Developer ACD200 Ultimate Study Guide: https://drive.google.com/open?id=1v1xV6yW0gcg5CcPWZPSmGfwbV-vmFaBq