You are on page 1of 20

1. A developer wants to group results under manager.

The report is already created which will give


graphical display result.Which option will help him to achive grouping?(Choose 2)

a.Identify the column & sort and in the grouping section,select Group results
b.Remove the summarizing Function
c.Remove the Graphical result
d.In the report browser select Group results
e.Add the summarizing function

2. A manager needs to create a report with work status and assigned operator as columns.How do
you optimize the report?

a.Optimize both Work status and assigned Operator.


b.Optimize Work status and no need of assigned Operator.
c.No need to Optimize Work status and optimize only assigned Operator.
d.No need to optimize any column

3. Which statement demonstrates the role of a report?


A) Reports are used to source a list of selectable items while working in an assignment
B) Reports are used to update data in a database
C) Reports are used to update date in the case.
D) Reports are used to select items from a list while working in an assignment

You create a list report that displays the following information:


⧫ Assigned case worker (.pxAssignedOperatorID)
⧫ SLA deadline (.pySLADeadline)
⧫ Loan Officer (.LoanOfficer)
⧫ Work status (.LoanType)
The report has two requirements:
⧫ Group the loan requests by loan officer (.LoanOfficer).
⧫ Use a filter to return requests with an urgency (.pxUrgencyWork) greater than 80
Which two properties do you optimize to improve report performance? (Choose two)
A) .LoanOfficer
B) .pxUrgencyWork
C) .pxAssignedOperatorID
D) .pySLADeadline

4. Nagesh reports to Rupesh. And Manoj report to Naresh. Rupesh created a report and wants to
share it to all other managers. The report is currently available in private category.What is the
process to share it to other managers.

A) Create another report and place it in Public category


B) Move the report from Private Category to public category
C) Give permission to the private category to the other managers
D) Managers cannot share their reports to other managers.

5. A report required by a manager is very frequently accessed. To facilitate faster execution all the
required single value fields in the reports were optimized. What happens when we optimize a
field.

A) A Separate column is created in a different table and internally joined to generate report
B) An index is created and that is used to display the report
C) A Separate column is created in the same table and internally joined to generate report
D) A Separate column is created in the same table and no joining required

6. You have developed an application for an organization, it has multiple branches across different
sales in the country. They want to generate a single report which contains the sales data based
on each branch.
How would you configure the report definition?

A. Use the branch name column to display the report


B. Use the group by column on branch name to group the result
C. We need to generate multiple reports of each branch
D. Use Branch name to filter the data of each branch

7. A Call-Connect is a mobile service company, the Customer Service Representatives receive


multiple calls from their customers for a specific reasons. They create individual cases for each
request. The manager would like to see the weekly report which contains the list of case created
by his team members. The report containing the below listed fields:
1. Case ID (.pyID)
2. Case Created date(.pxCreateDataTime)
3. Status(.pyStatusWork)
4. Customer Name

Which of the listed property need to be optimized?

A) Case ID
B) Status
C) Customer Name
D) Case Created date

8. A sales manager wants to review the business done by the sales team for the current
quarter..Which of the following is not possible in case manager portal?
a.Summarizing
b.Charts
c.Sorting
d.Grouping
9. ABC bank wants to promote a business manager, for that it needs the number of auto loans
made in a month as compared to personal loans for the same period in a specific branch, which
type of report Sara should develop to get the desired output.

A. Business report
B. Process report
C. Both of them
D. None of them

10. Sara is creating a report and she needs to improve the performance of the report by optimizing
property, which property Sara should optimize?

A. pyWorkPage
B. Case status
C. Case ID
D. Customer ID

11. Sara is working on “Housing Loan” case type which allows the customer to apply for housing
loan. The case type captures details such as customer name, mobile number, address, property
details, expected loan amount from the applicant. If the loan is sanctioned the loan id, loan start
date, allotted loan amount, estimated end date is set. She wants to a create a report which
displays customer name, loan id, number of years completed till date for all the approved loans.
Please choose the correct approach.

a. Add another field “years completed” in the case type, so that it can be used in the report definition
b. Use functions in the report column source to calculate the difference between loan start date and
current date
c. Use functions tab in the report definition to calculate the difference between loan start date and
current date, use it in report column name
d. Use functions in the report filter to calculate the difference between start date and current date

