Best Preparations of PEGAPCSSA85V1 Exam 2021 Pega PCSSA Unlimited 199 Questions [Q104-Q128]

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 104
An order fulfillment process includes a request for quotes from multiple shippers. You want the system to automatically call a quote request subprocess for each vendor. How would you configure your process?

  • A. Add a Split For Each step to the case lifecycle and run the subprocess for each vendor on a page list.
  • B. Add a Subprocess shape for the request subprocess and specify the Spinoff option.
  • C. Add a Split Join shape and run the request subprocess for each vendor on a page list.
  • D. Add a Split For Each shape and run the request subprocess for each vendor on a page list.

Answer: D

 

NEW QUESTION 105
In a prepare job offer process, you configured a Split For Each shape. The shape runs a compensation approval subprocess to a list containing four managers. The prepare job offer process resumes as soon as one manager completes the approval process. Which join condition in the Split For Each shape supports this requirement?

  • A. A Some join condition
  • B. An Iterate join condition
  • C. An All join condition
  • D. An Any join condition

Answer: D

 

NEW QUESTION 106
How do you ensure that only a manager can run a specific flow action?

  • A. Add a pre-processing activity to the flow action form to determine whether the user is a manager.
  • B. Add a validate rule to the flow action form to determine whether the user is a manager.
  • C. Add an Access When condition to the flow action to determine whether the user is a manager.
  • D. Add a privilege to the flow action form, then add the privilege to a role assigned to the access group for managers.

Answer: D

Explanation:
Reference:
https://community.pega.com/knowledgebase/articles/security/how-restrict-who-can-use-flow-action

 

NEW QUESTION 107
In which situation do you configure branched rulesets?

  • A. You need to delegate rules to process owners from the business.
  • B. Multiple teams need to work on the same application version.
  • C. One team creates a new patch for an application while another team creates a new major version of the application.
  • D. A team needs to work on the next version of an application while preparing to migrate the current version.

Answer: D

Explanation:
Reference: https://community.pega.com/knowledgebase/articles/application-development/84/branches-and- branch-rulesets

 

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

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

Answer: B

 

NEW QUESTION 109
You have designed a decision tree that you want to unit test. You want to verify that every row can be evaluated regardless of the input values. How would you test your decision tree?

  • A. Add the decision tree to a decision shape and create cases using various test values.
  • B. Check the decision tree for conflicts.
  • C. Use a test page to run the decision tree.
  • D. Check the decision tree for completeness.

Answer: B

 

NEW QUESTION 110
In which order are rules and data instances applied for a service? 1 Service rule 2 Service Package 3 Service Activity 4 Mapping rule (from format received by the service to Clipboard structure) 5 Mapping rule (from Clipboard structure to format specified by service type)

  • A. 2, 1, 4, 3, 5
  • B. 1, 2, 4, 3, 5
  • C. 2, 1, 3, 4, 5
  • D. 1, 2, 3, 4, 5

Answer: A

 

NEW QUESTION 111
Which two statements accurately describe the use of a symbolic index? (Choose two.)

  • A. <LAST> sets or retrieves an element value from the end of a value list or page list property.
  • B. <PREPEND> inserts a new element in a value list or page list property as the first element.
  • C. <CURRENT> inserts a new element in a value list or page list property at the currently referenced index.
  • D. <APPEND> adds an element at a designated location in a value list or page list property.

Answer: A,B

Explanation:
Reference: https://community.pega.com/sites/default/files/help_v722/designer%20studio/expressionbuilder/ ref_refaggregateprop_symbolic.htm

 

NEW QUESTION 112
Which two of the following options are good uses of Connect SQL rules? (Choose Two)

  • A. Execute a complex SQL statement such as a join or stored procedure against an external database.
  • B. Execute custom SQL statements to improve performance of queries and updates to the PegaRULES database.
  • C. Update an external table as part of a distributed transaction.
  • D. Execute SQL statements that contain database vendor specific syntax.

Answer: A,D

 

NEW QUESTION 113
Which three statements are valid about configuring Pega Web Mashups? (Choose Three)

  • A. Customize the display size of your mashup through the data-page-resizetype attribute.
  • B. Keep the original names of default actions in mashup code to prevent security risks.
  • C. Add a list of trusted domains in your applications that you want to use the mashup in.
  • D. Only create one DIV element in the hosting web page per Pega gadget.
  • E. Use the integration wizard to generate mashup code for use in external systems.

Answer: A,C,E

 

NEW QUESTION 114
What two artifacts should you prepare in advance before delegating a rule? (Choose Two)

  • A. An unlocked ruleset added to the Application rule as a production ruleset
  • B. An Access Role that has access to the production ruleset
  • C. An Access Group that has access to the production ruleset
  • D. A separate Operator ID that has access to the delegated rules

