Skip to main content

PEGACSA74V1 Real Exam Questions

Certified System Architect (CSA) 74V1

60 questions available · Page 1 of 6

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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?

  1. A

    Create three parallel processes with approval assignments.

  2. B

    Route to a workbasket where all three roles have access.

  3. C

    Create business logic to route to the different approvers.

  4. D

    Create an approval step with cascading approval.

Show answer and explanation

Correct answer: D

Question 2 Single choice

While testing a business process to approve an expense report, you receive an error.

Which tool allows you to review the rule execution to determine the source of the error?

  1. A

    The Tracer

  2. B

    The Clipboard tool

  3. C

    The Application Profiler

  4. D

    The Dependency Analyzer

Show answer and explanation

Correct answer: D

Question 3 Single choice

Which requirement can be implemented through circumstancing?

  1. A

    An application establishes a goal of four hours to adjust claims for platinum customers. For other customers, the application establishes a goal of one business day.

  2. B

    An application sets the default shipping option for orders that exceed USD100 to two-day delivery.
    Otherwise, the default option is five-day delivery.

  3. C

    An application audits insurance claims that an insurance adjuster values at USD10000 or greater.
    Otherwise, the claim is approved.

  4. D

    An application routes upgrade requests for US customers to one work queue, and requests for European customers to a different work queue.

Show answer and explanation

Correct answer: D

Question 4 Single choice

Your online shopping application serves international customers. You need to define a Data Page that holds currency exchange rates. All users accessing the application need to use the information.
The Scope of this Data Page should be set to _____.

  1. A

    Thread

  2. B

    Application

  3. C

    Node

  4. D

    Requestor

Show answer and explanation

Correct answer: C

Question 5 Multiple choice

You have been asked to create a report definition that includes information about the sales offices and sales representatives. The manager wants to access the report in the Report Browser in the user portal.
The manager also wants to include the report in a new report category specifically for the sales group.

What two configurations are required to support this request? (Choose Two)

  1. A

    Select the option in the Report Browser that allows users to view your report.

  2. B

    Create a report category rule for sales office reports.

  3. C

    Select the report definition option that displays your report in the Report Browser.

  4. D

    Add a report category for sales group reports in the Report Browser.

Show answer and explanation

Correct answers: C, D

Question 6 Single choice

In an application selling office supplies, the Payment form 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 OrderSummary form also needs to display the order items.

How do you implement the UI so that the order items display is shared between Payment and OrderSummary forms?

  1. A

    Reuse the Payment section in the OrderSummary form and circumstance the section rule to hide payment information.

  2. B

    Build the OrderSummary section with a layout inside to group the order items, similar to the Payment section.

  3. C

    Embed the Payment section in the OrderSummary section.

  4. D

    Convert the Payment section layout that contains order items to a section, and embed this section in the OrderSummary section.

Show answer and explanation

Correct answer: B

Question 7 Single choice

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?

  1. A

    Data page

  2. B

    Data transform

  3. C

    Declare expression

  4. D

    Function

Show answer and explanation

Correct answer: B

Question 8 Single choice

As part of the case design, after someone completes a purchase the application should resend a confirmation email.

How do you design the case life cycle to send the email?

  1. A

    As part of the stage configuration

  2. B

    As an alternate stage

  3. C

    As part of the case configuration

  4. D

    As a separate process step

Show answer and explanation

Correct answer: A

Question 9 Hotspot

HOTSPOT

In the Answer Area, identify the data access option for each type of reference data;

Question diagram
Show answer and explanation
Correct answer diagram
Question 10 Single choice

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

How do you configure the field to support this requirement?

  1. A

    Configure a validate rule to test the tax identification number pattern.

  2. B

    Use a decimal property type and make the field required.

  3. C

    Use an edit validate rule that validates the tax identification number pattern.

  4. D

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

Show answer and explanation

Correct answer: D