有効なACD200テスト解答Appian ACD200試験PDF問題を試そう [Q30-Q53]

Share

有効なACD200テスト解答Appian ACD200試験PDF問題を試そう

Appian ACD200認定リアル2023年最新の模擬試験合格させます

質問 # 30
Users are reporting that their application is slow to load customer records with many transactions.
Using performance monitoring tools, you find that the following interface definition is responsible for the vast majority of page load time:

You also notice that both queries (rule!APP_GetTransactionsWithFilters and rule!APP_GetTransactionTypeWithFilters) take about 25 milliseconds each to execute when you test them using expression editor.
Which change would decrease the load time of this interface component the most? (Choose the best answer.)

  • A. Prefetched transation types and use the displayvalue() function to display the Transaction Type for each transaction.
  • B. Don't fetch total count when getting transactions.
  • C. On line 4, increase the paginginfo batch size to 50 so more data is prefetched.
  • D. Use a synced record for Transactions to improve the query response time for the query performed on line 6.

正解:A


質問 # 31
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. Date
  • B. Number (Decimal)
  • C. Number (Integer)
  • D. Boolean

正解:C


質問 # 32
Which XSD element is NOT supported within an Appian CDT? (Choose the best answer.)

  • A. <xsd:complexType>
  • B. <xsd:key>
  • C. <xsd:annotation>
  • D. <xsd:simpleContent>

正解:B


質問 # 33
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. Try to use multiple pie charts when comparing multiple sets of data.
  • C. Use as many slices as possible.
  • D. Pie charts should only be used to represent data that can be placed into identical categories.

正解:D


質問 # 34
A car insurance company wants to build an application that processes insurance claims. Appian will receive a claim in a JSON document and return a decision about whether the company should pay the claim.
Match each system requirement to the Appian object that could be used to implement the requirement. Each answer will be used once.

正解:

解説:


質問 # 35
What is the lowest permission required on the data store in order to query, write, and delete data?

  • A. Administrator
  • B. Viewer
  • C. Manager
  • D. Editor

正解:B


質問 # 36
You need to create a service account for a consumer to access the Appian Web API.
Which user type should be created?

  • A. System Administrator
  • B. Initiator
  • C. Basic User
  • D. Editor

正解:C


質問 # 37
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 escalation that sends an email after 30 minutes to the supervisor
  • C. 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. The task configured as a quick task

正解:C


質問 # 38
You are designing a repeating step in a process.
What is the default limit for maximum number of node executions?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:D


質問 # 39
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. Enable File Upload > Block files without an extension, under Administration Console.
  • B. No actions are required from the developer; Appian auto-validates these documents.
  • C. Document can be uploaded but cannot be restricted.
  • D. Configure Validation rules wherever required.

正解:A


質問 # 40
You are code-checking your colleague's process model before marking it as Ready for Deployment.
Which three best practices should be applied? (Choose three.)

  • A. All nodes should have exception flows
  • B. Activity chaining should be added to the majority of flows.
  • C. Node inputs should not make the same query call more than once.
  • D. All outgoing flows from a gateway should be labeled
  • E. All XOR/OR gateways should have a single incoming ow.

正解:C、D、E


質問 # 41
You want to approve or reject an incoming deployment.
Which three roles allow you to do so? (Choose three.)

  • A. Specified Reviewer Group
  • B. Application Editors
  • C. Application Administrators Group
  • D. Application Viewers
  • E. System Administrators

正解:A、C、E


質問 # 42
The IT stakeholder wants to understand which processes have the highest footprint.
What are the two places to get information on process model memory usage? (Choose two.)

  • A. Process monitoring tab
  • B. Application server log file
  • C. Administration Console
  • D. Appian Health Check report

正解:A、D


質問 # 43
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. Refactor some nodes into subprocesses when possible.
  • B. Use swim lanes in the process model.
  • C. Remove all activity chaining.
  • D. Define the correct alerts for the process model.

正解:A、C


質問 # 44
You want to display a Gender dropdown, and its choice label may change in the future as per the business requirement.
Given transactional database tables rely on this data for reporting, what is the most appropriate action? (Choose the best answer.)

  • A. Create a constant and update it as per the business requirement.
  • B. Create an expression rule and update it as per the business requirement.
  • C. Create a stored procedure and update it as per the business requirement.
  • D. Create these entries in a table and reference them through a query entity rule as per the business requirement.

正解:D


質問 # 45
You are investigating a slow-performing expression rule and want to analyze this rule's historical performance.
Which performance log should you look at to see the mean evaluation time of this rule every hour?

  • A. expressions_summary.csv
  • B. expressions_metrics.csv
  • C. expressions_trace.csv
  • D. expressions_details.csv

正解:D


質問 # 46
You create an Integration that modifies the data.
In which three locations can it be called? (Choose three.)

  • A. Expression or Rule
  • B. Process model
  • C. Web API (GET)
  • D. Web API (POST, PUT, DELETE)
  • E. SAIL saveinto parameter

正解:A、B、D


質問 # 47
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()

正解:D


質問 # 48
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 consider adding a timer exception which skips the "Edit/Credit Invoice" node after 24 hours.
  • C. We should add this process model as a related action on the Invoices record called "Edit Invoice."
  • 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.

正解:B、C


質問 # 49
You are referencing and using arrays of a CDT (Custom Data Type).
Which two statements are true? (Choose two.)

  • A. There is no difference between using "dot notation" and the index() function.
  • B. An array of integers can be passed as the second parameter to the index() function to return the data at those position in the array.
  • C. The function wherecontains can act on operands of different types.
  • D. Other Appian functions can be used within the square brackets "[]" when using dot notation to return specific data from the array.

正解:A、B


質問 # 50
Your organization requires a process to be initiated via an Appian web API.
Which HTTP request methods should the API use?

  • A. HEAD
  • B. POST
  • C. CONNECT
  • D. GET

正解:B


質問 # 51
Your organization is considering the adoption of Behavior-Driven Development (BDD) and automated testing as part of application development.
Which three testing tools have packages preconfigured to work with Appian applications and are available via the AppMarket? (Choose three.)

  • A. Git
  • B. Jenkins
  • C. Cucumber
  • D. FitNesse
  • E. Selenium API

正解:C、D、E


質問 # 52
Users are reporting that a task on a newly-launched process in Production is slow to respond to user input.
What is the likely cause? (Choose the best answer.)

  • A. Exception timers on tasks are set to values that are too low.
  • B. The process uses too many hidden variables.
  • C. The task is assigned to too many users.
  • D. There are too many SAIL components on the task.

正解:D


質問 # 53
......

ACD200試験問題と有効なACD200問題集PDF:https://jp.fast2test.com/ACD200-premium-file.html

ACD200ブレーン問題集学習ガイドにはヒントとコツで試験合格を目指そう:https://drive.google.com/open?id=1utRdtqrJetLd5ol23K3D9KbF0stRwfIC


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어