CSA 7.3/7.4 Completo

379 Questions | Attempts: 162
Share
SettingsSettings
Please wait...
  • 1/379 Questions

    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?

    • Stakeholders
    • Case participants
    • Subject Matter Experts (SMEs)
    • Business architects
Please wait...
About This Quiz

.

CSA 7.3/7.4 Completo - Quiz

Quiz Preview

  • 2. 

    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.

    • Reassign any task that remains open after three days to another user.

    • An application randomly sends a survey to customers once their case is resolved.

    • Requiring a separate approval process whenever an order exceeds USD 10,000.

    Correct Answer
    A. Allow a user to transfer a case to another employee at any stage of the case.
  • 3. 

    Adding instructions to a step ____________.

    • Defines what the step should do.

    • Describes the business value of the step.

    • Instructs an architect how to build the step.

    • Describes to an end user what should be done in the step.

    Correct Answer
    A. Describes to an end user what should be done in the step.
  • 4. 

    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

    • Only if the user manually updates the case status

    • At the end of the step

    • The status of a case cannot be automatically updated

    Correct Answer
    A. At the beginning of the step
  • 5. 

    What type of step typically requires contextual instructions?

    • Approve/Reject

    • Create Case

    • Change stage

    • Collect information

    Correct Answer
    A. Collect information
  • 6. 

    In an 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.

    • Make both loan request and appraisal peer case types.

    • Make mortgage a parent case type. Make loan request and appraisal child case types

    • Make appraisal a parent case type, and loan request a child case type.

    Correct Answer
    A. Make loan request a parent case type, and appraisal a child case type.
  • 7. 

    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 the 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

    • PO-11 can be resolved when either Pay-37 or Pac-56 is resolved.

    • Pac-56 has to be resolved before Pay-37 is resolved.

    • PO-11 has to be resolved before either Pay-37 and Pac-56 is resolved.

    Correct Answer
    A. Both Pay-37 and Pac-56 have to be resolved before PO-11 can be resolved
  • 8. 

    An application references a data element found in the Work-class. How is this rule inherited by the application?

    • By adding the ruleset that contains the property to the application

    • By applying directed inheritance.

    • By applying pattern inheritance.

    • By naming PegaRULES as the built-on application.

    Correct Answer
    A. By applying directed inheritance.
  • 9. 

    Select the two items of information used to uniquely identify a rule. (Choose Two)

    • The status of the rule.

    • The application that uses the rule.

    • The description of the rule.

    • The class of the rule.

    • The type of the rule.

    Correct Answer(s)
    A. The class of the rule.
    A. The type of the rule.
  • 10. 

    You check out a rule to update it. While the rule is checked out, another developer decides to test a case type by creating and processing the case. What happens when the application attempts to use the rule you checked out?

    • The application ignores the checked-out version and uses the previous version in the application ruleset.

    • The application returns an error and stops processing the case, because the rule is unavailable for use.

    • The application runs the checked-out version of the rule, because that is the most up-to-date version of the rule.

    • The application cannot run because the rule is unavailable.

    Correct Answer
    A. The application ignores the checked-out version and uses the previous version in the application ruleset.
  • 11. 

    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)?

    • Page

    • Single value

    • Value group

    • Text

    Correct Answer
    A. Value group
  • 12. 

     pyWorkPage stores which type of information?

    • Information about the Pega server.

    • Data cached from an outside system.

    • Information about the current operator

    • Information about a case.

    Correct Answer
    A. Information about a case.
  • 13. 

    You are configuring a declarative network that contains eleven declare expressions which are used to calculate the interest rate for 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 other expressions 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?

    • Apply the declare expression in the approval flow action.

    • Calculate the total interest rate value by adding all the declare expression target property values

    • Specify forward chaining in the declare expression that calculates the total interest rate value.

    • Specify backward chaining in the total interest rate declare expression.

    Correct Answer
    A. Specify backward chaining in the total interest rate declare expression.
  • 14. 

    When does data propagation occur?

    • When a value in the child case or spin-off case changes

    • When a case is created

    • Whenever a parent's value changes

    • When a parent's value changes and a data transform is used to configure the data propagation

    Correct Answer
    A. When a case is created
  • 15. 

    You have a data page with customer data. The data page is configured to reload if it is older than one hour. Which of the following best describes when the data page will reload?

    • The data page reloads automatically one hour after it was last accessed.

    • The data page reloads automatically one hour after it was created.

    • The data page reloads on the next access one hour after it was last accessed

    • The data page reloads on the next access one hour after it was created.

    Correct Answer
    A. The data page reloads on the next access one hour after it was created.
  • 16. 

    In which types of UI control is reference data from the local data source typically used?

    • Drop-Down

    • Text field

    • Label

    • Button

    Correct Answer
    A. Drop-Down
  • 17. 

    The External Database Table Class Mapping wizard creates a data class and a database table. How do you make this data available to your application?

    • Use case data

    • Use local storage

    • Use a data page

    • Use a static list

    Correct Answer
    A. Use a data page
  • 18. 

    Which variable in the assignment urgency calculation enables users to increment the service level urgency on a case-by-case basis?

    • .pxUrgencyWork

    • .pxUrgencyAssign

    • .pxUrgencyAssignSLA

    • .pyUrgencyAssignAdjust

    Correct Answer
    A. .pyUrgencyAssignAdjust
  • 19. 

     Automating decisions based on business logic enables ___________________________.

    • Application users to mark a specific location for business exceptions that may arise in the process flow

    • Application users to focus on more nuanced decisions that require business expertise

    • Architects to improve the performance of the application

    • Architects to spend less time building the application

    Correct Answer
    A. Application users to focus on more nuanced decisions that require business expertise
  • 20. 

    An application change goes into effect on June 15, 2016. Due to this change, two fields are added to a user form to collect information for compliance purposes. Assuming that today is April 30, 2016, how should you configure circumstancing for the form?

    • Update the existing form to apply a circumstance; specify June 15, 2016, as the end date.

    • Circumstance the form by property and date; test that the creation date for the case is on or after June 15, 2016.

    • Circumstance the form by property and date; specify June 15, 2016, as the start date.

    • Circumstance the form by template and definition; in the definition, specify June 15, 2016, as the cut-off date.

    Correct Answer
    A. Circumstance the form by property and date; specify June 15, 2016, as the start date.
  • 21. 

    Which of the following sets represent action sets (event > action) in Pega Platform? (Choose Two)

    • Tab key > Add new work

    • Open mobile app > Focus

    • Double-click > Scan barcode/QR code

    • Run data transform > Enter

    Correct Answer(s)
    A. Tab key > Add new work
    A. Double-click > Scan barcode/QR code
  • 22. 

    A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the Case ID 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?

    • Add a filter condition where Case ID is greater than one.

    • For the Case ID property, select Highest to Lowest sort type.

    • For the Case ID property, select Count in the Summarize column.

    • Make sure that the Case ID is the first column in the report.

    Correct Answer
    A. For the Case ID property, select Highest to Lowest sort type.
  • 23. 

    Which type of data is exposed by default?

    • Both process metrics and business metrics are exposed by default.

    • Process metrics, such as the current stage or status, are exposed by default.

    • Neither process metrics nor business metrics are exposed by default.

    • Business metrics, such as the total value of a sales order, are exposed by default.

    Correct Answer
    A. Process metrics, such as the current stage or status, are exposed by default.
  • 24. 

    A report contains five columns of data about sales quotes.   The case ID (.pyID) The currently assigned sales representative (.pxAssignedOperatorID) The creation date of the sales quote (.pxCreateDate) The sales territory (.Territory) The expiration data of the quote (.ExpiryDate) Prior to property optimization, which two properties does the report identify as potentially impacting performance? (Choose Two)

    • Creation date (.pxCreateDate)

    • Assigned case worker (.pxAssignedOperatorID)

    • Case ID (.pyID)

    • Expiration date (.ExpiryDate)

    • Sales territory (.Territory)

    Correct Answer(s)
    A. Expiration date (.ExpiryDate)
    A. Sales territory (.Territory)
  • 25. 

    When unit testing a rule, you can identify a data transform to use during the test. What does the data transform do?

    • Records the result of the unit test.

    • Copies test results to the clipboard.

    • Provides initial values for properties used in rule evaluation.

    • Identifies an automated test result to compare rule execution against.

    Correct Answer
    A. Provides initial values for properties used in rule evaluation.
  • 26. 

    The user enters a response on a form and clicks Submit. The Pega Platform application returns an error. Which tool can you use to determine the cause of the error in your application?

    • Use the Clipboard tool and search for the property value on pyWorkPage that is causing the error

    • Use the Live UI tool and search for the form that is causing the error.

    • Use the Tracer tool, search for the first FAIL status, and see which step is causing the error.

    • Use the Alerts tool and search for the alert that is reporting the error.

    Correct Answer
    A. Use the Tracer tool, search for the first FAIL status, and see which step is causing the error.
  • 27. 

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

    • Function

    • DataPage

    • Declare expression

    • Data Transform

    Correct Answer
    A. Data Transform
  • 28. 

    A data page holds the local weather information based on the user's address. The data page's Reload if older Thanfield is set to 15 minutes.The data page is created at 09:12.At 09:20 the user requests the weather information.At 09:42 the user requests the weather information.When is the data page reloaded?

    • 9:42

    • 9:27

    • 9:20

    • 9:35

    Correct Answer
    A. 9:42
  • 29. 

    While reviewing a UI form in a Grooming/Elaboration playback, you notice a typo in the label of a field. Which tool allows you to identify the section rule that contains the incorrect label?

    • Live UI

    • The Tracer

    • The Clipboard tool

    • The Property Analyzer

    Correct Answer
    A. Live UI
  • 30. 

    While reviewing a UI form in a Grooming/Elaboration playback, you notice a typo in the label of a field. Which toolallows you to identify the section rule that contains the incorrect label?

    • Live UI

    • The Tracer

    • The Clipboard tool

    • The Property Analyzer

    Correct Answer
    A. Live UI
  • 31. 

    Which requirement would be implemented through circumstancing?

    • An application sends a notification to a manager if a purchase request requires approval. Otherwise, the application sends a notification to the employee that the request was approved.

    • An application sends an email to a customer to confirm opening a account. For customers in certain states or provinces, the email includes a mandatory disclosure.

    • An application sends a text if a customer provides a mobile phone number, otherwise, the application sends an email.

    • An application computes a shipping charge for orders. If the order exceeds USD100, the customer receives a credit of 50% of the shipping charge.

    Correct Answer
    A. An application sends an email to a customer to confirm opening a account. For customers in certain states or provinces, the email includes a mandatory disclosure.
  • 32. 

    In which situation does a case type for software upgrade requests reuse a rule through pattern inheritance?

    • The case type uses an authorization process used throughout the organization.

    • The case type uses the Data-Party-Operator class to describe a work party.

    • The case type uses the Data-Party-Operator class to describe a work party.

    • The case type uses the Data-Party-Operator class to describe a work party.

    Correct Answer
    A. The case type uses an authorization process used throughout the organization.
  • 33. 

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

    • Function

    • Data transform

    • Declare expression

    • Data page

    Correct Answer
    A. Data transform
  • 34. 

    Which rule can only return a true/false result when evaluating a condition?

    • Declare expression

    • Decision tree

    • Decision table

    • When rule

    Correct Answer
    A. When rule
  • 35. 

    An application allows bank customer to apply for a credit card. During the process of applying for the credit card,customers can elect to transfer a balance to the card.The bank currently offers three balance transfer options for customers applying for a new credit card:4. 0 percent interest for 6 months.5. 2.9 percent interest for 12 months.6. 3.9 percent interest for 24 months.The bank requires that customers first elect whether to transfer a balance. If customers elect to transfer a balance,they must select one of the three options.Which type of rule do you use to test whether the customer has decided to transfer a balance?

    • Data transform

    • Declare expression

    • When rule

    • Activity

    Correct Answer
    A. When rule
  • 36. 

    There are several components involved when calling an external service. A data transform is typically used whenprocessing the response returned by the external system. What is the purpose of that data transform?

    • Map the response to the application data structure

    • Perform error handling

    • Map the protocol specific response to the clipboard

    • Finalize the connector

    Correct Answer
    A. Map the response to the application data structure
  • 37. 

    A purchase request case creates a child case to check inventory. If products are added to or deleted from thepurchase request, the data needs to be propagated to the check inventory case.What is true with regards to the data propagation feature for the above requirement?

    • The data propagation features will track changes to configured properties and propagate the values to the check inventory case automatically for the entire lifecycle of the purchase request case.

    • The data propagation features cannot be used for this scenario because the check inventory case is created after the purchase request has been resolved.

    • The data propagation features propagates values from the purchase request case on creation of the check inventory case. Subsequent updates need to be handled manually.

    • The data propagation features can only be used for the quantity because it only supports updating of properties. The adding and removing of products in the purchase request is not supported.

    Correct Answer
    A. The data propagation features propagates values from the purchase request case on creation of the check inventory case. Subsequent updates need to be handled manually.
  • 38. 

    Customer Service Representatives (CSRs) review customer requests to replace a lost or stolen credit card. Once therequest is approved, customers are notified by letter of the expected delivery date for a replacement card typicallywithin one week.The CSR must be able to prioritize time-sensitive requests such as requests from customers who are on vacation.Time-sensitive requests are prioritized as follows:-Customers receive a replacement card the next day.-Fulfillment requests are sent to a dedicated workbasket.-Customers receive notification of the expected delivery date by email.How do you provide CSRs with the option to increase the assignment urgency for requests from a customer with atime-sensitive need?

    • Allow the CSR to select a value for .pxurgencyWork.

    • Allow the CSR to select an SLA with greater urgency adjustments.

    • Allow the CSR to select a value for .pyUrgencyAssignAdjust.

    • Allow the CSR to adjust the goal and deadline urgency for the case.

    Correct Answer
    A. Allow the CSR to select a value for .pyUrgencyAssignAdjust.
  • 39. 

    To qualify for an automobile loan, the applicant must have a credit score of at least 740 and must be currentlyemployed. If either condition is not met, the loan request cannot be submitted.How would you configure the process to support this requirement?

    • Create one edit validate rule that includes two conditions – one for the credit score property and one for the employment status property.

    • Create one validate rule that includes two conditions – one for the credit score property and one for the employment status property.

    • Create two edit validate rules. Each rule includes one condition – one for the credit score property and one for the employment status property.

    • Create two validate rules. Each rule includes one condition – one for the credit score property and one for the employment status property.

    Correct Answer
    A. Create one validate rule that includes two conditions – one for the credit score property and one for the employment status property.
  • 40. 

    You need to add a button to a user form. When the button is pressed, the application invokes a data transform, thencreate a new case.How do you implement this functionality?

    • Configure an action set on the button control.

    • Configure a local action on the button control.

    • Configure a mixin for the button in the skin.

    • Configure a style format for the button in the skin

    Correct Answer
    A. Configure an action set on the button control.
  • 41. 

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

    • Configure the mandatory fields as Required in the section rule

    • Use multiple Validate rules for each mandatory field

    • Use an Edit Validate rule to verify if each of the mandatory properties has a value

    • Use a Validate rule to verify the mandatory fields have a value

    Correct Answer
    A. Configure the mandatory fields as Required in the section rule
  • 42. 

    In an airline reservation application, users enter departure and return dates and submit for flight search. This isimplemented as a flow action. You need to ensure that the return date is later than the departure date. You alsoneed to copy the dates to a search parameter page that is used for flight search.Select the two rule types that the flow action references to satisfy these requirements. (Choose Two)

    • Validate

    • Edit Validate

    • Service Level

    • Data Transform

    Correct Answer(s)
    A. Validate
    A. Data Transform
  • 43. 

    You have created a new report that contains a list of employees, hire dates, and managers. You have been asked todisplay each manager in a row. Beneath each manager row, you must list the manager’s employees and their hiredates. How would you support this request?

    • Summarize the manager column

    • Sort the manager column

    • Group the manager column

    • Filter the manager column

    Correct Answer
    A. Group the manager column
  • 44. 

    A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and WorkStatus. You must sort the cases so the case with the most recent create date appears at the top of the list anddescends in order.How would you design the report definition to support this requirement?

    • Select Highest to Lowest sort type for Create Date.

    • Select Count in the Summarize column for Create Date.

    • Add a filter condition where Create Date is greater than the current date.

    • Make that Create Date the first column in the report.

    Correct Answer
    A. Select Highest to Lowest sort type for Create Date.
  • 45. 

    A data page holds the local weather information and has he Reload if Older Than field to 10 minutes.The data page is created at 11:22. The user then performs the following actions:11:28 the user refreshes the weather information11:40 the user refreshes the weather informationAt what time is the data page reloaded?

    • 11:32

    • 11:38

    • 11:40

    • 11:28

    Correct Answer
    A. 11:40
  • 46. 

    You have been asked to create a report that displays the following information:-Assigned case worker (.pxAssignedOperatorID)-Requestor (.pxCreateOperator)-Request date (.pxCreateDateTime)-Due date (.DueDate)-Assigned vendor (.VendorName)The report contains a filter to only return purchase requests with a status (.pyStatusWork) of open.Which property can you optimize to improve report performance?

    • .DueDate

    • .pyStatusWork

    • .pxAssignedOperatorID

    • .pxCreateDateTime

    Correct Answer
    A. .DueDate
  • 47. 

    Users can access an apartment search application from different devices with different screen sizes. A screen displaysthe photos of available properties. On a wide desktop screen, the photos are displayed in an inline format. On asmart phone, the photos should be displayed in a vertical stack.How do you implement the screen for this requirement?

    • Use a column layout with a responsive breakpoint at smart phone screen width to hide the left and right columns

    • Circumstance the section rule to display the photos with different arrangements at different screen sizes.

    • Circumstance the layout to display the photos the photos with different arrangements at different screen sizes.

    • Use a dynamic layout with a responsive breakpoint at smart phone screen width to change from an inline format to a stacked format.

    Correct Answer
    A. Use a dynamic layout with a responsive breakpoint at smart phone screen width to change from an inline format to a stacked format.
  • 48. 

    You have been asked to configure a rule for use in a business process to evaluate multiple property values and returna text value as a result. Which type of rule satisfies this requirement?

    • When rule

    • Decision tree

    • Validate

    • Data transform

    Correct Answer
    A. Decision tree
  • 49. 

    In an insurance claim application 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?

    • The data propagation feature only propagates data when the repair case is created.

    • The data propagation feature will continue to track changes and propagate data to the repair case until the claim case is resolved.

    • The data propagation feature will track changes and propagate data for the entire lifecycle of the repair case.

    • The data propagation feature cannot be used because it only supports data propagation to child cases.

    Correct Answer
    A. The data propagation feature only propagates data when the repair case is created.

Quiz Review Timeline (Updated): Mar 21, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 28, 2019
    Quiz Created by
    Rafael
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.