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 that case advances to the correct loan officer?
A developer discovers that a calculated property value is returning an unexpected result.
Which two features of the Trace tool allow you to diagnose the problem without affecting application performed? (Choose Two.)
Before development, your team creates a spreadsheet with work items to populate the backlog. All work items that describe business requirements are prioritized as Must have. You also create work items to address:
♦ A future enhancement request to group a set of existing steps into a multistep form
♦ A drop-down list that is missing one of the required options — This work item is in progress because the missing option prevents work from being done
How do you populate the backlog directly from the spreadsheet?
An internal application currently grants 75 employees access to one of four roles: Admin, Author, User, and Manager. A new analyst that joins the company requires all the Author role access but only some of the reporting capabilities available to the Manager role.
How do you satisfy this security requirement?
How do you reference the State property on an Address page group with the index Home?
A reservation process allows customers to reserve a flight, hotel room, and rental car as part of a travel itinerary. Which configuration displays a Select flight insurance check box only when the itinerary includes a flight?
In a hotel reservation application, a form displays a list of hotels with available rooms based on thecheck-in and check-out dates entered by users. How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?
When processing an auto accident claim, the system requires three approvals: Approval from the adjuster who inspected the car, approval from the medical administrator who provided medical care to the insured, and approval from the insurance agent who verified the claim. How do you implement the requirements so each approver can work independently?
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and World Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How do you design the report definition to support this requirement?
You are testing an airline reservation case type that does not yet have a UI configured. You need to verify that changing the Purchase Insurance field in the Clipboard updates the TotalCost field.
In which category of the Clipboard tools would you expect to find the PurchaseInsurance field?
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action. How do you implement a solution?
In processing a parent case P-l, two child cases C-l and C-2 are created. Which of the following statements is correct about the processing of P-l, C-l, and C-2?
Select each Application Design Requirement on the left and drag it to the appropriate Design Approach on the right
Application design requirement
1. Display only relevant fields for a given task
2. Help the user perform an expected task
3. Record the justification for an action taken on case
4. Alert the user of a pending assignment
An online sales application supports both laptop and mobile devices. You are configuring theapplication skin and you notice the responsive layout in the mobile device is not displaying views as stakeholders require. Which two options allow you to resolve this situation without negatively impacting the laptop users? (Choose two.)
You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.
How do you satisfy the request?
A human resources application contains reports that are used to review hiring practices. The product manager has asked you to test the recent hire training report.
How do you run a unit test on the report?
Select each Process Step Description on the left and drag it to the appropriate Process Step on the right.
The following example shows the ruleset list for the logged in operator. What is stored in the Admin@MyCo ruleset ?
Admin@MyCo:
Purchasing:01-01
Purchasinglnt:01-01
MyCo:01-01
MyColnt:01-01
Supplier:01-01
Customer:01-01
lnventory:01-01
Pega-ProcessCommander:07-10
Pega-DeploymnetDefaults:07-10
Pega-LP-Mobile:07-10
User A should have application permissions that are identical to User B's permissions. Unlike User B, User A lacks access to the My Cases page. How do you grant access to the My Cases page for User A?
Select each description on the left and drag it to the correct property mode on the right.
You are creating a case type to process job applications for a large corporation. Jobapplications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check. How do you configure a case type to achieve the required behavior?
In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account. Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement ? (Choose Two)
A life insurance company has satellite offices in various countries. Each satellite office has a work queue. Company policy requires that life insurance underwriting be assigned to offices based on the policy owner's residential address.
Which routing approach supports this requirement?
Which two statements are true about minimum lovable product (MLP) sizing when using the Estimator tool? (Choose two.)
Which of these options are typically configured on a dynamic layout? (Choose Two)
A business architect has developed a new process for a case type. To verify that the UI elements collect the expected results, you want to test the process and the fields. Which two configurations, when used together, allow you to record a set of interactions and save the test results to verify process functionality? (Choose Two)
In a banking application, which two options must be used together to present users with a set of balance transfer options only if they elect to transfer a balance to their credit card? (Choose two)
Users must provide values to certain fields before submitting a job application form. Which configuration adds asterisks to indicate the mandatory fields on the form?
A case type for voiceover requests includes two tasks: Edit Script and Record Script. Your team has been asked to route Edit Script tasks to editors and Record Script tasks to actors.
Which approach fulfills this requirement?
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform 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 when a user creates a PropertyClaim case?
Given a table which shows total working hours, sick, vacation. Identify how we calculate the respective values
A company often receives multiple IT tickets for the same issue, such as ''the office Wi-Fi is down. '' You configure Search duplicate cases step to identify duplicate IT tickets.
What is the basic condition for the Search duplicate cases step?
An internet provider has a quiz that gives customers a recommended internet speed based on their typical internet use. The questions differ based on the selections that the customer makes, for example, whether they are seeking a recommendation for a residence or a business.
Once the customer completes the quiz, how do you determine the recommended internet speed?
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 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?
In a claims application customers can file home insurance claims. Each claims contains a list of items of loss. Depending on the situation, some claims… investigated for potential fraud in parallel to the actual claim process.
Which two case types do you create to support this scenario? (Choose two.)
A business architect has developed a new process for a case type. To verify that the UI elements collect the expected result, you want to test the process and the fields.
Which two configuration, when used together, allow you to record a set of interactions and save the test result to verify process functionality? (Choose two.)
Based on security factors, which two options are considered strong passwords? (Choose Two)
A requirement states When a customer applies for a credit card, a credit check must be completed in order for the credit card to be approved.
Select the case type relationship that satisfies the requirement.
Select each Business Need on the left and drag it to the appropriate Service Level Agreement Interval on the right.
In an application that sells office supplies, the Payment view displays order items and collects payment information. In the Payment section rule, the order items are grouped in a dynamic layout. You find out later that the Order Summary view must also display the order items.
How do you configure the Ul so that the order items display is shared between the Payment
view and Order Summary view?
You need to test whether a user interface is suitable for users with visual disabilities, such as Deuteranopia (red-green confusion). How do you perform this task?
A retail store wants an application to process a new customer loyalty account. The customer enters their contact information; including name, email, phone number, and address. This information is displayed in a data relationship.
What type of data relationship do you create?
Customers can log their own product support requests using an online portal. Once logged in, the portal displays the list of products purchased by the customer. The customer can initiate one or more support requests for each product. What is the appropriate scope for a data page that sources the list of products purchased by the customer?
Depending upon the purchase request amount, approvals cascade from the users to a loan officer, then to a director and finally to a vice president. The loan officer is the user's manager. The director is the loan officer's manager. The vice president is the director's manager.Which two approaches can you use to configure the cascading approval? (Choose two)
A car insurance quote requires a view for potential customers to enter information to process the request. What are two primary decisions to make before you add fields to the view? (Choose Two)
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 customer views a product available in multiple color options. The customer must select
only one color for each product. Which Ul control allows 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 ?
Customer on a hotel booking application can add additional amenities to their reservation. The application displays, a view with the available amenities and .. To reduce scrolling, you want to organize content so that amenity details display when the amenity is selected in a drop down menu.
How do you configure the user interface improve access to the content and achieve the business requirement described?
Apartment tenants submit maintenance requests that specify their name, address, request type, and description of the request. Tenants may submit multiple maintenance requests for different request types. The company wants to identify duplicate maintenance requests from the same address.
Which two configurations, when used together on the Search duplicate cases step, achieve this goal? (Choose Two)
The page .Product contains data retrieved from an external system of record using a data. How do you ensure .Product always contains the most current data from the data page?
In an application for configuring hardware equipment for new employees, the manager
chooses a laptop model from a drop-down list. The list of available laptop models is maintained in an external system and may change over time. Which of the following do you use as the data source for this drop-down list ?
You are developing a Visa case type to process entry visa applications. As part of the process, applicants schedule an interview with the consulate. An Interview child case is created for the interview process. Following the interview, the consulate reaches a decisions within 48 hours or more. For Visa case to proceed to application notification, the Interview case needs to be resolved.
After you create the Interview child case, how to do you configure the case type to achieve the required behavior?
As part of the case design, after someone completes a purchase, the application should send a confirmation email. How do you design the case life cycle to send the email?
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement: Customers muse 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?
To process an employee retirement package, the system requires approvals from the supervising manager, and the …
How do you implement the requirements so that each approver can work independently?
. Users can select a check box to subscribe to a text messaging service. Selecting the check box displays a field for a user to enter a mobile phone number.
How do you configure the application to display a field for entering a mobile phone number only when the check box is selected?
Hospital staff members enter appointment details including relevant patient information, diagnoses, lab orders, and prescribed medication. This information is aggregated in the Patient visit summary view. The patient receives a copy of this view through email. Which two configurations, when applied in combination, achieve this behavior? (Choose Two)
Pega CSA |