0% found this document useful (0 votes)
5 views26 pages

PEGAPCSA80V1 2019 en

The document outlines a series of questions related to the Pega Certified System Architect (PCSA) certification, focusing on various aspects of application development and configuration in Pega. It includes scenarios requiring the application of rules, validations, and configurations to meet specific business requirements. Each question presents a practical situation that tests the knowledge and skills necessary for effective Pega application design and management.

Uploaded by

Vipul Goyal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views26 pages

PEGAPCSA80V1 2019 en

The document outlines a series of questions related to the Pega Certified System Architect (PCSA) certification, focusing on various aspects of application development and configuration in Pega. It includes scenarios requiring the application of rules, validations, and configurations to meet specific business requirements. Each question presents a practical situation that tests the knowledge and skills necessary for effective Pega application design and management.

Uploaded by

Vipul Goyal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

CERTIFICATION

IT professionals. Our commitment to get you certified in the shortest and easiest way is eviden
le for: Windows (.EXE), Android App (.APK) and eReader (eBook) formats. These questions and answ
Xcerts Certifications Inc.
1-206-350-9880 | [email protected] | http://Xcerts.com
PEGAPCSA80V1_2019

Pegasystems
PEGAPCSA80V1_2019
Pega Certified System
Architect (PCSA) 80V1
2019

1
https://Xcerts.com
QUESTION: 1
A report contains columns for Customer, Billing Cycle, Credit Card, and Expiration Date. A
manager requests that the report show only those customers who meet the following conditions:

· The customer is on a monthly billing cycle

· The credit card is either MoreCash or Vista

· The credit card expires within

Which set of filtering condition returns a report with the desired data?