You want to create a data page with a list of available shipping options. The shipping options are stored
in a database table mapped in the application. Which source option would you select for the data page?

a) Lookup
b) Report Definition
c) Declare expression
d) Data transform

12. Sumit is working for an application his manager asked him to create a list report that displays
the
following information: -
• Assigned case worker (.pxAssignedOperatorID)
• Requestor (.pxCreateOperator)
• Request date (.pxCreateDateTime)
• Due date (.DueDate)
The report contains two filters:
• Return purchase requests with a status (.pyStatusWork) of open.
• Return purchase requests when a department (.Department) matches the user’s department
(.pxRequestor.pyUserIdentifier).

Sumit wanted to minimize the optimization for the property to use in report, which property has least
impact on report performance?

a) Department
b) DueDate
c) pxRequestor.pyUserIdentifier
d) pxAssignedOperatorID

13. You are working on creating reports for Campus Recruitment Application. The application has
following properties.
Single Value Property: CompanyName, DateOfInterview
Page Property: Student with attributes such as StudentId, Name, CGPA, WrittenTestScore,
InterviewScore, FinalResult.
You have to create a report with CompanyName, StudentId, FinalResult. Which of the following is true
of this requirement?

a. Optimize CompanyName and Student Page property as a whole.


Use .CompanyName, .StudentID, .FinalResult as report columns

b. Optimize CompanyName, and StudentId, FinalResult individually.


Use .CompanyName, .StudentID, .FinalResult as report columns

c. Optimize CompanyName, StudentId, FinalResult individually.


Use .CompanyName, .Student.StudentID, .Student.FinalResult as report columns

d. Optimize CompanyName and Student Page property as a whole.


Use .CompanyName, .Student.StudentID, .Student.FinalResult as report columns

14. ULP university wants a report to understand the admission progress happening. The report
should contain Student details like Name,Registration number, Branch, Registration date, Rank
in entrance test. They want this report should be grouped month wise and student details
whose rank is <1000.

How to create the above report?


a. create a report with required columns. Add a calulated column for extracting month from
Registration Datea and group the report on this column. Apply a filter on Rank column to get students
list where rank<1000

b. create a report with required columns. Add two filters , one for Month of registration and another for
rank

c. Create a report with two group columns. One for Rank and another for Registration Date

d. Create a report with calulated columns , one for Rank and another for Registration date. Then filter
the data with Rank column.

15. Melissa is working on a business report having following columns.

.FirstName
.Address
.Rating
.DateOfBirth
.pyId
.pyStatus

And applied following filters to it.

.pyStatus="Rejected" and
.Rating>4

What is statement best address about highest performance issue in this report?

a. FirstName,Address,Rating,DateOfBirth are to be optimized


b. All properties used in the report are to be optimized
c. Rating should be optimized
d. No need of optimization in this scenario

16. In Online shopping application, Vendor wish to have a "Canceled Orders" report that will be
shared across the group.
Columns are
Customer Name,
Order Id( i.e Case Id)
Create Date/Time
Reason for cancelation
How do you configure this requirement in application?
A. Create page list property with fields (i.e Customer Name, Order Id, Create Date/Time, Reason for
cancelation) and configure on section.
B. Create Data Page and refer in section.
C. Create report definition, add it to report category and view in report browser.
D. Create report and view in report browser

17. In Online shopping application, Vendor wish to have a "Canceled Orders" report that will be
shared across the group.
Columns are
Customer Name,
Order Id( i.e Case Id)
Create Date/Time
Reason for cancelation
While executing the report, it took 10 sec to display. How will you increase the performance of the
report

A. Add index to Report for


B. Optimize the properties i.e Customer Name, Reason for cancelation
C. Remove the fields that contains large data
D. Upgrade the server hardware to higher configuration

18. Tech support application solve technical issue for (mobile, desktops and laptops) over the
mobile call, CSR will receive the call and route the respective technical guy to fix the issue.
Manger whenever he wants to see the no of resolved and pending issue on laptop during annual
report. How do you configure this in pega.
A) Select the status of work case id and provide in filter section where issue type is laptop and date
start date and end date values.
B) Select the status of work, case id and provide in filter section where issue type is laptop
C) Select the status of work, start date, end date and case id in the select column section
D) Pass laptop as parameter for report defamation to fetch the required report