Answer: A,C

 

NEW QUESTION 115
A duplicate case search contains two weighted conditions in which a property value in the current case is compared to the same property value in the existing case. After processing multiple cases that have two matching data values, duplicate case search does not identify any duplicates.
What two approaches do you take to diagnose the cause? (Choose two.)

  • A. Verify that there are no more than 4 maximum weighted conditions being tested.
  • B. Verify that the case type is instantiated as a temporary case so the case can be cancelled.
  • C. Verify that each of the basic conditions are satisfied.
  • D. Verify that the total weights of the matching conditions match or exceed the threshold.

Answer: C,D

Explanation:
Reference:
http://myknowpega.com/2018/02/19/duplicate-search-case/

 

NEW QUESTION 116
Which two options do you configure on a portal record? (Choose Two)

  • A. Change the application(s) available to users.
  • B. Determine which skin to use to apply branding to the portal.
  • C. Identify the user role of the type of user who would access the portal.
  • D. Configure the positioning of the navigation pane within the portal.

Answer: B,C

 

NEW QUESTION 117
Based on the information in the chart. If you execute the rule when .Dept=Accounting. which version does Pega use?

  • A. 01-01-01
  • B. 01-01-30, .Dept=Accounting
  • C. 01-01-25
  • D. 01-01-01, None

Answer: B

 

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

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

Answer: A,B,C

 

NEW QUESTION 119
Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?

  • A. Final
  • B. Blocked
  • C. Not Available
  • D. Withdrawn

Answer: D

 

NEW QUESTION 120
You want to create a reusable font style for buttons, and links. To do this, you would create a ___________.

  • A. Format
  • B. overlay
  • C. mixin
  • D. control

Answer: C

 

NEW QUESTION 121
An application contains a case type named Time Off. HR requests a report that returns the ID and name of any employee for whom an open Time Off case exists.
The ID and Name properties are defined for the class Data-Employee-, and an ID property is also defined for the Time Off class. The ID property points to records in Data-Employeep-.
Select the approach you use to create this report.

  • A. Create reports in both classes, and set the TimeOff report as a subreport of the Employee report.
  • B. Create a report in the TimeOff class, with a class join to the Employee class.
  • C. Create reports in both classes, and set the Employee report as a subreport of the TimeOff report.
  • D. Create a report in the Employee class, with a class join to the TimeOff Class.

Answer: D

 

NEW QUESTION 122
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. Production
  • D. Integration

Answer: C

 

NEW QUESTION 123
Which two statements are valid regarding Pega Web Mashups? (Choose two.)

  • A. A mashup can allow access to Dev Studio for full system configuration.
  • B. Pega Platform limits a mashup to working on existing cases.
  • C. A mashup display starts by calling either a flow or a harness from a Pega application.
  • D. A user can view their worklist in an external portal and select items to take action on.

Answer: C,D

Explanation:
Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/pega-web-mashup

 

NEW QUESTION 124
You are asked to create a custom status named Open-Review. This status to be applied to assignments in one application.
How do you satisfy the request?

  • A. Add the Open-Review status to the Application record for the application.
  • B. Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set the class group.
  • C. Circumstance the existing Open Field Value record on the application name and update the status value to Open-Review.
  • D. Create a Field Value record name Open-Review for .pyStatusWork and configure an Access When record to apply the status to the request.

Answer: B

 

NEW QUESTION 125
Which three configuration options improve the user's ability to select and operate controls? (Choose Three) ( no sure)

  • A. Use standard Pega controls rather than custom controls.
  • B. Use links instead of a menu for navigation.
  • C. Size clickable items no smaller than 44 X 44 pixels
  • D. Place controls in a Fixed layout to avoid screen wrapping
  • E. Configure the display of a Date Time field to use a native control.

Answer: A,C,E

 

NEW QUESTION 126
Which performance tool would you use to collect performance data for individual steps in a data transform?

  • A. Performance Profiler
  • B. Database Trace
  • C. Clipboard
  • D. Performance Analyzer (PAL)

Answer: A

 

NEW QUESTION 127
How do you identify if a result in a decision rule cannot be returned?

  • A. Test the rule using a unit test
  • B. Test for conflicts
  • C. Test for completeness
  • D. Test for missing conditions

Answer: A

Explanation:
Reference: https://community.pega.com/sites/default/files/help_v55/rule-/rule-declare-/rule-declare- decisiontable/testing.htm

 

NEW QUESTION 128
......

Guaranteed Success with PEGAPCSSA85V1 Dumps: https://www.prep4sureguide.com/PEGAPCSSA85V1-prep4sure-exam-guide.html