option
Cuestiones
ayuda
daypo
buscar.php

TEST BORRADO, QUIZÁS LE INTERESE: Test Wiki

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
Test Wiki

Descripción:
Test wiki appian 3

Autor:
AVATAR
Formación
OTROS TESTS DEL AUTOR

Fecha de Creación: 10/12/2024

Categoría: Informática

Número Preguntas: 51
COMPARTE EL TEST
ComentarNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What is the impact of reordering fields in a record type backed by a database table? Attributes in Custom Data Type(CDT) will change. There is no impact from the change. Column ordering in the database table will be change.
You configured a Custom Data Type (CDT), ACME_video. You need to set up a node in your process model to write a new video as a row in the CDT’s corresponding database table. Which set of inputs must you configure on your Write to Data Store smart service node? The data store entity and an input of type ACME_video. The data store and an input of type ACME_video. The data store and an input corresponding to each field of the ACME_video CDT.
Which two groups can be set within Application Properties? Developers Groups Users Groups Designers Groups Administrators Groups .
You are troubleshooting an error on an interface How should you begin your investigation? Use the a!finderror() function in the expression mode View the recent error messages found in the Performance tab. Look for the error message in a large banner across the top of the screen.
Which types of objects can be called using the “rule! domain” prefix? Connected systems, records, expression rules, and interfaces. Process models, integrations, expression rules, and constants. Decisions, expression rules, interfaces, and integrations.
You created and published a new process model. The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment. When testing as a normal Acme business user, you see that the confirmation screen is not shown to you. What might be the reason for this behavior? The second User Input Task is assigned to the Acme business user group. The second User Input Task is assigned to the process initiator. The maximum number of activity chained nodes is exceeded and breaks.
Which three of the following are valid page types in a site? Tempo Action Interface News Feed Record List.
Review the following expression rule: if( local!hoy = today(), “Updated today”, “Updated “ & local!hoy ) The updatedDate is of type “Date”, and current datetime is 01/01/2023 5:00 PM GMT+00:00. What is the output of this expression if the value of updatedDate was saved as today() one hour ago? Updated 01/01/2023 Updated 01/01/2023 4:00 PM GMT+00:00 Updated today.
Which set of out-of-the-box features is only available when data sync is enabled on a record type? Generate record actions, define record type-object security, add custom record fields Define record type relationships, add hidden record fields, configure record-level-security Define record type relationships, add custom record fields, configure record-level-security .
You are updating an interface that is used as part of a User Input Task. The associated process model has an activity chained flow that loops back to the User Input Task. The process follows this flow when the user clicks Save on the interface to submit the task. You need to retain the user`s selection so that the value remains selected after the user clicks Save. Review the following process model diagram: Rule input, activity class parameter, and a process variable. Local variable and a process variable. Task parameter and a process variable.
Which Appian feature can help the implementation team analyze the event log data of an existing process? Workflow RPA Process Mining.
You have a record type ABD_Author backed by database table You need to retrieve the total number of authors without loading all the data According to Appian best practices, which code snippet accomplishes this goal in the most efficient way? Option 1 Option 2 Option 3.
Match each scenario to the correct relationship type in your data model design. Note: Each relationship type 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. You have an order with order items You have many employees on multiple projects You have a product with basic fields and a condfitonal detailed product description with all the thecnical details that is regulary updated.
Review the following interface definition: if( ri!userComment > 10, left(ri!userComment, 10) & "...", ri!userComment ) What is the expected output if ri!userComment is “0123456789ABC”? ”0123456789…” ”0123456789ABC” {“0123456789”,”....”}.
An interface references an expression rule. What are the relationships between these objects? Inheritance and Association Dependents and Reliants Dependents and Precedents .
Your customer wants to change the name of a field of an existing Custom Data Type (CDT) to match a renamed database field. The CDT is backed by a database entity, whose data store has the Automatically Update Database Schema option disabled. The old column name was BIRTHDATE and the new column name is DATE_OF_BIRTH. How should you proceed? Download the CDT as XSD, make the appropriate changes, and re-upload the XSD. Verify and publish the data store. Rename the field in the CDT in Appian. Verify and publish the data store. Rename the field in the record type in Appian to automatically update the CDT field.
Match each node to the correct description for the node. Times Event Script Task XOR Gateway AND Gateway.
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? Look up the function in the Appian Documentation. Post a question on Appian Community. Search the Appian Knowledge Base Articles.
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? Enable activity chaining Run the script task as “synchronous” Set all process variables as parameters.
What are three ways to start a process from an interface? a!startProcessLink() a!startProcess() a!recordLink() Record Actions .
Match each Appian Design Object name to the most applicable use case Group Expression rule Interface Data store.
When applying a default filter to a record type, what is a true statement for excluded data? The data does not show up in the record list, End-users are unable to clear the filter condition to view the data. The data does not show up in the record list, but end-users can clear the filter condition to view the data. The data does not show up in the record list, but can be accessed by end-users using a direct link to a record view.
What is the Appian Dev environment used for? User acceptance testing Providing end users access to the finished product Making updates for the app.
You created an expression rule that was deployed to production on January 12, 2022. The object has form type" as a rule input, as well as several other rule inputs for characteristics describing the logged in user. Given values for these inputs, the rule returns a set of form instructions for the specified type of form as applicable to the logged in user. What is the most important action to take with regards to the object description? Set an object description that includes any notes you may need if you were to become responsible for providing Production Support on that area of the application in the future. You should also include "BP-1/12/2022-Created" somewhere in the description. Set an object description that reads: "Returns a set of form instructions to display, given the type of form and characteristics of the logged in user." Save a rule input of type "text" for the object called "objectDescription", and set a text value that generally describes the object such that other developers could quickly gain understanding of the object's purpose.
You built a grid with the data source as a query entity. You want to add a search box to the grid using Appian’s out-of-the-box functionality. You set the parameter of showSearchBox to “True”, but the search box is still not appearing. Why is the search box NOT appearing? The grid is on an interface that needs to be placed within a report object. The search box only appears when data is populated in the grid. The showSearchBox parameter only applies when a record type is used as the source in the data.
You are working on a process model “VIM Update Vehicle”. You want to call another process “VIM Get Service Date” that accepts pv!vehicleId as a process parameter and sets a value for pv!serviceDate. The next node in VIM Update Vehicle depends on the value of pv!serviceDate. Which node should you use to execute “VIM Get Service Date” from VIM Update Vehicle? Start Process smart service Asynchronous subprocess with activity chaining Synchronous subprocess with input and output variables configured.
You need to pass data into a process from other parts of your Appian application. Which configuration is required in your process model? Add an interface as a Process Start Form. Create process variables on the Data Management tab of Process Model Properties. Toggle the Parameter field to “True” on the configuration of a process variable.
You have to allow users to work with a record type object that uses a database table from a data store as its source. - User A needs to be able to delete the record type. - User B needs to be able to view the record list and record view What should you do? Add User A to a group with Administrator permission on the record type. Add User B to a group with Viewer permission on the data store. Add User A to a group with Administrator permission on the record type. Add User B to a group with Initiator permission on the data store. Add User A to a group with Editor permission on the record type. Add User B to a group with Viewer permission on the data store.
You created a user interface that has a text field. After you type into the text field, you notice the text disappears when you click out of the text field. What could be the issue? The “readOnly” parameter is set to “True”. The “refrechAfter” parameter is incorrectly set. The “Display value” and “saveinto” parameters are incorrectly mapped.
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? Add the process model as a record list action to that record Configure a site page as an action to kick off the process model Add the process model as a record related action to that record.
You need to implement a new column on an existing database table. This table, its a Custom Data Types(CDT), and data store entity is use by an Appian application, How should you implement this change? Note: To answer, move all steps from the Options list to the answer List area and arrange them in the correct order. Update databse table Verify data store Save and publish data store Update CDT.
How do you pass information from a process model to a form? Configure the interface so that the local variables refer directly to values in the ac! (activity class) domain. Configure the process properties on the Data Management tab to correctly refer to your form rule inputs. Configure the rule inputs table on the Forms/Process Start Form tab to correctly refer to the values from your process model.
You want to calculate the deadline for a review, which is determined by applying a formula that takes the characteristics of the review into account. This formula for calculating review deadline is standard across the organization according to policy. An Appian object was used to apply calculation on an existing interface 14 months ago. What should you do to perform the same calculation on a new data collection form? Duplicate the existing Appian object and reuse the same name. This follows the best practice of maintaining traceability of object creation to developers while avoiding duplication of code. Reuse the existing Appian object to perform the calculation after validating it works properly for your use case. Reusing the object helps to enforce consistency with application of the formula across the application. Duplicate the existing Appian object and rename it to include the date of the release that will contain the new object this follows the best practice of not reusing objects that are more than one year old.
wherecontains (Maria, {Maria, Lucia, Pepe})) What is the expected output? 1 Maria 0.
A customer wants to display a small toolbar with three icons, a “sad face”, a “face with neutral expression”, and a “happy face” on the bottom of every page in their application. Users will be instructed to use the icon that best expresses their current experience using the application. This will allow the customer to collect valuable data about users. Which object type should be called from each page to implement this feature? An interface, because the component must render user interface elements An expression rule, because the component captures expressions of user sentiment for analysis. A decision, because the component captures a choice that users select from an array of custom selection components, rather than standard dropdown or radio button.
What is the out-of-the-box behavior that indicates a text input field is required? The size of the label font increases to show significance. The label font of the field goes from normal text to bold in order to draw attention. An asterisk (*) appears at the end of the label to notify the user that the field must have a value.
What is an Appian best practice for calling a query on your interface? Call the query once on local variable Call the query everywhere you need it to show data Call the query on a rule input.
You are creating a form used to order a pizza. 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? Stacked Compact Grid.
Where can you read the release notes for each Appian version? Appian Documentation Appian Community AppMarket Appian Academy.
You are configuring a Related Action for an entity-backend record type. What is the proper domain prefix to reference the record data that will be passed into the Process Model as context for the Record Action? rv! pv! ac!.
You have a record action that should only be visible to certain users under conditions specified by an expression. How should you configure this? Set permissions directly on the user object. Set security on the process model. Set security on the record action.
You need to be able to define record type relationships. What is a required prerequisite in Appian? The record types must be on a virtualized data source. The record types must have data sync enabled. The record types must be stored in the local Appian business database.
Match each a!refreshVariable configuration to the appropriate refresh behavior. refreshAlways: True refreshOnVarChange: local!var refreshOnReferencedVarChange: True.
Which statement about local variables is valid? The data type of a local variable is determined by its value Local variables must have an initial value set when defining them Local variables can only store primitive data types, such as number and strings.
Which Appian feature helps you access enterprise data quickly, define easily leveraged relationships, and establish custom fields based on available information? Record types with data sync enabled Task Management Process Analytics.
Which step can be critical in passing information from a form back to a process model? Configure inputs on the Data tab of a User Input Task Configure the activity class parameters of a Write to Data Store Entity node Configure the Data Management Tab.
In a expression you see the following two code snippets A and B A if(local!number > 10, true, false) B local!number > 10 Do the two code snippets return the same result? Yes, both code snippets return the exact same Boolean value. No, A returns the Boolean values TRUE or FALSE, while B returns the strings “true” or “false”. No, A returns the text “true” or “false”, while B returns the boolean values TRUE or FALSE.
You are creating a new application with the prefix ACM. Which four default folders are created by Appian when you select “Generate groups and folders to secure and organize objects”? ACM Users ACM Application Documentation ACM Rules & Constants ACM Knowledge Center ACM Process Models.
What are three ways to trigger a process from a process model? Use a!recordActionItem() Use a subprocess Use a Start Process smart service Run a!startProcess() from script task Call a web API.
You need to build an expression that takes in a list of values and prefixes the values with “ID: “. What is a valid definition to the expression? repeat(length(ri!inputValues), “ID: “) & fv!item a!foreach( items: ri!inputValues, expression: “ID: “ & fv!item ) concat( “ID: “, fv!item).
Review the following interface definition: local!input is being referenced outside the scope it is defined in. len() is not a valid function and length() should be used instead. local!input needs to be configured with a!refreshVariable().
Denunciar Test