19. Assume you are one of the CSR, and creating cases on behalf of customers. Generally your
manager wants to see the report like what you have done so far and he/she can also create the
reports.
In order to search for, organize, schedule, and run reports managers use the _____________.
a. Report Definition
b. Filters
c. Report Browser
d. Summary of report

20. While developing a case type, a system architect is created a report definition, so that he can get
a report. In that report definition, the SA is using some user defined properties to get the report.
In order to use the user defined properties in the report definition, those properties were optimized.
What will be the result if the SA don’t optimize those properties?
a. The SA will get an error and won’t generate the report
b. In order to generate the report all the properties should be optimized.
c. In order to improve the report performance.
d. None

21. A HR manager of an organization requests a report that contains the following columns: Joining
Date, EmployeeID, Manager, and Work Status. You must sort the EmployeeID values so the case
with the highest ID value appears at the top of the list and descends in order. How would you
design the report definition to support this requirement?

a)Add a filter condition where Employee ID is greater than one.


b)For the Employee ID property, select Highest to Lowest sort type.
c)Make sure that the Employee ID is the first column in the report.
d)For the Employee ID property, select Count in the Summarize column.

A report contains five columns of data about Loan Process.

• The case ID (.pyID)


• The currently assigned loan representative (.pxAssignedOperatorID)
• The creation date of the Loan (.pxCreateDate)
• The Loan Amount (.LoanAmount)
• The End Date of loan (.EndDate)
The report identifies which two properties as unoptimized? (Choose Two)
a. Case ID (.pyID)
b. End Date (.EndDate)
c. Assigned case worker (.pxAssignedOperatorID)
d. Loan Amount (.LoanAmount)
e. Creation date (.pxCreateDate)

22. Manager want to see list of cases resolved by an employee in the last three days, to meet this
requirement which of the following can be used?
A. In filter condition select calendar and choose last three days
B. In filter condition select pxCreateDateTime greater than or equal to 3 days
C. Add summarize column
D. Add aggregate function with multiple filter conditions

23. When multiple employees onboards into an organization in multiple location, manager want to
see get list of employees who got onboarded into one particular location based on filter
condition, to retrieve employee details based on location what have to be done?
A. Create two reports one for employee details and other for location
B. Create a report definition rule and optimize location property
C. Create a report definition rule and add filter condition based on employee name
D. Create a report definition and filter condition based on on boarding date
24. You are developing Hospital book appointment application where hospital need patients
insurance details from external inventory management system. A
___________ Rule to allow you to retrieve and store the data in the pega application.
system.
A. Report Definition
B. Service
C. Data page
D. Connector

25. In the Online bidding application while executing report definition following properties are
included. In order to increase the performance application which of the following property or
properties need to be optimize?

A. pzInsKey
B. pxCreateCaseID
C. Customer ID
D. pyStatus

26. Mandatory details of a recommended doctor like emailid,first name and last name is required
before a case is created. The details are later used for communicating to the doctor about
diagnostics report. Hari decided to create a doctor work party to solve this. What is the ideal
way to capture the details

A) Use VOE
B) Use AddWorkObjectParty inbuilt activity
C) Use AddParty Local Action
D) Use WorkObjectParty

27. InsuranceClaim case type has two child case types. That are VehicleDamage and BodyInjury. The
TotalSettlementAmount property of InsuranceClaim represents the settled amount. We must
add the RepairCost incurred to repair the vehicle and HospitalizationCost of body injury and
then store it in TotalSettlementAmount property of insuranceClaim case. Find the ideal way of
solving this.

A) Use a declare expression on TotalSettlementAmount and compute the sum of


RepairCost and HospitalizationCost
B) Use a data transform to add RepairCost and HospitalizationCost and set it into
TotalSettlementAmount in VehicleDamage Case Type
C) Use a data transform to add RepairCost and HospitalizationCost and set it into
TotalSettlementAmount in BodyInjury Case Type
D) Use calculations option available in settings tab of InsuranceClaim case type. And set
the calculated property as TotalSettlementAmount. Also make sum of RepairCost and
Hospitalization Cost properties of both the child case types.

28. In a Makeyouttrip application, The CSR is collecting the Customer details after user is providing
the information. This information is used to communicate with user by CSR. How this is
configured in the application.
a) an Add party flow action is used to capture the details of customer.
b) An addWorkObjectParty API activity is used to capture the details of
customer.
c) In the workparty , Display on creation is selected to capture the details of
customer.
d) Use option user action to capture the details of the customer

