PEGACPSA88V1 Questions - Truly Beneficial For Your Pegasystems Exam (Updated 84 Questions) [Q19-Q37]

Share

PEGACPSA88V1 Questions - Truly Beneficial For Your Pegasystems Exam (Updated 84 Questions)

View All PEGACPSA88V1 Actual Exam Questions, Answers and Explanations for Free


The PEGACPSA88V1 exam covers a wide range of topics related to Pega application development, including application design, data modeling, user interface development, integration with external systems, testing and deployment. PEGACPSA88V1 exam consists of 60 multiple choice questions and must be completed within 90 minutes. To pass the exam, candidates must achieve a score of at least 65%.

 

NEW QUESTION # 19
An international online car parts business wants customers to find parts for any vehicle easily. You are asked to implement the following requirement Customers must select a make, model, and year to initiate a vehicle-specific search.
How do you configure the data storage in the application to implement the requirement?
Available Choices (select all choices that are correct)

  • A. Configure a local data storage of the make model and year vehicle data
  • B. Configure a static list of the make model and year vehicle data
  • C. Configure a connection to an external system of record that contains the make model, and year vehicle data
  • D. Configure a data page to store the make, model, and year vehicle data.

Answer: C,D

Explanation:
To implement this requirement, you can configure a data page to store the make, model, and year vehicle data and configure a connection to an external system of record that contains the make, model, and year vehicle data. A data page is a rule that defines how and when to load data into memory for use by an application. You can configure a data page to source its data from an external system by using connectors or integrations. This way, you can access up-to-date vehicle data from an external database or web service without storing it locally in your application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-pages https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/sourcing-data-page-data-external-systems


NEW QUESTION # 20
In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account. Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement ? (Choose Two)

  • A. Add a persist case shape after the first step.
  • B. Apply a when condition to the first step to persist only cases requiring updates.
  • C. Configure the starting flow to instantiate the case type as a temporary case.
  • D. Configure the first step to instantiate the case type as a temporary case.

Answer: B,D


NEW QUESTION # 21
You notice that the scope of your project exceeds the original estimates, and the Minimum Lovable Product (MLP) might not be delivered on time. Which team member do you contact to verify the project plan and manage expectations for the release schedule?
Available Choices (select all choices that are correct)

  • A. Deployment architect
  • B. Citizen developer
  • C. Project delivery leader
  • D. Lead business architect

Answer: C

Explanation:
The project delivery leader is responsible for managing the project plan, scope, budget, and timeline, as well as communicating with stakeholders and resolving issues. The project delivery leader should be contacted to verify the project plan and manage expectations for the release schedule when the scope of the project exceeds the original estimates. Reference: https://academy.pega.com/library/82/pega-project-delivery-methodology


NEW QUESTION # 22
To qualify for an instant loan an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP15000 in credit card debt.
How do you enforce these restrictions when requesting an instant loan?
Available Choices (select all choices that are correct)

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

Answer: B

Explanation:
To enforce these restrictions when requesting an instant loan, you can use a single Validate rule with two conditions one for income and one for credit card debt. A Validate rule is a rule that tests property values for errors or omissions during case processing. You can define multiple conditions in a Validate rule to check whether the property values meet your business requirements. Reference: https://community.pega.com/knowledgebase/articles/case-management/86/validating-case-data


NEW QUESTION # 23
ABC BankCorp wants to create a mobile app experience for users and CSRs for its Transaction Dispute application. Of the following requirements, which option requires you to configure distinct mobile app channels?
Available Choices (select all choices that are correct)

  • A. Mobile app color palettes are different for users and CSRs
  • B. The mobile app supports all mobile phone operating systems
  • C. CSRs can create other case type instances on the mobile app
  • D. The mobile app customizes currency units and date/time format according to the location of the users

Answer: A

