[Nov 13, 2024] PEGACPSA88V1 Exam Brain Dumps - Study Notes and Theory
Pass Pegasystems PEGACPSA88V1 Test Practice Test Questions Exam Dumps
To be eligible for this certification exam, candidates must have a solid understanding of the Pega Platform and its capabilities, as well as a strong grasp of Pega best practices and design patterns. Candidates must also have experience designing, developing, and implementing Pega-based applications. Upon passing the exam, certified individuals will be recognized as a Pega Certified System Architect and will be able to demonstrate their expertise in Pega System Architecture to prospective clients and employers.
NEW QUESTION # 26
Drag each report from the left to the corresponding report type on the right.
Answer:
Explanation:
NEW QUESTION # 27
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 two new work queues one for editors and one for actors
- B. Create one work group for both personas and route to the work group
- C. Create two new work groups in Dev Studio that reference one work queue
- D. Create one new work queue and spirt the tasks by type
Answer: A
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 # 28
You are configuring an external data source using the Integration Designer. You have the REST, Dev, Stage, and Prod endpoint URLs, and a name for the data source. What other information do you need to configure the external data source?
- A. The data views using the external data source
- B. A backup endpoint URL if the configured URL refuses to connect
- C. The name of the database where the source data is stored
- D. A plan for mapping the data and REST response fields
Answer: D
NEW QUESTION # 29
Which two field types are specialized versions of the Query field type? (Choose two ) Available Choices (select all choices that are correct)
- A. Case reference
- B. Data reference
- C. Embedded data
- D. A Picklist
Answer: A,B
Explanation:
These two field types are specialized versions of the Query field type. A Query field type allows users to select a value from a list that is populated by running a report definition rule or by referencing another field value rule. A Case reference field type allows users to select an existing case from a list that is populated by running a report definition rule on the Work- class or one of its subclasses. A Data reference field type allows users to select an existing data object from a list that is populated by running a report definition rule on a specific data class. Reference: https://community.pega.com/knowledgebase/articles/user-experience/86/configuring-field-types
NEW QUESTION # 30
In which situation do you configure branched rulesets?
- A. A team needs to work on the next version of an application while preparing to migrate the current version.
- B. Multiple teams need to work on the same application version
- C. One team creates a new patch for an application while another team creates a new major version of the application
- D. You need to delegate rules to process owners from the business
Answer: B
NEW QUESTION # 31
In the Travel booking case type, if a passenger indicates that they are traveling with a service animal, they must document the type. size, and age of the animal How do you configure the case life cycle to meet this requirement?
Available Choices (select all choices that are correct
- A. Apply an optional action to the Travel booking case type to allow the passenger to provide the information as needed
- B. Configure a validation rule in the Travel booking case type settings to check whether the passenger is traveling with a service animal
- C. Create a Service animal accommodation child case that is automatically resolved if the passenger is not traveling with a service animal
- D. Add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process
Answer: D
Explanation:
To meet the requirement, you can add an Identify service animal process within the Travel booking case life cycle and apply a condition to determine when to run the process. The condition can be based on a property that indicates whether the passenger is traveling with a service animal or not. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/adding-processes-case-life-cycle
NEW QUESTION # 32
Which two configurations do you use to validate the minimum age of a new potential customer in the Collect Account lnformation assignment step? (Choose Two)
- A. Reference the Validate rule on the Collect Account lnformation flow action.
- B. Reference the Edit Validate rule on the Collect Account lnformation flow action.
- C. Create and Edit Validate rule to check the customer age.
- D. Create a Validate rule to check the customer age.
- E. Reference the Validate rule on the Collect Account lnformation assignment.
- F. Reference the Edit validate rule on the Collect Account lnformation assignment.
Answer: A,D
NEW QUESTION # 33
A disputed transaction case records account information using a page property Account information is recorded at the time the case is created and does not update when the case is further processed Account information is stored in an external system and accessed by a data page.
How do you configure the account information page?
Available Choices (select all choices that are correct
- A. Select Refer to a data page on the page property
- B. Define a reference property that refers to the data page
- C. Configure the page property to refer to a keyed data page
- D. Select Copy from a data page on the page property
Answer: D
Explanation:
To configure the account information page, you can select Copy from a data page on the page property. This option copies the data from the data page to the clipboard page when the case is created and does not update it when the case is further processed. A data page is a rule that defines how and when to load data into memory for use by an application. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-pages
NEW QUESTION # 34
A data page holds product information The data page's Reload if older Than field is set to 15 minutes The data page is created at 06:12 At 06:20 the user requests product information At 06:42 the user requests product information.
When is the data page reloaded?
Available Choices (select all choices that are correct)
- A. 06:42
- B. 06:35
- C. 06:20
- D. 06:27
Answer: A
Explanation:
The data page is reloaded at 06:42. A data page is a rule that defines how and when to load data into memory for use by an application. The Reload if older than field specifies the maximum age of the data page before it is reloaded from its source. In this case, the data page's Reload if older than field is set to 15 minutes, which means that the data page will be reloaded if it is older than 15 minutes when it is requested. The data page is created at 06:12, so it will expire at 06:27. At 06:20, the user requests product information, but the data page is not reloaded because it is not expired yet. At 06:42, the user requests product information again, but this time the data page is reloaded because it is older than 15 minutes. Reference: https://community.pega.com/knowledgebase/articles/data-management-and-integration/86/data-pages
NEW QUESTION # 35
Select the corresponding user interface (UI) action set component for each behavior in the Answer area.
Answer:
Explanation:
NEW QUESTION # 36
Users create Insurance Coverage Request Cases to authorize insurance payments. Users enter information that includes the name of the patient, the date of the procedure and the type of the procedure. After entering the information, user submits the request for a review of the patient's insurance policy. Because multiple users enter requests, duplicate request can occur. A request is considered a duplicate if the patient name, procedure type, procedure date match an existing request. You have been given two requirements:
- Ensure that users can identify duplicate requests.
- If a case is duplicate, it is not written to the database. Otherwise, write the case to the database.
Which two options configure application so that users can identify duplicate requests? (Choose two)
- A. Configure a duplicate search decision table and add it to a Decision shape
- B. Configure a validate rule to validate matching cases.
- C. Add a duplicate search step to the case life cycle design.
- D. Configure weighted conditions.
Answer: A,B
NEW QUESTION # 37
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. Copy data from an existing clipboard page
- C. Run a data transform to create the test page.
- D. Configure a validate rule to populate the page with the necessary data
Answer: B,C
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 # 38
Which one of the following statements about configuring application access is true?
Available Choices (select all choices that are correct)
- A. You must configure an Access Deny record to prevent user access
- B. The system uses the most restrictive setting when an access group lists more than one role
- C. The Persona access landing page is available in Dev Studio
- D. Production-level values impact whether certain Access When rules evaluate to true
Answer: B
Explanation:
This statement about configuring application access is true. An access group is a rule that defines the roles and permissions that users have in an application. An access group can list more than one role, but the system uses the most restrictive setting when there is a conflict between roles. For example, if one role allows creating a case and another role denies creating a case, the system denies creating a case for users who belong to both roles. Reference: https://community.pega.com/knowledgebase/articles/security/86/access-groups
NEW QUESTION # 39
All managers need to view the Employee vacation requests report in their Manager portal dashboards. Only managers have access to this report. Which configuration do you perform to fulfill these requirements?
Available Choices (select all choices that are correct)
- A. Add a report widget to the Manager portal dashboard and then click Publish
- B. Add the out-of-the-box Reports landing page to the Manager portal
- C. Create a new landing page on the Manager portal with the new report saved in a public category
- D. Add a report widget to the Manager portal dashboard and then click Publish to default
Answer: A
Explanation:
To fulfill these requirements, you can add a report widget to the Manager portal dashboard and then click Publish. A report widget is a UI element that displays data from a report definition rule in various formats, such as charts, tables, or maps. You can add report widgets to dashboards or landing pages to provide users with quick access to relevant information. By clicking Publish, you make the changes available to all users who have access to the portal. Reference: https://community.pega.com/knowledgebase/articles/reporting/86/adding-report-widgets-dashboards
NEW QUESTION # 40
You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee. You configure the user view that displays remaining vacation and sick time. The balance calculates by subtracting the vacation time and sick time for the week from the current vacation and sick time balances. Which configuration option is used to summarize the remaining vacation and sick time?
- A. Use declarative processing. Whenever the vacation time or sick time entries change, the remaining vacation and sick time calculate.
- B. Use procedural processing with a data transform. Remaining vacation and sick time calculate after the user submits a timesheet.
- C. Use a When rule. When the application references the remaining vacation and sick time, each value calculates.
- D. Use pyDefault and pySetFieldDefaults. When the process invokes the data transforms, the remaining vacation and sick time calculate.
Answer: A
NEW QUESTION # 41
A business architect has developed a new process for a case type. To verify that the Ul elements collect the expected results, you want to test the process and the fields. Which two configurations, when used together, allow you to record a set of interactions and save the test results to verify process functionality? (Choose two.) Available Choices (select all choices that are correct!
- A. Add explicit assertions on the Scenario testing landing page
- B. Create a unit test for the case type
- C. Add explicit assertions on the Ul elements.
- D. Create a scenario test for the case type
Answer: C,D
Explanation:
To record a set of interactions and save the test results to verify process functionality, you can create a scenario test for the case type and add explicit assertions on the UI elements. A scenario test is a test that simulates how users interact with an application to complete a task or goal. An explicit assertion is a test condition that verifies whether an expected value matches an actual value in the application. Reference: https://community.pega.com/knowledgebase/articles/testing-applications/86/creating-scenario-tests
NEW QUESTION # 42
You are developing a case type that processes scholarship applications. Scholarship applications advance based on the standardized test scores of the applicants. A decision shape directs the process flow. You want to test whether the process flows correctly, but you have not fully configured the user interface so that applicants can enter their standardized test scores.
How do you test that the process flows correctly based on the decision?
- A. Use a declare expression to set a value for the standardized test score field.
- B. Use the Clipboard tool to set a value for the standardized test score field.
- C. Use Live Ul to see how the case processes and if an error occurs.
- D. Use the Run Rule window to create a unit test to evaluate the flow rule.
Answer: D
NEW QUESTION # 43
A reservation process allows customers to reserve a flight, hotel room, and rental car as partof a travel itinerary. Which configuration displays a check box to allow users to select travel insurance only if the itinerary includes a flight?
- A. A declare expression configured for forward chaining
- B. An action set applied to the check box
- C. A validate rule applied to the flow action
- D. A visible when condition applied to the check box
Answer: D
NEW QUESTION # 44
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 correct1
- A. Configure a data page to store the make, model, and year vehicle data
- B. Configure a local data storage 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 static list of the make model and year vehicle data
Answer: A,C
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 # 45
Sales managers must be able to approve sales quote proposals by email and from their mobile devices How do you implement this requirement?
Available Choices (select all choices that are correct)
- A. Add an Approve/Reject step with mobile approval enabled and add a Send Email step
- B. Add an Approve/Reject step and enable email notifications on the case type
- C. Add an Approve/Reject step and a Send Email step
- D. Add an Approve /Reject step and enable approval from email and mobile
Answer: D
Explanation:
To implement this requirement, you can add an Approve /Reject step and enable approval from email and mobile. This way, sales managers can approve sales quote proposals by clicking a link in an email or by using their mobile devices. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/configuring-approval-email-and-mobile
NEW QUESTION # 46
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?
Available Choices (select all choices that are correct)
- A. A disable condition (When rule) that is applied to the Select flight insurance check box.
- B. A visibility condition (When rule) that is applied to the Select flight insurance check box.
- C. A required 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: B
Explanation:
To display the Select flight insurance check box only when the itinerary includes a flight, you can apply a visibility condition (When rule) to the check box. A visibility condition is a rule that determines whether a UI element is visible or hidden based on a logical expression or a reference to another rule. A When rule is a rule that defines a true-false test based on property values, constants, or other factors. Reference: https://community.pega.com/knowledgebase/articles/user-experience/86/configuring-visibility-conditions
NEW QUESTION # 47
While running a process, you notice that a read-only field on a form contains a value.
Which tool allows you to determine if a declare expression was used to calculate the value?
- A. Live Ul
- B. Declarative network
- C. Clipboard tool
- D. The Tracer
Answer: A
NEW QUESTION # 48
An event center has a case type that allows customers to book a dining room for events After customers provide basic information and indicate whether they want catering for the event, the following behavior occurs.
* If customers do not ask for catering. they receive a rental rate quote for the dining room
* If customers indicate that they want catering for the event, they must choose a menu before they can receive a quote Which two options do you use to configure the case type to achieve the requested behavior? (Choose two.)
- A. Create a checkbox for customers to indicate whether they want catering for the event Add a decision shape that evaluates whether the customer checks the box
- B. Create parallel processes for providing menu preferences and for providing the customer with the rental rate quote
- C. Configure the menu preferences and appointment date fields with a visibility condition if the customer selects the catering checkbox.
- D. Create a process for customers to indicate menu preferences Add the process as a case-wide optional action
Answer: A,C
Explanation:
To achieve the requested behavior, you can use a checkbox and a decision shape to branch the case flow based on whether the customer wants catering or not. You can also use a visibility condition to show or hide the menu preferences and appointment date fields depending on the checkbox value. Reference: https://community.pega.com/knowledgebase/articles/case-management/88/branching-case-flow-based-decision
NEW QUESTION # 49
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. The mobile app supports all mobile phone operating systems
- B. The mobile app customizes currency units and date/time format according to the location of the users
- C. Mobile app color palettes are different for users and CSRs
- D. CSRs can create other case type instances on the mobile app
Answer: C
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 # 50
......
Verified PEGACPSA88V1 dumps Q&As - PEGACPSA88V1 dumps with Correct Answers: https://examcollection.dumpsvalid.com/PEGACPSA88V1-brain-dumps.html