29. In Purchase order application, in the purchase request case the user completes an order for a
product, then the details should be sent to the ware house case. How do you copy the data
from Purchase request case to Warehouse case.
a) Data transform
b) Data Propagation
c) Data pages
d) Update a case

30. For a weather information forecast, A data page is used to store the data retrieved from the
external application. A page refreshes based on the location change and also for every 10
minutes.
User refreshed the page at 9-10am
User changed the location at 9-13am
User refreshed the page at 9-20am
At what time the page is reloaded
a) 9-20
b) 9-23
c) 9-13
d) 9-25

31. In a Loan application, Customer can able to opt for different types of loans as per their
requirement. System architect configure the Loan case to display the eligibility, Maximum loan
amount and tenure when the user selects the type of the account. How do you configure the
data to store loan details.
a) Store the data in the external database
b) Store the data as static list
c) Create a field values for the maximum loan, amount and tenure
d) Create local data storage
32. You have a case type for Cricket which has a World cup child case. You have configureddata
propagation on the Cricket case for the world cup subcase. Which of the following statements
described the data propagation feature?
A) Data is propagated when the world cup child case is created.
B) Data is propagated when the cricket case is updated.
C) Data is propagated every time the cricket case is saved to the database.
D) Data is propagated when the cricket case is updated.

33. Flexible Investment corps requires that expenses billable to a client are reviewed by an auditor
in the finance department. After the auditor approves the expenses, the client is billed. You
create the work party for the Client as an instance of which class?

A) Data-Party-Person
B) Data-Party-Operator
C) Data-Party-Org
D) Data-Party-Com

34. In Course delivery system application, student selects a course from available list of courses. The
list of courses are managed in an external system. There is a possibility of change in number of
courses and it must be automatically reflected. How can this be achieved ?

A) Create a data page that, gets the data from external system. Map the data page to drop
downlist. Change the list source to data page. and configure the property for display text
and property to value
B) Create a data page list that, gets the data from external system. Map the data page
list to drop downlist. Change the list source to data page list. and configure the
property for display text and property to value
C) Create a data page that, gets the data from local system. Map the data page to drop
downlist. Change the list source to data page. and configure the property for display text
and property to value
D) Create a data page list that, gets the data from local system. Map the data page list to
drop downlist. Change the list source to data page list. and configure the property for
display text and property to value

35. You are configuring a section that displays Price of the products. The data is extracted from
external system and cached in datapage. Refresh strategy is set for 6 Hrs.
Scope of Datapage is Node.
Following are the requests for the data from different users:

First user request came at 5 am.


User11 requested for data @ 7 am
User33 requested for data @ 9 am
User54 requested for data @ 2 pm
user61 requested for data @ 4 pm
At what time the datapage will refresh?

a. datapage will refresh @ 2 pm


b. datapage will refresh @ 11 am
c. datapage will refresh @ 9 am
d. datapage will refresh @ 4 pm

36. You are designing a case type for Register Requests for Internet service. As a part of the design
you want to send sms / email to the customer once the request is registered. A sms/ email will
be sent to the manager and to field team about the new request. But you need to capture the
Customer details before the first step of the case type to create workparty. How can you
achieve this?

a. use pyCaseManagementDefault rule and select "VOE" option


b. use addWorkObjectParty activity to add workparty to case
c. use addParty local action to add work party to case
d. you cannot accept details before case type

37. Thre are two case types , "Candidate" and "OnBoard". Candidate case type used to conduct
recruitement process and OnBoard is used to OnBoard any employee. You need to call
"OnBoard" case type from Candidate and needs to copy "Candidate info" to "OnBoard" case
type. How can you achieve this as these two case types are not parent-child?

a. Create a data transform and refer it while calling "OnBoard" in Create


Case smart Shape
b. use data propagation option under case settings of "Candidate" case
type
c. You cannot copy data to spin off case
d. use declare expressions to copy data to "OnBoard" case type

38. You are asked to design a life cycle to automate Grocery orders. So you need to capture
customer details,Product details, any discount codes that customer wants to apply. And display
delivery options like standard,express and premium.
Which of the above details can be maintained as reference data?

a. Customer details
b. Delivery options
c. Product Cost
d. Bill details

