
[2023年02月] 検証済みAppian ACD200リアル豪華お試しセット試験問題集でPDF
ACD200問題集PDF最新 [2023年最新] 究極の学習ガイド
質問 31
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 process model invoked via an API.
- C. A web hook from a content versioning system (CVS).
- D. A process model exposed to users as an action.
- E. Via the DevOps section of the Administration Console.
正解: A,D,E
質問 32
A lead designer receives this requirement:
Every time a record is modified, the data changed must be stored for audit.
Which design is the most efficient and has the least impact on the Appian application? (Choose the best answer.)
- A. Create a web API call to an audit history system and write the audit trail to file.
- B. Create a custom plugin that can write an audit trail to a log file.
- C. Create a trigger on the database table to capture the audit trail to a table.
- D. Create an Appian process to capture the change history and write the audit trail to the database.
正解: C
質問 33
You are reviewing a recent Health Check report and notice that a process model has high memory consumption.
What are three possible reasons for this? (Choose three.)
- A. Too many process variables
- B. Misconfigured error alerts
- C. Too many nodes
- D. Nested CDTs with large numbers of fields
- E. Gateway nodes with multiple incoming flows
正解: A,C,D
質問 34
You are about to deploy a package to another environment.
Which two statements are true? (Choose two.)
- A. It is not 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 possible to undo changes from an import to all types of objects.
正解: A,C
質問 35
You want to approve or reject an incoming deployment.
Which three roles allow you to do so? (Choose three.)
- A. System Administrators
- B. Application Editors
- C. Specified Reviewer Group
- D. Application Administrators Group
- E. Application Viewers
正解: A,C,D
質問 36
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. The task configured as a quick task
- C. An escalation that sends an email after 30 minutes to the supervisor
- D. An exception timer that skips the QC review task after 30 minutes, which flows to a Send Email node configured to notify a supervisor
正解: D
質問 37
Which two practices are strongly discouraged for activity chaining? (Choose two.)
- A. More than 50 node instances
- B. Less than or equal to 50 node instances
- C. More than 5 seconds between attended activities
- D. Less than or equal to 5 seconds between attended activities.
正解: A,C
質問 38
What should you use to create a virtual relation in a database to query the data?
- A. Index
- B. View
- C. Procedure
- D. Function
正解: B
質問 39
Which two statements are true for importing Appian applications? (Choose two.)
- A. It is not possible to undo changes from an import.
- B. It is not possible to import the same application multiple times.
- C. Importing a published application changes its state to Unpublished and need to be published again.
- D. Applications from an earlier version of Appian can be imported into later versions of Appian.
正解: A,D
質問 40
You are required to test a Related Action that updates record dat
a. You need to make sure that the correct users can access the form and that the data is updating successfully.
Which is the most appropriate testing method to achieve this using Appian?
- A. User Interface (UI) Testing
- B. Performance Testing
- C. Unit Testing
- D. Load Testing
正解: C
質問 41
While deploying a package to a target environment, object security warnings were detected.
In which two places can object security settings be changed in bulk? (Choose two.)
- A. Application security summary
- B. Administration Console
- C. Compare and Deploy tool
- D. Process model folder
正解: A,C
質問 42
You are troubleshooting a process model instance with an error in a node.
Which two options will allow you to obtain more information about the error? (Choose two.)
- A. View the Process Details dialog.
- B. View the properties dialog of the affected node.
- C. Open the process model from the process instance.
- D. View the process model properties.
正解: A,B
質問 43
You are creating an expression rule that will be reused throughout your environment.
What are two benefits of including meaningful test cases when creating a new expression rule? (Choose two.)
- A. Increase code quality.
- B. Speed up unit, regression, and exploratory testing.
- C. Improve the appearance of the code.
- D. Improve performance.
正解: A,B
質問 44
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 smart service nodes are configured in the process model.
- B. A large value is configured for days until archival or deletion compared to other process models in your application.
- C. A large number of instances are encountering process errors, and they are not being addressed by the production support team.
- D. The process instances are long-lived compared to the configured days until archival or deletion.
正解: C,D
質問 45
You are troubleshooting slow response times on a SAIL interface.
What are two potential causes of the performance issues? (Choose two.)
- A. Stacked button layout
- B. Multiple rule inputs
- C. Multiple a!save operations
- D. Configuration of refresh variables
正解: C,D
質問 46
Using a View, you pull a report on different employee transactions. You receive the following error: "a!queryEntity: An error occurred while retrieving the data." What is the most likely root cause? (Choose the best answer.)
- A. The view contains a large number of rows, requiring more time to fetch the data.
- B. The required inputs were not provided.
- C. The view doesn't have a column mapped as a Primary Key in its corresponding CDT.
- D. The rule contains a missing syntax.
正解: A
質問 47
More than one user is editing the same record in database.
With XSD, how do you avoid the collision of data from Application? (Choose the best answer.)
- A. @inheritance
- B. @OrderBy
- C. @Version
- D. @AssociationOverrides
正解: C
質問 48
A user is uploading a document in the Appian environment and wants to restrict the uploading of documents without extensions.
How can this be done at the environment level?
- A. Configure Validation rules wherever required.
- B. No actions are required from the developer; Appian auto-validates these documents.
- C. Document can be uploaded but cannot be restricted.
- D. Enable File Upload > Block files without an extension, under Administration Console.
正解: D
質問 49
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. Reduce the number of process variables.
- C. Pass data directly to activity nodes and smart services.
- D. Avoid storing large blocks of text in process variables.
- E. Configure process variables to be parameters.
正解: B,C,D
質問 50
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. Number (Integer)
- B. Date
- C. Number (Decimal)
- D. Boolean
正解: A
質問 51
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. Use the Monitoring tab to find rules with a low completion percentage.
- C. Inspect the application server log.
- D. Observe the runtime of all test cases.
正解: A
質問 52
Which review format is the most efficient way to coach team members and improve code quality? (Choose the best answer.)
- A. Peer Dev Review
- B. User Acceptance Testing
- C. Retrospectives
- D. Automated Code Scanning
正解: A
質問 53
You are reviewing process model metrics and looking at AMUs to evaluate a process's memory usage.
Which statement is correct regarding this metric?
- A. AMUs is not a good measurement for process memory usage.
- B. Memory usage is considered low when it is below 1,000 AMUs.
- C. Memory usage is considered low when it is below 100,000 AMUs.
- D. Memory usage is considered low when it is below 10,000 AMUs.
正解: C
質問 54
......
あなたを合格させるAppian試験でACD200試験問題集:https://www.passtest.jp/Appian/ACD200-shiken.html
ACD200試験問題集PDF更新された問題集:https://drive.google.com/open?id=1NbJvrYKrBhRKUN2wSJ-YdwJFQA7spTEf