Which of the following should be considered when deterring whether to implement optimistic
or pessimistic locking? Likelihood of data collisions occurring
Business impact of data collisions
User experience when data collisions occur.
Which of the following are true about the load function? Variables created in load() are part
of the context and do not get refreshed until navigating away from the form.
Load() can help limit the number of queries that are executed
Load() allows you to load data once rather than re-evaluating repeatedly
Which of the following will increase performance for record retrieval Minimize using
excessive operators like "starts with", "ends with", "include", and "in"
Offload the heavy filtering onto the database rather than Appian
Which of the following is true when reusing interfaces? If you hardcode variables directly in
the interface designer, you cannot reuse the interface
If you hardcode variables directly in the interface designer, you cannot use the interface
designer to test it.
Interfaces are rules so they can be used across forms, records, or reports.
, Which of the following is true about form usability? A wizard can help split the form into
more manageable pieces
Forms should minimize scrolling
Forms that are too big end up being not usable.
In the Interface Designer, where can you see what parts of the interface are taking the most
time to render? Performance View
Which of the following is true about troubleshooting performance? You can view the
performance of interfaces in the interface designer
If users report general slowness within the system without pinpointing specific interfaces, the
rule performance page is he first place to look.
You can view the performance in logs.
What is the typical layout component used to define the overall structure of a form?
Columns
What component is most commonly used to group together related data under a heading?
Sections
For a high visual impact, which layout allows you to overlay rich text on an image or video?
Billboard