39. In Purchase Order application, Shipping contractor information is defined on each Purchase
Order as soon as it is created. The information could then be used later to Email notify the
shipping contractor company. How do you configure the shipping contractor information on
each new Purchase Order.

A. Use Activity
B. Use Declare Expression
C. Use addWorkObjectParty
D. Configure a view to collect shipping contractor information

40. In a job application job applicant is continuously getting update for his application later it comes
a requirement that if any existing employee refer a candidate he should also get update for the
application status for the referred person, how you will configure a work party for the employee
who is referring a candidate.

a) addParty Flow Action


b) addWorkObjectPartyAPI Activity
c) Display on creation (VOE)
d) None of the above

41. In a travel booking application a customer is providing the details for the travelers and there is
option to select the insurance for the traveler which can be opted by the traveler, when any
customer select an option to get insurance the case will initiate the insurance case, in order to
provide the traveler information from travel booking case to insurance case which option will
satisfy this requirement.

a) Data transform
b) Declare expression
c) Calculations
d) Data Propagation

42. An online shopping application is used over the globe and serve various customer who is
purchasing from various regions of the globe, and used multiple types of currency. You need to
define a data page that holds currency exchange rates. All users accessing the application need
to use the information. being a system architect you need to design that data page what scope
for the date page you will configure.

a) Thread
b) Application
c) Node
d) Requestor

43. Sumit working as system architect need to connect an external application to provide some
information to the pega application how sumit can use the data available in external application
into the pega application he is working on.
a) By using a local list
b) Use a data page
c) Use Data Transform
d) Use reference data

44. The refresh strategy of a datapage is set to 15 minutes and the type of the scope of the data
page is configured as Node. The page is first loaded @10am. After that it is accessed at
10.10am, 10.20am, 11.05m, 11.20am,11.25am. How many times the page is refreshed from
original source.

A) 2
B) 3
C) 4
D) 5

45. Personal Insurance Policy is the case type which consists of medical insurance and Life Insurance
as two child cases. In organization, Employee wants to enroll to Personal insurance police. When
employee enrolls, He/ She may opt for the medical insurance and life Insurance. How do you
pass the employee information from Personal Insurance Policy to medical insurance policy and
life insurance policy.

A. Data Transform
B. Activity
C. Declare Expression
D. Data Propagation

46. A currency exchange organization called Rebot is using pega application. In this application, a
data page is referenced to external database which holds the currency exchange rate value. This
data page needs to be updated every 10 min to get latest currency exchange rate value. Refresh
strategy is configured on the data page as Reload if Older Than field set to 10 minutes. This data
page is created at 9:19 am. At what time does the new currency value gets reflected when it is
accessed.
A. 09:25 am
B. 09:30 am
C. 09:28 am
D. 09:22 am

47. A weather application is showing a current weather in the city.It is using a data page called
LiveWeather.___________ is used as a source for a data page to obtain data.

a.Data transform
b.Report definition
c.Connector
d.Look-up
e.Load activity

48. REC Inc. requires that Graduates receive email indicating the status of their Placement drive.You
create the work party for the Graduates as an instance of which class?
A. Data-Party-Person
B. Data-Party-Org
C. Data-Party-Com
D. Data-Party-Operator

49. An application related to banking is developed in Pega platform, when the user submits the
form for a loan request, the system will connect to the external application developed in
another technology to get the CIBIL score. The data received is stored in the data page.
What should be the scope of the data page if it is specific to context sensitive to a particular
case?
A) Thread
B) Requestor
C) Node
D) None

50. Mr. Bob is developing an application in Pega for a college. In one of the requirement he has to
retrieve the course related data stored in the external data base by writing an SQL Query.

Which rule helps him to retrieve the data from the external data base?

A) Database Table class Mapping tool


B) SQL Connector
C) Report definition
D) Data page

51. Bob wants to model a customer as a case participant who don’t have a Pega login but wants to
search and view free content of an online books store application. In addition the same
customer can apply for receiving newsletters from the online books shop. Which class Bob must
use to incorporate the scenario?

A. Data-Party
B. Data-Party-Customer
C. Data-Party-Operator
D. Data-Party-Person

52. Sara has designed a top level case movie and a child case tickets. There are multiple types of
tickets are available, and each of them have different cost. The manager of the theater wants to
know how much money is collected after the online sell. How Sara can implement the same?

