[2025年04月06日]PEGACPSSA88V1試験ブレーン問題集で学習注釈と理論 [Q46-Q64]

Share

[2025年04月06日]PEGACPSSA88V1試験ブレーン問題集で学習注釈と理論

合格させるPegasystems PEGACPSSA88V1テスト練習テスト問題試験問題集

質問 # 46
Which three items are generated and displayed in the compliance score of an application? (Choose three.)

  • A. Percentage of compliant rules in the application
  • B. Unweighted compliance score
  • C. Pega Platform core rules used in the application
  • D. Rules with unjustified warnings in the application
  • E. Rules with warnings in the application

正解:A、D、E

解説:
The compliance score of an application is generated based on several factors, including the number of rules with warnings, the number of rules with unjustified warnings, and the percentage of compliant rules in the application. This score helps to identify potential issues with rule compliance and areas that may need attention. Pega Platform Help - Compliance score.


質問 # 47
A client requests that you add a footer to the Case Manager portal. How do you satisfy this request?

  • A. Change the section layout on the harness referenced on the portal record.
  • B. Update the portal type on the portal record.
  • C. Configure a navigation record to describe the new portal format.
  • D. Update the portal format in the skin applied to the portal.

正解:D

解説:
Adding a footer to the Case Manager portal can be done by updating the skin that,s applied to the portal. Skins in Pega define the look-and-feel of user interfaces, including headers, footers, and other elements. Pega Platform Help - Skins.


質問 # 48
A travel reservation servicing case includes a service level for responding to requests. The service level intervals vary according to passenger status, class of service, and fare type.
Which implementation satisfies this requirement?

  • A. Create a multivariate circumstanced rule and a when rule.
  • B. Create a single property circumstanced rule.
  • C. Create a single property circumstanced rule and a when rule.
  • D. Create a multivariate circumstanced rule, a circumstance definition, and a circumstance template.

正解:D

解説:
To satisfy the requirement where service level intervals vary according to multiple criteria (passenger status, class of service, and fare type), you would create a multivariate circumstanced rule, a circumstance definition, and a circumstance template. This allows you to create SLAs that vary based on the combination of these criteria. Pega official documentation on circumstancing rules.


質問 # 49
Which two configurations are required when adding a Split for Each shape to your case life cycle? (Choose Two)

  • A. Enter a rule that stores the audit note that you want to include in the subprocess
  • B. Enable users to get back to the subprocess after the case moves forward
  • C. Enter the Page List or Page Group property that is the basis of the split
  • D. Define when the parent process resumes processing

正解:C、D

解説:
B: When adding a Split For Each shape to your case life cycle, you need to define when the parent process resumes processing. This can be after each iteration or after all iterations complete.
C: You also need to specify the Page List or Page Group property that the split will iterate over. This determines the scope of the subprocesses that are to be created. Pega official documentation on case life cycle design.


質問 # 50
While running an application, a user notes that a system exception occurred. Which log do you review to identify the issue?

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

正解:A

解説:
System exceptions and errors are typically logged in the Pega log. This log captures information about the functioning of the Pega platform and the applications running on it, including system errors and exceptions that users encounter. Pega System Administration documentation on log files.


質問 # 51
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 a single access role for both doctors and nurses, and set the modify action 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 1.
  • D. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5.

正解: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.Pega Community documentation on Access Role to Object and case management best practices.


質問 # 52
In an online shopping application, you enable class-level encryption for the entire case type and optimize First Name, Last Name, Social Security number (SSN), Total Cart, and Account Number properties for reporting.
To secure sensitive data, how do you enable property-level encryption for SSN and Account Number?

  • A. Create a PropertyEncrypt data transform, and then add the properties.
  • B. Create a TextEncrypted property type, and then add the properties.
  • C. Update the class-level encryption to enable property-level encryption.
  • D. Create a PropertyEncrypt access control policy, and then add the properties.

正解:D

解説:
To enable property-level encryption for sensitive data such as SSN and Account Number, you create an Access Control Policy of type PropertyEncrypt. This policy specifies which properties should be encrypted and how the encryption should be applied. Pega Platform Help - Access Control Policies.


質問 # 53
Place the steps in the order in which a service processes a request.

正解:

解説:


質問 # 54
You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.
How do you update the application to add the new ruleset version?

  • A. Create a new application version and add the new ruleset version as a production ruleset.
  • B. Create a branch ruleset and a new application, and add the branch ruleset to the application.
  • C. Lock and roll the existing ruleset, and update the existing application version.
  • D. Lock and roll the existing ruleset, and create a new application version.

正解:C

解説:
To add a new minor version of an application ruleset for a phased rollout, you would lock the current version of the ruleset to prevent further changes (this is referred to as "rolling" the ruleset), and then create a new minor version. The application record should be updated to reference this new minor version of the ruleset. This ensures that the new features can be tested and gradually released to the user base without the need to create a completely new application version. Pega Senior System Architect documentation on versioning and release practices.


質問 # 55
When deploying mashup code in a webpage, which option is necessary to ensure that Pega Platform accepts incoming requests?

  • A. Add the host URL in the Pega application.
  • B. Establish a private tunnel from the host to Pega Platform.
  • C. Enable authentication policies on Pega Platform.
  • D. Ensure the host is configured to support HTTPS.

