2024年更新のAssociate Developerが有効なACD100問題集を無料提供しています [Q46-Q71]

Share

2024年更新のAssociate Developerが有効なACD100問題集を無料提供しています

最新のFast2test ACD100のPDF問題集をダウンロードしちゃおう:https://jp.fast2test.com/ACD100-premium-file.html(78問題と解答)

質問 # 46
You are creating an interface and need to pass data out to its parent interface.
With type of variable is required to achieve this?

  • A. Rule inputs
  • B. Local variables
  • C. Parameterised process variable
  • D. Refresh variable

正解:C

解説:
Rule inputs are used to pass data into a rule, interface, or expression, but not to pass data out to its parent interface. To pass data out to the parent interface, you would typically use a Parameterized Process Variable (PPV). PPVs allow you to pass data between interfaces and processes. When you declare a PPV, you specify its data type and other characteristics, such as whether it is required or optional. You can then use the PPV in an expression to set its value, and the value will be available to the parent interface when the child interface is closed.


質問 # 47
Which scenario would most commonly use a related action?

  • A. Starting a company-wide annual performance review process that tasks every employee to fill out a self-assessment
  • B. Updating the status of an IT service request to "Closed", because an IT response is not necessary
  • C. Resetting the password on an employee who has forgotten their login credential
  • D. Running a process every Friday morning that sends a reminder email to employees who haven't submitted their timesheet

正解:A


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

  • A. During the backlog refinement
  • B. Before getting started on the project
  • C. During the sprint retrospective
  • D. After the sprint planning

正解:B

解説:
Before getting started, teams need to make important decisions about how the extended team will work together during the project. These include: Scheduling the key ceremonies on a fixed cadence including: daily scrum, sprint planning, sprint review, backlog refinement, sprint review and the sprint retrospective. Design the development workflow and configure the project management tool (e.g. Jira). Define the deployment pipeline and configuration management process. Agree the Definition of Done (DoD) and Definition of Ready (DoR).


質問 # 49
In addition to initiating the process model, what other permission is required to execute the Write to Data Store Entity smart service?

  • A. Admin permission to the CDT
  • B. Editor permission to the record
  • C. Viewer permission to a constant that points to the data store entity
  • D. Viewer permission to the data store

正解:D


質問 # 50
You need to ensure that your interface is readable on different devices.
How is this most commonly checked?

  • A. Wrap SAIL code in a!isPageWidtht().
  • B. Download Appian on each device and test.
  • C. Click on the different preview options in the Interface Designer.
  • D. Use your web browser to change sizing.

正解:C

解説:
https://docs.appian.com/suite/help/23.1/fnc_scripting_a_isPageWidth.html#:~:text=The%20a%21isPageWidth%20%28%29%20function%20gives%20you%20greater%20control,be%20viewed%20on%20pages%20of%20varying%20content%20widths.


質問 # 51
An organization has data spread across multiple platforms outside of Appian. They want to create an Appian application to leverage this data.
Which record type data source should they use?

  • A. Salesforce
  • B. Database
  • C. Process
  • D. Web Service

正解:D


質問 # 52
What is the maximum number of additional views that can be created on Appian record types?

  • A. 0
  • B. 1
  • C. 2
  • D. There is no limit

正解:A


質問 # 53
Review the following expression:

What will this expression return?

  • A. {101,200,300,1,2,3}
  • B. {101,202,303}
  • C. {200,400,600}
  • D. {101,1,200,2,300,3}

正解:B


質問 # 54
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. pm!name
  • B. pp!initiator
  • C. pm!creator
  • D. pp!name

正解:B


質問 # 55
A record type is using a process as its data source. Which statement is true?

  • A. The record has access to current values of process variables within process instances.
  • B. Process-backed records can only access process variable values when a process instance completes.
  • C. Process-backed records derive information from a data store entity.
  • D. Archived process instances are accessible with process-backed records.

正解:A

解説:
https://docs.appian.com/suite/help/23.1/configure-record-data-source.html#process-model


質問 # 56
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-One (1:1)
  • B. Many-to-One (N:1)
  • C. One-to-Many (1:N)
  • D. Many-to-Many (M:N)

正解:D

解説:
https://docs.appian.com/suite/help/23.2/CDT_Relationships.html#many-to-many-relationship Many-to-Many Relationship An example of this would be an application to manage Employees and Projects. Each Project has a team of multiple Employees, but a given Employee might currently be on more than one Project


