Get Pegasystems PEGAPCSA87V1 Dumps Questions Study Exam Guide Jul 24, 2023 [Q31-Q49]

Share

Get Pegasystems PEGAPCSA87V1 Dumps Questions Study Exam Guide Jul 24, 2023

PEGAPCSA87V1 Premium Exam Engine - Download Free PDF Questions


The Pega Certified System Architect (PCSA) 87V1 certification is an industry-recognized certification that is highly valued by employers. Pega Certified System Architect (PCSA) 87V1 certification demonstrates that you possess the skills and knowledge required to design and implement Pega applications. It also shows that you are committed to your professional development and are willing to invest in your career.


Pegasystems PEGAPCSA87V1 Certification Exam is designed to test the competency of individuals in Pega System Architecture. PEGAPCSA87V1 exam is intended for professionals who want to enhance their career in Pega technology and demonstrate their expertise in Pega System Architecture. The Pega Certified System Architect (PCSA) 87V1 certification is a great way to validate your knowledge and skills in Pega technology and set yourself apart from the competition.

 

NEW QUESTION # 31
Which scenario requires you to make updates in Dev Studio?

  • A. An email correspondence is added to the case type.
  • B. A task is reassigned when it reaches a service-level agreement goal.
  • C. A new confirmation view displays a read-only text property.
  • D. A customer representative can approve or reject a claim.

Answer: B


NEW QUESTION # 32
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 transform copies the correct value from the data page to the shopping cart page.
  • B. Verify the data page has the correct item prices.
  • C. Verify the order total cost property is accurately calculated
  • D. Verify the price fields are displayed in the correct format.

Answer: A,B


NEW QUESTION # 33
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days. To meet this requirement you need to set the___________in the service level to 5 days.

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

Answer: B


NEW QUESTION # 34
You are configuring routing for a customer warranty service request. All warranty servicerequests are routed to the warranty resolution group except for warranty service requests for betanrelease product that requires review by the vice president of service. How do you configure assignment routing to review warranty service requests?

  • A. Route the assignment to the warranty resolution group who sends an email notification to the vice president of service for the beta-release product.
  • 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 skilled group for the beta release when the request is for the beta release.
    Otherwise, route the assignment to the warranty resolution group.
  • D. Route the assignment to the vice president of service who routes assignments to the warranty resolution group as needed.

Answer: B


NEW QUESTION # 35
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?

  • A. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
  • B. Add logic to the pre-processing data transform to test if values were already initiated.
  • C. Configure the data transform as post-processing instead of pre-processing.
  • D. Do nothing. The pre-processing data transform is only called once for each assignment.

Answer: D


NEW QUESTION # 36
In the Answer Area, select the Data Transform configuration that defaults the Quantity property value on a Purchase Request case to 1.

Answer:

Explanation:

Explanation
Graphical user interface, text, application Description automatically generated


NEW QUESTION # 37
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?

  • A. A disable condition (when rule) that is applied to the Select flight insurance check box.
  • B. A required condition (when rule) that is applied to the Select flight insurance check box.
  • C. A visibility condition (when rule) that is applied to the Select flight insurance check box.
  • D. A disable condition (when rule) that is applied to the section with the flight insurance information.

Answer: C


NEW QUESTION # 38
Which requirement demonstrates the need configure correspondance?

  • A. Case worker receives a mobile push notification to approve an insurance claim
  • B. Phone a customer for additional information about the case
  • C. Assign a new insurance claim to a case worker to process
  • D. Email the case worker when the insurance claim is routed to their worklist

Answer: D


NEW QUESTION # 39
A requirement states: Loan applicants must enter their annual salary. If the salary is above the qualifying threshold, the application is automatically approved. If the salary is below the threshold, the applicant must identify a cosigner.
Select the two configuration options that follow best practices to meet the requirement. (Choose Two)

  • A. Design a user view with an annual salary field and a data relationship for cosigner information. Use a visibility condition to display the cosigner information when the salary is below the threshold.
  • B. Create an assignment step for a loan officer to review the applicant's annual salary and determine if a cosigner is necessary.
  • C. Use a collect information step with an annual salary field. Use a decision shape to determine whether to advance to a step to enter cosigner information or complete the process.
  • D. Design a user view with an annual salary field. Create an optional action to collect information about the cosigner and assign the action to the appropriate stage.

Answer: A,C


NEW QUESTION # 40
Select each description on the left and drag it to the correct field type on the right.

Answer:

Explanation:

Explanation
Chart Description automatically generated


NEW QUESTION # 41
You are building a new booking application in pega platform with a case type that displays a customer's various accounts and allows them to make banking transactions. The transaction data object allows customers to dispute a transaction. The system provides a drop-down list of reasons for the dispute, which are collected along with the transaction ID. According to pega best practices, which option do you use to source the transaction data object?

  • A. External system of record
  • B. No system of record
  • C. Pega platform system of record
  • D. A data page

Answer: C


NEW QUESTION # 42
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 ______________.

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

Answer: C


NEW QUESTION # 43
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

  • A. Rules delegated to the operator
  • B. Preferences for the operator
  • C. Rules checked out by the operator
  • D. Rules recently opened by the operator

Answer: C


NEW QUESTION # 44
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?

  • A. Update the Author role to include the required analyst reports.
  • B. Create a new Analyst role with the required access.
  • C. Add the analyst to the Manager role.
  • D. Add the analyst to both the Author role and the Case Manager channel interface.

Answer: B


NEW QUESTION # 45
You create an application to track package deliveries. Choose three elements that are essential for this application. (Choose Three)

  • A. A user view to enter the shipping details
  • B. A work party to represent the customer
  • C. A set of fields to capture the shipping details
  • D. A delivery cancellation child case
  • E. A shipment tracking case type

Answer: A,C,E


NEW QUESTION # 46
You are asked to build a report listing customer order cases with an Order Total value over USD10000 sorted by Creation date (pxCreateDate). The report should display the following three fields: Case ID (pylD), Customer ID, and Order Total. Which property or property combination should you optimize to improve performance?

  • A. pxCreateDate and Order Total
  • B. Customer ID and Order Total
  • C. pxCreateDate
  • D. Order Total

Answer: B


NEW QUESTION # 47
In the Answer Area, select the appropriate configuration type for each use case.

Answer:

Explanation:

Explanation
Text Description automatically generated


NEW QUESTION # 48
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.)

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

Answer: A,D


NEW QUESTION # 49
......

Free PEGAPCSA87V1 Exam Braindumps Pegasystems  Pratice Exam: https://www.suretorrent.com/PEGAPCSA87V1-exam-guide-torrent.html

Instant Download PEGAPCSA87V1 Free Updated Test Dumps: https://drive.google.com/open?id=1Y-aYC0udTz9gN31nVlIKX2l3DeU38oaG