Best Preparations of PEGAPCSSA80V1_2019 Exam 2021 Certified Senior System Architect Unlimited 170 Questions
Focus on PEGAPCSSA80V1_2019 All-in-One Exam Guide For Quick Preparation.
NEW QUESTION 98
Which two statements are valid regarding Pega Web Mashups? (Choose two.)
- A. A user can view their worklist in an external portal and select items to take action on.
- B. A mashup display starts by calling either a flow or a harness from a Pega application.
- C. A mashup can allow access to Dev Studio for full system configuration.
- D. Pega Platform limits a mashup to working on existing cases.
Answer: A,B
Explanation:
Reference:
https://community.pega.com/knowledgebase/articles/pega-web-mashup/pega-web-mashup
NEW QUESTION 99
A claims application contains two organizational and two application rulesets. The organizational rulesets MyCo and MyCoInt are configured as Ruleset Validation, where the prerequisite for MyCo is MyCoInt and the prerequisite for MyCoInt is Pega-ProcessCommander. The two application rulesets Claims and ClaimsInt are configured as Application Validation. Which of the following statements is false?
- A. Rules in ClaimsInt can reference rules in Claims
- B. Rules in MyCo can reference rules in Claims
- C. Rules in Claims can reference rules in MyCo
- D. Rules in MyCo can reference rules in MyCoInt
Answer: B
NEW QUESTION 100
You need to localize correspondence into a language that is unavailable in the Pega language pack.
Which option satisfies the requirement?
- A. Create the Translation rule manually and include the rule in the application ruleset.
- B. Leverage translation services SOAP calls and enable records for translation.
- C. Configure a field value record that contains the correspondence text.
- D. Run the Localization wizard and add translations to Translation.html.
Answer: D
NEW QUESTION 101
You are tasked with configuring the Get Next Work functionality for an application. The requirement states that the workbaskets a user is associated with must be checked first, and all eligible assignments must be consolidated into a single list before being filtered and sorted. Which two of the following options do you select on an Operator ID record to configure the Get Next Work functionality to meet this requirement? (Choose Two)
- A. Get from workbaskets first
- B. This is an unattended operator
- C. Operator is available to receive work
- D. Merge workbaskets
Answer: A,D
NEW QUESTION 102
How do you identify if a result in a decision rule cannot be returned?
- A. Test for missing conditions
- B. Test for completeness
- C. Test the rule using a unit test
- D. Test for conflicts
Answer: C
Explanation:
Reference:
https://community.pega.com/sites/default/files/help_v55/rule-/rule-declare-/rule-declare- decisiontable/testing.htm
NEW QUESTION 103
Which of the following tools is generally used first when analyzing system performance?
- A. Database Trace
- B. Performance Analyzer
- C. Clipboard
- D. Performance Profiler
Answer: B
NEW QUESTION 104
A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?
- A. Invoke the connector from an activity and use standard Obj- methods to add an error message end send an email.
- B. Create a custom error handler flow that displays the error message and sends an email.
- C. Configure an error handling process that displays the error message and sends an email.
- D. Create an error handler data transform that adds an error message to the data page and sends an email.
Answer: D
NEW QUESTION 105
A user is granted access to an application which lists HRApps:02-02 under Application rulesets. The ruleset contains rules in the versions below:
HRApps:01:01-01 HRApps:02-02-01 HRApps:02-02-02
Rule_A Rule_B Rule_B Rule_C Rule_D
Which of the following rules can the user access?
- A. Rule_B, Rule_C, and Rule_D
- B. Rule_B and Rule_C
- C. All rules
- D. Rule_D
Answer: A
NEW QUESTION 106
An application has the following application rulesets:
Expenses:02-01
TGB:02-01
TGBCatalog:02-01
A rule with an Apply to: class of TGB-Expenses-Work-Reimbursement references a rule named PopulateLineltems. The six instances of in the rules cache are shown in the following table.
Which rule is chosen by Rule Resolution?
- A. TGB-Expenses-Work.PopulateLineltems (Expenses:02-01-05)
- B. TGB-Expenses.PopulateLineltems (TGBCatalog:02-01-05)
- C. TGB-Expenses-Work.PopulateLineltems (TGBCatalog:02-01-05)
- D. TGB-Expenses-Work.PopulateLineltems (TGBCatalog:02-01-03)
- E. TGB-Expenses.PopulateLineltems (Expenses:02-01-03)
- F. TGB-Expenses-Work.PopulateLineltems (Expenses:02-01-03)
Answer: D
NEW QUESTION 107
An application contains the following rulesets.
AccountManagement contains the rules for administering checking and savings accounts.
AccountManagementInt contains supporting rules for integrating with other applications.
BankCorp contains rules shared across the entire organization.
BankCorpInt contains supporting rules for integrations shared with other internal applications.
CreditCheck contains rules for processing a credit check and is shared with another Pega application to administer loans.
Which two rulesets can be configured to use application validation, according to best practices? (Choose Two)
- A. BankCorp
- B. BankCorpInt
- C. AccountManagementInt
- D. CreditCheck
- E. AccountManagement
Answer: C,E
NEW QUESTION 108
Offline support requires which two configurations? (Choose two.)
- A. A set of privileges to run sections in an offline environment.
- B. An authorization activity to manage offline permissions.
- C. Appropriate case types configured for offline processing.
- D. Access groups set up to allow offline access to users.
Answer: C,D
Explanation:
Explanation/Reference: https://community.pega.com/knowledgebase/articles/configuring-offline-capability-mobile- application
NEW QUESTION 109
Your application contains a top-level case type named Purchase Request and a Purchaser Order child case. The company has determined that only one user may open and work on a case at one time. However, users working on purchase orders should not lock out users working on the parent purchase request cases. How would you configure the lock settings among the case types?
- A. Set default locking and the do not lock the parent option on purchase orders.
- B. Set optimistic locking on purchase requests and the do not lock the parent option on purchase orders.
- C. Set default locking on purchase requests and set the do not lock the parent option on purchase orders.
- D. Set default locking and the do not lock the parent option on purchase requests.
Answer: C
NEW QUESTION 110
To reduce training requirements for users, a company wants to utilize the existing front end of their application.
How can a third-party application use Pega Platform?
- A. By exposing third-party application services
- B. By using database tables for staging the requests
- C. By using REST calls from the Pega API
- D. By using middleware tools in application servers
Answer: C
Explanation:
Reference:
https://www.pega.com/system/files/resources/2019-04/open-source-a-hybrid-approach-v2.pdf
NEW QUESTION 111
Your team is building an application for a contact center that handles a variety of customer requests. Business policies require that each customer interaction be conducted with the most appropriate next available Customer Service Representative (CSR). What is the best way to implement this requirement?
- A. Use a ToWorkGroup router and Pega's Get Next Work functionality
- B. Use a ToWorkbasket router and Pega's Get Next Work functionality
- C. Use a ToLeveledGroup router and Pega's Get Next Work functionality
- D. Use a ToWorklist router and Pega's Get Next Work functionality
Answer: B
NEW QUESTION 112
Which two fields are required when adding a parameter to a rule? (Choose Two)
- A. Name
- B. Data type
- C. Required
- D. Default value
Answer: A,B
NEW QUESTION 113
You create a product rule to generate an application archive file for export. Which two actions do you perform before creating the archive file? (Choose Two)
- A. Create a new version of the application.
- B. Unlock the application rulesets.
- C. Check in the rules that are in the application's rulesets.
- D. Associate application data instances with application rulesets.
Answer: C,D
NEW QUESTION 114
......
Guaranteed Success with PEGAPCSSA80V1_2019 Dumps: https://www.lead2passed.com/Pegasystems/PEGAPCSSA80V1_2019-practice-exam-dumps.html