[Aug-2021] Get 100% Real PEGAPCSSA85V1 Exam Questions, Accurate & Verified PracticeMaterial Dumps in the Real Exam! [Q56-Q79]

Share

[Aug-2021] Get 100% Real PEGAPCSSA85V1 Exam Questions, Accurate & Verified PracticeMaterial Dumps in the Real Exam!

Pass Your Pega PCSSA Exams Fast. All Top PEGAPCSSA85V1 Exam Questions Are Covered.

NEW QUESTION 56
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 57
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 58
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 59
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 60
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-01HRApps:02-02-01HRApps:02-02-02
Rule_A Rule_BRule_B Rule_CRule_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 61
Candidate hiring decisions are based on the feedback from the interviewer and test scores. If necessary, other test scores are used in the evaluation. * Candidates with an assessment score of 40 or less are automatically rejected. * Candidates with an assessment score of 60 or less are rejected if either their technical skill score or their interpersonal skill score is below 40. * Candidates with assessment scores higher than
60 are automatically approved. You are using a decision tree to make the evaluations. Which two branch configurations would you use in your decision tree? (Choose Two)

  • A. An otherwise branch that tests for assessment scores less than 40.
  • B. A top-level branch that tests for assessment scores less than 40.
  • C. Two nested branches - one to evaluate technical skill scores and another to evaluate interpersonal skill scores.
  • D. A top-level branch that evaluates both technical and interpersonal skill scores.

Answer: B,C

 

NEW QUESTION 62
Identify the log you examine to view warnings, errors, and information messages about internal operations.

  • A. Services-PAL
  • B. Pega log
  • C. BIX log
  • D. Alert log

Answer: B

 

NEW QUESTION 63
You are analyzing application performance and notice one or more data transforms exceeding preferred performance parameters.
Which of the following performance tools do you use to help troubleshoot the issue?

  • A. Database Trace
  • B. Performance Profiler
  • C. Performance Analyzer
  • D. PegaRULES Log Analyzer

Answer: B

Explanation:
Reference: https://archive.org/stream/SeniorSystemArchitectGuide/Senior%20System%20Architect%
20Guide_djvu.txt

 

NEW QUESTION 64
When configuring a screen flow, you identify a single harness to define the navigation style for the screen flow. Where is the harness identified?

  • A. On the Start shape
  • B. On each Assignment shape
  • C. On the Flow Action connectors
  • D. On the Design tab of the screen flow

Answer: A

 

NEW QUESTION 65
A branch ruleset is a ruleset that ___________. (Choose Two)

  • A. Prevents developers from seeing work of all team members
  • B. Contains rules that are not in active development
  • C. Is designed for large projects
  • D. Is based off of another ruleset

Answer: C,D

 

NEW QUESTION 66
A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency.
The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.
In order to allow the three physicians to review the orders in parallel, how would you configure the process?

  • A. Add a Split For Each shape, add a list of physicians, and call the evaluation process.
  • B. Add a cascading approvals shape that is called by the evaluation subprocess.
  • C. Add a Split Join shape, add a list of physicians, and call the evaluation process.
  • D. Add a Split Join shape, add a list of physicians, and call the surgical procedure request process.

Answer: D

 

NEW QUESTION 67
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 68
A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt, and an application built on the framework contains two rulesets, Claims and ClaimsInt. Which statement is false if all the rulesets are configured as Application Validation?

  • A. Rules in Claims can reference rules in ClaimsFW
  • B. Rules in ClaimsInt can reference rules in Claims
  • C. Rules in ClaimsFWInt can reference rules in ClaimsFW
  • D. Rules in ClaimsFW can reference rules in Claims

Answer: D

 

NEW QUESTION 69
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 70
Which answer best describes the benefit of using screen flows?

  • A. Screen flows help you organize separate tasks into steps so you can control how, when, and by whom work is performed for each step.
  • B. Screen flows provide an easy way to add a step to a process that is preconfigured with functionality, such as sending an email or creating a case.
  • C. Screen flows help a single user complete complex tasks by presenting multiple screens in a logical sequence.
  • D. Screen flows provide a way to add an assignment to a process that is preconfigured with one or more actions a user can take.

Answer: C

 

NEW QUESTION 71
A service receives a request to assign an office to a new employee.
The service rejects the username and/or password provided
What type of fault condition do you configure to return an appropriate response?

  • A. Queue when
  • B. Service error
  • C. Mapping error
  • D. Security error

Answer: D

 

NEW QUESTION 72
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 73
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 74
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 75
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 76
An application contains five instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version. All the rulesets are in the same ruleset list.

Which ruleset version is chosen by rule resolution when .Country = Japan?

  • A. MyCoSelfService:01-02-01
  • B. MyCoSelfService:01-01-02
  • C. MyCoSelfService:01-01-04
  • D. MyCoSelfService:01-01-03

Answer: C

 

NEW QUESTION 77
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 78
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 79
......

Penetration testers simulate PEGAPCSSA85V1 exam: https://www.practicematerial.com/PEGAPCSSA85V1-exam-materials.html