Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
APPIAN CERTIFIED ASSOCIATE DEVELOPER EXAM 2024/2025 WITH 100% ACCURATE SOLUTIONS
Typology: Exams
1 / 23
At what point should personas be created? - Precise Answer ✔✔Sprint 0 What is the difference between the analyst and designer view of the process modeler? - Precise Answer ✔✔The analyst view is for drawing the flow whereas the designer view is for configuring the process flow to work If youre unsure what application an object is located in, where would you go to find the object? - Precise Answer ✔✔Object view Which of these attributes of a good demo? - Precise Answer ✔✔Systematic walkthrough, tell the audience what they'll see, starting with small features and ending with the most important Which users can create groups in Appian? - Precise Answer ✔✔System Administrators What should analysts do during testing phases? - Precise Answer ✔✔Run the testing procedures, identify high impact areas during testing, set up automated testing scripts Which filter options are available for news - Precise Answer ✔✔All
What interfaces are created for designers? - Precise Answer ✔✔Appian Designer, Run Time data/designer, Admin Console This represents something a user can do and covers functionality that needs to be built? - Precise Answer ✔✔Epic Which of the following items can be an expression rule directly reference? - Precise Answer ✔✔All When are local variables defined in the with() function refreshed? - Precise Answer ✔✔With each evaluation of the interface Which of the following would best represent in a record? - Precise Answer ✔✔Item in Catalog Which of the following can you access from within a record? - Precise Answer ✔✔Related Action, Additional Views, News At which record level will you see a summary view? - Precise Answer ✔✔Record View This adds detail to a functional specification and determines what is required to consider this completed? - Precise Answer ✔✔Acceptance Criteria
Which is not a configurabe parameter of a!query()? - Precise Answer ✔✔entity Wich of the following is true about the designer interfaces? - Precise Answer ✔✔The designer interfaces are where you can configure objects for the application What nodes represent a form assigned to a person? - Precise Answer ✔✔User Input Atasks To act upon existig data from which tab would you start a process? - Precise Answer ✔✔Records A company has just purchased Appian to replace their existing system. What should they avoid when choosing their first project? - Precise Answer ✔✔Requirements gathered by someone who is unfamiliar with the Appian platform, An exact replacement of the existing system What is an application in Appian? - Precise Answer ✔✔A container for all of the objects that make a bussiness solution Which of these are true about Appians recommended delivery methodology? - Precise Answer ✔✔Focus on small iterative releases, After each sprint the goal to have a possibly releasable piece of functionality
What is the highest number of pages a site can have? - Precise Answer ✔✔ 5 Which of the following can be configured in the internationalization settings page? - Precise Answer ✔✔All Which of the following are ways to increase the number of tempo posts you see every day? - Precise Answer ✔✔Subscribe to more feeds, Follow other users What is true about Appian application? - Precise Answer ✔✔You can reuse obects across applications, applications allow you to deploy a project from one environment to another, when creating an application that is similar to another, we recommentd creating 2 separate applications with separate unique objects How can you pull up the functions library in the expression designer? - Precise Answer ✔✔typing fun Why does appian recommend using Agile methodology when building an application? - Precise Answer ✔✔Deploying an application is relatively easy and can be automated, its easy to make changes in Appian which lends itself to frequent demos and feedback loops from the bussiness Monitoring a process instance allows you to preform which of the following? - Precise Answer ✔✔All
This is the prioritized list of features and functionality that need to be delivered in the product? - Precise Answer ✔✔Backlog The reports builder can be used to create charts and grids that query data from which object types? - Precise Answer ✔✔Data Store Entity What is a good candidate for a second project? - Precise Answer ✔✔All Regarding process model security, what cant an editor do? - Precise Answer ✔✔Delete the process model Where can data for reports come from? - Precise Answer ✔✔All answers are correct Process can be configured to start based on which of the following methods? - Precise Answer ✔✔All Which of the following statements are true about process deadlines? - Precise Answer ✔✔They can be defined in months, they can be defined by the resut of an expression Which of these are true about sites? - Precise Answer ✔✔Designers build sites that expose parts of an application to a set of users, they are used for focusing on a certain tab functionality or application in the appian system
Which of the following statements are true about the naming conventions of rules and expressions? - Precise Answer ✔✔They should describe the function of the rule/expresion, They should share a common naming convention within the same application How can users be deleted? - Precise Answer ✔✔A user cannot be deleted only deactivated Which groups are available in Appian by default? - Precise Answer ✔✔Process model creators, tempo message audience groups, application users At a minimum, which of the following security priviledges does a user need to see an Action in Tempo? - Precise Answer ✔✔Viewer rights to the application that holds the action, Initiator rights to the process model the action calls what functions are used to define local variables? - Precise Answer ✔✔with(), load() What is the fastest way to query a database? - Precise Answer ✔✔a! queryEntity() When should the fn! Domain prefix be used? - Precise Answer ✔✔When passing the function into a looping function
What can be used in expressions? - Precise Answer ✔✔All These can be included in an expression rule - Precise Answer ✔✔All other answers are correct Why use custom data types? - Precise Answer ✔✔Easier to save information in an external database via CDT, Better data organization Which record is automatically created in Appian? - Precise Answer ✔✔User Which of the following items are configurable for a Tempo System post? - Precise Answer ✔✔All Mobile design considerations may include: - Precise Answer ✔✔Button placement, Grid vs Feed Record Lists, Multi-column design In order for a user to be able to create new process models, the must be ___ - Precise Answer ✔✔In the process model creations group Data store entities are structured in what data type? - Precise Answer ✔✔CDT
If an object fails to import to another environment, what might be helpful to check? - Precise Answer ✔✔Missing precedents, export logs What privileges does a user have on a constant if the user has the viewer role? - Precise Answer ✔✔See the value of the constant What approach can help with long lived processes? - Precise Answer ✔✔Break apart the process into sub-processes What is the difference between using the increment constant and update constant smart services? - Precise Answer ✔✔Update constant can change the constant to any new value, while increment constant adds or subtracts a number (integer), update constant changes the version of the constant, while increment constant does not change the version. How can a quick task be disabled? - Precise Answer ✔✔The process flow hits a Terminate Event, The quick task is submitted, the quick task node triggers an exception What is the interface Designer? - Precise Answer ✔✔It is a tool that helps design SAIL interfaces Which gateway node would you use if you wanted the process to continue down one or two more paths, based on logic you set? - Precise Answer ✔✔Complex
How can test values be defined in the expression rule designer? - Precise Answer ✔✔Within the rule input window For a dropdown field, a radio button field and a checkbox field, which of the following determines what is displayed to the end user on the interface for each option in the list? - Precise Answer ✔✔Choice labels Exceptions can be triggered by which of the following? - Precise Answer ✔✔A timer, a received message, a rule condition met A dropdown uses a query rule that returns the desired labels and values into a CDT. What are the best location(s) to execute this query rule so the interfaces performs well? - Precise Answer ✔✔The query rule should be placed within the SAIL expression using the load() function. What does the with() function allow designers to do? - Precise Answer ✔✔Refresh local variable values with each evaluation, Define local variables that can be used further in the expression If a process has been paused or cancelled by exception, where should you first look to see the error? - Precise Answer ✔✔Monitoring view in the Appian Designer. Which statements are true about from fields? - Precise Answer ✔✔They can handle many data types, They can include custom validations, they can be shown or hidden based on an expression, they can save a different value than the one displayed
What fields are required in Post Event to Feed smart service? - Precise Answer ✔✔Message, Feed Related Actions are visible: - Precise Answer ✔✔On the Related Actions view of a record, as ashortcuts on aditional record views, as shortcuts on the record summary Which smart services require the EntryId of an existing post in order to add in an update? - Precise Answer ✔✔Post comments to feed Entry, Post hazard to feed entry Why is it necessary to create users in your development environment? - Precise Answer ✔✔To test process model execution as a basic user, to verify the security model Which gateway require cofiguration? - Precise Answer ✔✔Complex, OR, XOR Which of the following is a unique identifier for an Appian object across environments - Precise Answer ✔✔UUID Which function should be used when dynamically adding SAIL components for an interface? - Precise Answer ✔✔a!forEach()
Selecting the quick task checkbox on an Activity enables which one of the following? - Precise Answer ✔✔The task exposed as a related action in Tempo on a process-backed record What are the 4 types of gateways? - Precise Answer ✔✔AND, OR, XOR, Complex When a task is assigned to a group, how does Appian decide to which user it gets assigned? - Precise Answer ✔✔The first person that accepts the task gets assigned the task If I wanted to ass a number to an array at a specified position, what function would I use? - Precise Answer ✔✔insert() Regarding Application security, what can an administrator do that an editor cannot? - Precise Answer ✔✔Delete What is the purpose of Appian Community? - Precise Answer ✔✔To collaborate with Appian Practitioners in an online community, to share application templates and components, to inform the Appian community of best practices Who can delete news posts? - Precise Answer ✔✔System Aministrators Which of the following security rights must Designers have if the wish to save changes to a process model? - Precise Answer ✔✔Editor
Which domain prefixes would you use in the process modeler? - Precise Answer ✔✔pv!, ac!, rule! Which of the following Appian objects don't have explicit security settings? - Precise Answer ✔✔CDT When troubleshooting issues with your design/process model where should you look for information about the issue? - Precise Answer ✔✔Alerts, Monitor process instances, Application server logs Which is a quick way of testing the performance of your interface (as a designer)? - Precise Answer ✔✔Performance view within the interface Designer Under what conditions should Activity chaining NOT be used? - Precise Answer ✔✔There is no business need for the same user to complete forms consecutively, a large amount of system processing must be done between User input nodes, for system nodes that are not placed between two user input nodes in a process flow If I wanted to give users the ability to quickly see more information by clicking on a link within a grid, which function should I use? - Precise Answer ✔✔a!dynamicLink
Site visibility can be controlled by: - Precise Answer ✔✔Expression for each page, security set on the site object, underlying sources for each site page Verifying entity mapping allows a designer to download which type of file? - Precise Answer ✔✔XSD Designers can unit test: - Precise Answer ✔✔Within the interface designer, within the expression designer This is defined period of time during which work gets done and a potentially shippable product is created - Precise Answer ✔✔Sprint What nodes represent a task completed by the system to calculate a value? - Precise Answer ✔✔Script tasks What are records? - Precise Answer ✔✔Records are a visual representation of bussiness data, as it related to a single person, place or thing This role works to remove blockers from the team members when problem arise. - Precise Answer ✔✔ScrumMaster What is an application in Appian - Precise Answer ✔✔A container for all of the objects tha tmake a business solution
Which of these are NOT true about interfaces viewed in Tempo or Sites?
Select all that apply. When planning the data for an application, which of these statements is true? - Precise Answer ✔✔determine what data you already have, determine where the data will be going once its collected, plan the data before you plan reports, plan where the data is coming from At which record level will you see a summary view? - Precise Answer ✔✔Record view Where would I go to see details of an individual item in my Supply Inventory Category? - Precise Answer ✔✔record types Select all that apply. Which of these are true about Appian's recommended delivery methodology? - Precise Answer ✔✔afer each sprint the goal is to have a possibly releasable piece of funcitonality, focus on small iterative releases What nodes represent a form assigned to a person? - Precise Answer ✔✔User Input Tasks This represents what criteria need to be met to mark a user story as completed. - Precise Answer ✔✔Definition of done Select all that apply. What is true about an appian application - Precise Answer ✔✔you can reusue objects across applications, sites can only show objects related to one app's business data, apps allow you to
deploy a project from one environment to another, when creating an app that is similar to another we recommend creating 2 separate apps with seperate unique objects what does a quick app create? Select all that apply. - Precise Answer ✔✔action which member in the team should only ever be responsible for one role?
this is the prioritized list of features and functionality that need to be delivred in the product. - Precise Answer ✔✔backlog this appian role is responsible for architecting the solution that meets the requirements from the analyst. - Precise Answer ✔✔lead designer what interface is created for administrators? - Precise Answer ✔✔admin console who can access the admin console? - Precise Answer ✔✔system admin level users where do deadlines sho up out-of-the-box? - Precise Answer ✔✔tasks select all that apply. Which of these are available appian interface components? - Precise Answer ✔✔editable grid, milestone field in which tab can you see the social tasks you've sent? - Precise Answer ✔✔news this represents a large feature that is completed across multiple sprints - Precise Answer ✔✔epic who creates quick apps? - Precise Answer ✔✔business users
knowledge centers are used to: - Precise Answer ✔✔create a level in a content management hierarchy to act upon existing data, from which ta would you start a process? - Precise Answer ✔✔record this is a visual representation of the user stories and generaly how they are categorized. - Precise Answer ✔✔story map where do you build applications in appian - Precise Answer ✔✔appian designer select all that apply. What should analysts do during testing phases? - Precise Answer ✔✔run the testing procedures, identify high impact areas during testing, set up automated testing scripts what page in the documentation can you reference if you want to build an intuitive, well-designed form? - Precise Answer ✔✔UX design guide what is true about interfaces? Select all that apply. - Precise Answer ✔✔forms can contain fields to upload files, interfaces can contain sections, dashboards should be used to display information, forms can contain read only fields
a company has just purchased appian for a new part of their business. What would be good attributes of a first product? Select all that apply. - Precise Answer ✔✔an app that address a painpoint in the company, an app with rich interfaces, an app tha tmaeks use of sites to show records, reports, news, actions, tasks and an app with requirements gathered before appian was purchased what is the differenc between the analyst and designer view of the process modeler? - Precise Answer ✔✔the analyst view is for drawing the flow, whereas the designer view is for configuring the process flow to work select all that apply. Which of these are available appian interface components? - Precise Answer ✔✔file upload field, picker field, column browser what are some responsibilities an analyst would take during testing? - Precise Answer ✔✔serve as a bridge btw the business and development team, write test cases, identify high impact functionality T/F story points do not equate to how long it will take to complete a task
which of these is NOT a feature of using an Agile methodology with Appian? - Precise Answer ✔✔all requirements are planned up front in detail what resource can you give to end users to help them understand the Appian interface? - Precise Answer ✔✔appian quick reference guide T/F An analyst will be responsible for designing a scalable solution that meets the business requirements? - Precise Answer ✔✔F How many data entities comprise a data store? - Precise Answer ✔✔One or More Tempo is available via: - Precise Answer ✔✔All other answers are correct In Process Model security, what can administrator do that an editor cannot? - Precise Answer ✔✔delete process models that reside in the folder, change the security of other users who have access to the folder What are process variables used for? - Precise Answer ✔✔making data available throughout the process, reporting What is the function of the "verify" button within a data store? - Precise Answer ✔✔compare data store entities to structure of tables or views in an RDBMS
Process model A has the following security: Group 1 as Administrators, Group 2 as Editors, and Group 3 as Viewers. When process model A is "Saved As" a new process model B, what is the process model security for Process B? - Precise Answer ✔✔the user performing the Save As will be the Administrator What can be viewed from process history tab while monitoring a process? - Precise Answer ✔✔Process history data includes the following information: The date and time of the action The process object that caused the action The action that took place (or that is occurring), for example: Start, Complete, Retry. The actor (or user account) whose credentials were used to perform the action The properties of the action taken, including the process variable values written by an action The table used to display this information is sorted by the Date & Time column in descending order (most recent action is listed on top). You can sort the table by any of the column headers. For changes to process variables that hold multiple values (or multiple items in a custom data type), only the first 100 items are retained in process history When is a new version of a constant created? - Precise Answer ✔✔Each time you modify and save a constant, a new version is created. All objects that use the constant will use the latest version. How do you assign tasks more efficiently? - Precise Answer ✔✔Appian recommends using groups for task assignment.
What can be edited in tempo view of record type? - Precise Answer ✔✔Icon and icon description? Pretty sure record type or the record itself In record type, a related action can open in which way? - Precise Answer ✔✔Dialog box and new window Define a flat relationship CDT - Precise Answer ✔✔In a flat design, there is no explicit relationship between CDTs in Appian --- querying one table doesn't return all the fields in the related table, it only returns the primary key. Which is best layout for horizontal info - Precise Answer ✔✔record list record view - wise page width Which is the best layout for vertical info? - Precise Answer ✔✔record list record view - wise page width Where is label for read only fields best placed? - Precise Answer ✔✔Adjacent Button vs link - Precise Answer ✔✔buttons are for taking actions, and links are for navigation. What is best practice for using a placeholder? Why user a placeholder over a tooltip? - Precise Answer ✔✔text to describe the correct input
format or provide a brief hint to assist with value input. (placeholder) Consider using a help tooltip instead of instructions for content that does not need be to read each time a user views the form.(tooltip) In a pie chart, what value do you set to hover mouse over and value display - Precise Answer ✔✔ How long after a process model has been published is it available - 60 min, after a new process is run, or __ - Precise Answer ✔✔ What files are available in exported application? - Precise Answer ✔✔The tool exports the associated object properties, security rolemaps, and information about related objects as part of the package. If 2 developers are editing application 1 in development 1 in test, what happens? - Precise Answer ✔✔nothihng i think