Explanation:
This option requires you to configure distinct mobile app channels because it involves customizing the look and feel of the mobile app for different user groups. A mobile app channel is a configuration layer that defines how users interact with your application on mobile devices. You can create multiple mobile app channels for different user groups or personas and apply different branding, security, or functionality settings to each channel. Reference: https://community.pega.com/knowledgebase/articles/mobile/86/configuring-mobile-app-channels


NEW QUESTION # 24
A Declare expression evaluates a circumstanced decision tree. The decision tree evaluates a property set by a data transform. What two steps do you perform to ensure that the decision tree is configured properly ? (Choose 2)

  • A. Configure a test page with data to satisfy the circumstancing condition
  • B. Test the data transform to verity the result is correct
  • C. Specify the value of the circumstancing property when prompted in the run rule dialog
  • D. Test the declare expression to verify that the rule is configured correctly

Answer: A,C


NEW QUESTION # 25
An organization requests the following behavior for a case type that allows customers to place orders for fulfillment
* The application identifies customer information, such as user ID and locale upon login
* Cases list the last 10 orders placed by the customer, including the order status
* Customers can select one of the previous 10 orders as the basis for the current order Select each piece of Information on the left and drag it to the appropriate Clipboard Location

Answer:

Explanation:


NEW QUESTION # 26
A company often receives multiple IT tickets for the same issue, such as "the office Wi-Fi is down " You configure a Search duplicate cases step to identify duplicate IT tickets What is the basic condition for the Search duplicate cases step?
Available Choices (select all choices that are correct)

  • A. Office location is same
  • B. Department is same
  • C. Name of submitter is same
  • D. Issue type is same

Answer: D

Explanation:
The basic condition for the Search duplicate cases step is to compare the issue type of the current case with the issue type of existing cases. This way, only cases that have the same issue type are considered as potential duplicates. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/searching-duplicate-cases


NEW QUESTION # 27
You are designing a credit transaction case type and have the following requirement: Transaction disputes must be resolved within 3 days.
To meet this requirement you need to set the_____________ in the service level to 3 days Available Choices (select all choices that are correct)

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

Answer: A

Explanation:
To meet this requirement, you need to set the deadline in the service level to 3 days. The deadline defines when to take action because a step or case is past due. The deadline interval is measured from when an assignment is ready for a user. Reference: https://academy.pega.com/topic/deadline-interval/v1


