[2024] Pass PEGACPSA23V1 Exam - Real Questions & Answers [Q14-Q39]

Share

[2024] Pass PEGACPSA23V1 Exam - Real Questions and Answers

PEGACPSA23V1 Exam Questions Get Updated [2024] with Correct Answers

NEW QUESTION # 14
When applying for a credit limit increase, customers with standard credit cards must provide information in an Employment Information process. Requests from customers with Platinum credit cards automatically skip this process.
What task do you perform to implement this requirement?

  • A. In the Employment Information process add a custom condition to start the process by testing the card type.
  • B. In the Employment Information process add an Approve/Reject step to test the card type.
  • C. In the Employment Information process add a card type true/false field to a user view.
  • D. In the Employment Information process validate card type for continued processing.

Answer: D


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

  • A. Make the Create Date the first column in the report.
  • B. Add a filter condition where Create Date is greater than the current date.
  • C. Select Highest to Lowest sort type for Create Date.
  • D. Select Lowest to Highest sort type for Create Date.

Answer: C

Explanation:
To design a report definition that sorts cases so that the case with the most recent create date appears at the top of the list and descends in order, the sorting of the Create Date column must be configured appropriately.
* C. Select Highest to Lowest sort type for Create Date: This sorting option ensures that the report organizes the cases starting with the most recent (highest) create date first, descending to the earliest (lowest) create date. This configuration aligns directly with the manager's requirement to have the most recently created cases at the top of the report, facilitating quick access to the latest cases.
Selecting Lowest to Highest sort type for Create Date (A) would result in the opposite of the requested order, placing the oldest cases at the top. Adding a filter condition where Create Date is greater than the current date (B) wouldn't be practical, as create dates cannot be in the future. Making the Create Date the first column in the report (D) might aid in readability but on its own does not ensure the correct sorting order.


NEW QUESTION # 16
In a construction application, the user access group is configured with an Access of Role to Object record as shown in the following image:

Currently, the application is in the quality assurance environment. Which three operations can users perform in the application at this level? (Choose three.)

  • A. Open instances
  • B. Modify rules
  • C. Modify instances
  • D. Run reports
  • E. Delete rules

Answer: A,C,D


NEW QUESTION # 17
A customer wants to copy the contents of a previous order to their current order.What rule type doyou use to copy the order contents?

  • A. Declare expression
  • B. Data page
  • C. Function
  • D. Data transform

Answer: D


NEW QUESTION # 18
Which two options are process reports? (Choose two.)

  • A. Total customer inquiry cases for each state for each product line.
  • B. Average duration and timeliness for each assignment.
  • C. Top 10 merchants with highest percentage of fraud cases.
  • D. The number of customer support request cases created for each week.

Answer: B,D

Explanation:
Process reports typically involve metrics related to case processing and workflows:
A: The number of customer support request cases created for each week. This type of report provides insights into case volume over time, which is a key process metric.
B: Average duration and timeliness for each assignment. This report provides analysis of the efficiency and effectiveness of case processing, focusing on performance metrics for assignments, which is a fundamental aspect of process reporting.


NEW QUESTION # 19
While testing a form, you need to verify the contents of a data page in memory. Which tool do you use to view the current contents of the data page?

  • A. Live UI
  • B. The Data Explorer
  • C. Case Designer
  • D. The Clipboard tool

Answer: D

Explanation:
To inspect and verify the contents of a data page during form testing:
A: The Clipboard tool. This tool is integral for developers to view and manage the current state of data pages in memory, providing a detailed snapshot of all data pages loaded during a session, including their contents and structure. It is invaluable for verifying data integrity and troubleshooting data-related issues in forms.


NEW QUESTION # 20
To qualify for an instant loan, an applicant must be older than 21 and have a monthly income of atleast USD2000. How do you enforce these restrictions?

  • A. Configure the Ul controls to only accept values geater than 21 for age and USD2000 for income.
  • B. Use two Validate rules: one for age and one for income.
  • C. Use a single Validate rule with two conditions: one for age and one for income.
  • D. Use two Edit Validate rules: one for age and one for income.

Answer: C


NEW QUESTION # 21
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in credit card debt.
How do you enforce these restrictions when requesting an instant loan?

  • A. Use a single Validate rule with two conditions; one for income and one for credit card debt.
  • B. Use a Validate rule to call two Edit validate rules: one for income and one for credit card debt.
  • C. Use two Edit Validate rules; one for income and one for credit card debt.
  • D. Use UI controls to validate the entries in the income and credit card debt fields.

Answer: A

Explanation:
Similar to the previous validation question, using a single Validate rule that encompasses both conditions-minimum monthly income of GBP 2000 and a maximum credit card debt of GBP 20000-is the most straightforward and efficient approach. This ensures that all financial criteria are assessed together, maintaining consistency and simplicity in the validation process, and preventing the application from moving forward if either financial criterion is not met.


