Best Preparations of PEGAPCSSA85V1 Exam 2021 Pega PCSSA Unlimited 199 Questions [Q113-Q131]

Share

Best Preparations of PEGAPCSSA85V1 Exam 2021 Pega PCSSA Unlimited 199 Questions

Focus on PEGAPCSSA85V1 All-in-One Exam Guide For Quick Preparation.

NEW QUESTION 113
The customer, a medium size toy maker, wants to fulfill orders received during the peak season in December and process them in batches multiple times a day.
How do you implement this use case?

  • A. Create one scheduled job and select its run schedule as multiple times a day.
  • B. Create scheduled jobs, one for each run, that can process accumulated orders.
  • C. Create batches of orders and send each batch for processing when it gets full.
  • D. Create a queue processor that can process orders received by the company.

Answer: A

 

NEW QUESTION 114
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 115
What is the difference between using the Call and Branch methods in an activity step to invoke other activities?

  • A. Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.
  • B. Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.
  • C. Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.
  • D. Call returns to the originating activity, while Branch skips the remainder of the originating activity.

Answer: B

 

NEW QUESTION 116
A new system architect questions the value of allowing attachments to cases. What would be your best response?

  • A. Attachments can provide additional information required to process a case.
  • B. Adding attachments to cases is the method of choice for storing case documentation.
  • C. Case flow is dependent on attachments because attachments provide information essential to a case.
  • D. Pega provides attachment functionality out-of-the-box, so it must be important.

Answer: A

 

NEW QUESTION 117
Which three options enable you to populate the list of approvers for a cascading approval using an authority matrix? (Choose Three)

  • A. Activity
  • B. Data transform
  • C. When rule
  • D. Decision Tree
  • E. Decision table

Answer: A,B,E

 

NEW QUESTION 118
The TGB organization structure has a Sales unit, and it belongs to a Marketing division. TGB plans to add new units for the East, Central, and West geographical sales regions. These regional units report to the Sales unit. How do you configure the organizational hierarchy to support the new structure?

  • A. Add a new Regional unit to the Marketing division and add the East, Central, and West regional units as child units to the Regional unit.
  • B. Add the regional units to the Marketing division.
  • C. Add the regional units as sub-units to the Sales unit.
  • D. Add the regional units to the TGB organization.

Answer: C

 

NEW QUESTION 119
Which layer of the Enterprise Class Structure contains generalized assets that are then extended by specific implementations?

  • A. Framework
  • B. Organization
  • C. Implementation
  • D. Division

Answer: A

 

NEW QUESTION 120
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 121
You are configuring duplicate case search logic in a case type.
How do you ensure that resolved cases are not evaluated as potential duplicates?

  • A. Add a weighted condition where the case status of the current case does not contain "Resolved".
  • B. Add a weighted condition where the case status of potential duplicates does not contain "Resolved".
  • C. Add a basic condition where the case status of potential duplicates does not contain "Resolved".
  • D. Add a basic condition where that case status of the current case does not contain "Resolved".

Answer: C

 

NEW QUESTION 122
Which layer of the Enterprise Class Structure (ECS) contains generalized assets that are then extended by specific implementations?

  • A. Framework
  • B. Organization
  • C. Implementation
  • D. Division

Answer: A

 

NEW QUESTION 123
A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review.
Which two steps do you perform to implement this requirement? (Choose two.)

  • A. Add Open-Review as an allowed status on the case type record.
  • B. Configure a data transform to apply the Open-Review status on the appropriate assignments.
  • C. Create a field value record for the Open-Review status.
  • D. Apply the Open-Review status to the appropriate assignments.

Answer: A,D

 

NEW QUESTION 124
You add a new work group to an application. Which two organization rules do you need to update? (Choose Two)

  • A. Unit
  • B. Work queue
  • C. Operator ID
  • D. Class groups

Answer: B,C

 

NEW QUESTION 125
What advantage does skimming provide over lock and roll as a versioning option?

  • A. Skimming saves checked out rules. Lock and roll does not save checked out rules.
  • B. Skimming carries blocked rules forward. Lock and roll does not carry blocked rules forward.
  • C. Pega provides a skimming wizard but not a lock and roll wizard.
  • D. Skimming is most efficient for major and minor updates. Lock and roll is most useful for patches.

Answer: D

 

NEW QUESTION 126
You have identified an activity that does not perform well. You need to find out exactly what steps are causing the problem.
Which tool do you use?

  • A. Database Trace
  • B. Performance Analyzer (PAL)
  • C. Pega Log Analyzer (PLA)
  • D. Performance Profiler

Answer: B

 

NEW QUESTION 127
What is the purpose of the Enterprise Class Structure (ECS)

  • A. ECS provides a structure supporting rule reuse.
  • B. ECS documents industry or enterprise standards that pplications must contain.
  • C. ECS references single-value properties and complex properties
  • D. ECS is used to alter the performance of the Pega Platform.

Answer: A

 

NEW QUESTION 128
Which piece of application content do you localize by using a Field Value rule?

  • A. Labels and drop-down values on a section rule
  • B. User-editable text in a correspondence rule
  • C. User instructions in a paragraph rule
  • D. Logos or other images on a harness rule

Answer: A

Explanation:
Reference: https://community.pega.com/sites/default/files/help_v63sp1/Content/tools/rulesinspector/ rulesinspectorfieldvalues.htm

 

NEW QUESTION 129
Which two of the following options are benefits of using skin inheritance? (Choose Two)

  • A. Child skins only need to customize the parent skin.
  • B. In order to maintain consistency, child skins cannot modify formats and mixins from the parent skin.
  • C. Child skins can reuse mixins and formats from other child skins with the same parent.
  • D. Creating standard styles in a parent skin are easier to maintain.

Answer: A,D

 

NEW QUESTION 130
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 131
......

Guaranteed Success with PEGAPCSSA85V1 Dumps: https://www.exams-boost.com/PEGAPCSSA85V1-valid-materials.html