Uploaded by immrudhula

PCSSA Quiz questionns only Questions

advertisement
4%
A report needs to list the user ID of the manager of the operator who creates a time-off
case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and
Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome?
a.
Add the operator ID to the report definition as a parameter
d. Specify both classes in the Pages & Classes tab on the report
When designing reports with multiple data sources, in which two ways is an association rule
different from a class join?( Choose Two)
a. Aclass join is required to add a filter condition to your report.
(6
d. You can join multiple classes with class joins, while you cannot join multiple classes with
associations.
What is the difference between using the Call and Branch methods in an activity step to
invoke other activities?
cs
Branch overrides the security restriction of the called activity allowing you to easily test
code; it will not run in production
c. Call provides more robust debugging capability than Branch,while Branch provides
better run-time performance.
Branch creates a new thread to allow asynchronous processing while Call runs in the
thread from it was invoked.
a
Which two best practices for creating a mobile app on Pega Platform guarantee a consistent
user experience ( Choose Two)
b. Incorporate Android emulators during the development and production phases
c. Use multiple unlocked rulesets when developing a mobile app
5. A music production company’s application contains the following classes:
UPlusMusic-Production-Work
UplusMusic-Production-Work-Studio
UplusMusic-Production-Work-Band
UplusMusic-Production-Work-Studio-Recording
UplusMusic-Production-Work-Band-Marketing
UplusMusic-Production-Work-Band-Distribution
UplusMusic-Production-Work-Studio-Editing
A requirement states that users assigned the role of “Director” can edit any class related to
studio or band work.
At which position in the class hierarchy do you configure an Access of Role to Object(ARO)
record to satisfy this requirement
a. UplusMusic-Production-Work-Studio
b. UplusMusic-Production-Work-Studio-Editing
d. UplusMusic-Production-Work-Studio-Recording
6. You are preparing to create a new major version of an application ruleset with multiple
minor and patch versions.
How do you create the new ruleset version?
a. Lock and roll the existing versions to the new version
EE —
c. Merge the existing rules in the relevant ruleset versions to the new
d. Create a new application ruleset by using the appropriate version number
7. In MLP2, the business asks you to create a mobile app for an existing Pega Platform
application.
Which two of the following actions are required to create the mobile app?( Choose Two)
a. Set up push notifications for developers
b. Configure the mobile application access in Dev Studio.
8. What three ways can a developer designate a rule as a relevant record?( Choose Three)
b. Add the rule to a production ruleset.
c. Create the rule in Dev Studio
9. In which scenario is a Declare OnChange rule appropriate?
ono
worker.
During a nightly backup process, only updated fields are backed up.
When a developer changes a view, the change is checked into a development branch.
When a manager approves a case, the case is routed back to the appropriate case
10. Your application contains the following versions of a service level named
ReviewAccountChange:
Class
Ruleset & Version
Circumstanced
MyCo-AccountManage-Work
AccountManage 01-01-01
None
MyCo-AccountManage-Work
AccountManage 01-01-05
.Status="Silver”
MyCo-AccountManage-Work
AccountManage 01-01-05
.Status="Gold”
MyCo-AccountManage-Work
AccountManage 01-01-05
.Status="Platinum”
MyCo-AccountManage-Work-
AccountOpen
AccountManage 01-01-05
.Status="Silver”
MyCo-AccountManage-Work-
AccountOpen
AccountManage 01-01-05
.Status="Gold”
MyCo-AccountManage-Work-
AccountOpen
AccountManage 01-01-05
.Status="Platinum”
The application is being updated with a new patch version of the Account Manage ruleset. AS a part
of the update, the service level is no longer specialized for AccountOpen Case type in the current
ruleset, the circumstancing in the class group applies to all case types.
Which one of can you use to reset the circumstancing for the AccountOpen case type?
a. Block the circumstanced rules in the AccountOpen class.
c. Withdraw the circumstanced rules in the AccountOpen class
d. Make the circumstanced rules in the AccountOPen class unavailable
11. You are analyzing application performance and notice one or more data transforms
exceeding preferred performane parameters. Which of the following performance tools do
you use to help trouble shoot the issue?
a. PegaRules Log Analyzer
b. Performance Analyzer
c. Database Trace
12. Which three items are generated and displayed in the compliance score of an application?
(Choose three)
a. Unweighted compliance score
Pega platform core rules used in the application
13. Which statement describes the appropriate use of the Purge/Archieve wizard to address
application performance
a. Delete stored SQL procedures that have been uodated.
b. Delete any properties exposed in table columns from the BLOB.
c. Remove unused rules caches maintained on the system.
14. Which three statements about guardrails are true? ( Choose three)
b. A Product owner creates all the guardrail for the application design
e. Pega platform performs guardrail examination when a rule is checked out.
15. Which three options do you consider when deciding to use pre/post-processing acctions on
a flow action? ( chose three)
a. The security setting for the flow action
b. The timing of the commit for the flow action
16. A user reports that an application takes five seconds to complete a step and present the
next step in a process. Which tool allows you to gather and analyze performance data for
the form submission?
a. Performance Profiler
c. Tracer
d. Database Trace
17. Which two statements about building mobile applications with pega platform are true
( Choose two)
a. Pega Platform allows the same certificate set to build and distribute iOS and Android
applications
d. Pega Mobile Client License is configured in Dev Studio by using your Android or iOS
developer certificates
18. A developer has identified resource-intensive queue processors as the source of
performance issues that application users are experiencing. Which two actions do you
performance to resolve the performance issues? ( Choose Two)
b. Select the include in background processing option on the application rule
d. Configure the queue processors to run multiple times a day
19. A courier company wants a mobile app to scan and track the parcels collected from remote
areas with no internet access.
Which Mobile app do you develop to fulfill the requirement?
a. SDKapp
c. Unsigned app
d. Signed app
20. Which two data elements can be used as an attribute for an access control policy?( Choose
two)
a. Appointment data
b. Encrypted bank account number
2%:
22.
23;
24.
25.
Which statement is true about connectors?
a. Connectors can be referenced from data transforms
b. Connectors require a REST service to a function
d. Connectors use a listener that runs in the background
Which three types of information can represent an attribute in Attribute-based access
control ( ABAC) ? ( Choose three)
c. Boolean
e. Property
Which statement regarding managing encrypted data in Pega Platform is true?
a. Property-level encryption is a time-efficient method to encrypt data.
b. Class-level encryption will encrypt individual properties
d. To decrypt data, apply the same key used during encryption
A requirement states that the Users role cannot open a purchase request during the Audit
stage of the case life cycle.
How do you configure the case stage to satisfy this requirement?
b. Apply a When Record
c. Apply a Privilege record
d. Apply an Access Deny record
Consider the following requirement:
Managers at a car and motorcycle dealership have access to all inventory data in the Data-
Inventory-class.
Motorcycle sales people only have access to motorcycle inventory data in the Data-
Inventory-Motorcycle class.
Which security solution do you use to satisfy the requirement for the motorcycle sales
people?
a. Access When
b. Access Deny
c. Access Control Policy
26.
27;
28.
An application includes three case types. Members of the app:users access role are not
allowed to run report for one of the case types. Which two configurations can apply to
satisfy this requirement?( Choose two)
b. Use an Access When record to test for the case type to the Run reports action in the
Access Manager
c. Use an Access When record to test for the user role to the Run reports action in the
Access Manager
The following example shows the ruleset list for the logged in operator. What is stored in the
Admin@MyCo ruleset?
Admin@MyCo
Purchasing:01-01
PurchasingInt:01-01
MyCo:01-01
MyColnt:01-01
Supplier:01-01
Customer:01-01
Inventory:01-01
Pega-ProcessCommander:07-10
Pega-DeploymentDefaults:07-10
a. Preference for the operator
c. Rules delegated to the operator
d. Rules recently opened by the operator
How do you ensure that only a manager can run a specific flow action?
Add a validate rule to the flow action form to determine whether the user is a manager
Add an Access When condition to the flow action to determine whether the user is a
manager.
Add a pre-processing activity to the flow action form to determine whether ther user is a
manager.
=
29.
The current version on an application lists ABC:02-02 as an application ruleset. The ruleset
versions listed in the Answer Area are also present on the System. Identify the ruleset
versions that the skim operations considers when you perform a mojor version ruleset skim
on ruleset ABC.
Ruleset Version
i) 01-01-01
iii) 01-02-01
Note: Skimming is performed only the current major version
30.
31.
32.
In which situation do you configure branched rulesets?
a. One team creates a new patch for an application while another team creates a new
major version of the application
b. You need to delegate rules to process owners from the business
d. Ateam needs to work on the next version of an application while preparing to migrate
the current version.
Which two configurations can you use to include access groups into your Product rule?
b. Add the access group to the application definition
d. Export the access groups using the Access Manager
In the following example ,the Homelns,HomelnsInt, and Customer rulesets are configured
for application validation. MyCo MyColnt are configured for ruleset validation. MyCo lists
MyColnt and Customer as its prerequisites, and the prerequisite for MyCOlInt is Pega-
ProcessCommander.
Which of the following statements is correct?
Application Rulesets:
Homelns: 01-10
HomelnsInt:01-01
MyCo:01-01
MyColnt:01-01
UI-Kit-8:03-01-01
Customer:01-01
a. Rules in MyCo can reference rules in Homelns
b. Rules in MyCo can reference rules in Homelnsint
c. Rules in MyCOlInt can reference rules in Customer
33. Which use case of Pega Web Mashup requires manual configuration
b. Unencrypted requests coming from the client are blocked
c. Any Broken Access Control violations are written to the security logs
d. An operator ID record for new user is created upon first login
34. You are preparing to create a new major version of an application ruleset with multiple
minor and patch versions.
How do you create the new ruleset version?
b. Create a new application ruleset using the appropriate version number, then copy the
highest version of existing rules into the new ruleset version
c. Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset
versions to the new version
d. Use the application structure landing page to lock and roll the existing ruleset version to
the new version
35. When deploying mashup code in a web page, which option is necessary to ensure that Pega
Platform accepts incoming requests?
a. Enable authentication policies on Pega Platform
c. Establish a private tunnel from the host to Pega Platform
d. Ensure the host is configured to support HTTPS
36. What are three valid ways to exchange data through a Pega Web Mashup? ( Choose three)
a.
Use an SQL call to exchange data between the mashup and hosting web page
c. Use a queue processor to pass updated attributes to the gadget on the hosting webpage
37. Identify two options for passing data between a Pega application and a web page containing
a web mashup ( Choose two)
a. Use REST methods to call Pega microservices
d. Call a Pega API function from the host derver
38. Which two statements are valid regarding Pega Web Mashup?(Choose Two)
a. A mashup call allows access to Dev Studio for full system configuration.
d. Pega platform limits mashup users to working on existing cases.
39. Which two steps, when performed together, are necessary to configure a join in a report
definition?
b. Select the proper columns to join from each table
c. Configure an association rule to join multiple databases
40. What two actions must you perform to create a class join in a report definition?
b. Add an association rule to match key values
c. Add a parameter for each property in the class you want to join
41. What is the function of class mapping for reports?
a. Assign an ID to a class so reports can referenced specific properties
b. Create a new database table record for Pega platform
c. Ensure all data from one report belong to single case type
42. You are asked to create a custom status name Open-Review. This status is to be applied to
assignments in one application.
How do you satisfy the request?
a. Circumstancing the existing Open Field Value record on the application name and
update the status value to Open-Review
b. Create a Field Value record name Open-Review for .pyStatusWork and configure an
Access When record to apply the status to the correct application
d. Add the Open-Review status to the Application record for the application
43. Place the steps in the order in which a service processes a request — Service Steps
Inbound request received
Request Processing
Map inbound data
System returns a response
Map outbound data
Ans :- The Order is:
44. University admission application cases automatically advance in the case life cycle if the
applicant's standardized test score are above a certain threshold. The threshold is
determined each year based on the provided national average score.
Which two configurations, when applied together, support this requirement? (Choose two)
c. Configure a process with a decision shape that continues if the Test threshold
Configuration setting is greater than the applicant's test score
d. Configure a Test threshold Configuration setting that calculates the national average for
the test score threshold
45. Using the Pega Mobile client you can Leverage Mobile Devices features such as
b. Phone Calls
46.
47.
b.
c. Photo Gallery
d. Text message
Features available in Pega Mobile Client
a. Phone Call
b. Messages
What are the two most common ways to expose your application to an external system? (
Choose two)
Configure a signed certificate
=
Create a connector linked to a data page
. Which two statements about Application settings are true? ( Choose two)
b. Application Settings require updating integration rules and data instances for each
environment
d. Only Application Settings on the D_pxGetApplicationSettingCalue data page can be
updated in the application
. You are updating a system of record using a SOAP connector. If the system of record is
unavailable, you want to retry after an hour. If it is still unavailable after an hour, a
notification should be sent to a system administrator. How do you implement this
requirement?
a. Implement the logic in the data page’s response data transform
b. Customize the standard pxErrorHandling Template data transform
c. Use a transition condition in the activity step invoking the connector
. Which two statements about keyed data pages are true? (Choose two)
a.
A keyed data page can be any structure except list
d. A keyed data page supports editable data pages only.
. You should consider using a field value when the list of allowed value is:
b. Shared across all case types
c. Three or fewer items
ooo
53.
d. Mostly static
. Graduate school students create and submit project proposals to their advisors. During the
proposal phase, the advisor and the student can edit the proposal. How do you ensure the
advisor and the student can simultaneously edit the proposal, and the application can check
the proposal for changes before submitting them?
Configure the student and advisor roles with view and edit permission
Configure the locking on the case type to allow one user
Configure an assignment for the advisor and an assignment for the student
A view has a part number field that requires the first two characters are letters, and the last
four are digits (for example AB1234).
How do you ensure that the correct pattern is entered when the user exits the field?
a. Configure a validate rule to use input-qualified validation configuration
c. Configure an edit validate rule and call it from a validate rule in the relevant flow action.
d. Configure a Validate rule on the flow action to validate the field with Boolean logic.
. The job application case includes a child case for different employees to interview and
evaluate the candidate. The job applicant parent case should have an exclusive work on the
case object and should remain locked while child case is opened.
Ans:
Parent case = Allow one user ( default)
Child case = Keep default consideration
. An assignment service-level agreement ( SLA ) is configured with the following details:
Initial urgency: 20
Assignment ready: Timed delay of 2 hours
Goal: 1 hour and increase urgency by 10
Deadline: 2 hours and increase urgency by 25+
Passed deadline: 1 hour, increase urgency by 5, and limit events to 5
Assuming no other urgency adjustments, what is the assignment urgency 10.5 hours after
the case reaches the assignment
b. 95
d. 85
56. Which two configurations are required when adding a Split join shape to your case life cycle?
( Choose two)
b. Link an application to the sub process to specify information about the sub process in the
application documentation
d. Enter a rule that stores the audit note that you want to include in the audit trail of the
subprocess.
57. Operator A is in Unit A and Operator B is in Unit B. You want both operators to be able to
perform work that is routed to either Unit A or Unit B. Which configuration supports this
requirement?
a. On each operator's record, associate the operator with both units.
c. On the work group record, associate the operators with the work group.
On the unit record, associate both operators with each unit.
a
58. A global application with infrastructure nodes located throughout the world requires certain
operations to start executing at midnight GMT. Select two possible designs for this use case.
( Choose Two)
Use the Queue-For-Processing method in an activity and design a standard queue processor
d.
59. During an Account review case, an accountant evaluates the client’s retirement plan. A
Use the Run in background step in the case life cycle and design a standard queue Processor
retirement planning case is created that runs in parallel with the account review case waits
for nor reports to the other. To configure this workflow, which type of parallel processing
shape do you set?
a. Subprocess shape
b. Split for each Shape
60.
61.
62.
63.
64.
d. Split Join shape
Which three approaches are valid for improving activity security ( Choose three )
c. Configure the activity to restrict individual parameters to authorized users
d. Limit the activity to calling activities of the same apply to class
You want an application to stop processing and return an error when a specific rule is
encountered in a locked ruleset. How do you this situation?
a. Unlock the ruleset and delete the rule
c. Create a circumstanced version of the rule in a new ruleset version with a date range in
the past
d. Make a copy of the rule in a new ruleset version and set the rule availability to Final
There are five instances of a rule in the rules cache. The only differences between these are
the circumstance settings and ruleset version. The operator's access group has access to all
ruleset versions. On 1 June 2020, which instance is chosen by rule resolution if
.Country=Algeria ?
SelfService:01-01-01 ( No Circumstance)
SelfService:01-01-01 ( Circumstance: .Country=Algeria)
SelfService:01-01-03 ( Circumstance None , Base Rule Checked )
SelfService:01-01-02 ( Circumstance: Start Date 1 January 2020; End Date=31 December
2020)
ao ow
Match the Following:
Ans:
Contains messages about URL tampering changes — ALERT SECURITY
Contains performance related messages — ALERT
Contains warning, errors and notification messages about internal operations — PEGA
( Read about all the log files)
Which action can a Declare onChange rule perform when a specified property changes?
b. Specify which flow action to run
c. Execute a data transform
65. A class group is used to ¢
a. Identify a layer of the Enterprise Class Structure
b. Combine related property by usage
c. Assign work to a specific group of users
66. Why would the Mark as relevant record menu option be grayed out for a rule?
a. The rule cannot be marked as a relevant record
b. The rule is saved to a locked ruleset
d. The rule has a moderate or severe guardrail warning
67. A hospital uses a case type to manage the treatment of patients visiting the Emergency
Room ( ER), Cases are created when the patient checks in at the registration desk, and are
resolved when the patient is released from the hospital. Stakeholders identify the following
security requirements for the case typr.
=>» Patients access cases on a read-only basis
=>» Patients can only access their own cases
=>» Doctors and nurses can modify cases throughout the case life cycle
=> Only doctors are allowed to write prescriptions
What two steps, when performed together, allow you to ensure that the patients
can read, but not edit cases ? (Choose two)
b. Configure an access control policy condition to test whether the user is a patient
c. Configure an Access Role to Object rule with the open case action set to 1.
68. Which two statements are true about database tables in Pega Platform?( Choose two )
b. The report definition rule should only be used against one table for performance
reasons
d. The History record table contains a record of when each user logged in to the system
69. An application contains a flow action with an Apply to:class TRB-HRApps-Work-Feedback in a
locked ruleset. When updating the application, you save the minor version of the ruleset this
time applied to TRB-HRApps-Work so it can be used by more than one case type.
How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?
a. Save an additional new version of the flow action applied to TRB-HrApps-Work-
Feedback and set the availability to “Blocked”.
b. Save an additional new version of the flow action applied to TRB-HrApps-Work ans
set the availability to “Final”.
c. Save an additional new version of the flow action applied to TRB-HrApps-Work-
Feedback and set the availability to “Not available”.
70. An application includes the following set of circumstanced instances of a decision table
Class Ruleset Version Circumstance
MyCo-AccountManage-Work-AccountOpen | AccountManage:01-01-01 None
MyCo-AccountManage-Work-AccountOpen | AccountManage:01-01-05 .Status="Silver”
MyCo-AccountManage-Work-AccountOpen | AccountManage:01-01-05 .Status="Gold”
MyCo-AccountManage-Work-AccountOpen
AccountManage:01-01-15
.Status="Platinum”
MyCo-AccountManage-Work-AccountOpen
AccountManage:01-01-15
.Status="Silver”
You update the application and increment the AccountManage ruleset version to 01-02-01.
As part of this update, the circumstance .Status="Silver” is no longer needed by the
application
How do you implement this change?
a. Create a new version of the circumstanced decision table in AccountManage:01-02-01
and set the availability to the rule to Blocked
b. Do nothing, Rule resolution does not consider rules in a lower minor version of a ruleset.
d. Create a new version of the circumstanced decision table in AccountManage:01-02-02
and Select the Base rule option
71. The primary purpose of a production ruleset is to allow rules to be
b. Tested in a production environment
72;
73.
74.
75.
76.
c. Reused in multiple production environments
d. Migrated to a production environment
A medium-size toy maker wants to fulfill orders received during the peak season in
December and process the orders in batches multiple times a day. How do you implement
this use case?
b. Create batches of orders and send each batch for processing when it gets full
c. Create a queue processor that can process orders received by the company
d. Create scheduled jobs, one for each run, that can process accumulated orders.
A travel reservation servicing case includes a service level for responding to requests. The
service level intervals vary according to passenger station, class of service, and fork type.
Which implementation satisfies this requirement?
b. Create a single property circumstanced rule.
c. Create a single property circumstanced rule and a when rule.
d. Create a multivariate circumstanced rule and a when rule.
A hospital uses a case type to manage the treatment of patients visiting the Emergency
Room(ER), cases are created when the patient checks in at the registration desk, and are
resolved when the patient is released from the hospital.
Stakeholders identify the following security requirements for the case type.
=>» Patients access cases on a read-only basis
=>» Patients can only access their own cases
=> Doctors and nurses can modify cases throughout the case life cycle
=>» Only Doctors are allowed to write prescriptions
Which configuration allows doctors and nurses to modify cases while complying with all
identified security requirements?
a. Create a single access role for both doctors and nurses, and set the modify action to 5.
b. Create a single access role for both doctors and nurses, and set the modify action to 1.
d. Create two access roles, one for doctors and one for nurses, and set the modify action
foreach to 1.
Which two requirements are supported by Attribute-based access control (ABAC)?
c. Bakers with a rating of 4 or better can add recipes to the database
d. Managers can reschedule but not delete appointments.
Which two statements about guardrails are true? ( Choose two )
a. Adeveloper receives a guardrail warning for rules checked out by other developers
d. Pega Platform performs guardrail examination when a rule is checked out.
77. Which two actions do you perform when using the Perfomance Analyzer(PAL) to ensure that
you obtain accurate comparision.
a. Capture a PAL reading for a process with good performance to establish a
benchmark
d. Run PAL as an end user to account for any performance differences due to the portal
itself
78. Which two use cases correctly describe controlling access to an attachment category? (
Choose two)
a. Configure a Client-based access control on the class where the attachement
category exists to restrict access to the attachement
c. Configure a Visible when condition called “isDocumentPrivate” to allow users to
view an attachments
79. An application contains five instances of the same rule. The only differences between the
instances are the circumstances settings and ruleset version. All the rulesets are in the same
ruleset list.
Ruleset Version Circumstance
MyCoSelfService:01-01-01
None
MyCoSelfService:01-01-02
.Country=japan
MyCoSelfService:01-01-03
None;Base Rule checked
MyCoSelfService:01-01-04
.Country=japan
MyCoSelfService:01-02-01
None
Which ruleset version is chosen by rule reolution when Country=japan
a. MyCoSelfService:01-01-02
b. MyCoSelfService:01-01-03
d. MyCoSelfService:01-02-01
80. What is the difference between using the Call and Branch methods in an activity step to
invoke other activities?
81.
82.
83.
84.
a. Branch overrides the security restrictions of the called activity allowing you to easily
test code;it will not run in production
b. Branch creates a new thread to allow asynchronous processing ,While Call runs in
the thread from it was invoked
c. Call provided more robust debugging capability than branch,while branch provided
better run-time performance
EE —
In your purchasing application, there is a decision table with discount codes.You want to
delegate the decision table. In which ruleset do you save the decision table to allow
delegation?
a. Organization
c. Integration
d. Application
Consider this business use case:
Responses to customer service requests are required within 24 hours of receipt.Due to
seasonal fluctuations,response times may be adjusted at the discretion of business
managers.
You create service level agreement(SLA) to monitor response times.Which solution allows
adjusting the response times on demand?
b. Plan a release cycle for updating the SLA for each of the Expected Seasonal
adjustments
c. Create multiple circumstances of the SLA to the account for the seasonal
adjustments
d. Define the response times using property values that are circumstanced to account
for the seasonal adjustments
Which three rule types can you mark as a relevant record?
c. Skin
An application contains two derived classes MyCo-HR-SelfService-Work-TimeOff , MyCo-HR-
SelfService-Work-Expense that all belongs to the class group MyCo-HR-SelfService-Work.
If a report is created in MyCo-HR-SelfService-Work , what instances will the report return?
b. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-
Expense ,unless they are stored in different database tables
c. Instances of all Work- derived classes
d. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-
Expense
85.
86.
87.
88.
89.
Match the following
Ans:
<Append> - To add an element to the end ( highest index value) a Value List or Page List
property
< Prepend> - To insert a new element and its value into a Value List or Page List property as
the first element
<Current> - You can obtain the current index of a pagelist or page group property
<last>-To set or retrieve the last element of a value list or page list
<insert>- To insert a new element and its value into a Value List or Page List property at a
numeric index
A service receives a request to assign an office at a new employee. The service rejects the
username and/or password provided
What type of fault condition do you configure to return an appropriate response?
b. Queue when
c. Service error
d. Mapping error
Your application is deployed to the cloud. A data source outside ypur application populates a
data page by using data access pattern configuration. You receive complaints that the
system takes a long time to fetch data each time the case worker access information for a
differnet customer. Which approach solves this performance issue?
a. Move to local installation because network traffic in cloud deployment is often slow
b. Change snapshot data access method to reference pattern data access method
c. Fetch only the targeted data from the database each time data is needed so access
is faster
Application Settings allow you to :
a. Simulate data in an environment for testing purposes
b. Execute connectors in parallel to improve performance
c. Automate the application migration process
d. Store references to an externa system connected to an application
To reduce training requirements for users, a company wants to utilize the existing format
end of their application
How can a third-party application use Pega Platform?
a. By exposing third-party application services
90.
91.
92.
93.
94.
o
By using database tables for staging the requests
d. By using middleware tools in application servers
Which two configurations are required when adding a Split for Each shape for the casetype?
b. Enable users to get back to the subprocess after the case processed
c. Enter a rule that stores the audit note that you want to include
Which two tasks are required to build a mobile app in Pega Platform.
Configure access to Dev Studio
[+]
d. Set up push notifications to developers
The Static Assembler is used to address rule assembly
Access group contain multiple production rulesets
b. The server is managing a larger number of rules cache
Rg
d. The application record lists several branch ruleset
Consider the following requirement: An auditing policy explicitly required that employees
cannot see the contents of the privated information.
Which security solution do you use to satisfy the requirement?
Access When
Q
c. Access of Role to Object
d. Access Deny
Which two configurations do you implement when using a Pega Web Mashup? ( Choose
two)
Add an access group for the application rules that needed to be accessed from the
external system
o
Configure a node-level data page to hold security access information about the
exernal system
[a]
95. Which requirement is a pre requisite for configuring pega web mashup?
a. Atleast one access control policy
c. Atleast one work queue in your application
d. No outstanding guardrail violation
96. Which three statements about the guardrail score are true? ( Choose three)
Rules with unjustified warnings are not counted in the compliance score
b. The Application Guardrails landing page counts the number of rules with no warning
or caution-level
[+]
97. A requirement states that when a case is assigned to a user for review, its work status
should be set to open-review. Which two steps do you perform to implement this
requirement? ( Choose Two)
a. Add Open-Review as an allowed status on the case type record
b. Configure a data transform to apply the Open-Review status on the appropriate
types
98. You have a requirement to associate users in different units to the same work queue. How
do you implement this requirement?
a. Associate the users to a comman work group.Then associate the work group to the
appropriate unit
I,
c. Associate the users to a comman unit. Then associate a work queue to the comman
unit
d. Associate the users to the comman work queue.Than associate the work quueu to
the appropriate unit
99. Consider the following requirement: Car dealers cannot modify orders in the Fulfillment
stage.
a. Access group
b. Access Deny
c. Access of Role to Object
100. Which configuration controls the access to an attachment category?
a. Configure a visible when rule, IsDocumentPrivate to allow users to view an
attachment if the rule returns as false
I —
c. Configure client-based access control on the class where the attachment exists to
restrict access to the attachment
d. Configure a when rule to allow users to delete an attachment if the rule returns as
false
101. A music production company’s application contains the following classes:
UPlusMusic-Production-Work
UPlusMusic-Production-Work-Studio
UPlusMusic-Production-Work-Brand
UPlusMusic-Production-Work-Studio-Recording
UPlusMusic-Production-Work-Studio-Editing
UPlusMusic-Production-Work-Brand-Marketing
UPlusMusic-Production-Work-Brand-Distribution
A requirement states that users assigned the Manager role can edit objects related to only
studio work. At which position in the class hierarchy do you configure an Access of Role to
Object (ARO) record to satisfy this requirement?
a. UPlusMusic-Production-Work
c. UPlusMusic-Production-Work-Studio-Editing
d. UPlusMusic-Production-Work-Brand-Marketing
102. A requirement states that users with the Guest role can edit objects related to
recording but not editing work. At which position in the class hierarchy do you configure an
Access of Role to Object (ARO) record to satisfy this requirement?
a. UPlusMusic-Production-Work-Studio
b. UPlusMusic-Production-Work
c. UPlusMusic-Production-Work-Studio-Editing
103. In an online shopping application, you enable class-level encryption for the entire
case type and optimize First Name, Last Name, Social Security Number (SSN), Total Cart, and
Account Number properties for reporting.
To secure sensitive data, how do you enable property-level encryption for SSN and Account
Number?
a. Create a PropertyEncrypt data transform, and then add the properties
b. Create a TextEncrypted property type, and then add the properties
d. Update the class-level encryption to enable property-level encryption
104. Which two options do you consider when creating a pre-processing data
transform?(Choose two)
c. The timing of the commit for the flow action
d. The security setting for the data transform
105. A hospital uses a Patient visit case type to track Emergency Room (ER) visits. The
case type can create Lab analysis and Diagnostic imaging child cases. While the child cases
are active, the doctor must be able to update the Patient visit case with notes.
In the Answer area, select the three configurations that allow a doctor to update the parent
case while staff perform assignments on their respective child cases.
b. Configure the Patient visit case type to allow multiple users.
d. Configure the Lab analysis and Diagnostic imaging case types to allow one user
106. The company wants you to configure a service level agreement (SLA) that begins at
the start of the next business day, to ensure timely processing of the following assignments:
Product inquiry assignment — a customer submits product inquiries
Review Assignment — a customer service representative reviews the inquiry and replies to
the customer
Which two configuration, when performed together, meet the requirement to delay SLA
processing?
a. Set the Assignment Ready to Timed Delay
d. Create the SLA on the product inquiry assignment
107. A requirement states that the Manager role cannot open a purchase request during
the Audit stage.
How do you configure the case stage to satisfy this requirement?
b. Apply an Access Deny record
c. Apply a When record
d. Apply a Privilege record
108. Items selected by a user need to copy to a page list property when the user submits
the form. How do you copy the items?
a. Add a data transform to the flow action as a pre-processing action
c. Create a declare expression with the page list property as the target
d. Create a validate rule to copy the selected items.
109. A city resident can report potholes to the Department of Transportation by logging
into a mobile Pega Platform application that utilizes the Pega API.
Which two Pega API interactions do you use to facilitate this? (Choose Two)
c. Update the report using GET/cases
d. Log into the application using PUT/authenticate
110. In which of the following situations would you configure Application Settings?
a. The thresholds for a SLA are set to hours instead of days on a testing environment
c. A SOAP connector returns simulated data in the development environment
d. Two SOAP connectors execute in parallel to improve performance
111. A data page is used to retrieve data from an external system. If an error occurs, you
want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?
a. Configure an error handing process that displays the error message and sends an
email
b. Configure an activity’s input source as the error message and the output as an email.
Reuse the out-of-the-box connection problem error handling flow on the service tab
for the connector
112. A chemical supplier processes thousands of online orders each day. The supplier
provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock.
When buyers select an item to order, the application displays the MSDS.
The MSDS rarely changes.
Which of the following options ensure the MSDS is up to date when an order is created?
a. Create a data page that contains the MSDS for each cleaning product
b. Create a parameterized data page that loads a new MSDS for each product
c. Create a keyed data page with the MSDS for each cleaning product
113. A fitness organization wants to ensure that data is entered correctly into an online
form when users apply for, or update, their membership information.
Which scenario requires an edit validate rule?
a. The first and last name are required on the form, but a middle name or initial is
optional
c. New members can get a 20% discount, if they enter the coupon code SAVE
d. New members must be at least 18 years of age at that time they sign up for
membership
114. In which of the following situations do you use branches?
a. Development team A is working on application 02.01.01 and Development team B is
working on application 02.02.02
c. Development team A is working in the development environment and the quality
assurance (QA) team is testing in the QA environment
d. Development team A in India and Development team B in the UK are working on
different applications in different time zones
115. Select the three Pega best practices for developing activities. (Choose Three)
b. Activities should have fewer than 15 steps
c. To prevent performance problems, limit activities to three calls
116. A Developer has identified resource-intensive queue processors as the source of
performance issues that application users are experiencing.
Which two actions do you perform to resolve the performance issues? (Choose Two)
c. Select the include in background processing option on the application rule
d. Configure the queue processors to run multiple times a day
117; MyCo insurance company completed the development phase of its application and
decided to start the testing phase of the application in a testing environment. To migrate the
application, the development team created an instance of the Rule-Admin-Product class that
includes the application instances to migrate.
Which two components does the Rule-Admin-Product instance include by default when you
generate an archive file? (Choose Two)
d. Checked-out rules
118. Which two rule types can you mark as a relevant record? (Choose Two)
b. Skin
c. Report
119. On which type of rule can you configure edit validate rules?
b. Flow actions
c. Case types
d. Activities
120. In which two scenarios is it a Pega best practice to use Pega Web Mashup over a
Pega API integration? (Choose Two)
b. Developers have access to only App Studio when configuring the integration
c. The application is built on Pega Platform version 8.2 using Ul Kit.
121. You are working on an update to an application which only affects some rules for a
certain case type. For migration to a production system, the customer wants the update
rules released as a new patch version of the application ruleset
How do you create the new ruleset version?
a. Skim the relevant rulesets to copy the highest versions of the existing rules to the
new version
b. Merge the existing rules in the relevant rulesets to the new version
d. Create a branched ruleset and then copy the affected rules into the new branched
ruleset.
122; Teams X and Y work on different enhancements in the same ruleset. The release
date for each enhancement is uncertain.
Which two options, when performed together, allow each team to keep its work separate?
(Choose Two)
c. Create a new ruleset version for one of the teams
d. Apply privileges to the rules each team configure
123. You are integrating two Pega Web Mashups into a client’s mortgage loan financing
page. What do you configure to successfully embed both mashups?
a. Identify unique names for each mashup.
b. Load both mashups simultaneously
c. Run the mashups on the same thread
d. Define identical URLs for each mashup
124. You want to create a new minor version of an application ruleset to add a new
feature to your application. The new feature will be made available to users in a phased
rollout.
How do you update the application to add the new ruleset version?
a. Skim the existing ruleset and update the existing application version
b. Create a branch ruleset and a new application, and add the branch ruleset to the
application
c. Lockand roll the existing ruleset, and create a new application version
d. Create a new application version and add the new ruleset version as a product
ruleset
125; In the Answer area, drag each mobile application solution on the left to the correct
scenario
SDK Application --- Globo bank wants to build a mobile app of its pega platform application
to embed in its mobile app
Signed Application --- Metro bank wants to build a mobile app for distribution on Android
and iOS app stores
Unsigned Application --- Local bank wants to build a mobile app for a pega platform
application, but developer certificates cannot be distributed to app developers
126. The MyCoSelfService ruleset contains the following instances of the same rule. The
only differences between the instances are the circumstance settings and ruleset version. All
ruleset versions are in the ruleset list.
Ruleset Version Circumstance
01-01-01 None
01-01-02 .country = japan
01-01-03 None; base rule checked
01-01-04 .country = japan
01-02-01 None
Assuming users can access all the ruleset versions, which ruleset version is chosen by rule
resolution when .country = Australia?
b. 01-01-01
c. 01-01-02
d. 01-01-03
127. A budgeting application uses a job scheduler to automatically email customers once
a week with a breakdown of their weekly expenses. Due to the international usage of the
application, stakeholders require peak performance at all hours.
Which solution addresses this performance concern?
a. Dedicate and classify a node for the job scheduler.
b. Ensure customers use a common access group.
c. Configure the job scheduler to run at off-hours.
d. Limit the number of operators who access the application.
128. You perform a major skim on the ruleset ABC:02-02 to ABC:03-01
In the Answer area, select the ruleset versions that the skim operation uses.
Answer Area:
Ruleset Version Does the Skim operation use the ruleset version?
The ruleset list for an application consists of the following rulesets, ordered from highest to
lowest:
SelfService: 01-01
TGB-HR:01-01
TGB:01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named
ConfirmationRequest. The four instances of Confirmation Request in the rules cache are
shown in the following table.
ApplyTo Ruleset:Version Availability
TGB-HR-SelfService-Work SelfService:01-01-01 Available
TGB-HR-SelfService-Work- SelfService:01-01-01 Available
TimeOff
TGB-HR-SelfService-Work- SelfService:01-01-02 Withdrawn
TimeOff
TGB TGB:01-01-02 Available
Which is chosen during the rule resolution?
a. TGB .Confirmation Request (TGB:01-01-02)
b. TGB-HR-SelfService-Work-TimeOff .Confirmation Request (SelfService: 01-01-01)
Gi
d. TGB-HR-SelfService-Work-TimeOff .Confirmation Request (SelfService: 01-01-02)
1. Drag the application integration methods on the left to the appropriate use cases on the right.
Answer Area
CUSTOM API ---- Frequent blood donors' contact information is third-party marketing firm to
provide the donor incentives and reminders.
PEGA API --- Each night, the list of expired items in a food warehouse is sent to a work group
to pull item shelves.
CUSTOM API --- A third-party benefits provider receives a list client of employees with
qualifying life events, marriage or adoption.
PEGA API --- A company identifies customers who are >90 invoices. The customer data is sent
to the c department for
129. You have identified an activity that does not perform well. You need to find out exactly
which steps in the activity are causing the poor performance.
Which tool allows you to identify the cause of the performance issue?
a. Database Trace
b. Performance Analyzer (PAL)
d. Tracer Add a list of
130. Which two statements are true about configuring Pega Web Mashup? (Choose Two)
a. Use the Integration wizard to generate mashup code for use in other systems
b. 3
c. Keep the original names of default actions in the mashup code to prevent security
risks.
13%. Drag the Enterprise Class Structure (ECS) layers on the left to the appropriate classes
and associated rules on the right
Answer Area
132. Which statement is true about services?
a. Services may process outbound requests.
b. Services may use a listener that runs in the background.
c. Services require a REST connector to function.
d. Services return all data in XML format
135. A Pega Platform application has just been integrated with an external data source.
Which of the following tests do you perform to ensure that the integration passes data as
expected?
a. Performance test.
b. Scenario Test
d. Automation Test
136. Which two statements about Application Settings are true? (Choose Two)
b. Application Settings require updating integration rules and data
instances for each environment.
137. Which two statements about guardrails are true? (Choose Two).
a. A product owner creates all the guardrails for the application design.
b. Pega Platform performs guardrail examination when a rule is checked
out.
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
SelfService: 01-01
TGB-HR:01-01
TGB:01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named
EnterTimeOffDates. The four instances of EnterTimeOffDates in the rules cache are shown in
the following table.
ApplyTo Ruleset:Version Availability
TGB-HR-SelfService-Work SelfService:01-01-01 Available
TGB-HR-SelfService-Work- SelfService:01-01-01 Available
TimeOff
TGB-HR-SelfService-Work- SelfService:01-01-02 Blocked
TimeOff
TGB TGB:01-01-02 Available
Which is chosen during the rule resolution?
b. TGB-HR-SelfService-Work-TimeOff . EnterTimeOffDates (SelfService: 01-01-01)
c. TGB-HR-SelfService-Work . EnterTimeOffDates (SelfService: 01-01- 01)
d. TGB. EnterTimeOffDates (TGB:01-01-02)
138. Consider the following requirement: Customers can review only their own credit
report
Which security solution do you use to satisfy the requirement?
a. Access of Role to Object
b. Access Deny
c. Access group
d
139. Areport needs to list the user ID of the manager of the operator who creates a time-
off case. The report provides information from the MyCo-Orders-Work-Ship and Data-
Admin-Operator- ID classes.
Which two options independently satisfy the business outcome? (Choose Two)
c. Add the operator ID to the report definition as a parameter.
d. Specify both classes in the Pages & Classes tab on the report definition.
140.
141.
142.
143.
144.
As a best practice, in which situation do you configure a keyed data page?
a. Ashort list of delivery options that rarely changes
b. Along list of images that often change
d. A short list of emojis that often change
Application settings allow you to
a.
b. Simulate data in an environment for testing purposes
c. Automate the application migration process
d. Execute connectors in parallel to improve performance
Which two configuration are required when adding a Split Join shape to your case
life cycle?(Choose two)
a. Enter a rule that stores the audit note that you want to include in the audit trail
of the subprocess.
d. Link an application to the subprocess to specify information about the subprocess
in the application documentation.
Which statement about the relationship between organisational elements is true?
a. A unit can belong to multiple organisations.
b. A work queue can belong to multiple organisation.
d. A work queue belongs to a single operator.
If a customer reports an issue with their online order, an Investigation case is created.
All assignments for Investigation cases are higher priority than assignment
Which configuration supports the requirements to have a greater default urgency on
Investigation case assignments?
a. Create a SLA rule and ensure that the assignment is ready immediately.
b. Create a SLA rule and increase the initial urgency.
c. Configure an optional action to enable manual changes to case urgency.
d. Increase the initial urgency on the case type settings
145. Multiple teams need to update the same application version during it development
cycle.
Which two actions do you perform so that the teams do not affect each other's work?
a. Create a separate production ruleset for each team.
b. Create a new ruleset version for the base application.
d.
146. An assignment service-level agreement (SLA) is configured with the following details:
Initial urgency: 15
Assignment ready : Timed delay of 2hr
Goal: 1 hr and increase urgency by 10
Deadline: 2hr and increase urgency by 15
Passed deadline: 1hr, increase urgency by 10, and limit events to 10
Assuming no other urgency adjustments, what is the assignment urgency 4.5 hr after the case
reaches the assignment?
50
c. 60
d. 25
147. You configure a child case to override the location strategy of the parent case. The
parent case has a time-out value of one hr. Which time-out value option is recommended
for the child case?
a. The Access time-out value on the child case cannot be changed.
b. Set the Access time-out value equal to the parent case time-out value.
(5 :
d. Set the Access time-out value greater than the parent case time-out value
148. Your application is deployed to the cloud. A data source outside your application
populates a data access pattern configuration. You receive complaint that the system
takes a long time to fetch data each time the case worker accesses information for a
different customer?
Which approach solves this performance issue?
b. Move to local installation because network traffic in cloud deployment is often
slow.
c. Change snapshot data access method to reference pattern data access method.
d. Fetch only the targeted data from the database each time is needed so access is
faster
149. class group is used to
a. Assign work to a specific group of users
b. Identify a layer of the Enterprise Class Structure.
c. Combine related properties by usage
d
150.
151.
Which three statements about the guardrail score are true?
b. Rules with unjustified warning are not counted in the compliance score.
e. The Application Guardrails landing page counts the number of rules with no
warnings or caution-level guardrail warnings
An assignment service-level agreement (SLA) is configured with the following details?
Initial urgency: 20
Assignment ready: Timed delay of 1hr
Goal: 5hr and increase urgency by 10
Deadline: 8hr and increase urgency by 20
Passed deadline: 2hr, increase urgency by 20, and limit events to 5
Assuming no other urgency adjustment, what is assignment urgency 16hr after the case
reaches the assignment?
152.
You should consider using a field value when the list of allowed value is:
b. Shared across all case types
Cc.
Three or fewer items
d. Mostly static
153.
You perform a major skim on the ruleset ABC:02-02 to ABC:03-01
In the Answer area, select the ruleset versions that the skim operation uses.
Answer Area:
Ruleset Version Does the Skim operation use the ruleset version?
154.
An application contains a rule with an Apply to: class of TGB-HRApps-Work-Review in
a locked ruleset.There is a higher unlocked ruleset.
How do you prevent the application from using the rule in TGB-HRApps-Work-Review?
2. Save a new vesion of the rule, applied to TGB, and set the availability of the rule to
Final
3. Save a new version of the rule,applied to TGB-HRApps-Work-Review, and set the
availability of the rule to Not Available
4. Dave a ner version of the rule, applied to TGB-HRApps-Work-Review, and set the
availability of the rule to Blocked
155. The MyCoSelfService ruleset contains the following instances of the same rule. The
only differences between the instances are the circumstance settings and ruleset
version. All ruleset versions are in the ruleset list.
Ruleset Version Circumstance
01-01-01 None
01-01-02 .country = japan
01-01-03 None; base rule checked
01-01-04 .country = japan
01-02-01 None
Assuming users can access all the ruleset versions, which ruleset version is chosen by rule
resolution when .country = japan?
a. 01-01-03
b. 01-02-01
d. 01-01-03
156. Drag the Enterprise class structure (ECS ) layers on the left to the appropriate rules
on the right.
157. Which two requirements are supported by Attribute-based access control (ABAC)?
b. Customers have view access to all attachements of the case
c. Bakers with a rating of 4 or better can add recipes to the database
d. Managers can reschedule but not delete appointments.
158. A hospital uses a Patient visit case type to track Emergency Room (ER) visits. The
case type can create Lab analysis and Diagnostic imaging child cases. While the child
cases are active, the doctor must be able to update the Patient visit case with notes.
In the Answer area, select the three configurations that allow a doctor to update the parent
case while staff perform assignments on their respective child cases.
159. A fitness organization wants to ensure data is entered correctly into an online form
when users apply for,or update, their membership information.
Which scenario requires an edit validate rule?
a. New members must be at least 18 yers of age at the time they sign up for
membership
b. The first and last name are required on the form, but a middle name or initial is
optional
d. The credit card that they enter for payment must be valid at the time of the
membership payment date.
160. MyCo insurance company completes the development phase of its application and
decides to start the testing phase of the application in a testing environment. To migrate
the application , the development team created an instance of the Rule Admin Product
class, that includes the application and data instances to migrate.
Which two componenets does the Rule-Admin-Product instance include by default
when you generate an archive file? ( Choose two )
a. Pega platform rule
b. Checked-out rules
161. An application contains a flow action with the Apply to: class of TRB-HRApps-Work-
Feedback in a locked ruleset, HRApps:01-01-01.
There is a higher unlocked ruleset. In the Answer area, Select the appropriate settings
on a saved copy of the flow action that prevents the application from using the rule in
HRApps:01-01-01.
Answer:
Ruleset Version = HRApps:01-01-02
Applies ro = TRB-HRApps-Work-Feedback
Availability 2 Withdrawn
162. Which two configurations can you use to include access groups into your Product
rule ( Choose two)
————
b. Add the access group to the application definition
d. Export the access groups using the Access Manager
Study and understand the above concepts coneptionally then only Go for additional questions
Additional Model Questions:- ( *** The below answers are not verified ***)
1. Which workspace is used for monitoring Job Schedulers and Queue Processors and
managing System nodes?
a. App Studio
b. Dev Studio
c. Admin Studio
d. Prediction Studio
2. In Order ro send email to the list of participants automatically john wants to configure a
Custom Queue Scheduler to perform the operation in the background in the non peak hours.
Which of the following configuration will be the right choice to achieve this requirement? (
Choose Two)
a. To use a default queue processor,Select Standard from the Type of queue list
b. To use a default queue processor,Select Dedicated from the Type of queue list
c. Inthe Activity name field, provide an activity that the rule runs
d. Inthe Queue processor field, provide the queue processor that you want to run.
A third party application can access a Pega application using a SOAP based service. The
service validates the authentication to provide the necessary details to the third-party
application. In the current release, the default error message is sent to client against an
invalid authentication. How do you configure the custom error message in the service for an
invalid authentication?
Use the exception tab, and configure service error condition to reflect the custom error
Use the exception tab, and configure mapping error condition to reflect the custom error
Use the fault tab, and configure security error condition to reflect the custom error
While configuring Mashup,Sasha has to ensure that the Mashup expands to fill the available
space on the web page.Which of the below mashup attribute has to be set?
a. data-pega-resizetype= “stretch “
b. data-pega-resizetype= “expand”
c. data-pega-mashupsize= “stretch “
d. data-pega- mashupsize = “fixed”
In which of the below studios, you can access the My Alerts display? ( Choose two)
a. App Studio
b. Dev Studio
c. Admin Studio
d. Prediction Studio
Which of the following privilege should an operator have to create client based access
control?
pzCanManagePolices
pzCanManageSecurityPolices
pzCanCreateSecurityPolices
You are designing an application for the online waller management system. One of the
requirement states that you can scan the bar code to transfer money from one account to
another acoount .
Which functionality you use to build the mobile app?
a. SDKapp
b. Native app
c. Unsigned app
d. Signed app
When your pega application is providing service to the external application which of the
following rule is udes to translate the data in to the understandable format of the external
application?
Ans: Mapping Rule
9. In Which of the following situations would you simulate a data page?
a.
b.
Cc.
d
When the interface definition is not finalized
When the coneector is available for the integration
When the data page writes data to the external system
When a large amount of data needs to be simulated
10. A disputed transaction case records account information using a page property. Account
information is recorded at the time the case... The case is further processed. Account
information is stored in an external system and accessed by a data page.
How do you configure the account information page?
a.
b
Cc.
d
Select Copy from a data page on the page property ( snapshot)
Configure the page property to refer to a keyed data page
Select Refer to a data page on the page property(SOR)
Define a reference property that refers to the data page
11. You want to create a reusable font style for buttonsm and links. To do this , you would
create a
a. Mixin
b. Control
c. Format
d. Overlay
12. Which three statements are true abour Obj-methods?
a.
Poo oo
Obj-Browse allows you to return a page list of data on the clip board
Obj-Delete-By-Handle requires a page on the clipboard to delete an instance
Obj-refresh-and-Lock can acquire the lock and refresh a pahe id stale
Obj-Save always performs an immediate write to the database to ensure integrity
Obj-Open loads an instances of a class from a database onto the clipboard
13. Which three statements are valid about Pega Wen Maships?
a.
© ooo
Customize the display size of ypur mashup through the data-pega-resizetype
Keep the original names of default actions in mashup code to prevent security risks
Add a list of trusted domains in your applications that you want to use the mashup in.
Use the integration wizad to generate mashup code for use in external systems
Only create one DIV element in the hosting web page per pega gadget
14. What re the two consequences of exposing(optimizing) columns for reporting?
a.
b.
(cE
Backward chaining declare expressions cannot use exposed properties
Record inserts and updates require more processing time
Table requires additional space due to additional columns
d. The database mat not comply with normalized standards.
15. Select two of the following best practices to follow when designing mobile application.
a. Use layout groups instead of containers to group section in harness
b. Layout widths should be specified in pixels since the reponse breakpoint set in pixels
c. Avoid sourcing controls and grids from data pages
d. Use controls that allow tapping
16. You want to allow users to use an application on a mobile device, even if the device is not
connected to a network.
Which configuration option support this requirement?
a. Simulate external data sources when application is offline
b. Source repeating layouts using report defnitions
c. Configure Ul elements to use native controls on mobile devices
d. Source drop-down lists using data pages
Download