Free Aug-2024 PEGACPSA23V1 Dumps are Available for Instant Access [Q68-Q84]

Share

Free Aug-2024 PEGACPSA23V1 Dumps are Available for Instant Access

View All PEGACPSA23V1 Actual Exam Questions Answers and Explanations for Free

NEW QUESTION # 68
Which two rules do you localize by using the localization wizard? (Choose Two)

  • A. Work Parties
  • B. Correspondence Fragment
  • C. Field Value
  • D. Paragraph

Answer: B,D


NEW QUESTION # 69
Which requirement is fulfilled by configuration a field value?

  • A. A government official can enter comments that require location.
  • B. Customers can add an unlimited number of items to an online shopping card.
  • C. A global hotel chain application can display current amenities in 23 languages.
  • D. Service agents are able to enter feedback in multiple languages.

Answer: C

Explanation:
Field values in Pega are specifically designed to support localization of content, which is ideal for displaying static content in multiple languages:
B; A global hotel chain application can display current amenities in 23 languages. This requirement is perfectly aligned with the purpose of field values, which is to provide localized text for labels, button texts, tooltips, and other interface elements across different locales. Using field values, a hotel chain application can manage and display amenity descriptions in multiple languages, enhancing the user experience for international customers.


NEW QUESTION # 70
You are developing a Visa case type to process visa applications. As part of the process, applicants need to schedule an interview with the consulate. A child Interview case is created for the interview process and assessment.
Following the interview, it typically takes 48 hours for the consulate to reach a decision. For the visa case to proceed to applicant notification, the Interview case needs to be resolved.
How do you configure a case type to achieve the required behavior?

  • A. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved.
  • B. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until 48 hours have elapsed.
  • C. Add a Create Case step that creates the Interview child case. There is no need to add a Wait step.
  • D. Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved and after 48 hours have elapsed.

Answer: A

Explanation:
To configure a case type that properly manages the progression of a visa application contingent upon the resolution of an Interview child case:
C: Add a Create Case step that creates the Interview child case. Following this step, add a Wait step that pauses the parent case until the Interview case reaches a status of Resolved. This approach ensures that the main Visa case does not proceed to the next phase until the Interview child case is fully resolved, aligning the process flow with the actual completion of necessary steps. The 48-hour period for decision-making is likely internal to the consulate's process and does not affect the configuration of the wait condition in the case type.


NEW QUESTION # 71
Which two items must be provided by the user to add an external data source to a data object? (Choose Two)]

  • A. The uniform resource identifier that identifies the web service
  • B. A simulated data source to test the implementation
  • C. A data transform to map the application data model to the connector
  • D. The authenticating information, if required by the corresponding service

Answer: A,D


NEW QUESTION # 72
Which two statements demonstrate the role of a report? (Choose Two)

  • A. Reports are used to source a list of selectable items while working in an assignment
  • B. Reports are used to update data in a database.
  • C. Reports are used to select items from a list while working in an assignment.
  • D. Reports are used to assess process performance.

Answer: A,D


NEW QUESTION # 73
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)

  • A. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
  • B. An accountant wants to list the largest order for the last month, for each customer account.
  • C. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
  • D. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.

Answer: C,D


