Quizzes Flashcards
An application lets customers book airline reservations online. What would you expect to be defined as the case type in the application?
A reservation
You are helping to implement the technical components of a new application. Before you can begin work, you must obtain definitions of the business processes and service-level agreements. Which members of the development team would you go to for this information?
Business architects
Which two are benefits of following Pega guardrails?
- Guardrails help developers to track compliance with Pega Best practices
- When developers follow Pega guardrails, they are more likely to choose the best approaches, which lead to maintainable, reliable applications
You want to engage business and IT resources to review the working models. What two best practices accomplish this objective
- Direct Capture of Ob adjectives (DCO)
2. Iterative Delivery
When collecting information for a loan application, a case worker needs to enter the data of birth on the loan application form. What two tasks do you perform to enable the case worker to enter this information?
- Add the date of birth field to the case worker’s view of the case type.
- Add a date of birth data field to the case type
When modeling the life cycle of a case, stages typically represent a ______ or a ________.
- Significant change in the status of a case
2. Transfer of authority
When modeling the life cycle of a case, alternate stages typically represent _________ and can __________
- Be sequenced into the primary stages
2. Exceptions to the normal course of events
A business process requirement states that users should be able to modify the shipping address at any time and not interrupt the primary case. What is the best way to design for this requirement?
Add a local action to the case type
Which requirement could be satisfied with a user action?
Allow a user to transfer a case to another employee at any stage of the case
Adding instructions to a step _________
Describes to an end user what should be done in the step
A step in the case life cycle has a case status value of pending-approval. When is the status of the case automatically updated
At the beginning of the step
What type of step typically requires contextual instructions?
Collect information
Analyze the following screen captures to UI design, and then identify the consistent UI elements (Choose Two)
- The shopping cart items, price and quantity are in the same location in both views
- The continue shopping buttons are int he same location in both views
When is the earliest opportunity for you to configure the user view for a step in a case life cycle in Pega express?
You can configure the user view for a step after you add that step to the case life cycle
You have a requirement to add a bank checking account number field to a view. Routing numbers must contain nine digits. How would you configure the field to support this requirement?
Use the edit validate rule that validates the routing number pattern.
You have a requirement to add a check box to a view that indicates the user qualifies for an auto insurance discount. In order to qualify, two conditions must be met. First, the user must be older than 25. Second, the user cannot have received a traffic violation in the past three years. Unless both condition are met and the user selects the check box, the form displays an error when the user submit the form. Which of one of the following approaches would you use to support this requirement?
Use a single validate rule to verify both of these conditions
You are adding a field to your case type in which users must enter the day, month and year they were hired before the user can submit the user form. The field type must enforce a date format. What two validation approaches would you use to meet the validation requirements?
- Define the field type as a date
2. Use the required option
Which requirement is best implemented using a Wait step in a case?
You cannot complete a purchase case on a website unless you complete a new account child case
In a mortgage application, the user creates a loan request. In order for the loan request to be approved, the loan officer must receive the results of an appraisal. how would you configure the case types to reflect their relationship?
Make loan request a parent case type, and appraisal a child case type
In an online shopping application, the primary case type PurchaseOrder has two child case types: Payment and Packaging. In processing PurchaseOrder case PO-11, payment case Pay-37 and packaging case Pac-56 are created. Which statement about eh processing of PO-11, Pay-37, and Pac-56 is correct?
Both Pay-37 and Pac-56 have to be resolved before PO-11 can be resolved.
An application references a date element found in the Wokr-class. how is this rule inherited by the application?
By applying direct inheritance
Select the two items of information used to uniquely identify a rule
- The class of the rule
2. The type of the rule
A company provides two application to its employees. The first application is manged by the accounting department, and allows employees to submit expense reports for reimbursement. the second application is managed by the IT department, and allows employees to submit support tickets for IT-related issues
Both application requires a data element to track the status of cases. Select the best strategy for implementing this requirement.
Check the inheritance path to determine if an appropriate data element is already available
You check out a rule to update it. While the rule is checked out, another developer decides to test a case type by creating an processing the case. What happens when the application attempts to use the rule you checked out.
The application ignores the checked-out version of the rule and uses the previous version in the application ruleset.
A claim case records the items of loss. The property reference that describes an item of loss looks like this: .ItemOfLoss(1).Description. The property reference .ItemOfLoss(1) is an example of a ________ property?
Page list
You want to capture the delivery method for a purchase request. The options are: Standard, premium, or next-day. You use the data model tab to create the property. How would you define the list with the options.
Picklist
A candidate’s language skills are captured in a candidate case. What type of property is used to capture the candidate’s language skill if the property reference looks like this: .Language(Spanish)?
Value group
pyWorkPage stores what type of information?
Information about the case
You use the clipboard tool to perform which two tasks?
- Review the current values of case data
2. Test case behavior by setting property values for an open case
You are designing a travel plan application. A hotel booking step displays a form in which users select a hotel and enter the number of days they are staying at the hotel. The form displays the total cost for the hotel room. The form also includes fields for selecting, at extra cost, options such as valet parking. The application totals the cost for any select options and adds the amount to the total cost to equal the grand total, which is displayed in a field. Which two of the following properties would you use as the target properties?
- Total cost of options
2. Total cost for the hotel room
You are configuring a declarative network that contains eleven declare expression which are used to calculate the interest rate fora a home mortgage. For example the target value property tax assessment is used as a source value when calculating the assessed property value. The declare expressions use target values from the expression to calculate their target values.. The field displaying the interest rate appears on the approval form. To improve performance, how can you reduce the number of calculations?
Specify backward chaining in the total interest rate declare expression