PEGACPSSA23V1認定お試し[2025年03月13日] 最新PEGACPSSA23V1のPDF問題集 [Q49-Q74]

Share

PEGACPSSA23V1認定お試し[2025年03月13日] 最新PEGACPSSA23V1のPDF問題集

ベストPegasystems PEGACPSSA23V1学習ガイドと問題集でof2025年更新

質問 # 49
Drag each security solution on the left to its appropriate use case.

正解:

解説:

Explanation:
Graphical user interface Description automatically generated

To match the security solutions to their appropriate use cases:
* "Access of Role to Object" is typically used to specify what actions a particular role can perform on instances of a class. It would be appropriate for a use case where "Dealers can modify evaluations" since this is an action that a specific role (dealers) would be allowed to perform.
* "Access Control Policy" allows defining rules that enforce property and case access restrictions based on the user role and other conditions. It would be appropriate for a use case where "Customers can only view their own credit report" since this would be a restriction based on user-specific data.
* "Access Deny" is used to explicitly deny access to a rule or data instance. It fits the use case where
"Dealers cannot run reports" because it is a restriction that prevents a specific action (running reports) for a specific role (dealers).
* "Access when" is a rule that defines conditions for whether certain access is allowed. It would be used in the scenario where "Dealers cannot modify orders in the Fulfillment stage" since this is a conditional restriction based on the stage of the process.
Based on these explanations, here is the matched list:
* Access when -> Dealers cannot modify orders in the Fulfillment stage.
* Access Control Policy -> Customers can only view their own credit report.
* Access Deny -> Dealers cannot run reports.
* Access of Role to Object -> Dealers can modify evaluations.


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

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

正解:A、C、E

解説:
The compliance score of an application in Pega Platform includes items such as rules with unjustified warnings in the application (A), rules with warnings in the application (D), and the percentage of compliant rules in the application (E). These metrics provide insights into the application's adherence to best practices and guardrails, highlighting areas that may require attention to improve application quality, maintainability, and performance.Reference: Pega Community documentation on Application Quality Dashboard and compliance scoring.


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

正解:

解説:


質問 # 52
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. Reference: Pega Platform Help - Data Pages.


質問 # 53
Which two statements about building mobile applications with Pega Platform are true? (Choose Two)

  • A. Pega Mobile Build Server requires HTTPS access.
  • B. The containing application determines the layout and appearance of SDK applications.
  • C. Pega Platform allows the same certificate set to build and distribute iOS and Android applications.
  • D. Pega Mobile Build Server is configured in Dev Studio by using your Android or iOS developer certificates.

正解:A、D

解説:
Building mobile applications with Pega Platform, it's true that the Pega Mobile Build Server is configured in Dev Studio using your Android or iOS developer certificates (B). This server is a cloud-based service provided by Pega to facilitate the mobile app build process. It's also true that the Pega Mobile Build Server requires HTTPS access (D) to ensure secure communication during the build process.Reference: Pega Community documentation on mobile app development and Pega Mobile Build Server configuration.


質問 # 54
What are the two most common ways to expose your application to an external system? (Choose Two)

  • A. Configure a signed certificate.
  • B. Create a connector linked to a data page.
  • C. Create a web service with the Service wizard.
  • D. Leverage the Pega API.

正解:C、D

解説:
The two most common ways to expose your application to an external system are to leverage the Pega API (B) and to create a web service with the Service wizard (D). The Pega API provides a set of out-of-the-box RESTful endpoints for performing operations within the Pega Platform. The Service wizard simplifies the creation of SOAP or REST services, enabling external systems to interact with Pega applications.Reference: Pega Community documentation on Pega API and Service wizard.


質問 # 55
In the Answer Area, drag each log name on the left to its intended purpose on the right.

正解:

解説:


質問 # 56
You have identified an activity that does not perform well. You need to find out exactly which steps in the activity are causing the poor performance.
Which tool allows you to identify the cause of the performance issue?

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

正解:D

解説:
The Tracer tool is designed to debug the execution of rules by providing detailed runtime information about each step within a rule. This allows you to identify performance issues at the step level within an activity.
References: Pega Platform Help - Tracer Tool.


質問 # 57
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 Deny
  • C. Access When
  • D. Access group

正解:C

解説:
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. References: Pega Platform Help - Security.


質問 # 58
Which two situations are likely to negatively impact application performance? (Choose Two)

  • A. A developer uses an SQL query tool or activities to archive case data before purging tables.
  • B. Business architects have delegated a large number of rules to process owners.
  • C. A report definition generates report data based on several properties stored in the BLOB.
  • D. Several applications on the system write cases to the pr_other table in the database.

