[2024年更新]ACD101のPDF問題完璧見込みでGoShiken練習試験合格させます
質問 # 21
You have a record action that should only be visible to certain users under conditions specified by an expression.
How should you configure this?
- A. Set security on the process model.
- B. Set security on the record action.
- C. Set permissions directly on the user object.
正解:B
解説:
To control the visibility of a record action based on certain user conditions or expressions, the security settings of the record action itself must be configured. This involves defining conditions or expressions within the record action's security settings that evaluate whether a user meets the criteria to see and interact with the action. This method allows for dynamic control over the accessibility of actions based on user roles, specific attributes, or other contextual factors, ensuring that only authorized users can see and execute the action under specified conditions.
Reference:
Appian Documentation on Record Actions: Details how to configure and secure record actions, including visibility and permissions, to tailor the user experience within record views.
質問 # 22
Which two scenarios are ideal for using Appian Portals? (Choose two.)
- A. A retail customer wants to conduct a public survey for their recently launched product.
- B. A user needs to submit support requests when they are using their mobile device in areas with bad network coverage.
- C. An employee who does not have an account wants to register for their company's vehicle fleet a management system.
- D. A manager wants to obtain a view of their team's performance.
正解:A、C
解説:
Appian Portals are designed for scenarios where users who do not have an Appian account need to interact with Appian applications. This makes them ideal for public-facing applications such as surveys (Option B) or for allowing external users to initiate processes like registrations (Option C). They are not intended for internal use by employees (Option A) or for scenarios requiring offline capabilities (Option D).
Reference:
Appian Documentation: Appian Portals
質問 # 23
You need to add a new attribute to your database-backed synced Acme employee record.
What should you do?
- A. In the record data model, you add the new field in the ADD SOURCE FIELDS. Save the field with the Update Table checkbox active.
- B. Add the new field manually to the ACME_Employee database table and run a database script to resync the Acme employee record.
- C. In the record data model, you add the new field with ADD RELATIONSHIPS. Save the newly created relationship and use the field.
正解:A
解説:
To add a new attribute to a database-backed synced record type, such as an Acme employee record, you should add the new field under the 'Add Source Fields' section in the record data model configuration. When you save this new field with the 'Update Table' checkbox selected, Appian will automatically update the underlying database table and resync the record type with the new field included.
Reference: Appian Documentation - Modifying Record Data Models
質問 # 24
Which Appian feature can help the implementation team analyze the event log data of an existing process?
- A. Workflow
- B. RPA
- C. Process Mining
正解:C
解説:
vent logs. It uses the data from process models to give insights into process performance, bottlenecks, and compliance with the designed process flow. This feature is valuable for understanding the actual performance of business processes and for identifying areas for improvement.
Reference: Appian Documentation - Process Mining
質問 # 25
You want to add a script task in between two User Input Tasks assigned to the same user.
What needs to be configured so that the user sees the second form immediately after submitting the first?
- A. Enable activity chaining.
- B. Run the script task as "synchronous."
- C. Set all process variables as parameters.
正解:A
解説:
To ensure that the user sees the second form immediately after submitting the first, when adding a script task between two User Input Tasks assigned to the same user, it is essential to enable activity chaining. Activity chaining in Appian allows for the seamless transition between user tasks within a process, eliminating unnecessary delays and enhancing the user experience by immediately presenting the subsequent task.
Reference:
Appian Documentation: Activity Chaining in Processes
質問 # 26
Which Appian feature is used to automate repetitive manual tasks such as extracting data from a system for which there is no API?
- A. RPA
- B. Connected Systems
- C. Process Mining
正解:A
解説:
Robotic Process Automation (RPA) is the Appian feature designed to automate repetitive manual tasks, especially in scenarios where interacting with systems without APIs is necessary. RPA bots can mimic human actions, such as navigating through system interfaces, extracting data, and entering information, effectively bridging the gap between digital processes and systems that lack API integrations. This capability is particularly useful for integrating legacy systems into modern workflows, streamlining operations that would otherwise require manual intervention.
Reference:
Appian Documentation on RPA: Explains how RPA can be leveraged within Appian to automate tasks, providing examples and best practices for implementing RPA bots in business processes.
質問 # 27
After selecting a record, a user wants to initiate an activity in the context of that selected record.
You start by creating the process model that implements this activity.
What should you do next?
- A. Add the process model as a record list action to that record.
- B. Configure a site page as an action to kick off the process model.
- C. Add the process model as a record related action to that record.
正解:C
解説:
a record related action. This allows the action to be performed in the context of a specific record, making it straightforward for users to initiate processes directly from the record view.
Reference:
Appian Documentation: Record Related Actions
質問 # 28
You are creating a form used to order a pizz
a. You use a radio button component for the selection.
The pizza selection labels include a list of toppings. You do not want the selection labels to be truncated.
Which layout should you choose?
- A. Grid
- B. Compact
- C. Stacked
正解:C
解説:
For a pizza ordering form where you do not want the radio button selection labels to be truncated, the Stacked layout is the most appropriate. This layout will list the options vertically, giving each one adequate space and preventing truncation, which is particularly useful when the labels include longer text, such as a list of toppings.
Reference: Appian Documentation - Interface Components
質問 # 29
How can you add test data into your rule inputs while editing an interface object?
- A. Select the Test button and set test values.
- B. Select the Gear icon, select Properties, and set test values.
- C. Select the Performance tab and set test values.
正解:A
解説:
While editing an interface object in Appian, you can add test data into your rule inputs by selecting the Test button. This feature allows you to simulate how the interface would behave with specific inputs, facilitating a more efficient and accurate design and debugging process.
Reference:
Appian Documentation: Testing Interfaces
質問 # 30
You need to pass data into a process from other parts of your Appian application.
Which configuration is required in your process model?
- A. Add an interface as a Process Start Form.
- B. Toggle the Parameter field to 'True" on the configuration of a process variable.
- C. Create process variables on the Data Management tab of Process Model Properties.
正解:C
解説:
To pass data into a process from other parts of an Appian application, you need to configure process variables. This is done on the Data Management tab within the Process Model Properties. Here, you can define process variables that can receive data from external sources, such as interfaces, other processes, or direct user input, when the process is started. These variables serve as placeholders for the data that will be used throughout the execution of the process.
Reference: Appian Documentation - Process Model Properties
質問 # 31
You are developing an expression rule. You need to find information on employing an Appian function that you have not used before.
For more information on the Appian function, what should you do first?
- A. Search the Appian Knowledge Base Articles.
- B. Look up the function in the Appian Documentation.
- C. Post a question on Appian Community.
正解:B
解説:
When you need information on using a specific Appian function that you have not used before, the first step should be to consult the Appian Documentation. The documentation provides comprehensive details on each function, including syntax, parameters, usage examples, and best practices, which is essential for understanding how to correctly employ the function in an expression.
Reference: Appian Documentation - Functions
質問 # 32
Which code snippet calls the interface APP_RecordDashboard while following best practices for passing in values for "recordId" and "firstName"?
- A.