質問 # 57
At what stage are you most likely to regularly refine the backlog?

  • A. Optimize
  • B. Release
  • C. Build
  • D. Initiate

正解:D


質問 # 58
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. Delete processes alter completion or cancellation by configuring the Data Management tab in the Process Model Properties.
  • B. Manually delete processes that have already been completed or cancelled so it does not cause further performance issues.
  • C. Configure the automatic process clean up so that it does not automatically clean-up processes.
  • D. Archive processes after completion or cancellation by configuring the Data Management tab in the Process Model Properties.

正解:A、D


質問 # 59
You want to evaluate an expression by using a loop.
Which option should you use?

  • A. a!do()
  • B. a!while()
  • C. a!forEach()
  • D. a!for()

正解:C


質問 # 60
Every business process, whether inside or outside of Appian, requires which of the following?

  • A. Defined steps
  • B. Automation
  • C. Human interaction
  • D. Reporting

正解:A


質問 # 61
A form has 5 rule inputs, as follows:
1 CDT variable
3 Text variables
1 Integer variable
According to best practices, how many process variables are required in the process model's user input task?

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

正解:B


質問 # 62
During CDT creation, when should you select the option to "Create New Version from XSD"?

  • A. When the Data Type (CDT) Designer docs nor allow you to identify your Primary Key field
  • B. When the data type (CDT) configurations are not accessible through the Data Type (CDT) Designer
  • C. When the data type (CDT) contains more than 12 fields
  • D. When the data type (CDT) is created through a Web Service

正解:D

解説:
In general, the option to "Create New Version from XSD" is most commonly used when creating a CDT that is used to consume or provide data through a Web Service. This is because the XSD file provides a standard way of describing the data structure used by the Web Service, which can be used to generate the CDT and ensure that it is consistent with the Web Service interface.


質問 # 63
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 should be using a CREATE statement.
  • C. You forgot the WHERE clause in your statement.
  • D. You should be using an EDIT statement.

正解:B


質問 # 64
In a rule, there is a variable named local!numberOfCustomers which will eventually change value.
You are tasked with creating a variable that captures the original value so that you can later compare the original and new value.
Which parameter settings should you use for your new variable?

  • A. refreshOnVarChange:local!numberOfCustomers
  • B. refreshOnReferencedVarChange: true
  • C. refreshOnReferencedVarChange: false
  • D. refreshAlways:true

正解:C

解説:
Referencing another local variable creates a dependency between the two variables and ensures that the referenced variable is always evaluated first.


質問 # 65
Who is responsible for estimating the level of effort for Product Backlog items?

  • A. Testers
  • B. Developers
  • C. Product Owner
  • D. Scrum Master

正解:C


質問 # 66
Given a Text type input of ri!text, which function will return that text without any spaces in the text?

  • A. flatten(ri!text)
  • B. stripwith(ri!text, " ")
  • C. trim(ri!text)
  • D. remove(ri!text, " ")

正解:B


質問 # 67
Which two statements are true about the Primary Key constraint in SQL? (Choose two.)

  • A. A Primary Key must contain UNIQUE values.
  • B. A Primary Key must be on integer.ax
  • C. A Primary Key must be mode of a single column only.
  • D. A Primary Key uniquely identifies each record in a SQL database table.

正解:A、D


質問 # 68
What is the most appropriate interface component to display tabular data?

  • A. Editable Grid
  • B. Column Layout
  • C. Rich Text
  • D. Read-only Grid

正解:D


質問 # 69
You are configuring a record type and utilizing data sync.
Appian does NOT have write access to the source database table, and will not make updates. Which data sync option is most appropriate for your situation?

  • A. Immediate Sync
  • B. Manual Sync
  • C. Hourly Sync
  • D. Daily Sync

正解:D


質問 # 70
What is the most accurate reason to use a related record type?

  • A. Related record types automatically update when dependent table structures are changed
  • B. Related record types allow you to easily query data from multiple unrelated tables
  • C. Related record types allow you to easily write to a data source
  • D. Related record types perform better than tables with a large scale of data

正解:B


質問 # 71
......

実験された試験材料はACD100:https://jp.fast2test.com/ACD100-premium-file.html

最新ACD100リアル試験問題をフォローせよ!:https://drive.google.com/open?id=1jRI7OllA5mDkjKyQhL4hVb7vNE_zFlcx


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어