[2025年02月21日] 365日無料更新PEGACPSSA88V1知能問題集をゲット [Q49-Q72]

Share

[2025年02月21日] 365日無料更新PEGACPSSA88V1知能問題集をゲット

ベスト品質のPegasystems PEGACPSSA88V1試験問題


Pegasystems PEGACPSSA88V1(Certified Pega Senior System Architect 8.8)試験は、Pegaアプリケーションを使用するプロフェッショナルのスキルと知識をテストするために設計された認定試験です。この試験は、Pegaを少なくとも3〜6か月使用している個人を対象にしており、認定を取得することによりキャリアを進めたいと考えている人々を対象としています。PEGACPSSA88V1試験は、アプリケーション設計、データモデリング、ケース管理、および外部システムとの統合など、幅広いトピックをカバーしています。

 

質問 # 49
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. Update the class-level encryption to enable property-level encryption.
  • B. Create a TextEncrypted property type, and then add the properties.
  • C. Create a PropertyEncrypt access control policy, and then add the properties.
  • D. Create a PropertyEncrypt data transform, and then add the properties.

正解:C

解説:
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.


質問 # 50
A music production company''s application contains the following classes:

A requirement states that users assigned the role "Manager" can edit objects related to any studio work.
At which position in the class hierarchy do you configure an Access of Role to Object (ARO) record to satisfy this requirement?

  • A. UPlusMusic-Production-Work-Brand-Marketing
  • B. UPlusMusic-Production- Work-Studio-
  • C. UPlusMusic-Production-Work-Studio-Editing
  • D. UPlusMusic-Production- Work-

正解:B

解説:
To satisfy the requirement that users assigned the role "Manager" can edit objects related to any studio work, the Access of Role to Object (ARO) record should be configured at the "UPlusMusic-Production-Work-Studio-" level (C). This level is the common parent class for all studio-related work, such as Recording and Editing. By setting the ARO at this level, it ensures that managers have the necessary permissions to edit any object that falls under the studio work hierarchy, without having to set permissions at each individual subclass level.Pega Community documentation on class hierarchy and Access of Role to Object configuration.


質問 # 51
The Static Assembler is used to address rules assembly issues due to which cause?

  • A. The application record lists several branch rulesets.
  • B. A new application is migrated to the production system.
  • C. The server is managing a large number of rules caches.
  • D. Access groups contain multiple production rulesets.

正解:C

解説:
The Static Assembler is a Pega tool used to address rules assembly issues specifically when the server is managing a large number of rules caches. By pre-assembling rules into a static content, the Static Assembler helps in improving performance in situations where cache management becomes complex due to the volume of rules. It creates a set of static files that represents the assembled rules, which can reduce the overhead on the server during rule assembly and cache management. Pega official documentation on performance tools and best practices.


質問 # 52
Which two rule types can you mark as a relevant record? (Choose Two)

  • A. Report
  • B. Section
  • C. Property
  • D. Skin

正解:A、B

解説:
The rule types that you can mark as relevant records are those that are frequently referenced and are of high importance in the application. Reports (B) and Sections (D) can be marked as relevant records to easily access and modify these important rules. Pega official documentation on relevant records.


質問 # 53
What is the purpose of the Policy Verification landing page when configuring a security solution in Pega Platform?

  • A. To manually authenticate a specific user on an integrated external database
  • B. To configure mapping of access control attributes
  • C. To test if a user has the required access to a case
  • D. To test if a user,s channel-specific password meets defined property requirements

正解:C

解説:
The purpose of the Policy Verification landing page in Pega Platform is to test if a user has the required access to a case (A). This tool allows administrators and developers to verify access control policies by simulating how the policies would apply to different users, ensuring that the security configurations align with the application,s requirements and that users have appropriate access levels to cases and data.Pega Community documentation on security policies and Policy Verification tool.


質問 # 54
What are three valid ways to exchange data through a Pega Web Mashup? (Choose Three)

  • A. Use an action object configured as a script to perform additional actions on a web mashup gadget.
  • B. Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.
  • C. Use the Javascript function doAction() to set or read data values through the hosting web page.
  • D. Use a queue processor to pass updated attributes to the gadget on the hosting web page.
  • E. Use an SQL call to exchange data between the mashup and hosting web page.

正解:A、B、C

解説:
In a Pega Web Mashup, valid ways to exchange data include using an action object configured as a script to perform additional actions on a web mashup gadget (A), utilizing the Javascript function doAction() to set or read data values through the hosting web page (B), and using the data-pega-event-onpagedata attribute to configure default values for the gadget (E). These methods facilitate dynamic interaction between the mashup and the hosting web page, allowing for seamless data exchange and integration of Pega functionalities into external web applications.Pega Community documentation on Pega Web Mashup and integration techniques.


質問 # 55
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?

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

正解:A、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. Pega Platform API Guide.


質問 # 56
Which three types of information can represent an attribute in attribute-based access control (ABAC)'' (Choose Three)

  • A. Numerical value
  • B. Single string
  • C. Property
  • D. Boolean
  • E. List of strings

正解:B、C、D

解説:
In attribute-based access control (ABAC), an attribute can be a property (such as an age or status), a Boolean value (indicating true or false conditions), or a single string (such as a name or identifier). These attributes are evaluated to determine access rights within the application. Pega Platform Help - ABAC.


質問 # 57
Which two statements about keyed data pages are true? (Choose Two)

  • A. A keyed data page is required for all data pages.
  • B. A keyed data page can have multiple keys.
  • C. A keyed data page can return multiple embedded pages.
  • D. A keyed data page can use a report definition.

正解:B、C

