[Q77-Q94] Pegasystems PEGACPSSA23V1認証された練習解答、必ずあなたを試験合格させる![2024]

Share

Pegasystems PEGACPSSA23V1認証された練習解答、必ずあなたを試験合格させる![2024]

有効な合格方法Certified Senior System ArchitectのPEGACPSSA23V1試験問題集

質問 # 77
Which three options do you consider when deciding to use post-processing actions on a flow action? (Choose Three)

  • A. The potential reuse of the flow action
  • B. The sequence in which the system runs different actions
  • C. The security setting for the flow action
  • D. The effect if the flow action is reloaded
  • E. The timing of the commit for the flow action

正解:B、D、E

解説:
When considering post-processing actions on a flow action, it's crucial to understand their implications on the user experience and system behavior. The effect if the flow action is reloaded (A) is important because post-processing actions might not execute again, leading to inconsistent data or user experience. The sequence in which the system runs different actions (B) is critical to ensure that data transformations and business logic are applied in the correct order, maintaining data integrity and consistency. The timing of the commit for the flow action (C) influences transaction management, ensuring that all changes are saved correctly and that the system maintains data consistency, especially in multi-user environments.References: Pega Community documentation on flow actions and post-processing.


質問 # 78
Which statement regarding managing encrypted data in Pega Platform is true?

  • A. Property-level encryption is a time-efficient method to encrypt data.
  • B. Encrypted properties can be referenced in report definitions.
  • C. Encrypted properties cannot be referenced using filter conditions in reports.
  • D. Each organization uses a custom key to encrypt its data.

正解:C

解説:
Managing encrypted data in Pega Platform comes with certain limitations, one of which is that encrypted properties cannot be referenced using filter conditions in reports (A). This is because the encryption obscures the actual value of the property, making it impossible for the reporting engine to perform comparisons or filtering based on the encrypted data. This limitation is essential for maintaining data security, as it prevents unauthorized access to sensitive information through report queries.References: Pega Community documentation on encryption and reporting.


質問 # 79
You are analyzing application performance and identify a data transform exceeding preferred performance parameters. Which performance tool do you use to help troubleshoot the issue?

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

正解:B

解説:
When analyzing a data transform that is exceeding preferred performance parameters, the Performance Analyzer (PAL) (C) is the most suitable tool to use. PAL provides detailed metrics on various aspects of system performance, including CPU usage, database interactions, and rule execution times. By using PAL to analyze the performance of a data transform, you can identify specific areas where inefficiencies occur, such as excessive database reads or writes, loop iterations, or other resource-intensive operations. This insight allows for targeted optimizations to improve the performance of the data transform and the overall application.Reference: Pega Community documentation on Performance Analyzer (PAL) and performance troubleshooting.


質問 # 80
Consider the following requirement: Car dealers cannot modify orders in the Fulfillment stage. Which security solution do you use to satisfy the requirement?

  • A. Access of Role to Object
  • B. Access group
  • C. Access When
  • D. Access Deny

正解:A

解説:
Access of Role to Object (ARO) is used to define the level of access that a role has to instances of a class. In this case, an ARO can be created for the car dealers' role to restrict modify access to orders in the Fulfillment stage. Reference: Pega Platform Help - Security.


質問 # 81
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. A mashup display starts by calling either a flow or a harness from a Pega application.
  • C. Pega Platform limits a mashup to working on existing cases.
  • D. A user can view their worklist in an external portal and select items to take action on.

正解:B、D


質問 # 82
An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB'HRApps-Work so it can be used by more than one case type.
How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?

  • A. Save an additional new version of the flow action applied to TRB-HRApps-Work and set the availability to "Final".
  • B. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Not available".
  • C. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn".
  • D. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Blocked".

正解:C

解説:
To prevent the application from using the rule in TRB-HRApps-Work-Feedback, you would save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to
"Withdrawn". This marks the rule as no longer valid for use in the application. References: Pega official documentation on rule availability.


