Latest [Oct 08, 2021] PEGAPCSSA85V1 Exam with Accurate Pega Certified Senior System Architect (PCSSA) 85V1 PDF Questions [Q110-Q125]

Share

Latest [Oct 08, 2021] PEGAPCSSA85V1 Exam with Accurate Pega Certified Senior System Architect (PCSSA) 85V1 PDF Questions

Take a Leap Forward in Your Career by Earning Pegasystems 199 Questions

NEW QUESTION 110
Adding parameters to a rule enables you to _____________________.

  • A. define the values used in a circumstance
  • B. help improve business users' ability to adapt to changing business conditions
  • C. separate the functional behavior of a rule from specific business contexts
  • D. copy data from a data page option on a property

Answer: C

 

NEW QUESTION 111
A class group is used to.

  • A. combine related properties by usage
  • B. identify a layer of the Enterprise Class Structure
  • C. assign work to a specific group of users
  • D. store data from different child classes in a single table

Answer: D

Explanation:
Reference:
https://collaborate.pega.com/QUESTION/what-class-groupdoesnt-belongs-classgroup-and-belongs- classgroup

 

NEW QUESTION 112
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action.
How do you implement a solution?

  • A. Add logic to the pre-processing data transform to test if values were already initiated.
  • B. Do nothing. The pre-processing data transform is only called once for each assignment.
  • C. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
  • D. Configure the data transform as post-processing instead of pre-processing.

Answer: A

Explanation:
Reference: https://collaborate.pega.com/QUESTION/pre-processing-flow-action

 

NEW QUESTION 113
Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases. Which two approaches could you use to modify the duplicate case search process so that it produces fewer invalid duplicates? (Choose Two)

  • A. Do not use a must match condition.
  • B. Adjust the condition weights.
  • C. Add a Persist Case step after the Duplicate Search step.
  • D. Adjust the threshold value.

Answer: B,D

 

NEW QUESTION 114
There are five instances of a rule in the rules cache. The only differences between these are the circumstance setting and ruleset version has access to all ruleset versions.
On 1 June 2017, which instance is chosen by rule resolution if .Country = Algeria?
Ruleset Version Circumstance
Selfservice: 01-01-01 None
Selfservice: 01-01-01 .Country = Algeria
Selfservice: 01-01-02 Start Date = 1 January 2017
End Date = 31 December 2017
Selfservice: 01-01-03 None, Based Rule checked
Selfservice: 01-01-05 None

  • A. Selfservice: 01-01-03 (Circumstance: None, Base Rule Checked)
  • B. Selfservice: 01-01-01 (Circumstance: .Country=Algeria)
  • C. Selfservice: 01-01-05 (No Circumstance)
  • D. Selfservice: 01-01-01 (No Circumstance)
  • E. Selfservice: 01-01-02 (Circumstance: Start Date = 1 Jan 2017; End Date = 31 Dec 2017

Answer: A

 

NEW QUESTION 115
In which of the following situations would you use a rule circumstance to resolve the requirement?

  • A. A service level notifies the assigned user when a goal interval is exceeded, and notifies the user's manager when a deadline interval is exceeded.
  • B. A process does not execute if a user is single
  • C. A national insurance company requires a different minimum for liability coverage in each state.
  • D. An online order process optionally allows customers to update the credit card number saved with their account.

Answer: C

 

NEW QUESTION 116
Several development teams work on different enhancements. The release date for each enhancement is uncertain.
Which two options allow each team to keep its work separate? (Choose two.)

  • A. Create a production ruleset for each team.
  • B. Create a new application for each team.
  • C. Set up branch ruleset for each team.
  • D. Create a new ruleset version for each team.

Answer: C,D

Explanation:
Explanation
Reference https://community.pega.com/knowledgebase/articles/how-support-parallel-development-and- deployment-two-separate-projects-one-application

 

NEW QUESTION 117
What two actions must you perform to create a class join in a report definition? (Choose two.)

  • A. Add a parameter for each property in the class you want to join.
  • B. Add an association rule to match key values.
  • C. Create a prefix for the joined class.
  • D. Select the type of match for key values.

Answer: B,C

Explanation:
Reference:
http://myknowpega.com/2017/12/25/report-definition-class-join-declare-index-join-associations- sub-reports/

 

NEW QUESTION 118
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 119
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 120
You purchasing application is a decision table with vendor discount codes. You want to delegate the decision table.
Which ruleset do you save the decision table to allow delegation?

  • A. Application
  • B. Organization
  • C. Integration
  • D. Production

Answer: D

 

NEW QUESTION 121
Which two of the following options are user interface best practices to display a list of items to a user who may access the application on mobile and non-mobile devices? (Choose Two)

  • A. Define the layout widths in pixels.
  • B. Use a grid and mark the columns in the grid as primary, secondary, and other.
  • C. Source the list using a data page.
  • D. Use a repeating dynamic layout.

Answer: B,D

 

NEW QUESTION 122
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. Configure the first step to instantiate the case type as a temporary case.
  • C. Configure the starting flow to instantiate the case type as a temporary case.
  • D. Apply a when condition to the first step to persist only cases requiring updates.

Answer: B,D

 

NEW QUESTION 123
When creating a new ruleset version, what extra step must the system architect perform?

  • A. There are no extra steps if the ruleset version is up-to-date.
  • B. Change the decision table item numbers.
  • C. Lock the ruleset to prevent automatic versioning.
  • D. Rulesets cannot be versioned.

Answer: A

 

NEW QUESTION 124
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 125
......

Authentic Best resources for PEGAPCSSA85V1 Online Practice Exam: https://www.topexamcollection.com/PEGAPCSSA85V1-vce-collection.html