正解:A

解説:
When deploying mashup code in a webpage, it is necessary to add the host URL in the Pega application to ensure that Pega Platform accepts incoming requests. This is part of configuring the trusted origins within the application,s settings. Pega official documentation on Pega Web Mashup deployment and configuration.


質問 # 56
In which two scenarios is it a Pega best practice to use Pega Web Mashup over a Pega API integration?

  • A. Developers have access to only App Studio when configuring the integration.
  • B. Minimal resources are assigned to update Pega Platform for each new release.
  • C. Users are expected to create cases, open assignments, and manage data privacy.
  • D. The application is built on Pega Platform version 8.2 using UI Kit.

正解:B、C

解説:
Pega Web Mashup is ideal for scenarios where minimal resources are available for updating the Pega Platform with each new release, as it allows external applications to embed Pega UI elements with minimal maintenance. Additionally, it,s useful when users are expected to create cases, open assignments, and manage data privacy within an embedded Pega frame in an external web page. Pega Platform Help - Pega Web Mashup.


質問 # 57
What three questions can you ask to help you plan user views?
(Choose Three)
Response:

  • A. Will users want to see information displayed using different styles?
  • B. Can users modify the values or only read the values?
  • C. How will users enter values in those fields?
  • D. Will the information be stored in an external database?
  • E. What fields do users need to see?

正解:B、C、E


質問 # 58
Which two statements are valid about configuring Pega Web Mashup? (Choose Two)

  • A. Keep the original names of default actions in the mashup code to prevent security risks.
  • B. Add a list of trusted domains in your applications in which you want to use the mashup.
  • C. Use the Integration wizard to generate mashup code for use in other systems.
  • D. Only create one DIV element in the hosting web page for each Pega gadget.

正解:B、D

解説:
When configuring Pega Web Mashup, it,s essential to create one DIV element in the hosting web page for each Pega gadget (A), ensuring that each gadget is properly isolated and rendered within its designated area on the web page. Additionally, adding a list of trusted domains in your application settings (B) is crucial for security, as it specifies which domains are authorized to host the mashup, preventing unauthorized use or embedding of the Pega functionalities in untrusted environments.Pega Community documentation on Pega Web Mashup configuration and security best practices.


質問 # 59
As a best practice, in which situation do you configure a keyed data page?

  • A. A long list of vehicle parts that rarely changes
  • B. A long list of images that often changes
  • C. A short list of delivery options that rarely changes
  • D. A short list of emojis that often changes

正解:A

解説:
A keyed data page is best used for data that does not change frequently and can be retrieved by a unique key. A long list of vehicle parts that rarely changes fits this criterion because the data can be cached and doesn,t require frequent updates, optimizing performance. Pega Platform Help - Data Pages.


質問 # 60
You perform a major skim on the ruleset ABC:02-02 to ABC:03-01.
In the Answer area, select the ruleset versions that the skim operation uses.

正解:

解説:


質問 # 61
Which two methods allow you to identify the Pega Platform application type? (Choose Two)

  • A. View the portals used by the application.
  • B. View the Application layers widget for the ruleset stack.
  • C. View the Application definition rule.
  • D. View the Settings tab of the case designer.

正解:B、C

解説:
The application type can often be identified by viewing the Application layers widget for the ruleset stack, which gives an overview of how the application is structured, and by viewing the Application definition rule, which provides detailed information about the application,s setup and its components. Pega Platform Help - Application Layers.


質問 # 62
Which statement describes the appropriate use of the Purge/Archive wizard to address application performance?

  • A. Remove old cases to reduce the size of a database table.
  • B. Remove unused rules caches maintained on the system.
  • C. Delete any properties exposed in table columns from the BLOB.
  • D. Delete stored SQL procedures that have been updated.

正解:A

解説:
The Purge/Archive wizard in Pega Platform is appropriately used to remove old cases to reduce the size of a database table (B). Over time, completed or resolved cases can accumulate in the system, leading to large table sizes that can negatively impact application performance. By archiving these cases, you can move them out of the primary database tables into an archive, and by purging, you can delete cases that are no longer needed. This process helps maintain optimal database performance and manage storage costs effectively.Pega Community documentation on the Purge/Archive wizard and database maintenance best practices.


質問 # 63
Which two statements describe the role of the cache manifest in a mobile app?

  • A. Supports debugging efforts by providing a run-time view of the rules accessed by the app.
  • B. Provides access to static resources such as HTML files, image files, or JS files.
  • C. Allows downloading of rules for offline use with a mobile app.
  • D. Enables users to continue interacting with mobile apps while offline.

正解:B、C

解説:
The cache manifest in a mobile app facilitates the use of the app while offline by allowing the download of rules and static resources. This ensures that users can access the app,s functionality and interface elements even when they do not have an internet connection. Pega Mobile Client Developer Guide.


質問 # 64
......

厳密検証されたPEGACPSSA88V1問題集と解答でPEGACPSSA88V1問題集と正解付き:https://www.jpntest.com/shiken/PEGACPSSA88V1-mondaishu

ベストCertified Senior System Architect学習ガイドPEGACPSSA88V1試験:https://drive.google.com/open?id=1Y9Co_r-qYUWcV3wf-wVHzvYl7jiTMqex

弊社を連絡する

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

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

サポート:現在連絡