A. Using Data Transform


B. Using Declare Expression
C. Using Data Propagation
D. Using Calculation from case settings

53. Bob is developing a case type where he wants to get a specific data object mapped in the
application. Which of the data source in data page can help Bob to solve this requirement.

A. Report Definition
B. Data Transform
C. Lookup
D. Connector

54. Bob wants to reference a data in his application which he is building on Pega Platform. What are
the way(s) bob can refer the data in his application.

A. Static list.
B. Local data storage.
C. External Database.
D. All of them.

55. Lara is working on Auto Insurance case type in which customers can buy/renew auto insurance
policy of their choice and pay the amount. The customer details are collected in the first step of
the case life cycle. Lara wants to add Customer as work party in order to effectively
communicate in various stages by mail. Which of the following will help her to achieve the
same?
a. Define the Customer work party in case settings and use
addWorkObjectParty activity
b. Define the Customer work party in pyCaseManagementDefault and use
display on Creation option
c. Define the Customer work party in pyCaseManagmentDefault and use
addParty flow action
d. Define the Customer work party in pyWorkParty and use
addWorkObjectParty activity

56. MagicPlan is an event management application developed using Pega. It has one primary case
type called Event Booking which has two child case types Hotel booking and Food Order. The
event date is propagated from parent case to child cases. The requirement states that the event
date can be rescheduled to any other date in the same week even after creating the child cases.
How will the child cases get the rescheduled date?
a. The rescheduled date will be automatically available to child cases since
the data is propagated already
b. The Hotel booking and Food Order cases should have update case step
to get the updated value from the parent case
c. The Event booking case should have update case step to update the
values to child cases
d. Once propagated, it is not possible to update the value in the child cases

57. “LiveFashion” is an online shopping portal being developed in Pega. The customer can register
with the portal once and do the online shopping anytime. There should be a facility for the
customers to view all their previous purchases. How will the same can be accomplished in Pega?
a. Data page with thread scope, sourced from report definition
b. Data page with requestor scope, sourced from connector
c. Data page with thread scope, sourced from connector
d. Data page with requestor scope, sourced from report definition

58. “UrCampus” is an Online Course Admission Application being developed for SAS University. The
application allows the applicants to select from a list of courses and apply for the same. The
University currently runs with 10 courses. The courses may be updated on yearly basis. What is
the best approach to maintain the list of courses?

a. Pick list
b. Local data storage to maintain the courses list and read from local
data storage into drop down list
c. Database table to store the courses list and read from database table
into drop down list
d. Maintain the courses list in the file and read from the file into drop
down list

59. Sham is developing an application in Pega for a hospital management system. The requirement
is that the system will collect the patient details at the time of appointment by creating a case
for a case type names “Book Appointment”. After the consultation, if the doctor suggests the
patient to admit in the hospital and patient has the insurance. The system will create separate
case named “Insurance Claim”. The system must copy the patient details from the existing case
type to “Insurance Claim” with is a child case of “Book Appointment”

Which concept in Pega helps sham to fulfill the above requirement?

A) Use a Data Transform to copy the patient details from Book Appointment case to
Insurance Claim case
B) Use a Declare expression to copy the patient details from Book Appointment case to
Insurance Claim case
C) Use a data propagation to copy the patient details from Book Appointment case to
Insurance Claim case
D) We can’t copy the data from one case to another, the required data need to re-enter in
the Insurance claim case manually.
60. JP is working on an application for a university designing in Pega. The requirement is that
whenever the faculty update the semester marks the system must send an email to both
students and their parent email ID specified at the time of registration. While configuring the
above requirement, what will be the Data-Party class for parent?

A) Data-Party-Operator
B) Data-Party-Org
C) Data-Party-Com
D) Data-Party-Person

61. In vehicle damage claim case, there is a claim case defined. The claim case creates a top-level
repair case. Data propagation is configured to copy relevant claim data into the repair case.
What is true with regards to the data propagation feature for subsequent updates to the claim
case?

A. The data propagation feature will continue to track changes and


propagate data to the repair to resolved case
B. The data propagation feature will track changes and propagate
data for the alternate stage of the repair case
C. The data propagation feature only propagates data when the
repair case is created
D. The data transform feature used because it only supports data
propagation to child cases

