あなたを合格させるPega CLSA PEGAPCLSA86V2試験問題集で2023年02月18日には145問あります
PEGAPCLSA86V2無料試験学習ガイド!(更新された145問あります)
質問 78
XYZ Corporation wants to ensure that every attempt by a developer to check a rule into a certain ruleset version is reviewed before that rule is allowed to be checked in. The rule should be automatically sent back to the developer without being checked in if all warnings are not justified and the fields on the history tab are not complete.
How do you address this requirement?
- A. Override the SendBack Flow Action adding a pre-ctivity that transfers the assignment to the create operator if the rule's criteria are not met.
- B. Prior to the first assignment in the ApproveRuleCheckin flow, add a decision shape where one output connector is equivalent to the submitting the SendBack flow action.
- C. Implement a CheckForCustomWarnings activity for each rule included in the requirement. The activity issues a warning whenever the requirement's history tab criteria are not met.
- D. Override the FindReviewers decision tree to invoke a when rule that evaluates the criteria, if the when rule returns true, the decision tree returns SendBack.
正解: B
質問 79
Using the information shown in the Class structure, select the correct statement.
- A. Instances of EventBooking and Hosted can be stored in a separate.
- B. Parking and Auto instances must be stored in the same table.
- C. Auto must be a subcase of Parking.
- D. EventBooking cannot be a subcase of Auto.
正解: B
質問 80
A pega application has cases that represent customer accounts each with many members.
When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes. Which two elements are valid design choices? (choose two)
- A. Use the optimistic locking option on the case types.
- B. Leverage the default object lock contention requeuing capability.
- C. Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
- D. Create a Registration subcase configured to run in offline mode.
正解: B,D
質問 81
You oversee a medium-size development team. Some of the team members and new to Pega and are working on features in a separate branch.
What are two ways you can ensure that the rules the team creates adhere to best practices? (Choose Two)
- A. Review the branch quality to identify any rules with guardrail warnings.
- B. Leverage the branch review feature to have senior team members validate the branch contents.
- C. Use Pega Log Analyzer to locate any exceptions in the branch associated with the new team members.
- D. Run 1 rarer on each new rule in the branch that new team members check in to identify any failures in rule execution.
正解: A,B
質問 82
you are configuring authentication for a pega web mashup implementation.
how do you ensure the host system origin is trusted?
- A. in the authentication service JNDI binding parameters, specify the protocol, host, and port.
- B. in the content security policy record specify the website as allowed
- C. in the application definition, specify the protocol, host, and port
- D. in the authentication service spaecify the IACAuthverification activity
正解: C
質問 83
Which three approaches arc considered a PegaUnit: testing best practice? (Choose Three)
- A. A test case uses limited assertions.
- B. A test case groups relevant asseitions together.
- C. A test case focuses on a single area of functionality.
- D. A test case is not necessary when an error message is the expected result.
- E. A test ruleset is placed at the top of an application's ruleset stack.
正解: A,C,D
質問 84
a performance analysis for an equals-comparisons-only query against a table shows that it always performas a full table scan. the table has grown steadily over time. nothing has been done in the database concerning this table other than it being generated by pega.
- A. Expose one or more columns within this table.
- B. limit the number of rows fetched from this table,
- C. add one or more column indexes to this table.
- D. alter one or more column types in the table.
正解: C
質問 85
What two recommendations do you provide to the development team to ensure the performance of the Pega application does not degrade over tune? (Choose Two)
- A. Purge and/or archive records based on the company's record retention policy.
- B. Add indexes to all columns.
- C. Purge workparty UlU index tables periodically.
- D. Schedule scripts to maintain frequently fragmented tables.
正解: A,D
質問 86
A security requirement states that personal data should only be visible to managers in the HR organization. All personal data is contained in a single section.
How do you restrict access to personal data ?
- A. configure a visible when rule on the section
- B. Add an Access when to relevent properties.
- C. Create an Access control policy restricting access to the properties
- D. Define a privilege for the section and add the privilege to appropriate roles
正解: D
質問 87
A case is used to process home loans for approval.
in the answer area, area, select the enterprice class structure (ECS) layer in which to bulid each of the following components. each layer of the ECS contains two components.
正解:
解説:
質問 88
Which of the following Skin rule customizations help satisfy the states requirements?
- A. In the Skin rule, configure the importance field for each column included in a repeating layout.
- B. In the Skin rule, configure the Column Layout and specify how the sidebar appears on tables and smart phones.
- C. In the Skin rule, configure the Column Layout and specify the width of the sidebar on desktops.
- D. In the Skin rule, configure the style for all application field values, paragraphs, and correspondence records.
正解: A
質問 89
XYZ Corp users are experiencing delays in the application that you suspect is related to the database.
Which two options do you recommend to isolate the issue? (Choose Two)
- A. Investigate when the database is used most heavily.
- B. Increase the threshold for blob-size alerts.
- C. Lower query-time-related alert thresholds.
- D. Write Pega logs to the database server.
正解: A,C
質問 90
- A. Store the average time to complete sub case types in a table. Customize GetNextWork list view by joining to this table and use this value for ordering the results.
- B. When the SLA's goal is reached, have an escalation Activity adjust the claim urgency in proportion to the average time to resolve ClaimUnit cases.
- C. Increase subcase urgency based on ClaimUnit type prior to the workbasket assignment. Specialize the Service Level Rule by ClaimUnit case type.
- D. Implement a GetNextWork solution based on case deadline and ClaimUnit type. Specialist the service Level Rule by ClaimUnity case type.
正解: B
質問 91
While configuring GetNextWork, overriding the System Settings rule GetNextWork__WorkBasketUrgencyThreshold imposes a minimum cutoff value for assignment urgency.
Which statement accurately depicts the system behavior when the GetNextWork_WorkBaseketUrgencyThreshold setting is overridden?
- A. The override ignores other criteria in GetNextWork.
- B. The override causes a search of only those assignments with the urgency higher than the threshold value.
- C. The override causes a search of all assignments in a work queue that equal or exceed the set urgency threshold.
- D. The override causes the application to revisit workbaskets for assignments with lower urgency.
正解: C
質問 92
A purchase order application allows users in their work group to read and write purchase request cases.
When the total amount exceeds usd10,000 however, only the work group manger can read and write the case. Select two configuration that satisfy the requirement. (choose two)
- A. Configure the worklist to only display purchase requests greater than USD10.000 for the work group manager.
- B. Use a reads access control policy with a condition that verifies the amount is less than USD10.000.
- C. Configure conditional access in Access Manager to read and write a purchase request case when the amount is less than USD 10.000.
- D. Add a privilege to the case type class that is conditionally granted when the purchase request amount is less than USD 10.000.
正解: A,C
質問 93
select and move the three option that are required for tracing an agent on one of the nodes in a cluster to the step column and place them in the correct order
正解:
解説:
1 - Launch the Agent Management,,,,
2 - Select the agent and the node on the Agent,,,,,
3 - Select the Trace Now option to start tracing the agent.
質問 94
DRAG DROP
BigCo is planning an update to JVM settings on all production nodes at the of the month.
The production application supports high availability.
To ensure that users can continue working without distribution while the JVM changes are in process, select and move all of the following tasks to the Task List Order column arrange then correct order.
正解:
解説:
質問 95
XYZ corp expects managers to create a variety of reports. Those reports are always based on the same set of classes, but every report does not use every class in the set.
to simplify report creation for managers, you create________________________
- A. a declare trigger that restricts report class joins to this set
- B. numerous sample reports showing how to join the classes
- C. association rules for the classes in this set
- D. a template report with every class join predefined
正解: C
質問 96
......
PEGAPCLSA86V2問題集はPega CLSA認証済み試験問題と解答:https://www.passtest.jp/Pegasystems/PEGAPCLSA86V2-shiken.html
実際に出ると確認されたPEGAPCLSA86V2試験問題集と解答でPEGAPCLSA86V2無料更新:https://drive.google.com/open?id=1z-APcinAgP2mpDwXJgwV9kAyqBY8fJFc