ACTUAL Exam Questions and CORRECT
Answers
Successful first projects deliver results that are: - CORRECT ANSWER - Quick, short
time-to-impact reducing the likelihood of losing momentum
- measurable, giving leaders confidence to approve further projects
- contagious, with a compelling solution triggering rapid user adoption
project factors - project complications - CORRECT ANSWER - 1. extensive data ETL
2. complex data visualization across systems
3. complex data manipulation
4. backend process management
project factors - success factors - CORRECT ANSWER - 1. automate complex processes
2. access data from/send to legacy systems
3. create unified user experience across systems
4. deliver functionality rapidly
5. support business processes across the organization
6. enable target users access to multiple systems
7. integrate pre-built or custom built AI systems
8. engage or inform multiple stakeholders across workflows
9. perform mobile data entry
project factors - first step to selecting a successful project - CORRECT ANSWER -
Finding opportunities to address business processes
,If your project has large scope, best practice to use for a successful project? - CORRECT
ANSWER - Break up large scope to smaller projects
Integrations - HTTP status code types - CORRECT ANSWER - 100 - informational
200 - success
300 - redirect
400 - client side error
500 - server side error
Integrations - HTTP status code 401 - CORRECT ANSWER - Unauthorized access
Integrations - HTTP status code 404 - CORRECT ANSWER - Not Found
Integrations - Authentication - 2 ways to configure - CORRECT ANSWER - 1. Connected
Systems
2. Secure Credentials Store
Integrations - Authentication - where secure credentials store configured - CORRECT
ANSWER - Appian Admin Console
Integrations - Authentication - Expression Function - access secure credentials store - CORRECT
ANSWER - a!scsField
Integrations - node used to call integrations from process model - CORRECT ANSWER -
call integration
Integration - using in expression - CORRECT ANSWER - Using an expression only works
for querying data in an integration
, Integration - query data - CORRECT ANSWER - Only works with expression
Integration - modifies data - CORRECT ANSWER - 1. Works with "Call integration"
smart service in process model
2. Submit from interface
Integration - modifies data- additional params added to integration by default - CORRECT
ANSWER - 1. OnSuccess
2. OnError
Integration - common methods of performing integration over HTTP - CORRECT
ANSWER - 1. REST- "Call Integration"
2. SOAP(WSDL) - "Call webservice"
Three Anti Patterns to Avoid - CORRECT ANSWER - 1. Custom Task Management
2. Custom User Interfaces (3rd party UX)
3. Avoid data only applications (extracting, transforming, loading)
Appian Task Plugins - CORRECT ANSWER - 1. Task Reassignments - allow users to
reassign multiple active tasks
2. Task Functions - allow devs to retrieve most task details and attributes by using a set of
functions with task ID as input
3. Task Management Smart Services - contains smart services to manipulating tasks in process
and custom functions for task metadata
Data - only processes can slow the system. Particularly if they are running during business hours
- CORRECT ANSWER - True
Mitigation Strategies to reduce impact of data-only processes on performance for other active
users - CORRECT ANSWER - 1.Data Management (Delete process instance immediately
after process completed)