- B.

- C.

正解:A
解説:
The best practice in Appian for passing values into an interface is to use named parameters, which is demonstrated by Option B. Named parameters make the code more readable and maintainable by clearly specifying which parameter each value is being passed to. In this case, the recordId and firstName parameters are clearly being assigned the values 1 and "Kyle" respectively.
Reference:
Appian Documentation: Passing Parameters to Interfaces
質問 # 33
You are using a local variable in an expression rule to describe the height of an applicant.
Which statement correctly describes the application of Appian best practices for naming your local variable?
- A. local!hoaa - This employs the naming convention of abbreviating "Height of an applicant" to minimize both the typing required by developers and the length of code Appian is required to parse.
- B. local!x - This employs the naming convention of using algebraic variables for a value that may either change over time or be used by future developers for other purposes.
- C. local!applicantHeight - This employs the naming convention of specifically describing the value contained by the variable.
正解:C
解説:
The best practice for naming variables in Appian is to use clear and descriptive names that convey the purpose or content of the variable. Therefore, local!applicantHeight is the best option as it precisely describes the value contained by the variable, which is the height of an applicant. This naming convention aids in readability and maintainability of the code, making it easier for developers to understand and modify the code in the future.
Reference: Appian Best Practices - Expression Writing and Naming Conventions
質問 # 34
You need to create a record type with data sync enabled.
What are the supported data sources?
- A. Web Services, Salesforce, Database
- B. Web Services, Process Reports, Database
- C. Salesforce, Process Models, Database
正解:C
解説:
Appian's data sync feature supports synchronization from three primary data sources: Salesforce, Process Models, and Databases. This allows for the creation of record types that can efficiently access and manipulate data from these sources, leveraging Appian's capabilities to provide real-time insights and interactions with external systems and internal processes.
Reference:
Appian Documentation: Creating Record Types
質問 # 35
You need to start a process using an email trigger.
How should you configure this process model using the Process Model Properties dialog?
- A. Go to File > Properties. Select the Public Events checkbox to allow anyone to fire triggers.
- B. Go to File > Properties > Alerts. Configure the Custom Alert settings.
- C. Go to File > Properties Set the proper Process Display Name
正解:B
解説:
To start a process using an email trigger, you need to configure the process model to listen for an email event. This is done by going to File > Properties > Alerts in the process model properties dialog and configuring the Custom Alert settings. Here you can specify the email address that will trigger the process when an email is sent to it.
Reference: Appian Documentation - Configuring Alerts in Process Models
質問 # 36
Match each node to the correct description for the node.
Note: Each description will be used once. To change your responses, you may deselect your response by clicking the blank space at the top of the selection list.
正解:
解説:
Reference:
Appian Documentation: Process Modeler Objects
質問 # 37
......
オンライン問題傑作練習用であなたの試験を合格してみせます:https://www.goshiken.com/Appian/ACD101-mondaishu.html
練習できるACD101にはGoShiken明確な練習であなたをAppian Associate Developer試験合格させます:https://drive.google.com/open?id=1Q9lOHQLOGQk5znijVekl_5nELIbKPvLT