NEW QUESTION # 74
Based on security factors, which two options are considered strong passwords? (Choose Two)

  • A. lLik3Chocolate&sawDustIcecre@m
  • B. d8073&gxn*,.ki;vnhdf($h&m
  • C. Pe6@5yst3m$
  • D. bluedoor

Answer: A,B

Explanation:
Strong passwords are crucial for enhancing security. They are typically characterized by a combination of uppercase and lowercase letters, numbers, and special characters, making them difficult to guess or crack.
* A. lLik3Chocolate&sawDustIcecre@m: This password incorporates uppercase and lowercase letters, numbers, and special characters, and is sufficiently complex and lengthy, making it a strong password.
* B. d8073&gxn,.ki;vnhdf($h&m*: Similarly, this password includes a mix of characters, numbers, and special symbols, contributing to its strength due to its complexity and unpredictability.
Option C, "bluedoor", lacks the mix of character types and is relatively simple, making it a weak password.
Option D, "Pe6@5yst3m$", though incorporating a mix of character types, is closer to a common pattern related to the word "password", which might not be as strong as options A and B, which are more complex and less predictable.


NEW QUESTION # 75
A help desk ticket case type is defined as follows:

If the Process ticket step is configured to set the status to Pending-Triage, when is the status of the case set to Pending-Triage?

  • A. When the Triage stage starts
  • B. When the Process ticket step starts
  • C. When the Enter Ticket Details step completes
  • D. When the Process ticket step completes

Answer: B

Explanation:
In the context of the case life cycle displayed in the image:
A: When the Process ticket step starts. The status of the case is typically set to a new value at the beginning of a step where that status is configured. Therefore, when the Process ticket step begins, the case status would change to Pending-Triage, reflecting that the case is now in the process of being triaged. This status remains until the step is completed or until the status is explicitly changed by another step in the process.


NEW QUESTION # 76
A survey is sent to a customer via email.
How do you configure a solution to ensure the email includes the case ID for the survey?

  • A. Create a required field for the case ID that must be entered by a user during the case process prior to sending the survey.
  • B. Use the Insert Property feature of a Send Email step to add the case ID when composing the message dialog.
  • C. Create a process using the Send Email step allowing representatives to quickly add the case ID to the email.
  • D. Call a data transform to copy the case ID from pyWorkPage to the email.

Answer: B

Explanation:
To ensure that a survey email sent to a customer includes the case ID for the survey, incorporating dynamic content into the email is necessary. The most direct and efficient way to achieve this is by utilizing Pega's built-in functionality for email composition.
* D. Use the Insert Property feature of a Send Email step: This approach allows for the dynamic insertion of the case ID directly into the email content at the time of composing the email. The Insert Property feature is designed to reference and pull in property values (such as the case ID) from the case context, ensuring that the email content is accurately personalized for each recipient. This method ensures that the email template remains flexible and reusable, while still providing specific information like the case ID.
Creating a required field for the case ID (A) unnecessarily complicates the process for users. Calling a data transform (B) can copy data between pages within the application but does not directly address the insertion of case ID into an email. Creating a process using the Send Email step (C) provides a mechanism for sending emails but, without utilizing the Insert Property feature, does not automatically include the case ID in the email content.


NEW QUESTION # 77
A moving company provides customers with a tool that recommends a moving vehicle based on the number of bedrooms in their current living space and whether they are planning to move heavy furniture like bed frames, mattresses, or couches. Based on the customer inputs, a decision table presents the customer with a recommendation.
Which two configurations do you use together to build the decision table? (Choose Two)

  • A. Create two columns, one for the number of bedrooms and one for whether the customer is moving heavy furniture.
  • B. Create two rows, one for the number of bedrooms and one for whether the customer is moving heavy furniture.
  • C. Create a column for the recommended moving vehicle.
  • D. Create rows for the recommended moving vehicle.

Answer: C

Explanation:
To construct a decision table for recommending a moving vehicle based on the number of bedrooms in the customer's current living space and whether heavy furniture is being moved, the decision table needs to account for these input parameters and provide a corresponding recommendation.
* A. Create a column for the recommended moving vehicle: This column will hold the output of the decision table, which is the type of moving vehicle recommended based on the input criteria. This setup allows for a clear and direct presentation of the recommendation to the customer.
* D. Create two columns, one for the number of bedrooms and one for whether the customer is moving heavy furniture: These columns will serve as the input conditions for the decision table. By evaluating the values in these columns, the decision table can determine the appropriate moving vehicle recommendation for each unique set of circumstances.
Creating rows for the recommended moving vehicle (B) would not follow the conventional structure of a decision table, where rows typically represent different rule conditions or scenarios rather than outcomes.
Creating two rows, one for each input condition (C), misunderstands the structure of decision tables, where conditions are represented as columns and individual scenarios or rule conditions are represented as rows.


NEW QUESTION # 78
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. Run reports
  • D. Modify instances
  • E. Delete rules

Answer: A,C,D


NEW QUESTION # 79
Which source do you select for a data page that contains the details of single record for a data type?

  • A. Report definition
  • B. Data transform
  • C. Lookup
  • D. Connector

Answer: C


NEW QUESTION # 80
You have been asked to create a pie chart that shows the number of cases each manager has created. A list report contains columns for manager name, case ID, and office. How do you configure the list report in order to create the pie chart?

  • A. Summarize the manager name column.
  • B. Group the case ID column.
  • C. Group the manager name column.
  • D. Summarize the case ID column

Answer: C

Explanation:
To configure a pie chart that displays the number of cases each manager has created using a list report:
B: Group the manager name column. Grouping the report by the manager name column aggregates the data such that each manager's entry shows the count of cases they have created. This configuration provides the necessary data structure for a pie chart visualization, where each slice represents a manager and their corresponding case count.


NEW QUESTION # 81
A case type for voice over requests includes two tasks: Edit Script and Record Script. Your team has been asked to route Edit Script tasks to editors and Record Script tasks to actors.
Which approach fulfills this requirement?

  • A. Create one new work queue and split the tasks by type.
  • B. Create two new work queues, one for editors and one for actors.
  • C. Create two new work groups in Dev Studio that reference one work queue.
  • D. Create one work group for both personas and route to the work group.

Answer: B


NEW QUESTION # 82
Which issue do you address by simulating a data source?

  • A. An Embedded data field needs simulated data for testing a customer creation view.
  • B. In production, the customer database needs to be taken off-line overnight for scheduled maintenance.
  • C. The product database moves to a new data source accessible by a web service that is not yet configured.
  • D. You need to test a save plan for a savable data page that updates the cost of coverage options for insurance policies

Answer: C

Explanation:
Simulating a data source is primarily used to address scenarios where the actual data source is not available.
The appropriate use case is:
A: The product database moves to a new data source accessible by a web service that is not yet configured. Simulating the data source allows developers to continue building and testing applications even when backend services are not fully set up, ensuring development progress is not hindered by external dependencies.


NEW QUESTION # 83
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. Order Total
  • B. pxCreateDate and Order Total
  • C. pxCreateDate
  • D. Customer ID and Order Total

Answer: B


NEW QUESTION # 84
......

The Most In-Demand PEGACPSA23V1 Pass Guaranteed Quiz : https://www.practicedump.com/PEGACPSA23V1_actualtests.html

New Version PEGACPSA23V1 Certificate & Helpful Exam Dumps is Online: https://drive.google.com/open?id=1aBAxSP_eAN3x3QT-BIWyO9h_2nyWKWfz