INSIGHTFUL A+ QUESTIONS AND 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.'
https://docs.appian.com/suite/help/22.3/SAIL_Components.html
How many pages we can use in Sites:-
1. as many as you want
2. Three
3. Five
4. Ten
3.
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.
https://imgur.com/DQgyPagV
...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)
https://docs.appian.com/suite/help/22.3/Ways_to_Start_a_Process_From_a_Process.ht
ml#
Which of these is a possible way to index the 2nd element of the local.array which
contains {2,1} :-
1. local.array.2
2. index(local.array,"2",null)