正解:C、D

解説:
Generating report data based on several properties stored in the BLOB (Binary Large Object) can impact performance because it requires full database table scans. Using SQL query tools or activities to archive case data before purging tables can also negatively impact performance, as they may not be optimized for the Pega Platform's data structures. References: Pega Platform Help - Performance Best Practices.


質問 # 59
A user reports that an application takes five seconds to complete a step and present the next step in a process.
Which tool allows you to gather and analyze performance data for the form submission?

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

正解:D

解説:
The Performance Analyzer (PAL) is the correct tool to gather and analyze performance data for the form submission that takes a significant amount of time. PAL tracks the interaction with the Pega Platform and provides metrics related to the performance of activities, rules, and system functions over time, which is essential for identifying the cause of the delay during form submission. References: Pega official documentation on PAL.


質問 # 60
You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.
How do you satisfy the request?

  • A. Add the Open-Review status to the Application record for the application.
  • B. Circumstance the existing Open Field Value record on the application name and update the status value to Open-Review.
  • C. Create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group.
  • D. Create a Field Value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application.

正解:C

解説:
To create a custom status named Open-Review to be applied to assignments in one application, create a Field Value record named Open-Review for .pyStatusWork with the Apply To class set to the class group (A). This approach allows you to customize the status values used in your application and ensure that they are available for use in assignments within the specified class group, which typically corresponds to an application.Reference: Pega Community documentation on Field Value records and status values.


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

正解:

解説:


質問 # 62
Drag the error type on the left to its description on the right.

正解:

解説:

Explanation:

The correct match for each error type to its description is:
* Transient Errors -> These errors usually correct themselves over time.
* Permanent Errors -> These errors are typically due to a configuration error or an error in the remote application logic.


質問 # 63
You have a requirement to associate users in different units to the same work queue.
How do you implement this requirement?

  • A. Associate the users to a common work queue. Then associate the work queue to the appropriate units.
  • B. Associate the users to a common work group. Then associate a work queue to the work group.
  • C. Associate the users to a common unit. Then associate a work queue to the common unit.
  • D. Associate the users to a common work group. Then associate the work group to the appropriate units.

正解:B

解説:
To implement the requirement of associating users in different units to the same work queue, you associate the users to a common work group and then associate a work queue to that work group. This allows users from different units, who are part of the same work group, to access the same work queue. Reference: Pega official documentation on work groups and work queues.


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

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

正解:A

解説:
At 4.5 hours after the case reaches the assignment, the SLA would have passed the goal and deadline, and entered the passed deadline period. The initial urgency is 15, the goal adds 10 (total 25), and the deadline adds
15 (total 40). After the passed deadline, the urgency increases by 10 every hour up to a limit of 10 events. By
4.5 hours, there would have been two passed deadline events, adding 20 to the urgency, leading to a total urgency of 60. References: Pega Platform Help - Service Level Agreements.


質問 # 65
In which log can you see performance-related alerts that are triggered when an operation exceeds the specified performance threshold7

  • A. ALERTSECURITY log
  • B. PEGA log
  • C. ALERT log
  • D. BIX log

正解:C

解説:
Performance-related alerts are recorded in the ALERT log. This log contains entries for operations that exceed specified performance thresholds, providing insights into potential performance issues. Reference: Pega Platform Help - System Logs.


質問 # 66
How do you ensure that only a manager can run a specific flow action?

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

正解:C

解説:
To ensure that only a manager can run a specific flow action, the best approach is to add a privilege to the flow action form (B) and then assign this privilege to a role that is exclusive to managers. This role is then associated with the access group designated for managers. Privileges provide a granular level of security that can be used to control access to specific actions within a Pega application, such as executing a flow action. By leveraging privileges, you can ensure that only users with the manager role, who possess the necessary privilege, can execute the flow action, thereby enforcing the desired level of access control.References: Pega Community documentation on privileges, roles, and access groups.


質問 # 67
An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:

If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?

  • A. Instances of all Work- derived classes
  • B. Instances of MyCo-HR-SelfService-Work
  • C. Instances of MyCo-HR-SeifService-Work-TimeOffana' MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
  • D. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense

正解:C

解説:
When a report is created in a class group (MyCo-HR-SelfService-Work), it will return instances of its child classes (MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense) unless those child classes are stored in different database tables due to class table inheritance or other data storage configurations. Reference: Pega official documentation on reporting and class groups.


質問 # 68
Which two value types can be used in an Application Setting when modifying values for each production level? (Choose Two)

  • A. Data transform
  • B. Class
  • C. Text
  • D. Picklist