NEW QUESTION # 22
Which two requirements demonstrate the need to configure correspondence? (Choose Two)

  • A. Assign a new insurance claim to a case worker to process.
  • B. Text the customer with status changes in an insurance claim.
  • C. Phone a customer for additional information about the case.
  • D. Fax a new insurance claim to the auto repair shop.

Answer: B,D


NEW QUESTION # 23
On a service level, the passed deadline interval is measured from

  • A. when a user begins the assignment
  • B. the end of the goal interval
  • C. the end of the deadline interval
  • D. when the assignment is ready for a user

Answer: B

Explanation:
In the context of service levels in Pega, the "passed deadline" interval starts immediately after the "end of the goal interval". This setup helps in distinguishing between the targeted resolution time (goal) and the ultimate deadline by which the task must be completed, allowing for escalated actions or notifications to be triggered if the deadline is approached or passed, ensuring timely completion of assignments.


NEW QUESTION # 24
A user view includes a list of four urgency options selectable by radio buttons. How do you configure the selection list?

  • A. Configure a picklist with radio buttons for the urgency options.
  • B. Configure a Boolean field with selectable urgency options.
  • C. Configure a field group with selectable urgency options.
  • D. Configure a drop down field with selectable urgency options.

Answer: A

Explanation:
For a user view that includes a list of four urgency options selectable by radio buttons, the goal is to present a single choice among predefined options in a user-friendly manner.
* C. Configure a picklist with radio buttons for the urgency options: This approach directly meets the requirement by allowing users to select one urgency level from the provided options using radio buttons.
A picklist configured with radio buttons effectively presents discrete choices in a clear format, ensuring that only one urgency option can be selected at any time, which aligns with the functionality described.
Configuring a field group (A) is generally used for grouping related fields but does not inherently provide the singular selection mechanism of radio buttons.


NEW QUESTION # 25
Which business need do you address through delegation?

  • A. A care supervisor wants to authorize a second opinion for an insurance claim.
  • B. A risk officer wants to adjust the income threshold for automobile loans.
  • C. A general manager must approve catering proposals that exceed EUR5000
  • D. A service representative must attach the appropriate form when emailing a customer

Answer: B

Explanation:
Delegation is used in Pega to enable business users to manage specific business rules or parameters directly. It addresses:
B: A risk officer wants to adjust the income threshold for automobile loans. This requirement is ideal for delegation as it involves a business parameter (income threshold) that may need frequent adjustments based on market conditions or internal policies. Delegating this allows the risk officer to make adjustments independently without requiring changes through IT or development teams.


NEW QUESTION # 26
How do you route an assignment so that any available member of the department can perform the task?

  • A. Route the assignment to the admin user
  • B. Route the assignment separately to all members.
  • C. Route the assignment to a work list.
  • D. Route the assignment to a work queue.

Answer: D

Explanation:
Routing an assignment to a work queue is the appropriate method to allow any available member of a department to perform the task. Work queues are designed to hold assignments that can be picked up by any qualified user who has access to that queue. This differs from a work list, which is typically specific to an individual user. Routing to a work queue ensures efficient task allocation and flexibility in task management within a team or department.


NEW QUESTION # 27
Employees submit time-off requests that must be approved by their manager. If the requested time off is extended beyond three weeks, the manager, director, and a member of human resources (HR) must approve the request. Which two configurations, when applied in combination, achieve this behavior? (Choose Two)

  • A. Configure custom approvals in the reporting structure.
  • B. Use a cascading approval with a reporting structure.
  • C. Create a decision table and evaluate all rows.
  • D. Use a cascading approval with an authority matrix.

Answer: B,D


NEW QUESTION # 28
A list report includes columns for purchase requests and regional cost centers. A manager wants there report to show the total number of purchase requests for each of the regional cost centers. How do you configure the report definition?

  • A. Filter the results so that the report includes only cost center and purchase requests.
  • B. Summarize the purchase requests column by count.
  • C. Use the purchase requests column to group the cost centers.
  • D. Summarize the regional cost centers by count.

Answer: B


NEW QUESTION # 29
You are defining a user view for a loan application. If the loan applicant indicates there is an existing open account, the Date account opened must be before the current date. Select the approach that meets the validation requirements.

  • A. Use a calendar control to verify the Date account opened is in the past.
  • B. Use a when rule to verify the Date account opened is in the past.
  • C. Use a validate rule to verify the Date account opened is in the past.
  • D. Use a pick list control to verify the Date account opened is in the past.

