PEGAPCSSA86V1 Practice Exam and Study Guides - Verified By Test4Sure Updated 200 Questions [Q60-Q84]

Share

PEGAPCSSA86V1 Practice Exam and Study Guides - Verified By Test4Sure Updated 200 Questions

2022 Updated Verified Pass PEGAPCSSA86V1 Study Guides & Best Courses

NEW QUESTION 60
Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose two.)

  • A. Call the function pega.web.api.doAction().
  • B. Call a Pega API function from the host server.
  • C. Use the attribute data-pega-event-onpagedata.
  • D. Use REST methods to call Pega microservices.

Answer: A,C

 

NEW QUESTION 61
Which of the following tools is generally used first when analyzing system performance?

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

Answer: A

 

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

  • A. Use links instead of a menu for navigation.
  • B. Use standard Pega controls rather than custom controls.
  • 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: B,C,E

 

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

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

Answer: A,D

 

NEW QUESTION 64
Which of the following statements is true about the rule resolution process?

  • A. If the system finds more than one rule instance during rule resolution, users are provided with a choice of which rule to use depending on context.
  • B. The class (context) of a rule takes precedence over the availability of the rule.
  • C. If a user does not have access to the selected rule, the system sends a message that it could not find an appropriate rule to execute.
  • D. Rule resolution applies to rules that are instances of classes derived from the Rule-and Work-base classes.

Answer: C

 

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

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

Answer: A

 

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

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

Answer: D

 

NEW QUESTION 67
How is the signature stored in the application when using a Signature Capture control?

  • A. A class
  • B. A page list
  • C. An attachment
  • D. A field value

Answer: C

 

NEW QUESTION 68
Teams X and Y work on different enhancements in the same ruleset. The release date for each enhancement is uncertain.
Which two options allow each team to keep its work separate? (Choose Two)

  • A. Apply privileges to the rules each team configures.
  • B. Create access groups for each of the teams.
  • C. Create a branch ruleset for each team
  • D. Create a new ruleset version for one of the teams.

Answer: B,C

 

NEW QUESTION 69
The reason you want to run a process immediately before taking performance readings is____________.

  • A. to train the system which process we're going to measure
  • B. to make sure there are no bugs in the system
  • C. to make sure we know which buttons to click so we can be quick
  • D. to allow the rules to assemble

Answer: D

 

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

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

Answer: B,C

 

NEW QUESTION 71
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 72
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-02)
  • B. TGB-HR-SelfService-Work .ConfirmationRequest (SelfService:01-01-01)
  • C. TGB-HR-SelfService-Work-TimeOff .ConfirmationRequest (SelfService:01-01-01)
  • D. TGB .ConfirmationRequest (TGB:01-01-02)

Answer: D

 

NEW QUESTION 73
Sourcing a data page directly from a UI control is an example of which pattern?

  • A. Snapshot pattern
  • B. Alias pattern
  • C. Reference pattern
  • D. System of Record (SoR) pattern

Answer: C

 

NEW QUESTION 74
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 each of the basic conditions are satisfied.
  • B. Verify that the total weights of the matching conditions match or exceed the threshold.
  • C. Verify that there are no more than 4 maximum weighted conditions being tested.
  • D. Verify that the case type is instantiated as a temporary case so the case can be cancelled.

Answer: A,B

 

NEW QUESTION 75
You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.
How do you implement this requirement?

  • A. Use a transition condition in the activity step invoking the connector.
  • B. Implement the logic in the connector's error handler flow.
  • C. Implement the logic in the data page's response data transform.
  • D. Customize the standard pxErrorHandlingTemplate data transform.

Answer: B

 

NEW QUESTION 76
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. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
  • C. Do nothing. The pre-processing data transform is only called once for each assignment.
  • D. Configure the data transform as post-processing instead of pre-processing.

Answer: A

 

NEW QUESTION 77
While running an application, a user notes that a system exception occurred.
Which log do you review to identify the issue?

  • A. Pega
  • B. Alert
  • C. AlertSecurity
  • D. BIX

Answer: A

 

NEW QUESTION 78
In which two of the following situations would you simulate an integration? (Choose two.)

  • A. The connector is configured to use global resource settings.
  • B. You need to test each flow path in the case processing.
  • C. The service has slow response times.
  • D. The service is not available yet.

Answer: A,C

 

NEW QUESTION 79
Pega provides a feature to upload attachments out-of-the box .
Which attachment feature must be configured by a system architect?

  • A. The steps in which attachments are allowed
  • B. User access to attachments and document security
  • C. The attachment rule set
  • D. The uploaded attachments are read-only

Answer: B

 

NEW QUESTION 80
What is the importance of application versioning?

  • A. Application versioning preserves prior application versions.
  • B. Application versioning provides a means to organize applications by priority.
  • C. Application versioning provides the ability to clone rules.
  • D. Application versioning provides the ability to version data classes without impacting existing data classes.

Answer: A

 

NEW QUESTION 81
An integrator shape calls a connector that writes data to a system of record. The system of record is not currently..
How do you simulate the service call invoked from the integrator shape?

  • A. Create a simulation activity for the connector.
  • B. Configure global resource settings for the connector.
  • C. Leave the flow in draft mode and simulate integration values in a data simulation.
  • D. Simulate the data page using a data transform.

Answer: A

 

NEW QUESTION 82
Match each condition with the correct definition.

  • A. Security->(B), Mapping->(D) ,Queue When->(A), Service->(C)
  • B. Security->(B), Mapping->(A) ,Queue When->(D), Service->(C)
  • C. Security->(D), Mapping->(B) ,Queue When->(A), Service->(C)
  • D. Security->(C), Mapping->(D) ,Queue When->(A), Service->(B)

Answer: A

 

NEW QUESTION 83
Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset? (Choose Two)

  • A. Check in rules to merge
  • B. Check out rules to merge
  • C. Review conflicts and warnings
  • D. Use DB trace to identify conflicts

Answer: A,C

 

NEW QUESTION 84
......

Ultimate Guide to the PEGAPCSSA86V1 - Latest Edition Available Now: https://www.test4sure.com/PEGAPCSSA86V1-pass4sure-vce.html

2022 Updated Verified Pass PEGAPCSSA86V1 Exam - Real Questions and Answers: https://drive.google.com/open?id=1A8cUf_T6bm8u0sEmySV2TOsgqQEKQlon