NEW QUESTION # 28
In which two situations is it appropriate to use a decision table? (Choose two.
Available Choices (select all choices that are correct)

  • A. A hair care company suggests a line of products to customers based on their hair type, scalp moisture, hair moisture, and whether it is color-treated.
  • B. Order total is calculated based on the quantity and price of the items in the customer's shopping cart
  • C. If customers decide to add insurance, checked bags or early boarding to their airtine tickets extra fees are added to their order total
  • D. dance studio recommends a membership type based on the number and type of dance classes the customer wants to attend every month

Answer: A,D

Explanation:
In these two situations, it is appropriate to use a decision table because they involve deriving values that have one of a few possible outcomes based on multiple variables. For example, the dance studio can use a decision table to recommend different membership types based on different combinations of number and type of dance classes. The hair care company can use a decision table to suggest different product lines based on different combinations of hair characteristics. Reference: https://academy.pega.com/topic/decision-tables/v1


NEW QUESTION # 29
A requirement for a hotel reservation case type states that as customers change their room selection, the total cost of the reservation updates. How do you satisfy this requirement ?

  • A. Apply a Disable when condition to the total cost field.
  • B. Define a declare expression for the total cost field.
  • C. Configure a Validate rule for the room selection step.
  • D. Add a When condition to the room selection step.

Answer: B


NEW QUESTION # 30
You configure a service level to adjust assignment urgency to 100 when the goal interval lapses How does the assignment urgency impact the deadline and passed deadline intervals?
Available Choices (select all choices that are correct

  • A. The user is notified that the maximum urgency has been reached
  • B. Service level processing is halted until the assignment is completed
  • C. Urgency value remains at 100 but other service level processing continues
  • D. Urgency value continues to increment as configured.

Answer: D

Explanation:
When the goal interval lapses and the assignment urgency is adjusted to 100, the urgency value continues to increment as configured for the deadline and passed deadline intervals. The urgency value determines how quickly an assignment needs attention and affects how assignments are prioritized in worklists and work queues. Reference: https://community.pega.com/knowledgebase/articles/case-management/86/configuring-service-levels


NEW QUESTION # 31
Select the corresponding user interface (UI) action set component for each behavior in the Answer area.

Answer:

Explanation:


NEW QUESTION # 32
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?
Available Choices (select all choices that are correct)

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

Answer: A

Explanation:
To ensure the email includes the case ID for the survey, you can use the Insert Property feature of a Send Email step to add the case ID when composing the custom message. This way, you can dynamically insert the value of any property in your email message. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/sending-emails


NEW QUESTION # 33
A meal delivery service recommends a meal plan based on the number of people in the household and dietary restrictions Which two configurations must be used together to determine the recommended meal plan? (Choose two).
Available Choices (select all choices that are correct)

  • A. Configure a decision tree
  • B. Configure a decision shape to add a conditional path
  • C. Configure an assignment to gather customer information
  • D. Configure a decision table

Answer: B,D

Explanation:
To determine the recommended meal plan based on the number of people in the household and dietary restrictions, you can use a decision table and a decision shape. A decision table is a rule that derives values that have one of a few possible outcomes, where each outcome can result from a test of a condition that includes multiple variables. A decision shape is a shape that you can add to a flow to branch the flow based on the result of a decision rule, such as a decision table. Reference: https://academy.pega.com/topic/decision-tables/v1


NEW QUESTION # 34
A new case type for voiceover 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?
Available Choices (select all choices that are correct

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

Answer: D

Explanation:
To fulfill this requirement, you can create two new work queues one for editors and one for actors. Work queues are used to route tasks to groups of users who share similar skills or responsibilities. You can then route Edit Script tasks to the editors work queue and Record Script tasks to the actors work queue. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/routing-work-queues


NEW QUESTION # 35
You want to unit test a rule to ensure that the rule executes as intended, you need to populate a test page with valid data Which two options allow you to populate a test page before testing the rule? (Choose two) Available Choices (select all choices that are correct)

  • A. Configure an assertion to define the required data
  • B. Configure a validate rule to populate the page with the necessary 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 a test page with valid data before testing the rule, you can run a data transform to create the test page or copy data from an existing clipboard page. A data transform is a rule that defines how to convert data that is in one format and class (the source) into data of another format and class (the target). The clipboard is a temporary memory area on the server that stores property values for your application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-transforms https://community.pega.com/knowledgebase/articles/application-development/86/clipboard-tool


NEW QUESTION # 36
An insurance claim case type is defined as follows:

If the Review claim step is configured to set the status to Pending-Investigation, when is the status of the case set to Pending-Investigation?
Available Choices (select all choices that are correct)

  • A. When the Process claim stage starts
  • B. When the Review claim step completes
  • C. When Investigate claim step completes
  • D. When the Review claim step starts

Answer: D

Explanation:
The status of a case is set to the value configured in the Status field of an assignment shape when that assignment starts. Therefore, if the Review claim step is configured to set the status to Pending-Investigation, the status of the case is set to Pending-Investigation when the Review claim step starts. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/updating-case-status


NEW QUESTION # 37
......


Pegasystems PEGACPSA88V1 (Certified Pega System Architect 8.8) Exam is a certification exam designed for professionals who want to demonstrate their expertise in Pega Systems. The PEGACPSA88V1 exam is intended for individuals who have experience working with Pega technology and want to validate their knowledge and skills. PEGACPSA88V1 exam is a well-recognized certification, and those who pass it are highly sought after in the job market.

 

PEGACPSA88V1 dumps Free Test Engine Verified By It Certified Experts: https://lead2pass.testvalid.com/PEGACPSA88V1-valid-exam-test.html