wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PCSSA Review - Mobility, Reporting, Security, Data Modeling

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

Select two best practices to follow when designing mobile applications. (Choose two)

a)

Avoid sourcing controls and grids from data pages.

b)

Specify layout widths in pixels

c)

Use controls that allow tapping

d)

Incorporate native device features

2.

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.

a)

Pega mobile application package file

b)

Mobile browser

c)

Pega Mobile Client

3.

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)

a)

Whitelist items in the American English and Canadian French dictionaries.

b)

Delta-sync blacklist items in the American English and Canadian French dictionaries.

c)

Add to the cache manifest the UI elements used in the offline mobile device.

d)

Update the locales list.

4.

When enabling a mobile app for offline processing, what three elements in your application do you update? (Choose three)

a)

The access group

b)

The work group

c)

The case type

d)

The mobile channel

e)

The data type

5.

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)

a)

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.

b)

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.

c)

Use a Worklist Assignment association rule to join the Work class to the Assign-Worklist class.

d)

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.

6.

What are the three common report types? (Choose three)

a)

Assignment reports

b)

Performance reports

c)

Work reports

d)

History reports

e)

Data reports

7.

Which rule is used to join multiple classes and can be reused in any report?

a)

Class join

b)

Inner join

c)

Association rules

d)

Relationship rules

8.

Subreports enable you to reference results from any report definition in a main report.

a)

True

b)

False

9.

A user can belong to multiple access groups, and multiple can be active at a single time.

a)

True

b)

False

10.

What supports localization of words, phrases, & sentences that appear on portal displays, reports, & user forms.

a)

Page definition

b)

Field values

c)

Page groups

d)

Value lists

11.

Field values enable you to ___________________ .

a)

set default values for a property

b)

define the values used in a circumstance template

c)

customize a list of allowed values for a property based on the context of the property

d)

test the validity of an input value

12.

You should not use an optimistic locking strategy for case types enabled for offline processing.

a)

True

b)

False

13.

_____________ is a list of resource files referenced in app rules.

a)

Cache manifest

b)

App rules cache

c)

Ruleset list

d)

Rules cache

14.

If you don't use pyStartCase, you must write Javascript to perform the same functionality.

a)

True

b)

False

15.

Work performed on an offline-enabled mobile app, while the app is offline, is stored to a(n) _______________.

a)

action queue

b)

work queue

c)

work list

d)

flow queue

16.

What does the cache manifest consist of?

a)

simple text file defined using an HTML rule form named pyAppCache

b)

HTML file defined using an HTML rule form

c)

simple text file defined using a Java rule form named pyCustomAppCache

d)

simple text file defined using an HTML rule form named pyCustomAppCache

17.

What is a set of rules requiring synchronization between the mobile application and server?

a)

whitelist

b)

blacklist

c)

delta-sync blacklist

d)

production list

18.

What is a set of rules not synchronized between a mobile application and a Pega application?

a)

delta-sync blacklist

b)

whitelist

c)

blacklist

d)

production list

19.

A full sync does not force a mobile application to overwrite the entire rule or data record.

a)

True

b)

False

20.

A ________________ incrementally exchanges smaller amounts of data to reflect user activity.

a)

full sync

b)

delta sync

c)

app update

d)

refresh

21.

What is the syntax to declare a large data page?

a)

dataPageName.large

b)

dataPageName{large}

c)

large;dataPageName

d)

dataPageName;large

22.

What are the benefits of using large data pages? (Select multiple)

a)

improves performance of mobile apps

b)

enables rule reuse

c)

enables more efficient memory management

d)

improves the application speed