Font size
WorksheetsPCSSA Review - Mobility, Reporting, Security, Data Modeling
Total questions: 22
Worksheet time: 11mins
Select two best practices to follow when designing mobile applications. (Choose two)
Avoid sourcing controls and grids from data pages.
Specify layout widths in pixels
Use controls that allow tapping
Incorporate native device features
Choose the appropriate platform for the following use case: A patient dosing app, used by hospital employees to track patient medication schedules, must always have access to the server.
Pega mobile application package file
Mobile browser
Pega Mobile Client
You are designing an offline mobile application that translates American English to Canadian French and vice versa. Which two tasks do you perform to configure this app? (Choose two)
Whitelist items in the American English and Canadian French dictionaries.
Delta-sync blacklist items in the American English and Canadian French dictionaries.
Add to the cache manifest the UI elements used in the offline mobile device.
Update the locales list.
When enabling a mobile app for offline processing, what three elements in your application do you update? (Choose three)
The access group
The work group
The case type
The mobile channel
The data type
You create a report in a work class that displays the assigned operator and task name for each open case. Which two ways can you combine data in the Assign-Worklist class to your report? (Choose two)
Use a class join to the Assign-Worklist class.Specify a join filter where the pxRefObjectKey in the join class is equal to an object identifier in the work class.
Use a class join to the Assign-Worklist class. Specify a join filter where the Worklist Assignment association rule is equal to an object identifier in the work class.
Use a Worklist Assignment association rule to join the Work class to the Assign-Worklist class.
Use a Worklist Assignment association rule to join to the Assign-Worklist class. Specify a join filter where the pxRefObjectKey in the join class is equal to an object identifier in the work class.
What are the three common report types? (Choose three)
Assignment reports
Performance reports
Work reports
History reports
Data reports
Which rule is used to join multiple classes and can be reused in any report?
Class join
Inner join
Association rules
Relationship rules
Subreports enable you to reference results from any report definition in a main report.
True
False
A user can belong to multiple access groups, and multiple can be active at a single time.
True
False
What supports localization of words, phrases, & sentences that appear on portal displays, reports, & user forms.
Page definition
Field values
Page groups
Value lists
Field values enable you to ___________________ .
set default values for a property
define the values used in a circumstance template
customize a list of allowed values for a property based on the context of the property
test the validity of an input value
You should not use an optimistic locking strategy for case types enabled for offline processing.
True
False
_____________ is a list of resource files referenced in app rules.
Cache manifest
App rules cache
Ruleset list
Rules cache
If you don't use pyStartCase, you must write Javascript to perform the same functionality.
True
False
Work performed on an offline-enabled mobile app, while the app is offline, is stored to a(n) _______________.
action queue
work queue
work list
flow queue
What does the cache manifest consist of?
simple text file defined using an HTML rule form named pyAppCache
HTML file defined using an HTML rule form
simple text file defined using a Java rule form named pyCustomAppCache
simple text file defined using an HTML rule form named pyCustomAppCache
What is a set of rules requiring synchronization between the mobile application and server?
whitelist
blacklist
delta-sync blacklist
production list
What is a set of rules not synchronized between a mobile application and a Pega application?
delta-sync blacklist
whitelist
blacklist
production list
A full sync does not force a mobile application to overwrite the entire rule or data record.
True
False
A ________________ incrementally exchanges smaller amounts of data to reflect user activity.
full sync
delta sync
app update
refresh
What is the syntax to declare a large data page?
dataPageName.large
dataPageName{large}
large;dataPageName
dataPageName;large
What are the benefits of using large data pages? (Select multiple)
improves performance of mobile apps
enables rule reuse
enables more efficient memory management
improves the application speed