62. Holiday's enjoy hotel providing different room services for their customers to book rooms
online. Which of the following data should be reference data in an Hotel booking case type is
suitable

A) Customer details
B) Room type
C) Check in date
D) Check out date

63. In Rent a Car application, Person wants car for travel one week. In order to search for the type
of car he need to select car type. How you will configure to get the details of the car based car
type.

a. Look-up
b. Connector
c. Data Transform
d. Report definition
64. To reduce data entry errors when entering addresses. A data page already exists with the data
and should be used to automatically populate the list of states in dropdown. How do you
configure this requirement on state property.
A. Refer to a data page.
B. Configure static list in dropdown
C. manually has to be entered
D. Use data transform to set the state value

65. When a customer purchased products in the super market, at the billing counter all the
purchased items are billed and the person asked customer mobile number & name in between
as a part of process, such that work party will be crated and notification will be sent to the
customer about date of purchase and total cost. Which of the following can be used to achieve
this?
A. Add party flow action
B. Display on creation
C. Visible on entry
D. addWorkObjectParty

66. When a parent case is created as a process child is also created, the data has been propagated
from parent to child. But after some time the parent case data has been updated, inorder to see
the reflection of updated data in the child case which of the following can be used?
A. Utility
B. Post to Pulse
C. Update Case
D. Create Case

67. NestWay is a Pega application where customers can check for rented rooms, hotels, Paying
guests etc, the cost details are stored in external application. Most of the customers are looking
for Paying Guests so the cost is retrieved from the external application and stored as a part of a
data page. But in rare cases customers will select hotel or rented room, to retrieve these details
in rare cases which of the following has to be configured.
A. Do not reload when
B. Reload if older than
C. Reload once per interaction
D. Clear data page in load management

68. Neeraj want to go for a holiday trip, so he opened Happy Travels applications such that he can
choose location. This application requests Neeraj’s details and location he want to visit.
Locations are not stored a part of application. Since Happy travels provides more than 100+
locations to travel, which of the following should be configured such that Neeraj can select one
location as he types the location in the field data gets sorted and displayed.
A. Drop Down
B. Auto complete
C. Check boxes
D. Paragraph

69. In Hospital application, Patient went through the diagnostics.


Patient wants his/her report to be shared among with their family doctor via email. Here family
doctor is consider under which type
a. Data-Party-Person
b. Data-Party-Operator
c. Data-Party
d. Data-Party-Org

70. In Passport application, When applicant applies for new passport they enter the details such as
Personal information, Qualification details and uploads the supporting documents (Aadhar card,
PAN card etc.) in the application. This information is shared with 3rd party investigation officer
who will investigate and confirm the provided information is correct. To stop the further process
until the verification is done which smart shape will you use in case type.
a. Wait shape
b. Update shape
c. Create Case
d. Persist Case

72) In Car lease application, Person wants the car for lease for 10 days. In order to search for the car he
enter VIN number for more details. How you will configure to get the details of the car based on VIN.
a. Look-up
b. Connector
c. Data Transform
d. Activity

73) You are a system architect working on auto insurance application for a policy bazaar corporation.
There is a requirement that policyholder recieve an email indicating the status of their insurance claim
as the claim is processed. You create the work party for the policyholders as an instance of which class?

a) Data-Party-Person
b) Data-Party-Org
c) Data-Party-Com
d) Data-Party-Operator

74) In an Purchase Application, you are creating 2 case type:

- Purchase Request
- Inventory Selection as a child of purchase request.
In a Purchase request case type, 3 properties(Quantity, Product ID and Price) are configured on a step.
These 3 properties are propagated in the Inventory selection case type by using data propagation. There
is a requirement that if Quantity is changed in Purchase request case type then the changes also reflect
in Inventory selection. How will you configure this requirement?

a) By using Update a case smart shape.


b) By using create case smart shape.
c) By using persist case
d) By using Wait shape.

75) A data page holds the currency exchange information and has the reload if older than field set to 10
minutes.
The data page is created at 9:02. The user then performs the following actions:
8:48 the user refreshes the Currency exchange information
9:11 the user refreshes the currency exchange information
9:15 the user refreshes the Currency exchange information
At what time is the data page reloaded?

a) 8:48
b) 9:01
c) 9:15
d) 9:11

You might also like