
ExamsTorrent PEGACPSA23V1 Dumps PDF - 100% Passing Guarantee
PEGACPSA23V1 Braindumps Real Exam Updated on Jul 15, 2024 with 257 Questions
NEW QUESTION # 67
Color options are available to the customer, but the options are available on the screen, and do not appear with the popup.
Which option to configure the color option?
- A. Dropdown
- B. Radio button
- C. Check box
- D. Autocomplete/Textfield
Answer: A
Explanation:
In this scenario, the requirement is to present color options to a customer without a popup, directly on the screen. The most suitable UI control for this situation is a dropdown. A dropdown allows users to see all available options upon interaction, occupies minimal screen space when not in use, and effectively groups single-option selections in a compact form. This approach avoids the potential clutter of radio buttons or checkboxes for numerous options and is more user-friendly than an autocomplete/text field for a fixed set of choices like colors.
NEW QUESTION # 68
A retail store wants an application to process a new customer loyalty account. The customer enters their contact information; including name, email, phone number, and address. This information is displayed in a data relationship.
What type of data relationship do you create?
- A. A Case reference field
- B. A Query field
- C. A Data reference field
- D. An Embedded data field
Answer: C
NEW QUESTION # 69
You are implementing a Ul form collecting job applicant information. Users must provide values to certain fields before submitting the form. Which configuration adds asterisks to indicate the mandatory fields on the form?
- A. Use a Validate rule to verify the mandatory fields have a value
- B. Use an Edit Validate rule to verify if each of the mandatory properties has a value
- C. Use multiple Validate rules for each mandatory field
- D. Configure the mandatory fields as Required in the section rule
Answer: D
Explanation:
To indicate mandatory fields on a form by adding asterisks:
B: Configure the mandatory fields as Required in the section rule. Marking fields as "Required" in the section rule is the standard way to signify mandatory fields, which automatically prompts Pega to display an asterisk next to these fields, visually indicating their necessity before form submission.
NEW QUESTION # 70
An on-demand transportation application has a Conversation preference data type. When customers use the application to request a ride, they can specify their conversation preference: whether they would like to talk to their driver or if they would prefer silence. Company stakeholders are interested in analyzing the conversation preference data.
How is the Conversation preference data type sourced?
- A. External system of record
- B. Local system of record
- C. No system of record
Answer: C
Explanation:
For an on-demand transportation application collecting conversation preferences from customers, the nature of the data-preferences stated during the booking process-suggests it is generated dynamically rather than stored in a pre-existing database.
* B. No system of record: This option acknowledges that conversation preferences are specified by customers in real-time and are specific to each ride request, rather than being pulled from a pre-established database (local or external). The data is generated by user input within the application itself and used for analysis without necessitating a traditional system of record for storage.
A local system of record (A) refers to data stored within the application's database but is more relevant for static or semi-static data rather than dynamic preferences. An external system of record (C) is used for data that the application retrieves from outside sources, which does not
NEW QUESTION # 71
A door manufacturer offers a finite list of colors on all its doors. As part of the order, customers can select the color of the door. Select the data page definition configuration settings to source a color drop-down list to minimize memory usage.
Object Type ACME-Products-Data-Color or ACME-Products-Work-Color or
ACME-Products-Work-ColorFeedback
Edit Mode Readonly Or Editable Or Savable Scope Thread Or Requestor Or Node
- A. Page, ACME-Products-Data-Color,ReadOnly,Node
- B. List, ACME-Products-Data-Color,ReadOnly,Node
- C. List, ACME-Products-Data-Color,ReadOnly,Thread
- D. Page, ACME-Products-Data-Color,ReadOnly,Requestor
- E. List, ACME-Products-Work-Color,ReadOnly,Node
- F. List, ACME-Products-Work-ColorFeedback,ReadOnly,Node
Answer: B
Explanation:
In Pega, when configuring data pages to source UI controls such as drop-down lists, it's crucial to select the configuration that optimally uses memory and efficiently serves the data to the users. For this scenario, the correct answer is Option F: List, ACME-Products-Data-Color, ReadOnly, Node.
* List vs. Page: Choosing 'List' is appropriate because the requirement is to populate a drop-down list with multiple entries (colors in this case). 'Page' would be used for single record data, which is not the case here.
* Object Type: 'ACME-Products-Data-Color' is chosen because the data represents a list of color options provided by the manufacturer, which is typically static reference data, fitting the 'Data' class layer rather than the 'Work' layer which is used for case management or the 'Work-ColorFeedback' which would be used for storing feedback or interactions specific to colors.
* Edit Mode: 'ReadOnly' is the correct mode since users are selecting a color from a pre-defined list and are not expected to edit these values directly.
* Scope: 'Node' is selected to minimize memory usage. By setting the scope to 'Node', the data page is loaded once per node (server instance) and shared across all requestors (users) on that node, which is memory efficient for data that doesn't change often and is applicable across all users, such as a list of colors.
This configuration ensures that the data page is loaded efficiently in a read-only list format at the node level, reducing the overall memory footprint while making the color selections available across the application.
NEW QUESTION # 72
You want to unit test a rule. To ensure that the rule executes as intended, you need to populate the clipboard with valid data. Which two options allow you to populate the clipboard before testing the rule? (Choose Two)
- A. Configure a validate rule to populate the needed data.
- B. Configure an assertion to define the required data.
- C. Copy data from an existing clipboard page.
- D. Run a data transform to create the test page.
Answer: C,D
Explanation:
To populate the clipboard with valid data before testing a rule:
C: Run a data transform to create the test page. Data transforms are used to set up or alter data pages and clipboard pages, making them ideal for configuring the necessary test environment by establishing the required data structures and values.
D: Copy data from an existing clipboard page. Utilizing existing data by copying it to the test page allows for a quick and efficient way to prepare for unit testing, ensuring that the data used is representative of real-case scenarios.
NEW QUESTION # 73
You are creating a case type to process job applications for a large corporation. Jobapplications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check. How do you configure a case type to achieve the required behavior?
- A. Create a process for the background check and an optional process for the physical assessment.
- B. Create a process for the physical assessment that is parallel to the background check process.
- C. Create a process for the physical assessment that is followed by a process for the backgroundcheck.
- D. Create a process on one stage for the background check and a process on another stage for the physical assessment.
Answer: B
NEW QUESTION # 74
Which two scenarios require you to configure conditional processing within the case type? (Choose Two.)
- A. A scholarship eligibility application requires students to enter standardized test scores, Students with qualifying test scores can schedule and interview. Students without qualifying test scores receives a rejection email.
- B. A catering booking application requires customers to enter information about the expected party size, event date, and event time. When customers submit the information the catering company sends a confirmation email.
- C. An application requires customer to select the type of request in a drop-down list. The system routes the request to the appropriate department work queue. A user with access to the work queue processes the case through fulfillment.
- D. A shopping application requires a guest to fill out payment information. A user who enters a membership number skips the payment information step.
Answer: A,D
NEW QUESTION # 75
How do you propagate data to a new child case in Pega Express?
- A. Configure the Create Case shape to copy specified properties.
- B. Configure a case calculation to copy specified properties.
- C. Configure the Update Case shape to copy specified properties.
- D. Configure a data page to copy specified properties.
Answer: A
NEW QUESTION # 76
The page .Product contains data retrieved from an external system of record using a data. How do you ensure.Product always contains the most current data from the data page?
- A. Define a reference property that refers to the data page.
- B. Select Copy data from a data page on .Product.
- C. Select Refer to a data page on .Product.
- D. Configure .Product to refer to a keyed data page.
Answer: C
NEW QUESTION # 77
A bookseller maintains a database of more than 10,000 book titles. You have been asked to configure a form that a allow users to select a book by title.
How do you configure the form?
- A. Add a drop-down control and Source the data using a data page.
- B. Add an autocomplete control and source the data from the clipboard work page.
- C. Add an autocomplete control and Source the data using a data page.
- D. Add a drop-down control arid source the data from the property value used in the control.
Answer: C
NEW QUESTION # 78
On a service level, the passed deadline interval is measured from
- A. when a user begins the assignment
- B. the end of the deadline interval
- C. the end of the goal interval
- D. when the assignment is ready for a user
Answer: B
NEW QUESTION # 79
A company requires that patients receive status updates during processing of medical tests.
Patients are not users of the application. You create the work party for the patient as an instance of which class?
- A. Data-Party-Operator
- B. Data-Party-Com
- C. Data-Party-Org
- D. Data-Party-Person
Answer: D
NEW QUESTION # 80
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. goal
- B. urgency
- C. passed deadline
- D. deadline
Answer: D
NEW QUESTION # 81
Based on security factors, which two options are considered strong passwords? (Choose Two)
- A. Pe6@5yst3m$
- B. lLik3Chocolate&sawDustIcecre@m
- C. d8073&gxn*,.ki;vnhdf($h&m
- D. bluedoor
Answer: B,C
NEW QUESTION # 82
......
PEGACPSA23V1 Dumps With 100% Verified Q&As - Pass Guarantee or Full Refund: https://www.examstorrent.com/PEGACPSA23V1-exam-dumps-torrent.html
Latest PEGACPSA23V1 PDF Dumps & Real Tests Free Updated Today: https://drive.google.com/open?id=1kYYAyyAE9PcpdMWTViylwZQ8HCcpKFrJ