QUESTIONS AND ANSWERS GRADED A+
✔✔In which scenario should an Appian Site User Experience be used?
A. When users need to make a decision over a broad scope of applications and
information, as well as make use of the Tempo view.
B. When a business is integrating with an existing intranet portal and wants to keep the
interface employees are familiar with while introducing new capabilities.
C. When an independent, customized User Experience is focused on a specific set of
functionalities.
D. When users need the ability to utilize tasks, actions, related actions, reports and
record view with full control of custom CSS of all components. - ✔✔C. When an
independent, customized User Experience is focused on a specific set of functionalities.
✔✔You are configuring a script task and need to output to a target process variable.
Which three operators are available in the Operator list for a custom output?
A. is stored at index
B. is stored as
C. is added to
D. is multiplied by
E. is appended to list - ✔✔A, B and E
✔✔A record for Employee has been created, with a related action to update an
employee. This action should only be accessible to a certain user group.
How can you manage access to the related action?
A. In the Context setting of the Related Action
B. In the Related Action Shortcuts setting of the Record View
C. In the Interface Security within the Process Model
D. In the Visibility setting of the Related Action - ✔✔D. In the Visibility setting of the
Related Action
✔✔You are creating an interface and want the user to have an interactive component
that saves and submits a form.
Which object should you use?
A. a!buttonLink()
B. a!buttonWidget()
C. a!buttonField()
D. a!save() - ✔✔B. a!buttonWidget()
✔✔What object permission level gives a user the ability to Create, Read, Update and
Delete?
A. Administrator
B. Viewer
C. Editor
D. Deny - ✔✔A. Administrator
, ✔✔T or F: For object security, the Editor can Rename the rule, view the security and
can run test cases. But they can't delete the rule or update the security. - ✔✔True.
Editor has all permissions besides deleting and changing the security. The editor is the
second highest permission level.
✔✔T or F: For object security, the Viewer can evaluate the rule, view the rule definition,
run test cases and can even duplicate the rule. - ✔✔True. Viewers are the most basic
permission level. They can use the rule and view everything but the security. They can't
change or delete the rule object. This is the default permission level for all users.
✔✔T or F: For object security, the Deny permission level has no permissions and can't
evaluate the rule. - ✔✔False. The Deny permission level CAN evaluate the rule, but
they can't do anything else. The only permission level that has no access is called "No
Access". This is the default permission level for Default users.
✔✔When creating a site, which is an appropriate display name?
A. AA_SupervisorsSite
B. Supervisors_Site
C. Supervisor's Dashboard Site (Administrators Only)
D. supervisorssite
E. Supervisors Site - ✔✔E. Supervisors Site. The display name is visible to the users
and should be concise, in title case (Pascal Case), and should not contain the
application's abbreviation.
✔✔How many phases are in the delivery of an application? - ✔✔4. Initiate, Build,
Release, Optimize. Build and Release are part of Agile where you build a small part of
the application and release it when it's done. Each sprint has a build and release phase.
✔✔What happens during the Initiate phase of the delevery methodology? - ✔✔Initiate
phase is where sprint 0 occurs. You do a fair amount of planning. You don't need to
plan the entire app in detail.
✔✔What are the goals for the Initiate phase or sprint 0? - ✔✔Define Success
Explore Scope
Plan Releases
Agree on a way of working
✔✔Define Definition of Ready (DoR) - ✔✔A list of criteria a unit of work (typically a
story) must meet for development to start. Developers understand what needs to be
done, external dependencies are identified, scope is clearly defined, etc.