APPIAN PRE-CERTIFIED ASSOCIATE DEVELOPER QUIZ-CARD WITH 100% CORRECT ANSWERS.
You are tasked to create an interface targeted for mobile devices that displays multiple components alongside each other, which layout is recommended for this case:- 1. Billboard Layout. 2. Columns Layout. 3. Card Layout. 4. Side by Side Layout. 2. 'Columns Layout - Displays any number of columns alongside each other. On narrow screens and mobile devices, columns are stacked.' How many pages we can use in Sites:- 1. as many as you want 2. Three 3. Five 4. Ten 3. Brainpower Read More Previous Play Next Rewind 10 seconds Move forward 10 seconds Unmute 0:00 / 0:00 Full screen Which of the following is a list of criteria used to determine if a user story is complete? 1. Definition of Ready 2. Definition of Done 3. Definition of Success 4. All of the above 2. Appian academy quiz Who will prioritize backlog refinement:- 1. Architects (Development Team). 2. Product owner. 3. Senior developers (Development Team). 4. All of the above. 2. "The meetings are attended by the full development team, the product owner and any additional subject matter experts invited by the product owner" "At this time the User Stories should already be prepared by the Product Owner to what he believes is Definition of Ready" How to send alerts to user groups:- 1. Its a deprecated function, you cant send alerts to groups, only to individual users only. 2. By using custom error alert setting. 3. By sending the error content using send Email node. 4. By enabling deadlines. 2. ...dead link How to start a process model from an Interface, select 3 answers:- 1- a!processTaskLink(). 2- a!startProcess(). 3- a!startProcessLink(). 4- Start Process Smart Service 5- Record Action. (2/3/5) Which of these is a possible way to index the 2nd element of the which contains {2,1} :- 1. .2 2. index(,"2",null) 3. fn!wherecontains(2,) 4. [2*1] 4. you can use expressions between the [ ] brackets In order to change a record style from grid to feed, it can be done from:- 1. List tab. 2. Search and User Filters tab. 3. Views and Header. 4. The user can decide the style by using the user filters. 1. When editing a record object; under the 'USER INTERFACES' section, there is a radio button that decides the style of the list of records. What are the valid assertion methods for an expression test case to be considered passed? (select 2):- 1- Test completes without error. 2- Test input type matches the asserted output type. 3- Test output matches the asserted output. 4- Test output is not null. 5- Test completes without performance issues. (1/3) when creating a new expression rule test case, the assertion method that will be shown are:- -Test completes without errors -Test output matches the asserted output -Assertion expression evaluates to true Which of these statements is incorrect regarding interfaces in Appian:- 1. Interfaces can have 0 rule inputs. 2. Interfaces can be made without any submitting buttons. 3. It is encouraged to build reusable interfaces. 4. Using queries inside interfaces doesn't affect their performance. 4. Queries have impact on the interface performance, its advised to use a!refreshVariable() when applicable to have more control on when the queries are executed and reduce unnecessary query executions. After creating a new CDT object that was created from scratch and adding it as an entity to a data store, in order to connect it with the database which of the following must be done:- 1. Save & publish the data store. 2. By choosing the option 'Create tables automatically' then verify entity mapping for the datastore and ignoring all warnings then save the data store. 3. Creating the tables manually in the database. 4. No additional action is needed, tables are created automatically when the CDT is made. 2. What are the four phases for the Appian Delivery Methodology? 1. Sprint 0, Develop, Test, Release 2. Initiate, Develop, Release, Optimize 3. Initiate, Build, Release, Optimize 4. Sprint 0, Build, Test, Release 3. Appian Academy quiz When using a!queryEntity(), the value of the totalCount can come as -1 in which of the following cases:- 1. The batch size is -1 and no data has returned. 2. The batch size is 0 or positive, and the 'Fetch Total Count' is set to true. 3. The batch size is 0 or positive, and the 'Fetch Total Count' is set to false. 4. All of the above. 3. In Sprint 0, which of the following should you complete? 1. Agree on a way of working 2. Define success 3. Create a release plan 4. All of the above 4. Appian Academy quiz Match the following terms with their discerptions (1 to 1):- 1) Process 2) Process Model 3) Parent Process 4) Event A) Category of process model nodes that affect the flow of a process. B) An Appian object that consists of process nodes, flow connectors, user and group assignments, data, and rules created through the Process Modeler. C) One instance of a process model. Sometimes called a process instance or instance. Each process can have its own security settings separate from the process model and can be monitored and edited in real time in Appian Designer. D) Process model that contains a Subprocess Activity. It is configured to start another process model (known as the subprocess) during its own process flow. 1 - C 2 - B 3 - D 4 - A Reference: Which 2 of these parameters can control the ability of the users to edit text fields in interfaces:- 1- required 2- displayValue 3- readOnly 4- viewOnly 5- masked 6- disabled (3/6) 'disabled' parameter can make the whole text field greyed out, 'readOnly' can control whether the field can be edited or not. What is a definition of ready? 1. A list of criteria a user story must meet in order to be added to a sprint for development. 2. A list of criteria a user story must meet in order to be considered ready for testing. 3. A list of criteria a user story must meet in order to be considered complete 4. A list of criteria a user story must meet in order to be included in a refinement session. 1. Appian Academy quiz What is the batch size to retrieve all the data? 1. 0 2. 99999 3. -1 4. ∞ 3. What is the lowest level of permission required to delete a folder? 1. Editor 2. Manager 3. Viewer 4. Administrator 4. Which environment is most common for user acceptance testing? 1. Staging environment 2. Development environment 3. Production environment 4. none of the above 1. How to determine if a certain object(1) is used by another object(2) (select 2)? 1- By checking each object(2) individually to see if the object(1) is used in them. 2- By checking the object's(1) precedents 3- By checking the object's(1) dependents 4- By checking the 'unreferenced objects' tab in the designer 5- By checking the object's(1) properties (3/4). You can see a list of all the objects that use the object* by checking its dependents. The unreferenced objects tab shows the objects that are not used by any other object Which of these objects are required to be saved in a folder (select 2):- 1- Constants. 2- Process Models. 3- Data stores. 4- Interfaces. 5- Expressions. (1/2) You can see a (*) near the folder when creating these objects; which means they are required. note: datastores cant be saved inside folders. In order to add a document, you must at least have 2 of these (select 2) :- 1- Constant. 2- Document Folder. 3- Report. 4- Interface. 5- Knowledge center. (2/5) Try creating a document! note: knowledge center is a type of folder. To query data on a record, which of these functions should be used:- 1. a!queryRecordType() 2. a!queryTypeRecord() 3. a!queryEntity() 4. a!queryRecordEntity() 1. Which statement is incorrect regarding CDTs in Appian:- 1. CDTs doesn't have the 'versions' option in the settings list. 2. CDTs can have multiple nested data types. 3. After creating a CDT; you can use it with the type! domain. 4. Appian recommends using nested CDTs for many-to-many relationships. 4. check the table for the data design in this page:
Written for
- Institution
- Appian Senior Developer
- Course
- Appian Senior Developer
Document information
- Uploaded on
- December 29, 2023
- Number of pages
- 11
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Unknown
Subjects
-
appian pre certified associate developer quiz card