A. Credit Card equals MoreCash OR Credit Card equals Vista AND Billing Cycle is not quarterly
AND Expiration Date is less than 60 days
B. Credit Card equals MoreCash OR Credit Card [equals Vista AND Billing Cycle equals
monthly AND Expiration Date equals next 60 days
C. Credit Card equals MoreCash AND Credit Card equals Vista AND Billing Cycle equals
monthly AND Expiration Date is 60 days greater than today
D. Credit Card equals MoreCash or Vista, Billing Cycle monthly, and Expiration Date equals
next 60 days

QUESTION: 2
Select each task on the left and drag it to the corresponding Application Development Studio on
the right, where the task can be completed.
A. Please refer to Exhibit B for the answer.

QUESTION: 3
An online shopping application allows customers to select the item quantity of different goods
and add items to the shopping cart. In the shopping cart, the application displays the price for
each item type, indicates the quantity of each item type, calculate the total item prices, and
calculate the total cost for all items in the shopping cart. The application pulls the price of each
item type from a data page that references an external inventory management system.

Select two unit tests useful in developing the shopping cart page. (Choose Two)

A. Verify the data page has the correct item prices.


B. Verify the data transform copies the correct value from the data page to the shopping cart
page.
C. Verify the price fields are displayed in the correct format.
D. Verify the order total cost property is accurately calculated.

QUESTION: 4
A restaurant has a case type that allows customer to book the dining room for events.
Customers provide basic information including party size and indicate whether they want the
restaurant to cater the event.

If the catering is not requires are given a rental rate quote.

If customers indicate that want the restaurant to cater the event, they must provide menu
preferences and schedule an appointment to do menu before they are given a quote.

Which two options would you use to configure the case type to achieve the requested behavior?
(Choose Two.)

A. Create a check box for customer to indicate whether they want the restaurant to cater the
event. Create a selection with the menu preferences and scheduling feature that has a Visible
when condition.
B. Create a check box for customer to indicate whether they want the restaurant to cater the
event. Add a decision shape that evaluates whether the customer checks the box.
C. Create a process for customers to indicate menu preference and schedule the menu
testing appointment.
Add the process as a case-wide optional action.
D. Create a process for providing menu preferences and scheduling the menu appointment.
Create a parallel process for providing the customer with the rental rete quote.

QUESTION: 5
Which two requirements demonstrate the need to configure correspondence? (Choose Two)

A. Fax a new insurance claim to the auto repair shop.


B. Assign a new insurance claim to a case worker to process.
C. Text the customer with status changes in an insurance claim.
D. Phone a customer for additional information about the caw.

QUESTION: 6
You are implementing a UI form collecting job applicant information. Users must provide values
to certain fields before submitting the form. Which configuration adds asterisks to indicate the
mandatory fields on the form?

A. Use a Validate rule to verify the mandatory fields have a value


B. Use multiple Validate rules for each mandatory field
C. Configure the mandatory fields as Required in the section rule
D. Use an Edit Validate rule to verify if each of the mandatory properties has a value

QUESTION: 7
A form listing nearby restaurants has columns:

· Restaurant name
· Restaurant location
· Thumbnail image of the seating area
· Make reservation (check box)

You want to ensure that users have the information they a reservation regardless of screen size.
When viewed on a small screen, you do not need to display the images. (Choose Three)

What three configuration steps do you take to support this requirement? (Choose Three.)

A. Set the importance of the Restaurant name column to Primary.


B. Set the importance of the Make reservation column to Primary.
C. Set the importance of the image column to Secondary
D. Set the importance of the image column to Other.
E. Set the importance of the Restaurant location and Make reservation columns to Secondary.
F. Set the importance of the Restaurant name and Make reservation columns to Primary.

QUESTION: 8
An online sales application supports both laptop and mobile devices. You are configuring the
application skin and you notice the responsive layout in the mobile device & not displaying
views as stakeholders require. Which two options allow you to resolve this situation without
negatively impacting the laptop users? (Choose Two)

A. Use the same application skin in all portals.


B. Update the process to give mobile users a separate portal.
C. Adjust the responsive behavior in the skin for optimal viewing in the mobile portal.
D. Do not use a skin for the mobile application version.

QUESTION: 9
Which two configurations do you use to validate the minimum age of a new potential customer
in the CollectAccountInformation assignment step? (Choose Two)

A. Create and Edit Validate rule to check the customer age.


B. Reference the Edit Validate rule on the CollectAccountlnformation flow action.
C. Reference the Validate rule on the CollectAccountInformation flow action.
D. Reference the Validate rule on the CollectAccountInformation assignment.
E. Reference the Edit validate rule on the CollcctAccountlnformation assignment.
F. Create a Validate rule to check the customer age.

QUESTION: 10
A bookseller maintains a database of more than 10,000 book titles. You have been asked to
configure a form that a allow users to select a book by title.

How do you configure the form?

A. Add a drop-down control arid source the data from the property value used in the control.
B. Add a drop-down control and Source the data using a data page.
C. Add an autocomplete control and Source the data using a data page.
D. Add an autocomplete control and source the data from the clipboard work page.

QUESTION: 11
You create an employees to submit timesheets. Employees enter week work, vacation, and sick
time for a particular week.

On the entry form , employees see a summary of the total hours entered.

After the employee submits the timesheet, the application displays remaining vacation and sick
time for the employee.

You configure the user view that displays remaining vacation and side lime. The balance
calculates by subtracting the vacation time and sick time for the week from the current vacation
and sick time balances.

Which configuration option is used to summarize the remaining vacation and sick time?

A. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the
remaining vacation and sick time calculate.
B. Use declarative processing. Whenever the vacation time or sick time entries change, the
remaining vacation and sick time calculate.
C. Use procedural processing with a data transform. Remaining vacation and sick time
calculate after the user submits a timesheet.
D. Use a When rule. When the application references the remaining vacation and sick time,
each value calculates.

QUESTION: 12
A hotel booking application allows customers to change rooms after making a reservation. The
status of each room in each hotel is stored on a data page sourced from a database table.
Which two configuration options do you use to update the database table when a customer
changes rooms? (Choose Two)

A. A When rule to trigger the database update


B. An editable data page containing the room information
C. A data transform to copy updates to the data page
D. A savable data page containing the room information

QUESTION: 13
A customer views a product available in multiple color options. The customer must select only
one color for each product.

Which UI control allow a developer to present the user with all color choices at once, without
prompting or clicking, while ensuring that the user can only select one of the color options?

A. Text input
B. Radio buttons
C. Drop-down
D. Check box

QUESTION: 14
While running a process, you notice that a read-only field on a form contains a value.

Which tool allows you to determine if a declare expression was used to calculate the value?

A. Live UI
B. Clipboard tool
C. Declarative network
D. The Tracer

QUESTION: 15
An online retailer allows customers to select a courier service for deliveries. The list of available
courier services is drawn from a data type sourced in the Pega database. The Fulfillment
department wants to allow local warehouse managers to add courier services to mitigate
increases in delivery limes and remove courier services that fail to meet delivery metrics.

Which two options are required increase managers to update courier service records in
production? (Choose Two)

A. Enable rule checkout for the local wherehous manager


B. Create an access group for local wherehouse manager
C. Delegate the records for the courier service data type.
D. Define an approval process for adding and removing courier services.

QUESTION: 16
The inheritance path for an application contains four copies of the pyDefault data transformation
that set property values for two properties: Work item Urgency and Prefix.

If the Call data transforms in superclass option is enabled for each data transform, what are the
values of Work Item Urgency and Prefix use crates an auto claim case?

A. Work Item Urgency =25, prefix = [no value]


B. Work Item Urgency =20, prefix =C-
C. Work Item Urgency =10, prefix = O-
D. Work Item Urgency = 25, prefix = C-

QUESTION: 17
A customer wants to copy the contents of a previous order to their current order. What rule type
do you use to copy the order contents?

A. Data page
B. Function
C. Data transform
D. Declare expression

QUESTION: 18
A data page holds product information and has the Reload if Older Than field set to 30 minutes.

The data page is created at 7:43. The user then performs the following actions:

8:10 the user refreshes the product information

8:45 the user refreshes the product information


At what time is the data page reloaded?

A. 8:10
B. 8:45
C. 8:40
D. 8:13

QUESTION: 19
An application must validate postal codes for Canadian customers to match the pattern A1A
1A1, where A represents a letter and 1 represents a number. Which two configuration options
allow you to ensure that a user provides a valid postal code? (Choose Two)

A. Configure a validate rule to test that the entered postal code conforms to the required pattern.
B. Configure the postal code field as a text property with a required input field.
C. Configure a dropdown control to select the postal code based on the specified city
and province.
D. Configure an edit validate rule to test that the entered postal code conforms to the required
pattern.

QUESTION: 20
A requirement states: A customer can update an address at any point during case processing
by performing the following steps.

1. The customer submits the new address.


2. The application verifies that the address matches postal service requirements.
3. The customer then approves the corrected address.

How do you configure this requirement?

A. Add a button to each assignment to present the customer with a form to submit a new
address.
B. Add an alternate stage to the case life cycle to change the address.
C. Add a case-wide optional process to the case workflow to perform the address change.
D. Add a case-wide optional action to the workflow for the address submission.

QUESTION: 21
How do you reference the 5tate property on an Address page group with the index Home?

A. .Address.Home.State
B. .Address(Home).State
C. .Home.State.Address
D. .Home(Address).State
QUESTION: 22
You are creating a case type to process job application for large corporation. Job application for
security position require physical assessment in additional to the standard before or after the
background check.

How do you configure a case type lo achieve the required behavior?

A. Create a process for the physical assessment that is parallel to the background check
process.
B. Create a process for the background check and an optional process for the physical
assessment.
C. Create a process on one stage for the background check and a process on another stage for
the physical assessment.
D. Create a process for the physical assessment that is followed by a process for the
background check.

QUESTION: 23
You want your application to have consistent styling across portals. You want the background
color of all buttons in your application to be blue. You want the background color of the buttons
to be easily updated in case corporate branding changes.

Which attribute do you modify to set the background color?

A. The controls format


B. The application skin
C. The buttons format
D. The background mixin

QUESTION: 24
You have been asked to create a pie chart that shows the number of cases each manager has
created. A list report contains columns for manager name, case ID, and office.

How do you configure the list report in order to create the pie chart?

A. Summarize the manager name column.


B. Group the case ID column.
C. Summarize the case ID column.
D. Group the manager name column.
QUESTION: 25
With Pega's Situational Layer Cake TM approach, how do you configure a regional variation for
Human Resources (HR) time off cases?

A. Create a rule for the variation and add the rule to the common layer of the application.
B. Create a rule for the variation and replace the existing HR time off rule in the application
common layer.
C. Create a rule for the variation and add it to a secondary common application layer.
D. Create a rule for the variation and add the rule to the layer for the region.

QUESTION: 26
A process routes loan requests to a specific loan officer based on the type of loan.

* If the loan is a mortgage, it is routed to Adam Ross.


* If the loan is for an automobile, it is routed to Julia Samuels.
* If the loan is an equity line, the case is routed to Don Smith.

How do you configure a router to ensure the case advances to the correct loan officer?

A. Route the case to a work queue using a skilled router.


B. Route the case to a work queue using a When condition.
C. Route the case to a worklist using a skilled router.
D. Router the case to a worklist using a When condition.

QUESTION: 27
You are designing a medical claim case type and haw the following requirement: Method claims
must be resolved within 5 days. To meet this requirement you need to set the in
the service level to 5 days.

A. passed deadline
B. goal
C. urgency
D. deadline

QUESTION: 28
A life insurance company satellite office in various countries . Each satellite office has its own
queue, Company policy require that life insurance underwriting is assignment to office based on
the resident of the policy owner.

Which routing approach supports this requirement?


A. Route the assignment to the correct work queue using skill-based routing.
B. Route the assignment to the correct work queue using an authority matrix.
C. Route the assignment to a specific underwrite based on business logic.
D. Route the assignment to the correct work queue bawd on business logic.

QUESTION: 29
From the left, drag each report into the corresponding report type on the right.

A. Please refer to Exhibit B for the answer.

QUESTION: 30
A reservation process allows customers to reserve a flight, hotel room, and rental car as part of
a travel itinerary. Which configuration displays a check box to allow users to select travel
insurance only if the itinerary includes a flight?

A. A declare expression configured for forward chaining


B. A visible when condition applied to the check box
C. A validate rule applied to the flow action
D. An action set applied to the check box

QUESTION: 31
A customer calls to apply for a new bank account. The customer service representative (CSR)
needs to perform an assignment named Select Type. During the discussion, the customer can
request written information regarding different account types.

Select the case lifecycle design that satisfies this requirement.

A. Add a user view for requesting information to the Select Account Type assignment.
B. Add a case-wide optional action.
C. Add an optional action to the stage that contains the Select Account Type assignment
D. Add a router to the Select Account Type assignment.

QUESTION: 32
Select each description on the left and drag it to the correct property mode on the right.

A. Please refer to Exhibit B for the answer.


QUESTION: 33
A requirement states: The tax identification number must contain 10 digits.

How do you configure the field to support this requirement?

A. Set the minimum and maximum values to "10" in a text field-


B. Use an edit validate rule that validates the tax identification number pattern.
C. Use a decimal property type and make the field required.
D. Configure a validate rule to test the tax identification number pattern.

QUESTION: 34
An online car parts business wants customers to find parts easily. You are asked to implement
the following requirement: Customer must select a make, model, and year to initiate a vehicle-
specific search.

How do you configure the data storage in the application to implement the requirement?

A. Configure a data page to store the make, model, and year data.
B. Configure a connection to a system of record using the External Database Mapping '
C. Configure a local data storage of the make, model, and year of the vehicle.
D. Configure a static list of the make, model, and year vehicles.

QUESTION: 35
How do you indicate the progress of a case towards resolution?

A. Design intent-driven user interfaces.


B. Configure a case notes field to capture progress information
C. Update the case status on the appropriate steps.
D. Apply service levels to the assignment steps.

QUESTION: 36
You are developing a case type that processes scholarship applications. Scholarship application
advanced based on the standardized on the standardized test of the applications. A decision
shape directs the process flow. You want to test whether the process flows correctly, but you
have not fully configured the user interface so that applicants can enter their standardized test
scores.

A. Use the Run Rule windows to create a unit test to evaluate the flow rule.
B. Use the Clipboard tool to set a value for the standardized test score filed.
C. Use a declare expression to set a value for the standardized test score filed.
D. Use Live to set how the case process and if an error occurs.

QUESTION: 37
Select each Process Step on the left and drag it to the appropriate Flow Shape on the right.

A. Please refer to Exhibit B for the answer.

QUESTION: 38
An organization has to lines of business: selling books for children and reselling college
textbooks.

The division selling books for children can use the same basic user interface (UI) as the
reselling textbook with the exception of the payment methods.
How do you apply the Situational Layer CakeTM in this scenario?

A. Place the UI rules in the base layer, and create a new layer for the payment rules for both
lines of business.
B. Place the UI rules in the base layer, and create a parallel base layer for the payments rules.
C. Place the UI rules and generic t method rules in the base layer, and create a new layer for
the division-specific payment rules.
D. Place the UI rules in the base layer, and create a new layer for the payment rule for each
division.

QUESTION: 39
A survey is sent to a customer via email.

How do you configure a solution to ensure the email includes the case ID for the survey?

A. Create a required field for the case ID that must be entered by a user during the case
process prior to sending the survey.
B. Delegate a business rule so representatives can customize the email content as needed on
a case-by case basis.
C. Use the Insert Property feature of a Send Email step to add the case ID when composing the
message dialog.
D. Create a process using the Send Email step allowing representatives to quickly add the case
ID to the email.

QUESTION: 40
Which source do you select for a data page that contains the details of single record for a data
type?

A. Connector
B. Report definition
C. Data transform
D. Lookup

QUESTION: 41
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers
can select the color of the door.

Select the data page definition configuration settings to source a color drop-down list to
minimize memory usage.
A. Please refer to Exhibit B for the answer.

QUESTION: 42
The business process for an automobile insurance claim consists of the following phases:

· Submission: The customer contacts a customer service representative (CSR) to file the claim.
· Review: An adjuster reviews the claim, assesses the damages to each vehicle, and provides
an estimate of the cost of repairs.
· Repair: A third patty performs the repairs on each vehicle, communicating with the adjuster
and customer as necessary.
· Verification: After each vehicle repair, the adjuster closes the claim.
According to Pega best practices, which phase can you implement as a child case?

A. Review
B. Verification
C. Repair
D. Submission

QUESTION: 43
A user view includes a list of four urgency options selectable by radio buttons. How do you
configure the selection list?

A. Configure a field group with selectable urgency options.


B. Configure a drop down field with selectable urgency options.
C. Configure a picklist with radio buttons for the urgency options.
D. Configure a Boolean field with selectable urgency options.

QUESTION: 44
What are the minimum components of a user interface (UI) action set?

A. Two actions and one event


B. One action, one event, and one condition
C. One action and one event
D. One action and one condition

QUESTION: 45
An on-demand transportation application has a Conversation preference data type. When
customers use the application a ride, they can specify their conversation preference: whether
they would like to talk to their driver or if they would prefer silence. Company stakeholder are
interested in analyzing the conversation the performance data.

How is the Conversation preference data type sourced?

A. No system of record
B. External system of record
C. Local system of record

QUESTION: 46
Which statement best describes the business value of delegation?
A. Allows users to direct case processing as dictated by the circumstances of each case
B. Allows business users to contribute to application design by specifying requirements
C. Allows managers to adjust application behavior in production to meet changing
business needs
D. Allows stakeholders to approve process improvements to drive operational efficiencies

QUESTION: 47
You configure a service level to adjust assignment urgency to 100 when the goal interval
lapses. How does the assignment urgency impact the deadline and passed deadline intervals?

A. Urgency value continues to increment as configured.


B. The user is notified that the maximum urgency has been reached.
C. Urgency value remains at 100, but other service level processing continues.
D. Service level processing is halted until the assignment is completed.

QUESTION: 48
Your online shopping application servers international customers. You need to define a data
page that holds currency rates. All users accessing the application need to use the information.

The Scope of this Page should be set to .

A. Application
B. Requestor
C. Thread
D. Node

QUESTION: 49
You are configuring an external data source using the Integration Designer. You have the
REST, Dev, Stage, and Prod endpoint URLs, and a name for the data source.

What other information do your need to configure the external data source?

A. A backup endpoint URL if the configured WL refuses to connect


B. The name of the database where the source data is stored
C. A plan for mapping the data and REST response fields
D. The data views using the external data source

QUESTION: 50
You are developing a case type to process visa applications. As part of the process, applicants
need to schedule an interview with the console. A child case is created for the interview process
and assessment. Following the interview, it typically takes 48 hours for the to reach a decision.
For the visa case to proceed to applicant notification, the interview case needs to be resolved.

How do you configure a case to achieve the required behavior?

A. Add a Create step creates the interview child case, Following the step, add a Wait step that
pauses the parent case unit 48 have elapsed.
B. Add a Create step creates the interview child case, Following the step, add a Wait step that
pauses the parent case unit the interview case reaches a status of Resolved and after 48 hours
have elapsed.
C. Add a Create step creates the interview child case, Following the step, add a Wait step that
pauses the parent case unit the interview case status of Resolved.
D. Add a Create step creates the interview child case, There is no need to add a wait step.

QUESTION: 51
You create an application for employees to submit timesheets. Employees enter work, vacation,
and sick time for a particular week.

On the entry form, employees see a summary of the total hours entered.

After the employee submits the timesheet, the application displays remaining vacation and sick
time for the employee.

To configure the form where users enter hours, select the best configuration option to calculate
the total hours for the week.

A. Use a data transform. When the user enters the form, the data transform determines the
sum of the work, vacation, and sick tune properties.
B. Use declarative processing. When the value of any work, vacation, or sick time changes, the
total hours change.
C. Use procedural processing. When the value of any work, vacation, or sick time changes and
the user submits the form, the total hours change.
D. Use a When rote. When the value of any work, vacation, or sick time changes, the total hours
change.

QUESTION: 52
You have created a new report that contains a list of employees, hire dates, and managers. You
have been asked to display each manager in a row. Beneath each manager row you must list
the manager's employees and their hire dates.

How do you support this request?

A. Summarize the manager column


B. Group the manager column
C. Filter the manager column
D. Sort the manager column

QUESTION: 53
While testing a form, you need to verify the contents of a data page in memory. Which tool do
you use to view the current contents of the data page?

A. The Clipboard tool


B. Case Designer
C. The Data Explorer
D. Live UI

QUESTION: 54
An online retailer creates a case type that processes and manages custom order, The check
resources ha four steps.

1. Review Order: The customer reviews the items in order of add-t-cart selection and can adjust
the quantity of each item and delete items to calculated and display the order total.
2. Select Shipping Option: The customer selects a shipping option to determine and display the
shipping charge for their order.
3. Enter Delivery Address: The customer enters their delivery address to determine the sales
tax, if applicable, and the application displays the calculated sales tax.
4. Enter Payment Information: The customer selects a payment option and confirms the grand
total of the order.

For each calculation, identify the appropriate chaining option to maximize performance.
A. Please refer to Exhibit B for the answer.

QUESTION: 55
A development learn plans to enhance functionality of an existing application by changing
several user interface rules. The team would like to pilot the enhancements to small group of
users before rolling the changes out to the entire user base.

What approach maximizes reuse and maintainability?

A. Place the updated rules Into a new ruleset and include the new ruleset in a new application.
B. Place the updated rules into a new minor version of the ruleset and include the new ruleset
version in a new application.
C. Place the updated rules into a new minor version of the ruleset and include the new ruleset
version In a new version of the application.
D. Place the updated rules Into a new ruleset and include the new ruleset in a new version of
the application.

QUESTION: 56
You are designing a form for an online bookstore to display new arrivals. In the form, the book
cover pictures are displayed in a row, like words in a sentence. Once the row reaches the full
width of the screen, it wraps around to begin a new row.

Which layout do you use to display the book cover pictures?

A. Screen layout
B. Column layout
C. Dynamic layout
D. Repeating layout

QUESTION: 57
You are configuring touting for a customer warranty service request. Ail warranty service
requests are routed to the warranty resolution group except for warranty service requests for a
beta release product that requires review by the vice president or service.

How do you configure assignment routing to review warranty service requests?

A. Route the assignment to the skilled group for the beta release when the request is for the
beta release. Otherwise, route the assignment to 'he warranty resolution group.
B. Route the assignment to the vice president of service when the request is for the
beta release. Otherwise, route the assignment to the warranty resolution group.
C. Route the assignment to the vice president of service who routes assignments to
the warranty resolution group as needed.
D. Route the assignment 10 the warranty resolution group who sends an email notification to
the vice president of service for the beta-release product.

QUESTION: 58
In which three situations can you use a data transform? (Choose Three)

A. To copy the first and last name properties into a single property value
B. To execute a flow action
C. To create the dependent property after case creation
D. To set default values for a case
E. To display the destination value as the location value
QUESTION: 59
A list report includes columns for purchase requests and regional cost centers. A manager
wants the report to show the total number of purchase requests for each of the regional cost
centers.

How do you configure the report definition?

A. Summarize the regional cost centers by count.


B. Summarize the purchase requests column by count.
C. Use the purchase requests column to group the cost centers.
D. Filter the results so that the report includes only cost center and purchase requests.

QUESTION: 60
A requirement lot a hotel reservation case type states that as customers change their room
selection, the total cost of the reservation updates. How do you satisfy this requirement?

A. Add a When condition to the room selection step.


B. Configure a Validate rule for the room selection step.
C. Define a declare expression for the total cost held.
D. Apply a Disable when condition to the total cost field.

You might also like