Answer: C


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

  • A. Configure a decision tree
  • B. Configure a view with the quiz questions
  • C. Configure a process with multiple decision shapes
  • D. Configure a decision table

Answer: D

Explanation:
For an internet provider's quiz designed to recommend internet speeds based on varying customer usage profiles, including differentiating between residential and business needs, employing a decision mechanism that efficiently handles multiple input factors is key.
* A. Configure a decision table: Decision tables are ideal for scenarios where the output (recommended internet speed) depends on multiple conditions (quiz answers about internet use). They offer a clear, concise way to map various combinations of inputs to their corresponding outputs, making it easy to update and manage as new conditions or outcomes are introduced. This configuration supports dynamic and nuanced decision-making based on customer responses.
Configuring a view with quiz questions (B) is necessary for collecting inputs but does not determine the outcome. A decision tree (C) could also be used but might become complex with multiple branching conditions. A process with multiple decision shapes (D) could handle the logic but may be less efficient and harder to maintain than a decision table.


NEW QUESTION # 31
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. Use an Edit Validate rule to verify if each of the mandatory properties has a value.
  • B. Configure a Disable when condition on the mandatory fields at runtime.
  • C. Use a Validate rule to verify the mandatory fields have a value.
  • D. Configure the mandatory fields as Always Required on the form at runtime.

Answer: D


NEW QUESTION # 32
DRAG DROP
Select each Use Case on the left and drag it to the appropriate Automation on the right.

Answer:

Explanation:


NEW QUESTION # 33
A manufacturing company has an Inventory data page that uses page structure. You need to write a single page of data to a single database row in the configured system of record.
Which option fulfills the requirement?

  • A. Data type
  • B. Database save
  • C. Connector
  • D. Insight

Answer: B

Explanation:
To write a single page of data to a single database row in the configured system of record:
D: Database save. A database save operation is used to persist data from a Pega data page into a database. It matches the structure of the data page to the corresponding database table structure and writes the data to a new row, fulfilling the requirement to synchronize a page of data to the database.


NEW QUESTION # 34
Select the three benefits of using Direct Capture of Objectives (DCO). (Choose Three)

  • A. Generate the latest code from business-friendly metaphors.
  • B. Automate custom business processes.
  • C. Enter and store business requirements in the application.
  • D. Empower project participants to review development progress.
  • E. Facilitate collaboration between business and IT around working models.

Answer: A,C,E


NEW QUESTION # 35
Which two requirements ensure that valid data is used in a case? (Choose two.)

  • A. The data is organized in a data type.
  • B. The data is the correct field type.
  • C. The data fits the business logic.
  • D. The data is locally sourced.

Answer: B,C


NEW QUESTION # 36
To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in total liability. How do you enforce these restrictions when requesting an instant loan?

  • A. Use a Validate rule to call two Edit validate rules: one for income and one for liability.
  • B. Use Ul controls to validate the entries in the income and liability fields.
  • C. Use a single Validate rule with two conditions: one for income and one for liability.
  • D. Use two Edit Validate rules: one for income and one for liability.

Answer: C

Explanation:
For enforcing restrictions on income and total liability when applying for an instant loan, a single Validate rule containing two conditions (one for the minimum monthly income of GBP 2000 and another for the maximum total liability of GBP 20000) provides a cohesive validation strategy. This configuration minimizes complexity and ensures that both key financial thresholds are evaluated at the same time, making the validation process more efficient and less prone to errors.


NEW QUESTION # 37
In which three situations can you use a data transform? (Choose Three)

  • A. To copy the first and last name properties into a single property value
  • B. To create a new property after case creation
  • C. To set the default arrival date to five days in the future
  • D. To perform an action that allows the user to update a reservation
  • E. To set the destination location as the arrival location

Answer: A,C,E

Explanation:
Data transforms in Pega can be used effectively in the following scenarios: A. Setting a destination location to match an arrival location as part of data normalization. C. Automatically calculating and setting a future date based on a specific business logic, such as setting an arrival date five days ahead. D. Merging multiple pieces of data, such as first and last names, into a single property to facilitate easier data management or reporting.


NEW QUESTION # 38
An internal application grants 75 employees access to one of four personas: Admin, Author, User, and Manager. A new analyst who joins the company requires all the access of the Author persona, but only some of the reporting features that are available to the Manager persona.
How do you satisfy this security requirement?

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

Answer: C


NEW QUESTION # 39
......

Practice PEGACPSA23V1 Questions With Certification guide Q&A from Training Expert TestInsides: https://www.testinsides.top/PEGACPSA23V1-dumps-review.html

Free Pegasystems PEGACPSA23V1 Test Practice Test Questions Exam Dumps: https://drive.google.com/open?id=1KtwHRoKJwSuVyBoSK45G-rA2okGYmo0M