Sample Questions
Sample Questions
A car insurance enrollment case type displays one column with policy
information and a second with vehicle information. The information collapses
1
into one column when it exceeds the width of the display area. What type of
layout is used here?
A banking case type presents a screen with terms of use that users must scroll
through before clicking the Accept button at the bottom of the screen. The terms
2
of use content wraps to accommodate smaller screen sizes. What type of Layout
can be used here?
Dynamic layouts are a type of layout that arranges items you designate, such as
3
__________, in a flexible format that automatically adjusts to ________.
4 Which of the following statements about Dynamic Layout are True? (Choose 2)
Which of the following rule in Pega is used to automate the system to support
5
complex processes and eloborate calculations?
In which workspace activities can be created with steps that run in the order we
8 specify?
Which of the following option in activity is used to iterate over the elements of a
9
value list, value group or page group?
When utilizing the tracer tool to pinpoint errors in case processing, which
14
specific value in the Status column signifies the successful completion of a step?
Which two of the following issues can be investigated using the Tracer tool?
15
The user can select multiple services provided by the hotel at the time of
booking the room. While booking, the UI must display all the available services
at once. The user can select more than one service depending on his requirement.
18
Which control must be used by the developer for the above requirement?
A _________ is an interface for collecting user data and processing the work.
19
Which of the following UI controls supplies users with a list of possible values
20
for an input field based on the characters that users enter?
A vehicle rental case type presents customers with available vehicles. Vehicles
21 are identified by make, model, price, description, and image. What type of
Layouts will be suitable for this?
A field is a Combination of a ________ which handles data and a ________
22 which handles the data presentation.
What are the two types of property modes that pega developers typically work
23
with?
When you create fields in App Studio, Pega Platform automatically creates a
24
_______ in the background.
25 What is the maximum value of urgency that can be set for an assignment?
26 What action does the Pega Platform take when the passed deadline elapses?
27 What is the purpose of increasing assignment urgency?
Which of the following options helps the System Architects in accessing rule
29
forms directly to address complex or less-common configuration requirements?
31 0
State whether the below statements are true regarding Dev Studio:
Statement A: A business analyst uses Dev Studio to model the Life Cycle for a
32
Case Type.
Statement B : A System Architect uses Dev Studio to address critical use cases
that require complex configurations.
In App Studio, When you add fields to Data Models and Views, the system
33 creates a corresponding ______________ rules that you can modify in Dev
Studio.
Match the following App Studio elements with Dev Studio elements:
A).Field
B).Goal and deadline
C).User
D).Team
34
1).Service-Level Agreement (SLA)
2).Operator
3).Work Group
4).Property
Which of the three following statements about Dev Studio features are true?
35
(Select Three)
Raghav a pega developer is using App Studio to design the approval process for
vehicle insurance claims case type. Since the approval process remains
36 consistent across various types of claims. He needs to extend the scope of the
process to the customer division within the organization. Which workspace
would you recommend for this purpose?
The business analyst creates a process for the bus ticket reservation case type
using App studio, Now the system architect wants to make the same process to
be used in the entire travel application for other reservation case types like train
37
booking and flight booking as well.
Which of the following is best option for this scenario?
Which of the following statements are true regarding the passed deadline?
39
(Choose Two)
Which of the following statements are true regarding the deadline interval?
40
(Choose Two)
John is a system architect, developing the loan application for HFDC Bank.
One of the requirements is that the loan applied for by the customer must be
41 approved or rejected within 7 to 10 days.
Which of the following SLA intervals should John set for the loan approval step
to ensure compliance with this requirement?
An Assignment is configured with the Service-Level Agreement described in the
following list. Passed deadline intervals can repeat.
What is the Assignment Urgency 48 hours after the case reaches the assignment?
The initial urgency on the Case Type is set to 10. An Assignment Service-Level
Agreement is configured with the following details:
what is the urgency value 72 hours after the Case reaches the Assignment?
The developer wants to access relevant records in the Data Designer or the case
51
designer, choose the appropriate timing when relevant record can be accessed?
Mr. Felix the system architect wants to access various rules available in various
52 application in an organization , which is the appropriate option to use those rules
into a case type?
53 Which operator privilege is required to delegate a rule to a business user?
54 Which action is necessary before delegating the rule to the business users?
55 Which of the following ruleset is used for delegation?
What is the recommended approach for expanding the number and types of
56
delegated rules?
Which of the following rule types can be delegated in the Pega Platform?
57
(Choose Two)
Which of the following statements are true regarding rule delegation? (Choose
58
Two)
State whether the given statement is True or False in terms of Mobile Design
Best Practice:
70
Consider hiding less critical information until needed or moving content to pop-
ups triggered by UI controls.
A _____________________ separates content into individual panels and permits
71
users to view a group of related data one panel at a time.
_________________ optimize the space on UI Views without sacrificing the
72
amount of information presented at once.
Use an ______________________ to organize panels of information as a
73 vertically stacked list of headers that users can click to reveal or hide content
associated with the item.
State whether the given statement is True or False in terms of Repeating Layout
Configuration:
74
In a repeating layout, when you configure a single layout as a template, Pega
Platform automatically applies the template to each item in the list at run time.
75 ________________ are used to present list based content in the user interface.
Tina is developing a customer support system in Pega. She wants to manage the
status options for support tickets effectively. How should Tina handle this?
Tina is tasked with building a customer support system where support agents can
76 update the status of tickets. The status options include Open, In Progress,
Resolved, and Closed. Tina needs to ensure easy customization of status options
without modifying application code.What approach should Tina take to manage
the status options?
79 What are field values in Pega applications, and what is their primary function?
80 How do field values make a Pega application easy to change and customize?
How can you specify different options for a dropdown list based on different
82
situations in a Pega application?
84 Which of the following statements are true about field values? (Choose two)
Which among the following tools provided in the Pega platform, aids in the
99
process of troubleshooting?
101 Which option is used to access the Tracer tool from App Studio?
102 Which of the following rule type belongs to declarative rules in Pega?
103 What is the purpose of a Declare Expression rule in Pega?
Which of the following color codes displays events of PegaRULES database and
106
Cache Operations while debugging with tracer tool?
Which of the following options is used to set a field to have a default value of 10
108
in App studio?
110 If the same property value is set in both the parent and subclass data transforms,
the data transform in the subclass overwrites the data transform in the parent
class.
In a banking application, customers need to see their available balance after
111 deducting any pending transactions. Which of the following option is best suited
for using a Declare Expression?
Ram, a Pega developer at XYZ Company, tasked with crafting a loan processing
application. Within this application, customers must disclose their annual
income during the loan application process. Ram's responsibility includes
112
validating that the provided annual income falls within a predefined range to
determine loan eligibility. Which of the following Declarative Rules would be
most suitable for addressing this scenario?
Let's say you have a Pega application for managing customer accounts in a bank.
Within this application, you have a data class called "CustomerAccount" that
stores information about each customer's account, including their account
113
number, balance, and account type. To improve the performance in retrieving
customer accounts by their account number which of the Declarative Rule can
be used on the "AccountNumber" property?
Rekha is a system architect working on a banking application. Now that the user
122 has signed in, she requires specific details, including the operator's organization
unit, time zone, etc.Which clipboard page contains the previously specified data?
A) Header
B) Right pane.
C)Left pane
126
1)It is used to select the thread to display.
2)It lists each page defined in the clipboard for the selected thread.
3)It lists all the properties and their values on the selected page .
127 Which of the following options are the clipboard pages?(Choose three)
Which two statements are true about the User Pages category? (Choose Two)
128
Which clipboard page holds the case data for the parent case when you working
129 on a child case?
Which scenario would best prompt Alex, a Pega developer, to consider using a
133
Data Transform?
State whether the given statement about savable data pages is True.
137
You can use savable data pages to write data only to external data sources.
Which of the following statements are true about the database save option in the
138
data save plan for a savable data page in Pega? (Choose Two)
139 Choose the correct statement about savable data pages. (Choose Two)
What are the advantages of incorporating a Save Data Page Step in a Pega
142
Application?(Choose Two)
Which of the following are options for specifying a savable Data Page in a Save
143
Data Page Automation in Pega? (Choose Two)
147 What is a primary benefit of using savable Data Pages in a Pega application?
149 Which of the following requirements best describe the purpose of delegation?
John is a system architect developing a loan application system for HDFC Bank.
One of the critical requirements of the application is to allow bank managers to
150 update the interest rates on available loans as per the bank's policies and market
conditions. Which of the following options would help John enable bank
managers to update interest rates?
Which Pega feature should Alan use to streamline the development of this
application?
Which of the following rule in Pega composed of one or more sequenced steps
154
to perform a specific task?
In Activity, ______________ is a page in memory on which the method is
155
processed.
156 Which two of the below statements about actitivites are true ? (Choose two)
A. Loop
B. When
C. Jump
157
1. A condition is evaluated after the step runs. Based on the result, the activity
jumps to an alternate step or ends.
2. A condition is evaluated before the step runs. Based on the result, the step is
either performed or skipped.
3. Iterate over the elements of a value list, value group, or page group.
Match the following activity methods with their corresponding descriptions:
A. Obj-Browse
B. Property-Set
158 C. Page-Remove
1. Search instances of one class and copy the entire instances, or specified
properties, to the clipboard as an array of embedded pages.
2. Sets the value of a specified property.
3. Deletes a specified clipboard page that is no longer needed.
Hari, a system architect, is responsible for managing the database operations for
the Student Management Application at ABC University. Recently, some
160 students have updated incorrect academic information and need to delete the
erroneous details to reapply them correctly. Which of the following rules should
Hari use to satisfy this requirement?
David, a senior system architect, is customizing the login screen for the online
food application using an activity rule. He needs to execute another activity rule
161 from the existing activity to handle additional functionality.Which of the
following methods will help David achieve this requirement to call another
activity?
Which of the following rules in Pega will help Rahul to achieve this
requirement?
What defines the parameters for passing data needed to fulfill the request and the
168
structure and format of the response, such as XML or JSON?
When a request arrives, what analyzes the request and calls the service to
169
process the request and return a response?
Which of the following service protocols are available in the service wizard?
170
(Choose Two)
Services implement the interface of a specific protocol and provide data
171
mapping for which types of content?(Choose Two)
ABC Hospital has an application called My Health App, which is developed on
the Pega platform. ABC wants to provide the health report of the patients to its
partner insurance company through My Health App. My health app needs to
172
exchange the health information of the individuals in JSON format. Which of the
following rules should be configured in the My Health App to achieve this
requirement?
The BIT organization has a Pega platform-based application named BikeZ. They
want to share a customer's driving history data with their partner company, My
174 Health, through the BikeZ application to assess the risk of providing automobile
insurance. To meet this requirement, which rule should be set up in the BikeZ
app?
Which of the following statements about responsive breakpoints are true?
175
(Choose Two)
Which of the following options are available as a responsive breakpoint behavior
176
in Pega platform? (Choose Three)
Select the types of column importance options that can be configured in the
177
importance setting? (Choose Three)
What are the two categories of mobile-specific design considerations in the Pega
178
platform?(Choose Two)
What are the different formats we can configure a layout group to organize
179
panels of information? (Choose Three)
180 Which of the following statements about Layout group are true? (Choose Two)
What are the two types of Repeating layout options available in the Pega
181
platform?
A. Primary Importance
B. Secondary Importance
183 C. Other Importance
197 Which of the following options are the declarative rules in Pega?(Choose Three)
Which of the following statements about declarative index in Pega are true?
198
(Choose Two)
Which of the following scenarios is suitable for using a data page in Pega?
200
(Choose two)
A. Set
B. Update Page
C. Append To
D. Append and Map To
201
1.It can be used to copy a page if the source and the target are of the same class.
2.It can be used when source and target can be of different classes.
3.It can be Used to set properties on a page that is different from the primary
page.
4.It can Initialize single-value properties, top-level pages, embedded pages, page
lists, and page groups.
Match the following Declerative Rules with its purpose:
A. Declare Expression
B. Contraints
C. Declare Index
D. Data Page
202
1. Defines a computational relationship among properties.
2. It records an expected relationship between property values.
3. It support specific data-access needs rather than computation.
4. Creates clipboard pages containing relevant data.
203 Which of the following statements about reports are true?(Choose Two)
A sales manager runs weekly reports on the cost of preparing a car for customer
204
delivery. Which type of report metric applies to this report?
Which of the following options provides shortcuts to standard Pega out-of-the-
205 box reports that offer deep insights into case resolution volume, process, and
efficiency, as well as to reports that users have made available to others?
206 What class does a report definition rule instance belong to?
Which of the following options measures the success or failure of business
207
processes, and are based on the data you define for an application?
State whether the given statement is True or False :
208 Reports that use an unoptimized property display a warning that states the
potential impact on performance.
Which of the following statements are true ?
Statement A : Report categories(Public,Private) are used to create and run
209 reports.
Statement B: Report Browser displays reports as visual tiles that provide a
preview of the type of report.
Which of the following options measures how work is performed using data
210
automatically collected by Pega Platform?
State whether the given statement is True or False:
211 Reports present users and managers with business and process metrics, which
are based on the data collected during case processing as a set of database
records.
Which of the following options provides shortcuts to reports that you create in
212
Report Browser, but those reports cannot be run or viewed by other users?
213 Which of the following options are belongs to standard Public report categories?
Mahesh works as a Loan Executive at OIB Bank, where he verifies customer
loan application details using a Pega Application. The manager wants to
214 generate a report that contains all open assignments assigned to Mahesh.In
which of the following categories can we find reports containing all open
assignments assigned to Mahesh??
Amit works as a payroll manager at UVL Corp. and uses the UVLInsure Pega
217 application for his daily tasks.He wants to view the report of cases with a status
of pending for the manager David Simson . Help him to achieve the above ?
A manager requests a report that contains the following columns: Create Date,
Case ID, Create Operator and Work Status. You must sort the Create Date
218 values so that the most recently created cases appear at the top of the list with
the remaining cases descending from newest to oldest. How should you design
the report to support this requirement?
Jaspreet, as a manager has requested a report that shows the purchase requests
for each of the regional cost centers. The manager wants to organize the results
219
so that the cost center appears only once on the report and the requests are listed
under the cost center. How should you configure the report?
SkyLine is an athletic footwear company that uses the SkyFoot Pega application.
After packing the orders, the shipping team is responsible for delivering the
220
footwears. The manager wants a report that contains information about open and
resolved cases.Which of the following category will contain the report?
TCTC Bank has developed a Pega application that allows customers to apply for
loans. Once a loan request is submitted, the respective department managers
(such as Education, Personal, Housing, Vehicle Loans, etc.) wants to view the
221
loan requests of their respective department loan types, including the following
columns: Customer Name, Loan Type, Loan Amount, and Status.How to
configure this report?
The Admin Manager at UBS corp., which has branches across India, has
requested a report that contains the details of new employees who joined from
222 Hyderabad and Bangalore cities in the last month. The report should include
columns such as Candidate ID, Candidate Name, Joining Date, and Location.
How to fulfill the above requirement?
TCTC Bank has developed a Pega application that allows customers to open a
bank account online, and their welcome kit will be delivered to their requested
locations. TCTC Bank wants to know customer's feedback on their
227
experience(such as quick kit delivery), which will help them to improve their
operations. In which category the feedback report, including aspects such as the
prompt delivery of the welcome kit, be added??
A. Columns
B. Symbolic Dates
C. Public Categories
230
A. Analyze Performance
B. Monitor Assignments
231 C. Monitor Processes
232 Which of the following statements regarding reports are true?(Choose two)
233 Which of the following statements are true regarding the columns in report?
Which rule is typically applied to properties and consists of Java code that
234 compares the value of a property to a defined pattern?
State whether the below statements are true regarding Data validation?
Business requirement:
A form containing employee information requires the starting date of
employment. If the user wants to run onboarding for a new employee, the start
date must be in the future. If the user wants to perform an annual review of an
241
employee, the start date must be in the past.
Which of the following options from the input tab in the validate rule will you
choose for the above business requirement?
243 For which requirement must you configure a Validate Rule in Dev Studio?
In the Event Management casetype, the event date must be validated; that is, it
must take place at least five days after the current date.
244
Considering the PEGA best practice,Which choice will facilitate fulfilling this
requirement ?
Which of the following action can be perform from the Explore Data landing
245
page?
Monica is a System architect working on an Auto insurance Claim case type.
She needs to save the query to find the claims status and the claim amount into a
246
table based format in the Explore data landing page, which option of insights she
should use to complete her requirement?
A sales manager runs weekly reports on the cost of preparing a car for customer
247
delivery. Which type of report metric applies to this report?
The HR manager requests a report on the average length of time required to
248 obtain the various approvals for employee raises and promotions. What type of
metric does the report provide?
Which of the following is used to create new reports, organize, run and share the
249
reports?
250 Which option in pega will help you to explore the insight?
State whether the below statement is True or False.
251
You use report categories to create and run reports.
Reports in the Step Performance category provide the status of Process Steps.
252 Which of the following provides a historical View of the time it took a user to
complete a Step?
State whether the below statement is True or False.
253
Reports in the Monitor Processes category list or summarize open (unresolved)
work items in the current application.
State whether the below statement is True or False.
254
Reports in the Analyze Performance category analyze and summarize resolved
(completed) work items along quality dimensions.
A) Versioning
B) Delegation
C) Reuse
258
1) The Accounting department can update the offer value when policy changes
based on Loan Amount.
2) Update a UI form and revert to previous version without affecting other
rules.
3) A UI form for collecting policyholder information is required in both auto
insurance and marine insurance processes.
259 Pattern inheritance is automatic and uses the class name structure to determine
rules available to reuse.
An application references a data element found in the Work- class. How is this
260 rule inherited by the application?
Which of the following options are true about directed inheritance? (Choose
261
two)
A. Organization
B. Application
264 C. Case type
1. LeaveRequest
2. HRApps
3. TGB
A. Work class
B. Integration class
C. Data Class
265
1. Created to model the data required by the case type
2. Contains the rules that describe how to process cases with processes, data
elements, and user interfaces.
3. Contains properties and mapping rules for the Pega application to
communicate with the service.
Gokul is a system architect, working on an insurance application. One of the
requirement is to connect to an external system for retrieving the customer
266 details.
Which class in class hierarchy contains the rules to connect the external system?
268 A class that contains another class is a parent class, while a class that is
contained by another class is a child class.
269 When you create a Rule in App Studio, the application identifies the appropriate
class to place the rule.
Which of the following use case exhibit the purpose of Pattern inheritance?
275
277 If the system cannot find the Rule even after searching till @baseclass, Pega
Platform returns an error.
278 From which of the following class does @baseclass inherit rules?
Which of the following option is allowing the business user to update case
279
behavior as business conditions change?
280 Which layer contains the assests used on an enterprise wide basis?
Oliver has used the property .pxCreateDateTime to print the current date and
time while generating the invoice for the customer in the purchase request case
281 type. The .pxCreateDateTime is available in the work- class.
282 The Integration class contains the Rules that describe how the application
interacts with external database or third-party web server.
283 TS-BankApp-Work-LoanRequest
284 TS-BankApp-Work-LoanRequest
A. TS
B. BankApp
285
C. LoanRequest
1. Casetype
2. Organization
3. Application
A. Data
B. Work
C. Integration
286
1. contains the Rules that describe how to process Cases, such as Processes, data
elements, and user interfaces.
2. contains the Rules that describe how the application interacts with external
application
3. Contains the Rules that describe the data types in the application
Place the classes in the order in which pega searches for the ApprovalSLA rule.
288
1.KLC-IT-Work-TicketRequest
2.Work-
3.KLC-IT-Work
4.KLC
5.KLC-IT
State whether the below statements is true or false:
A.Status
B.Line
C.Event Type
292
1.Indicates type of event or rule: Step Begin, Step End, Activity End, Constraint,
Expression, DecisionTree, MapValue, and so on.
2.Number of events traced, starting at 1 for the oldest.
3.Helps to identify the processing Steps that lead to an error.
Which of the following issues can be inspected using the Tracer tool?(Choose
293
Two)
How to reduce the impact of running the Tracer which slows down the
294
application performance?
In the Tracer toolbar, which option produces an XML file detailing the events
295 displayed on screens, intended for recording purposes or sharing with others for
troubleshooting?
As a system architect developing a Pega-based E-Commerce Application,
Dharun encounters cases failing to reach resolution unexpectedly. To pinpoint
296
the root cause of errors using the Tracer tool, which option should Dharun
configure to monitor changes in the case status property value?
Among the following options, which three are standard connectors included in
303 the Pega platform, provided for a wide range of industry-standard protocols and
standards?
Viji@Hcare
304 HcareApp:01-01
HcareAppInt:01-01
Hcare:01-01
HcareInt:01-01
Constellation:01-01
Identify from which ruleset the CopyAddressDT rule executes.
307 Under what circumstances should Connectors be invoked using Data Pages?
311 During the Connector process, mapping the data from the data model for the
Connector to the data model used by the service is referred to as "Map inbound
data."
315 Which of the following options are true regarding rulesets? (Choose Two)
316 Which of the following options is the correct format of the ruleset version?
Which of the following options are the suitable naming convention of the
317
rulesets? (Choose Two)
Match the following with the context of creating rules in Dev Studio:
A) RuleType
B) Ruleset
C) Apply To
318 D) Label
1).FlowAction
2).AJL-FlyHigh-Work-BookTicket
3).FlyHigh:01-01-01
4).DateOfJoining
By using Which refresh strategy option Ricky can Configure this requirement?
Which of the following option updates the contents of the Data Page each time a
323
user accesses the page in memory?
Which of the following option uses a fixed interval of time to determine whether
324
a Data Page is stale?
A disputed transaction case records account information using a page
property.Account information is recorded at the time case is created and does not
update when the case is further processed. Account information is stored in an
325
external system and accessed by the data page.
Mr. Rupesh working on an application. A requirement states that Once you copy
the data to the Case, the data should not retrieved from the source again unless
326 the request parameters change.
Which of the following statements are true related to Refer to a Data Page?
329
( Choose Two )
Select Which of the following statements were true Regarding Copy Data From
Data Page?
333 Statement 1 : Use copy data from the Data Page to a Case when you need data
from a specific point in time.
Statement 2: Use Refer to the Data Page when you always need the most
current data from the data source.
Statement 1: Use Refer to Data Page to ensure that the data displayed in the Pega
334
Platform application is up to date.
Statement 2 : Whenever a Data Page parameter is updated, a new Data Page is
created in the clipboard.
Which of the following statements are true related to Refer to a Data Page?
335
( Choose Two )
337 Which of the below statement are true regarding the Live UI tool. (Select Two)
When you create fields in App Studio, Pega Platform automatically creates a
338
________ in the background.
340 Which of the following statement about Dynamic Layout are True? (Choose 2)
341 The _______layout inserts padding at the bottom of each item inside the layout
Help Arjun to identify the rule type he needs to configure for this requirement?
344 Identify the different types of repeating layout in the Pega platform. (Choose 2)
By using Repeating layouts, we can organize the data which is in the form of
345 ________ and ____________.
Which of the following determines the order in which Pega Platform looks
351 through
rulesets to find the rule that is in use?
A)Naming Convention
B)Saving Ruleset
C)Versioning Ruleset
352
1)Create major ruleset version if you upgrade your application server or
database server to a major new version.
2)Avoid using spaces in Ruleset names.
3)Create rules for Rulesets within the topmost Application Layer and keep the
built-on application rulesets locked.
353 Which of the following options are true regarding Ruleset Stack?(Choose Two)
1) User Interface
2) Decision
3) Data Model
4) Process
Pega Platform creates a unique instance key that is stored by using the
355
property________ to identify each Rule in the system.
State the below statement is true or false :
356
A rule can be created using the App Explorer, Create Menu, and Records
Explorer.
The rule instance key generally consists of 4 elements separated by a space.
357
Identify the elements?
What rules are generated in the background when adding a data object using
358
Data Explorer in App Studio?
State whether the following statements are true regarding application modularity
with rules?
Match the following Access Manager tabs with their acess definition:
363
1.To configure access control for instances of a specific Case Type.
2.To configure access to Pega Platform tools, such as the Clipboard and Live UI,
for end users.
3.To manage access to specific records, such as Flow Actions and
correspondence records.
Match the following Production Level with their description:
A).Level 3
B).Level 4
C).Level 2
D).Level 1
E).Level 0
364 F).Level 5
1.Sandbox System
2.Quality Assurance
3.Staging System
4. Development System
5. Production System
6. Deny the action
Which two statements about access control are true? (Choose Two)
365
371 In which two situations can you simulate an external data source? (Choose Two)
Which of the following rules are required to simulate external data source?
372
(Choose Two)
Which of the following landing pages can be used to manage Access control for
373
a casetype in App Studio?
____________ records are used to specify permissions for items of a specific
374
class for members of a specific Access Group.
Which of the following records are used combinely to specify permissions for
375
items of a specific class for members of a specific access group? (Choose 2)
Mahesh is developing a “Food App” in which the nearby restaurant details has
to be displayed to the customers based on their current location. There is a web
service available to find the restaurants based on the location.
379
He wants to create the data page to fetch the details from the web service. Which
of the below could be the correct data page configuration?
James is configuring datapage to store the insurance details of all employees. He
380 selected structure, Source and Refresh strategy. What are the different options of
scope available while configuring data page?
Kiran wants to implement a scenario in the medical store management
application which is developed using pega platform. In this scenario, the medical
store manager has to get all the medicine codes in a dropdown, and the selected
381 medicine code related information has to be displayed on the screen.
What could be the source for the drop down to be used by karan, so that the
manager will get all the medicine codes on that dropdown property?
382 Which of the following are correct about data pages?( Choose Two )
Which of the following options belongs to the scope of the data page in Pega
383
platform? (Choose 3)
Satya is working on Datapage rule. He configured the refresh strategy as reload
384 if older than 1 hr. Datapage is created at 10 am . By When the data page will
reload if it is accessed?
He created a property called "SSN No" and configured it with the Edit validate
rule .Everything is working as it should after he used the property in the
387
CustomerInfo form.
He now want to use the same "SSN No" property in the ModifyCustomer form.
Here, how he will validate the Social Security number ?
Which regular expression will she use in the Edit validate rule to check the
Aadhar card number?
A. Validate Rule
C. UI Control
389
1. Rules are typically applied to properties and consist of Java code that
compares the value of a property to a defined pattern.
B Properties and section , pega platform Fields and Controls , Screen Size
B Jump Loop
A 1 FALSE
C Screen Layout Dynamic layout
A Good Success
C,D To fix the test case for testing. To analyse application Performance.
C View Section
B Pick list Auto Complete
A Property Field
C 50 75
B It extends the deadline automatically. It notifies the assigned user.
To delay the completion of the To decrease the likelihood of
C
assignment. escalation.
A 1 FALSE
B Field Property
A A->4 B->1 C->2 D->3 A->4 B->2 C->1 D->3
The system measures the passed The system measures the passed
B,C
deadline interval from the goal time. deadline interval from the deadline.
The system measures the deadline from The deadline interval occurs only
A,B
the start time. once.
B Goal: 10 days and Deadline: 7 days Goal: 7 days and Deadline: 10 days
C 55 75
B 50 100
A 100 80
C Deletion Creation
C Automatically Manually
A 1 FALSE
Establish a unique access group for the Delegating business rules to business
A,B business users to whom you will users enables them to control their
delegate rules own policies.
A Responsive Dynamic
A Primary Secondary
C Read-only Editable
A Read-only Editable
A 1 FALSE
B Read-only Editable
A 1 FALSE
A 1 FALSE
A 1 FALSE
Utilize field values to manage the status Hardcode the status options directly
A
options. into the application code.
By letting you easily change the look By creating new interactive parts of
C
and design of the application. the app.
Current Operator Data Transform in the Current Operator Data Page in the
A and C
work parties rule work parties rule
B Interested Owner
B 1 FALSE
It is used to initialize,
B To define user interface layouts. manipulate ,map and transform data
associated with case.
A 1 FALSE
A,B the name of the data element value assigned to the data element
B pyWorkPage pyWorkCover
It contains the parent case's data for It stores data unrelated to case
A
reference. management.
B Refer to User Pages -> pyWorkCover Refer to User Pages -> pyWorkPage
SavingsAccount :User Pages-- SavingsAccount :User Pages--
B >pyWorkPage >pyWorkCover
KYC : User Pages -->PyWorkPage KYC : User Pages -->PyWorkPage
B 1 FALSE
B 1 FALSE
A 1 FALSE
Specify the Data Page explicitly by Reference the Data Page implicitly
A,B entering or selecting the Data Page in by selecting the Use associated
the Data Page Name field. property option.
Create a new Data Flow to temporarily Utilize a Post to Harness Service step
C,D store the modified policyholder details to directly modify the policyholder
without impacting the backend database database entries
A 1 FALSE
B Activity Services
A Services Connector
A Listener Activity
A,B MQ JMS
B Connector Service
C Data-Admin-Definition Data-Obj-Definition
A Business metrics Process metrics
A 1 FALSE
A 1 FALSE
Select Highest to Lowest sort type for Add a filter as Create Date is greater
A
the Create Date property. than current date
Configure the Create Date as the first For the Create Date property, select
B
column in the report. Highest to Lowest sort type.
She need to create a separate case type She need to create a Report definition
C
for reports . again in Manager Portal.
A 1 FALSE
A 1 FALSE
When a person enrolls in a healthcare
When a Canadian customer submits
plan, the applicant must upload a
their address, the postal code entry must
A,B consent form to allow disclosure of
confirm to the standard format for
medical information to third parties.
Canadian postal codes.
Edit medical facility data for a health Create a new Medical data field to
C
insurance application. reference an insight rule.
A 1 FALSE
A True FALSE
Use the cost center column to group the Use the requests column to group the
A
results. results.
D A->1,B->2,C->3 A->3,B->1,C->2
A 1 FALSE
By naming PegaRULES as the built-on By adding the ruleset that contains
C
application. the property to the application.
A A->3,B->2,C->1 A->2,B->3,C->1
A 1 FALSE
A 1 FALSE
A GT-LoanApp-Work GT-LoanApp-Work-LoanRequest
C GT-LoanApp-Work GT-LoanApp-Work-LoanRequest
A Data Int
A GT GT-LoanApp-Work
A,C,D Work- Work-Data-
A 1 FALSE
C Work- Work-Cover
B Versioning Delegation
A Organization layer Framework layer
Oliver can use
Oliver cannot use the .pxCreateDateTime property in
C the .pxCreateDateTime property in the the case type. Pega platform
casetype as it is pega OOTB property. references the property using the
pattern inheritance.
A 1 FALSE
A TS BankApp
C TS TS-BankApp
B A->1,B->2,C->3 A->2,B->3,C->1
C A->1,B->2,C->3 A->3,B->2,C->1
A Work Data
C 5->4->3->2->1 1->2->3->4->5
A Both the statements are true Both the statements are false
A A-->3,B-->2,C-->1 A-->2,B-->3,C-->1
D Open Clear
B Breakpoint Watch
B Label Apply to
A Sharu@Hcare HCareApp:01-01-01
C Viji@Hcare HCare:01-01
C ACC:01-01 Contsellation:01-01
A 1 FALSE
B Data pages Data Transform
B 1 FALSE
A 1 FALSE
B View UI gallery
A Stacked Dynamic
D A->1,B->2,C->3 A->3,B->2,C->1
C pxInstKey pyInsKey
A 1 FALSE
1.The internal name for the Rule Type. 1.The applies to class for the Rule.
2.The applies to class for the Rule. 2.The identifier of the Rule.
A 3.The identifier of the Rule. 3.The timestamp from when the Rule
4.The timestamp from when the Rule was created in GMT.
was created in GMT. 4.The Operator ID of Current User.
Changing the template from one column Enter the DOB as the future date
C
to two column layouts. display error message to the user.
D A->3,B->2,C->1 A->1,B->3,C->2
C A->5,B->2,C->1,D->4,E->3,F->6 A->1,B->6,C->2,D->4,E->5,F->3
A Using Simulated External Data Sources Using Pega Local Data Base
A Using Simulated External Data Sources Using Pega Local Data Base
C Node Thread
C 9:30 AM 10:45 AM
C A-1,B-2,C-3 A-1,B-3,C-2
A A-1,B-2,C-3 A-1,B-3,C-2
Use the Property in ModifyCustomer
Call the Edit Validate rule again in
B form and no need any further
ModifyCustomer Form
configurations.
“^[2-9]{1}[0-9]{3}\\s[0-9]{4}\\s[0-9]
A ^[0-9]{4}\\s[0-9]{4}\\s[0-9]{4}$”
{4}$”
Fields and Controls , Pega Platform Properties and section , Screen Size
Method When
Table Layout Layout Group
Positive Completed
Form Harness
Button Link
Control Form
100 200
It reduces the urgency value. It cancels the assignment automatically.
To ensure the assignment is completed To decrease the visibility of the
promptly. assignment.
Flow View
A->1 B->2 C->3 D->4 A->4 B->3 C->2 D->1
Case design and data management are Addressing the performance limitations of
configured only in Dev studio. an application.
A copy of the same process can be created in The reservation process can be separated
the other case types for train and flight for each mode of transport in the
reservation in App Studio. application.
The Passed deadline with escalation action Escalation actions in passed deadline
can be configured using Dev studio. changes automatically in every interval.
65 90
90 70
Reuse Modification
Both Automatically and Manually Cannot be marked as relevant record
Rules can be marked as relevant record in App Improves application quality and reduces
Studio only by develope development time
Adding records from the relevant records
Marking as relevant from the record itself tab of the application: inventory landing
page
A popup message in case designer when
Marking each rule as relevant record
the rule is created to mark as relevant
manually.
record in dev studio.
You can delegate all the rules to the business Save the rules intended for delegation in a
users. locked ruleset.
Static Sensitive
Savable Write-Only
Savable No configuration necessary
Allow support agents to input custom status Implement a custom API for Status
options. management
Field values allow for easy localization of Field values are ideal for managing lists
options for different languages. of options that may change frequently.
Field values are predefined options used to Field values can be associated with
populate dropdown lists and other selection properties to ensure consistent data entry
fields. and validation.
Process Decision
PyCaseManagementDefaultCase PyCaseManagedefaultCase
Data-Gov Data-Com
Data-Party-Person Data-Party-Op
Customer CSR
Both Statements A & B are correct. Both Statements A & B are incorrect.
It is best to create all your Rules in Dev Studio Each time you change a Rule, you have to
manually. rename it.
Live UI Tracer
Data initialization page in case type settings. Data model tab of case type.
The clipboard consists of all of the pages used The clipboard tool documents the
to track the property-value pairs that represent sequence of execution events, allowing
case and session data. the user to troubleshoot any errors.
pyParentData pyChildData
Refer to Data Pages -> pyWorkPage Refer to System Pages -> pyWorkPage
SavingsAccount: System Pages--
SavingsAccount : User Pages,pyWorkPage
>pyWorkPage
KYC :User Pages -->PyWorkCover
KYC :Data Pages-->PyWorkCover"
The database save option is used exclusively The database save option requires the use
for local data sources. of robotic automation for data persistence.
Using list data page, we can save multiple Savable Data Pages can be used to write
records to local data storage. data to local or external data sources.
Automatically update all related Data Pages Use a Data Transform to map the Data
across the application. Page to a clipboard property.
Leverage a Save Data Page Automation with a Create a new Data Page to temporarily
savable Data Page to update customer store customer information without
information in the SOR. affecting the SOR.
Implement a Data Transform to adjust the Leverage a Save Data Page Automation
policyholder data and synchronize it with the with a savable Data Page to manage
backend database updates to policyholder information
Creating a new user record in the internal Temporarily storing session data for a
system. user session.
They ensure that data is saved only after They replace the need for traditional data
passing defined validation criteria. classes in Pega.
Activity Integration
Connector Service
SAP EMAIL
Connector Services
Pega responsive breakpoints are set Pega responsive breakpoints cannot be set
automatically by default. automatically by default.
Tertiary Quaternary
Stacked Tab
A layout group can contain limited
It is not a best practice to use this option only number of dynamic layouts, column
when the number of panels is limited. layouts, Repeating dynamic layouts, or
other layout groups.
A->3,B->2,C->1 A->2,B->1,C->3
A->3,B->2,C->1 A->2,B->1,C->3
Orange Yellow
Declarative index can improve search and Declarative indexes require manual
reporting access for properties. intervention for data retrieval.
Declare Expression Rules use two methods of Backward chaining occurs when the
calculating values: forward chaining and target property changes because the input
backward chaining. values in the calculation change.
Dynamically loading product details based on Calculating the total revenue generated by
user selection. a sales team.
A report column defines the content of the A report column compares a data value in
report. the record against a defined Condition.
Rule-Obj-Definition Rule-Obj-Browse
Tracer Clipboard
Select Count in the Summarize column for the Select Count in the Summarize column
EventDate propert for the CreateDate property.
Add a filter condition where Create Date is For the Create Date property, select Count
greater than one. in the Summarize column.
Apply filter condition based on Loan Type. Apply Filter condition based on Status.
Create one condition: Location equals Create one condition : Joining Date
Banglore AND Location equals Hyderabad . equals Previous Month.
CustomerID pyID
A report filter, compares a data value in the A report filter , defines the content of the
record against a defined condition. report.
You can display a data relationship in a Column defines the filter criteria of the
column. report.
Create a Edit validate rule and call it in the Create a Decision table to validate the
DateofEvent Property. Date of Event
Create a pie chart for customer satisfaction Create a new Sales data field to reference
data. an insight rule.
Reuse Category
A->3,B->2,C->1 A->2,B->1,C->3
By applying directed inheritance. By applying pattern inheritance.
Work- PTP-Peppertap
Directed inheritance is used to reuse rule Directed inheritance is used to reuse rule
within the same application. from the other application
A->1,B->2,C->3 A->1,B->3,C->2
GT-LoanApp-Work-CreateAccount GT-LoanApp-Work-CreditCardRequest
GT-LoanApp-Work-CreateAccount GT-LoanApp-Work-CreditCardRequest
Work Org
GT-LoanApp-Work-LoanRequest GT-LoanApp-Work-CreateAccount
Work-Cover- @baseclass
None Data-
Rule Creation Reuse
Division layer Implementation layer
Work LoanRequest
TS-BankApp-Work TS-Data
A->1,B->3,C->2 A->3,B->1,C->2
A->3,B->1,C->2 A->2,B->1,C->3
Int Work-
1->3->5->4->2 3->4->5->1->2
only statement A is true only Statement B is true
Toplevel Sublevel
Admin studio Prediction studio
A-->1,B-->2,C-->3 A-->3,B-->1,C-->2
Pause Save
HCareApp:01-01-02 Hcare:01-01-01
HcareApp:01-01 Constellation:01-01
Create a new Ruleset to correct the email Create a patch version of the relevant
content. Ruleset to correct the email content.
Pega Platform identifies rulesets by names and Older ruleset versions should be unlocked
rule type. as best practice.
Major.Minor.Patch Major-Minor-Patch
Do not use Pega or Pega- as a prefix for your The maximum length of a Ruleset name is
Ruleset names. 32 characters.
A -> 4, B -> 2, C -> 3, D -> 1 A -> 1, B- > 3, C -> 2, D -> 4
Name Class
Rule type Flow
Use Refer to data from the Data Page to a Once you refer the data to the Case, the
Case when you need data from a specific point data is not retrieved from the source again
in time. unless the request parameters change.
Both Statement 1 and 2 are True Both Statememnt 1 and 2 are false
Both Statement 1 and 2 are True Both Statement 1 and 2 are false
Use Refer to data from the Data Page to a Once you refer the data to the Case, the
Case when you need data from a specific point data is not retrieved from the source again
in time. unless the request parameters change.
Form Skin
column layout
Repeating Dynamic layout
He needs to create a Correspondence rule and He can include the Paragraph rule in the
insert the plan details Paragraph rule. default Data Transform.
Images UI Controls
A->1,B->3,C->2 A->2,B->3,C->1
pzInsKey prInstKey
1.The Higher ruleset version.
1.The internal name for the Rule Type.
2.The applies to class for the Rule.
2.The applies to class for the Rule.
3.The identifier of the Rule.
3.The identifier of the Rule.
4.The timestamp from when the Rule
4.The Personal ruleset name.
was created in GMT.
Process Decision
Declare Expression Rule Report Definition Rule
A->3,B->1,C->2 A->1,B->2,C->3
A->2,B->3,C->4,D->1,E->6,F->5 A->1,B->6,C->2,D->5,E->3,F->4
Use the Access Manager in Dev Studio to set Edit the Access Group record to grant
access control based on system type and permission to edit Case Types, data
production level to grant conditional access. objects, and Configuration Sets.
Administration Self-Service
Requestor User
Structure: Page, Scope: Thread, Source: Structure: List, Scope: Thread, Source:
connector, Refresh condition: Do not reload Report definition, Refresh condition: Do
when not reload when
Requestor Application
Savable data page Data transform
Thread Savable
11:00 AM 10.15 AM
A-2,B-3,C-1 A-2,B-1,C-3
A-2,B-3,C-1 A-2,B-1,C-3
Create a new Edit validate rule and use it
Use the Property in MofifyCustomer form and
for the Property "SSN No" used in
call the Editvalidate rule from validate rule.
ModifyCustomer form.
"^(?!666|000|9\\d{2})\\d{3}-(?!00)\\d{2}-(?!
"[A-Z]{5}[0-9]{4}[A-Z]{1}"
0{4})\\d{4}$"
Other
Accordion
Declare Onchange
Module
Dev Studio Overview
Creating a Rule
Escalating Late Work
Decision Tables and Trees
Cascading Approvals
Creating and Managing Teams of users
Designing a Mobile App Experience
Customizing the Appearance of a Form
Designing UI for Multiple Devices
Grouping Fields in Views
Displaying List Data in Views
Localizing Application Content
Enabling Accessibility Features in Applications
Application Security
Managing Application Access
Debugging Application Errors
Testing Your Application
Application Data Manipulation in Dev Studio
Viewing Data in Memory
Validating Data in Dev Studio
Accessing Sourced Data in a Case
Saving Data to a System of Record
Gaining insight into business efficiency
Field Values
Creating and Setting Application Variables
Enhanced Skill Lesson
Question Type Mission
Scenario Question Low Code App Builder
Direct Question Low Code App Builder Extended
Multiple Answer Question System Architect
Match the Following
Topics
Dev Studio
Rules and Rule Types
Rulesets
Rule Creation
Classes and Class Hierarchy
Rule Reuse Through Inheritance
ECS and Class Hierarchy
Relevant Records
Delegating Rules
Passed Deadline Interval
Decision Tables in Dev Studio
Decision Trees
Decision Tree or Decision Table
Decision Rule Conflicts
Cascading Approvals
Teams of users
Configuring a Work Party
Mobile App Channels
Information and the User Interface
Repeating Layouts
Dynamic Layouts
User Interface Controls
Responsive User Interface
Responsive UI and Tabular Data
Mobile Design Best Practices
Layout Groups
Repeating Dynamic Layout
Localization
Design Consideration for Localization
Application Accessiblity
The Security Checklist
Security Policies
Application Access
Access Control
The Tracer
Error Investigation with the Tracer
Tracer Settings Management
Unit Tests
Scenario Testing
Test Coverage
Introduction to Declarative Processing
Declarative Rules
Data Transforms and Default Values
Super Class Feature
Data Storage in Memory
Clipboard Data
pyWorkPage
Data Validation in Dev Studio
Data Pages
Refresh Strategies for Data pages
Page Autopopulation
Data Access in UI Controls
Simulated External Data Sources
Savable Data Pages
Save Data Page Automation
Reports
The Report Browser
Field Values
Configuration Sets
Activities
Connectors in Pega
Services in Pega