Updated Aug-2021 Test Engine to Practice Test for PEGAPCSSA80V1_2019 Exam Questions and Answers!
Pega Certified Senior System Architect (PCSSA) 80V1 Certification Sample Questions and Practice Exam
NEW QUESTION 53
You use the Application Import wizard to import an archive file on a destination system. When does the destination system begin executing the imported rules?
- A. Pega Platform ensures that an entire ruleset is imported before the rules in it start executing.
- B. Pega Platform ensures that the entire ZIP file is imported before users can execute the imported rules.
- C. Users can start executing rules as soon as the rules are imported.
- D. Users can start executing the new rules the next time they log in regardless of whether the import is complete or not.
Answer: C
NEW QUESTION 54
You want to evaluate cases as potential duplicates when the existing cases and the current case have the same create operator. How would you ensure that only cases with the same create operator are evaluated?
- A. Add a must match condition using the create operator value and apply a weight of 100.
- B. Add a weighted condition using the create operator value, an equals operator, and a weight of 100.
- C. Add a weighted condition using the create operator value in both condition fields, an equals operation, and weight of 0.
- D. Add a must match condition where the create operator in an existing case is the same as in the current case
Answer: D
NEW QUESTION 55
The purpose of a Circumstance Template is to __________.
- A. provide a list of all potential circumstances in one place
- B. define the values used in a circumstance
- C. provide a template for business users to change circumstances when completing a task
- D. define the properties used in a circumstance
Answer: D
NEW QUESTION 56
Which record do you configure to add an item to the left-pane menu in the Case Manager portal?
- A. Portal record
- B. Navigation record
- C. Skin record
- D. Harness record
Answer: B
NEW QUESTION 57
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 58
Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)
- A. Enables users to continue interacting with mobile apps while offline.
- B. Supports debugging efforts by providing a run-time view of the rules accessed by the app.
- C. Allows downloading of rules for offline use with a mobile app.
- D. Provides access to static resources such as HTML files, image files, or JS files.
Answer: A,D
Explanation:
Reference: https://community.pega.com/sites/default/files/help_v73/basics/v6portal/landingpages/mobile/ offline.htm
NEW QUESTION 59
You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.
How do you update the application to add the new ruleset version?
- A. Create a branch ruleset and a new application, and add the branch ruleset to the application.
- B. Create a new application version and add the new ruleset version as a production ruleset.
- C. Lock and roll the existing ruleset, and update the existing application version.
- D. Lock and roll the existing ruleset, and create a new application version.
Answer: C
Explanation:
Reference:
https://community.pega.com/knowledgebase/articles/how-use-lock-and-roll-feature-managing- ruleset-versions
NEW QUESTION 60
You want to create a reusable font style for buttons, and links. To do this, you would create a ___________.
- A. Format
- B. mixin
- C. overlay
- D. control
Answer: B
NEW QUESTION 61
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
SelfService:01-01
TGB-HR:01-01
TGB:01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmationRequest. The four instances of ConfirmationRequest in the rules cache are shown in the following table.
Which is chosen during rule resolution?
- A. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)
- B. TGB .ConfirmationRequest (TGB:01-01-02)
- C. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-02)
- D. TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)
Answer: B
NEW QUESTION 62
A user has the following rulesets in their ruleset list:
TGB:01-01
TGBInt:01-01
LoanShrk:01-01
LoanShrkPrime:01-01
LoanShrkInt:01-01
There are six instances of CollectBorrowerDetails in the rules cache as indicated in the table below:
A rule with an Apply to: class of TGB-FW-LoanShrk-Work-AutoLoan calls CollectBorrowerDetails. Which rule is selected from the rules cache during rule resolution?
- A. Instance Four
- B. Instance Two
- C. Instance Three
- D. Instance Five
- E. Instance One
- F. Instance Six
Answer: F
NEW QUESTION 63
Which two of the following statements are the most accurate with respect to the error handler flow? (Choose Two)
- A. The error handler flow is invoked if the error is not handled elsewhere.
- B. The standard connector error handler flow can help recover from transient errors.
- C. The error handler flow is the recommended way to handle all integration errors.
- D. The standard error handler flow is final and cannot be customized.
Answer: A,B
NEW QUESTION 64
The primary purpose of a production ruleset is to allow rules to be .
- A. tested in a production environment
- B. reused in multiple production environments
- C. updated in a production environment
- D. migrated to a production environment
Answer: C
Explanation:
Reference:
https://collaborate.pega.com/QUESTION/production-and-application-rulesets
NEW QUESTION 65
Which two statements about adding a pre-processing action to a flow action are true? (Choose Two)
- A. The action only runs the first time the flow action is performed on an assignment.
- B. The user can opt to skip the pre-processing action.
- C. The action runs each time the user returns to the assignment.
- D. The action automatically runs if the flow action has the highest likelihood for the assignment in the process flow.
Answer: C,D
NEW QUESTION 66
Field values enable you to _________________.
- A. test the validity of an input value
- B. customize a list of allowed values for a property based on the context of the property
- C. set default values for a property
- D. define the values used in a circumstance template
Answer: B
NEW QUESTION 67
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 68
In which of the following situations would you configure global resource settings?
- A. Two SOAP connectors execute in parallel to improve performance.
- B. The credentials for a REST service differ between development and production environments.
- C. ASAP connector returns simulated data in the development environment.
- D. The thresholds for a SLA are set to hours instead of days on a testing environment.
Answer: A
Explanation:
Reference:
https://community.pega.com/sites/default/files/help_v718/definitions/g/globalresourcesetting.htm
NEW QUESTION 69
......
Certification dumps Certified Senior System Architect PEGAPCSSA80V1_2019 guides - 100% valid: https://www.actualtestsit.com/Pegasystems/PEGAPCSSA80V1_2019-exam-prep-dumps.html