Multiple Choice Flashcards
Which of the following is a best practice for news feed items?
a) Use the administrator account when posting system events
b) Track status changes using News Feed Posts
c) Use news to post creation and closing of all cases
d) Use news to flag business problems that require education, action, or input from additional parties
Use news to flag business problems that require escalation action, or input from additional parties.
https://community.appian.com/w/the-appian-playbook/217/news-design-best-practices
When debugging an interface, what does it usually mean when an error message displays: “The target is missing?”
a) a parenthesis is missing
b) there is a typo in the name of a function
c) a comma is missing
d) the incorrect prefix was used
a comma is missing
According to the appian ux design guide, which of the following is a best practice involved with good user experience?
a) work to maximize the number of fields presented
b) always let the number of clicks drive layout choices
c) design for your users, according to their needs, and guide them through each activity
d) use the “Full” width for pages to target the widest range of displays
design for your users, according to their needs, and guide them through each activity
https://docs.appian.com/suite/help/20.4/ux_designing_for_your_users.html
what does implementing “record-level” security do?
a) gives specific users admin access to records
b) removes security from records
c) links specific users to individual records
d) links specific users to editing records directly in a database
links specific users to individual records
https://community.appian.com/w/the-appian-playbook/207/record-level-security-for-entity-backed-records
what is the name of the pre-built application provided by appian to automate data extraction from documents?
a) appian document processing (adp)
b) intelligent document processing (idp)
c) appian ai
d) data tooling automation (dta)
intelligent document processing (idp)
all but which of the following are effective methods for reducing the number of calls to an RDBMS?
a) query data that is needed in multiple places, only once initially
b) do not use looping functions to execute database queries
c) use multiple nested cdt’s
d) merge multiple queries of the same entry into one query
use multiple nested cdt’s
what is one key difference between the increment constant and update constant smart service?
a) update constant requires editor rights to modify the constant, while increment constant requires viewer rights to modify the value
b) update constant can be modified multiple times in a process, but increment constant can only be updated once
c) the update constant activity can change the data type of the constant, while increment constant can only add a new version number
d) the update constant activity can change the constant to a new value, while increment constant only adds or subtracts a number (integer)
the update constant activity can change the constant to a new value, while increment constant only adds or subtracts a number (integer)
where are task deadlines displayed out-of-the-box?
a) records
b) tasks tab
c) actions
d) news
tasks tab
Tempo
where can roles be assigned for viewing, creating, updating, or deleting documents?
a) at the folder level only
b) at the individual document level only
c) at the knowledge center level, or the folder level
d) at the knowledge center level only
at the knowledge center level, or the folder level
https://docs.appian.com/suite/help/20.4/object-security.html#security-inheritance-by-object-type
which of the following database configurations can be mapped to an appian cdt?
a) stored functions
b) views
c) default values
d) stored procedures
views
which of the following indicates that a placeholder value should be used instead of a tooltip?
a) the information needs to be always visible to users
b) the field is encrypted
c) The field is a dropdown component
d) the field is masked
the information needs to be always visible to users
which process model activities designate that a form is assigned to a person or group?
a) user input tasks
b) subprocesses
c) rules
d) gateways
user input tasks
Left off here
if a process has been paused or cancelled by exception, where should you first look to see the error?
a) each interface
b) export logs
c) administration console
d) monitoring view in the appian designer
monitoring view in the appian designer
which of the following methods can be used to automatically secure a specific process from other users who can view a process-backed record list?
a) set the process model security to list individual users
b) list individual users in a user filter for the record type
c) use the modify process security smart service to specify process viewers
d) in the monitoring view in the appian designer, select the process instance and select security from the toolbar
use the modify process security smart service to specify process viewers
which of the following is not a valid option for creating a web api
a) write to data store
b) query record type
c) pause process
d) document upload
pause process
where is the configuration of a related action shortcut done?
a) the interface for the related action
b) in a related action of the record type
c) the input tab of the task associated with the interface in the process model
d) in a view of the record type
in a view of the record type
what is the maximum amount of data that a query can return by default?
a) 3mb
b) 5mb
c) 1mb
d) 10mb
1mb
what would be the output of the following function? length(“test string”)
a) 1
b) 10
c) 11
d) 0
1
which type of user is able to create other appian users?
a) users in the process model creators group
b) users in the designers group
c) system administrators
d) all answers are correct
system administrators
which step should occur first when making changes to an existing schema?
a) generate and store updated ddl scripts
b) create a test plan
c) analyze which objects will be affected
d) modify appian objects
analyze which objects will be affected
which type of method querying a database is considered most performant?
a) query database smart service
b) queryrecord()
c) a!queryProcessAnalytics()
d) a!queryEntity()
a!queryEntity()
which of the following represents a type of sizing for a user story?
a) spine
b) user map
c) backlog
d) epic
epic
which of the following capabilities are available in an editable grid, but not a read-only grid?
a) add rows of data
b) shade alternate rows
c) display rich text components
d) display image components with dynamic links
add rows of data