質問 # 83
In the hierarchy of a single organization, which statement about the relationship between organizational elements is true?

  • A. An operator record can belong to multiple units.
  • B. A work group can have more than one manager.
  • C. A unit can belong to multiple organizations.
  • D. A work queue belongs to a single operator record.

正解:B

解説:
In the organizational hierarchy of Pega Platform, a work group can indeed have more than one manager, allowing for shared management responsibilities and coverage. Reference: Pega Platform Help - Organization and Work Groups.


質問 # 84
A fitness organization wants to ensure that data is entered correctly into an online form when users apply for, or update, their membership information.
Which scenario requires an edit validate rule?

  • A. New members can get a 20% discount, if they enter the Coupon Code SAVE.
  • B. Existing members must enter their membership number in the correct format, M-######-0#.
  • C. New members must be at least 18 years of age at the time they sign up for membership.
  • D. The first and last name are required on the form, but a middle name or initial is optional.

正解:B

解説:
An edit validate rule is used to ensure that data is entered in a specific format. For membership numbers that need to match a particular pattern (M-######-0#), an edit validate rule would be the appropriate mechanism to enforce this format upon entry. Reference: Pega Platform Help - Edit Validate.


質問 # 85
An application includes the following set of circumstanced instances of a decision table.

You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.
How do you implement this change?

  • A. Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset.
  • B. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Withdrawn.
  • C. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Blocked.
  • D. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option.

正解:C


質問 # 86
In a hiring case type, only HR Managers should have read access to a candidate's reference letter attachment.
Once the privilege is created in the system, which two configurations, when performed together, allow you to fulfill this requirement? (Choose Two)

  • A. Configure an access control policy condition on the Attachment category.
  • B. Specify the HR Managers work group when creating the Attachment category.
  • C. Define an Access of Role to Object record on the Access group for HR Managers.
  • D. Apply the appropriate privilege to the Attachment category.

正解:A、D


質問 # 87
In the following example, the Homelns, Homelnslnt, and Customer rulesets are configured for application validation. MyCo and MyCoInt are configured for ruleset validation. MyCo lists MyCoInt and Customer as its prerequisites, and the prerequisite for MyCoInt is Pega-ProcessCommander.
Which of the following statements is correct?

  • A. Rules in MyCo can reference rules in Homelnslnt.
  • B. Rules in Customer can reference rules in Homelns.
  • C. Rules in MyCo can reference rules in Homelns.
  • D. Rules in MyCoInt can reference rules in Customer.

正解:C

解説:
In Pega's ruleset hierarchy, a ruleset can reference rules in its own ruleset as well as in any prerequisites (and their prerequisites, recursively). Since MyCo lists MyCoInt and Customer as its prerequisites and MyCoInt, in turn, lists Pega-ProcessCommander (which is not relevant here), MyCo can reference rules in both Homelns and HomelnsInt. However, since only Homelns is explicitly mentioned in the options, the correct answer is that MyCo can reference rules in Homelns. Reference: Pega SSA course materials on ruleset hierarchy and ruleset validation.


質問 # 88
Graduate school students create and submit project proposals to their advisors. During the proposal phase, the advisor and the student can each edit the draft proposal.
How do you ensure the advisor and the student can simultaneously edit the proposal, and the application can check the proposal for changes before committing them?

  • A. Configure the locking on the case type to allow one user.
  • B. Configure the student and advisor roles with view and edit permission.
  • C. Configure an assignment for the advisor and an assignment for the student.
  • D. Configure the locking on the case type to allow multiple users.

正解:D

解説:
To ensure that the advisor and the student can simultaneously edit the draft proposal, configure the locking on the case type to allow multiple users (B). This setting enables a shared access model, where multiple users can work on the case at the same time. Additionally, Pega's conflict resolution mechanisms can be utilized to check for changes before committing them to the database, ensuring that any concurrent edits are properly managed and the integrity of the proposal is maintained.Reference: Pega Community documentation on case locking and concurrent editing.


質問 # 89
Which three mobile device features can you leverage by using Pega Mobile Client? (Choose Three)

  • A. Biometric identification
  • B. Phone calls
  • C. Push notifications
  • D. Barcode scanning
  • E. Text messages

正解:A、C、D

解説:
Pega Mobile Client supports leveraging various mobile device features to enhance app functionality and user experience. Barcode scanning (A) is commonly used in logistics and retail applications for quick identification and tracking of items. Biometric identification (C), such as fingerprint or facial recognition, adds an extra layer of security for user authentication. Push notifications (D) are crucial for real-time communication, alerting users to updates or required actions within the app, even when the app is not actively in use.References: Pega Community documentation on Pega Mobile Client capabilities.


質問 # 90
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

正解:A、C

解説:
* A: Calling the function pega.web.api.doAction() allows for specific actions to be performed in the Pega application from the web mashup, such as refreshing a section or submitting an assignment.
* D: Using the attribute data-pega-event-onpagedata allows for passing data from the web mashup to the Pega application when specific events occur on the page. References: Pega official documentation on Pega Web Mashup methods and attributes.


質問 # 91
A city resident can report potholes to the Department of Transportation by logging in to a mobile Pega Platform application that utilizes the Pega API.
Which two Pega API interactions do you use to facilitate this? (Choose two.)

  • A. Update the report using GET/cases
  • B. Access the related case type to report using GET/casetypes
  • C. Log into the application using PUT/authenticate
  • D. Submit the report using POST/cases

正解:B、D

解説:
To report potholes through a mobile application using the Pega API, the POST/cases method would be used to submit the report case, and the GET/casetypes method would be used to access the related case type to ensure the correct case type is used for the report. References: Pega Platform API Guide.


質問 # 92
A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital. Stakeholders identify the following security requirements for the case type.
* Patients access cases on a read-only basis.
* Patients can only access their own cases.
* Doctors and nurses can modify cases throughout the case life cycle.
* Only doctors are allowed to write prescriptions.
Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?

  • A. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 1.
  • B. Create a single access role for both doctors and nurses, and set the modify action to 5.
  • C. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5.
  • D. Create a single access role for both doctors and nurses, and set the modify action to 1.

正解:B

解説:
To allow both doctors and nurses to modify cases while complying with the identified security requirements, the best approach is to create a single access role for both doctors and nurses (C) and set the modify action to 5. This configuration grants both user groups the necessary permissions to modify cases throughout the case life cycle. By using a single access role with a high level of access for modifications, the application simplifies role management while ensuring that both doctors and nurses can perform their duties effectively, without compromising the security and integrity of patient cases.Reference: Pega Community documentation on Access Role to Object and case management best practices.


質問 # 93
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. Implement the logic in the connector's error handler flow.
  • B. Customize the standard pxErrorHandlingTemplate data transform.
  • C. Implement the logic in the data page's response data transform.
  • D. Use a transition condition in the activity step invoking the connector.

正解:A

解説:
To handle the unavailability of a system of record when using a SOAP connector, the most effective approach is to implement the retry logic in the connector's error handler flow. This flow can be configured to wait for a specified duration (in this case, an hour) before retrying the connection. If the system remains unavailable after the retry, the flow can then proceed to send a notification to the system administrator. This approach encapsulates the error handling logic within the connector's flow, making it reusable and maintainable.References: Pega Community documentation on connector error handling and SOAP connectors.


質問 # 94
......

Pegasystems PEGACPSSA23V1事前試験練習テストはJPNTest:https://www.jpntest.com/shiken/PEGACPSSA23V1-mondaishu

PEGACPSSA23V1練習テスト問題、解答、解釈:https://drive.google.com/open?id=1Pr3OhSxMYhoXEcDB1HnsXshjmdmfxb-q

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