正解:B、C

解説:
In Application Settings, you can specify different values for production levels using text (e.g., URLs, file paths) or picklists (for selecting from predefined options). These settings allow for easy adjustment of values according to the environment the application is running in. References: Pega Platform Help - Application Settings.


質問 # 69
An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:

If a report is created in MyCo-HR-SelfService-Work, what instances will the report return?

  • A. Instances of all Work- derived classes
  • B. Instances of MyCo-HR-SelfService-Work
  • C. Instances of MyCo-HR-SeifService-Work-TimeOffana' MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
  • D. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense

正解:C

解説:
When a report is created in a class group (MyCo-HR-SelfService-Work), it will return instances of its child classes (MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense) unless those child classes are stored in different database tables due to class table inheritance or other data storage configurations.
References: Pega official documentation on reporting and class groups.


質問 # 70
Your application contains the following versions of a service level named AuthorizeClaim.

The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?

  • A. Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
  • B. Withdraw the circumstanced rules in the AccountOpen class.
  • C. Make the circumstanced rules in the AccountOpen class unavailable.
  • D. Block the circumstanced rules in the AccountOpen class.

正解:B

解説:
Withdrawing the circumstanced rules in the AccountOpen class is the correct action to stop using a circumstanced rule. This allows the non-circumstanced (or base) rule to be used instead without affecting other circumstanced versions of the rule for different case types. References: Pega Platform Help - Withdrawing a rule.


質問 # 71
Which two tasks are required to build a mobile app from a Pega Platform application? (Choose Two)

  • A. Configure access to Dev Studio.
  • B. Create a certificate set.
  • C. Configure access to the Pega Mobile Build Server.
  • D. Set up push notifications to developers.

正解:B、C

解説:
Building a mobile app from a Pega Platform application requires configuring certain key components for security and connectivity. Creating a certificate set (A) is essential for securing the app, ensuring that communications between the mobile app and the server are encrypted and authenticated. Configuring access to the Pega Mobile Build Server (B) is necessary for the app build and distribution process, allowing the Pega application to package and deploy mobile apps through Pega's cloud-based build service.References: Pega Community documentation on mobile app development and deployment.


質問 # 72
Which three statements about the guardrail score are true? (Choose Three)

  • A. The Application Guardrails landing page counts the number of rules with no warnings or caution-level guardrail warnings.
  • B. Guardrail scores do not include Pega Platform core rules.
  • C. A weighted compliance score above 90 signifies that an application is ready for general distribution.
  • D. The Application Guardrails landing page counts the number of rules with severe or moderate guardrail warnings.
  • E. Rules with unjustified warnings are not counted in the compliance score.

正解:A、B、D

解説:
A: The Application Guardrails landing page does count the number of rules with severe or moderate warnings, as these can have a significant impact on the application's performance and maintainability.
B: Guardrail scores exclude Pega Platform core rules since these are established by Pega and are assumed to be optimized.
C: The landing page also counts the number of rules with no warnings or caution-level warnings, which contribute positively to the overall compliance score. Reference: Pega official documentation on the Application Guardrails landing page and guardrail scores.


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

正解:

解説:


質問 # 74
......


Pegasystems PEGACPSSA23V1 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • セキュリティ: アクセス制御方法、ケース添付ファイルの管理、およびデータ暗号化について説明します。このトピックでは、データ セキュリティとアクセス管理を保証します。
トピック 2
  • パフォーマンス: ここでは、パフォーマンス測定とシステムのデバッグについて説明します。このトピックには、システム イベントとパフォーマンス イベントを区別するためのログ ファイルの確認も含まれます。
トピック 3
  • ユーザー エクスペリエンス: この短いトピックでは、Pega Web マッシュアップの作成と認証に焦点を当てます。
トピック 4
  • ケース管理: ケース管理のセクションには、作業グループ、キュー、組織構造が含まれます。効率的なケース フローを実現するための並列ケース処理、ロック戦略、事前
  • 事後処理について説明します。サービス レベル契約構成も拡張および管理されます。
トピック 5
  • モバイル: このトピックでは、モバイル配信オプションを区別し、証明書セットを含むモバイル用アプリケーションを設計します。
トピック 6
  • アプリケーション開発: このトピックでは、エンタープライズ クラスのアプリケーションの作成と構造について説明します。ルールの解決、状況把握、および新規アプリケーション ウィザードの使用について理解を深めます。

 

有効なPEGACPSSA23V1試験 最新問題で2025年最新の学習ガイド:https://jp.fast2test.com/PEGACPSSA23V1-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어