解説:
Keyed data pages can return multiple embedded pages if the data structure includes lists or other page structures. They can also have multiple keys, which allows them to return data based on a combination of key values. Pega Platform Help - Data Pages.


質問 # 58
You decide to use multiple pre-processing actions on a single flow action. Place the pre-processing actions in the order in which they are executed.

  • A. Run activity
  • B. Apply data transform
  • C. Run robotic automation

正解:A、B、C


質問 # 59
In the Answer Area, drag each mobile application solution on the left to the correct scenario.

正解:

解説:


質問 # 60
Which three rule types can be reused through the use of relevant records?
(Choose Three)
Response:

  • A. Flows
  • B. Data transform
  • C. Paragraphs
  • D. FIeld values
  • E. Sections

正解:A、C、E


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

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

正解:C、D、E

解説:
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.Pega Community documentation on Pega Mobile Client capabilities.


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

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

正解:B

解説:
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.


質問 # 63
You configure a child case to override the locking strategy of the parent case. The parent case has a time-out value of one hour.
Which time-out value option is recommended for the child case?

  • A. Set the Access time-out value equal to the parent case time-out value.
  • B. The Access time-out value on the child case cannot be changed.
  • C. Set the Access time-out value greater than the parent case time-out value.
  • D. Set the Access time-out value less than the parent case time-out value.

正解:C

解説:
The recommended practice is to set the Access time-out value for the child case to be greater than the parent case time-out value. This ensures that the child case does not become inaccessible due to a time-out while the parent case is still active, which could happen if it had the same or a shorter time-out value. Pega official documentation on locking strategies and time-out values.


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

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

正解:A、D

解説:
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.


質問 # 65
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:

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

正解:B

解説:
Rule resolution in Pega follows the "Rule Resolution" algorithm, which will look for the rule that best matches the class hierarchy and the ruleset list. In this scenario, the rule that matches the Apply to: class of TGB-HR-SelfService-Work-TimeOff and is in the highest listed ruleset that is available (SelfService) will be selected. Pega SSA course materials on rule resolution.


質問 # 66
Several development teams work on different enhancements. The release date for each enhancement is uncertain. Which two options, when performed together, allow each team to keep its work separate? (Choose Two)

  • A. Create a new application for each team.
  • B. Set up a branch ruleset for each team.
  • C. Create a production ruleset for each team.
  • D. Create a new ruleset version for each team.

正解:B、D

解説:
Creating a new ruleset version for each team ensures that each team,s work is isolated within a specific version, preventing overlap and conflict. Setting up a branch ruleset for each team further isolates development work, allowing parallel development streams that can later be merged back into the main application ruleset. These two options, when used together, provide the most flexibility for teams working on separate enhancements with uncertain release dates. Pega Platform Help - Branch Rulesets.


質問 # 67
Drag the name of the Pega Platform log file appender from the left to the matching use case on the right.

正解:

解説:


質問 # 68
An assignment service-level agreement (SLA) is configured with the following details:
* Initial urgency: 20
* Assignment ready: Timed delay of 1 hour
* Goal: 5 hours and increase urgency by 10
* Deadline: 8 hours and increase urgency by 20
* Passed deadline: 2 hours, increase urgency by 20, and limit events to 5 Assuming no other urgency adjustments, what is the assignment urgency 16 hours after the case reaches the assignment.

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:A

解説:
The initial urgency is set at 20. At 5 hours, the urgency increases by 10 (total 30). At 8 hours, the urgency increases by 20 (total 50). After the deadline, the urgency increases by 20 every 2 hours, up to a limit of 5 events. By 16 hours, all 5 events have occurred, adding 100 to the urgency, leading to a total urgency of 150 (initial 20 + goal 10 + deadline 20 + passed deadline 100). Pega Platform Help - Service Level Agreements.


質問 # 69
Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)

  • A. Capture a PAL reading for a process with good performance to establish a benchmark for comparison.
  • B. Run PAL as an end user to account for any performance differences due to the portal itself.
  • C. Run the process to completion first to perform needed rule assembly and avoid skewed results.
  • D. Capture PAL readings after significant changes to a process to identify any performance impact.

正解:C、D

解説:
A: Running the process to completion before capturing PAL readings is important because it ensures that all the necessary rule assemblies have taken place. If you measure performance without doing this, the rule assembly might skew the results by adding additional overhead.
B: Capturing PAL readings after significant changes to a process helps in identifying any performance impacts due to those changes. This allows you to compare the performance data before and after changes to assess their impact. Pega official documentation on Performance Analyzer (PAL).


質問 # 70
You are preparing to create a new major version of an application ruleset in which there are multiple minor and patch versions.
How do you create the new ruleset version?

  • A. Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset versions to the new version.
  • B. Use the Ruleset Maintenance wizard to skim the relevant ruleset versions to copy the highest version of existing rules to the new ruleset version.
  • C. Create a new application ruleset using the appropriate version number, then copy the highest version of existing rules into the new ruleset version.
  • D. Use the Application Structure landing page to lock and roll the existing ruleset versions to the new version.

正解:B

解説:
When creating a new major version of an application ruleset, you would use the Ruleset Maintenance wizard to skim the relevant ruleset versions. This process copies the highest version of existing rules to the new ruleset version, effectively creating the new major version. Pega official documentation on ruleset skimming.


質問 # 71
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 multivariate circumstanced rule, a circumstance definition, and a circumstance template.
  • D. Create a single property circumstanced rule and a when rule.

正解:C

解説:
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.


質問 # 72
......

Pegasystems試験練習テスト問題で高得点を目指そう:https://jp.fast2test.com/PEGACPSSA88V1-premium-file.html


弊社を連絡する

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

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어