PEGACPLSA88V1問題集PDFで100%合格保証付き [Q110-Q131]

Share

PEGACPLSA88V1問題集PDFで100%合格保証付き

PEGACPLSA88V1ブレーン問題集でリアル試験最新問題2024年11月13日には240問題


PEGACPLSA88V1の認定試験は、エンタープライズレベルのPegaアプリケーションの設計と実装能力を試験する厳しい試験です。この試験は、Pegaプラットフォームとその機能、および複雑なPegaベースのソリューションを設計、開発、実装する能力を評価するために設計されています。試験は60問の多肢選択問題から構成され、受験者は90分以内に試験を完了する必要があります。PEGACPLSA88V1の認定試験の合格スコアは65%です。

 

質問 # 110
your application queues items for a standard agent a case has not been updated as expected by the agent. on the system queue management landing page the queue status for each item us available.
what two issues can be identified in the system queue management landing page using the status?
(choose two)

  • A. the agent failed when processing the item.
  • B. the agent is scheduled to process the item in the future.
  • C. the agent is not configured for optimistic locking.
  • D. the agent schedules were disabled.

正解:A、B


質問 # 111
U+ Bank wants to offer credit cards only to customers with a low-risk profile. The customers are divided into various risk segments from AAA to CCC. The risk segmentation rules that the business provides use the Age and the customer Credit Score based on the following table. The bank uses a scorecard model to determine the customer Credit Score.

As a decisioning architect, how do you Implement the business requirement?

  • A. Add a decision table to a decision strategy and pass the credit score as the parameter.
  • B. Add three contact policies that correspond to the three risk segments.
  • C. Add a decision table to a decision strategy and reference it in the scorecard component.
  • D. Add the risk segmentation rules in the Results tab of the scorecard rule.

正解:A

解説:
To implement the business requirement for risk segmentation using age and credit score:
Create a decision table that defines the risk segmentation rules.
Add this decision table to a decision strategy.
Pass the customer's credit score as a parameter to the decision table to determine the appropriate risk segment.


質問 # 112
You manage a 30-person development team with members located across the globe.
Which Pega Cloud environment best supports the needs of your team?

  • A. Standard sandbox
  • B. Large development instance
  • C. Preproduction instance
  • D. Large sandbox

正解:B


質問 # 113
An application contains cases which transition though different statuses throughout their life cycle which typically lasts 3 months.
Design a reporting strategy to display the number of cases by status at the end of each month for a 12-month period.

  • A. Configure a summary report that leverages sub reports for each month.
  • B. Configure a Declare index to record case data to a separate table.
  • C. Configure an activity to generate the data in the clipboard and report using a custom section.
  • D. Configure an agent to record monthly case status in a separate table and report on that table.

正解:D

解説:
To design a reporting strategy that displays the number of cases by status at the end of each month for a 12-month period, follow these steps:
Configure an Agent: Set up an agent to run at the end of each month to capture the status of all cases.
Record Data: The agent records the case statuses in a separate table specifically created for this purpose.
Reporting: Generate reports based on the data stored in this table to provide an accurate month-end snapshot of case statuses.
Reference:
Configuring agents in Pega


質問 # 114
Which of the following Skin rule customizations help satisfy the stated requirements?

  • A. Configure the importance field for each column included in a repeating layout.
  • B. Configure the Column I ayout and specify how the sidebar appears on tablets and smart phones.
  • C. Configure the style for all application field values, paragraphs, and correspondence records.
  • D. Configure the Column Layout and specify the width of the sidebar on desktops.

正解:A

解説:
You are designing an accessible Pega application for French and English-language users who require assistive technologies. The application must be able to run from desktop, tablet, and mobile phone browsers. Also, several screens require the ability to save changes and refresh the screen.


質問 # 115
The SLA and the customer's system administrator are reviewing scenarios that do not require an application server restart. Select three scenarios from this list. (choose three)

  • A. When changing the prweb web.xml file
  • B. When the prlogging.xml file is modified
  • C. When the deploying new rules
  • D. When changing the system name
  • E. When deploying rule only hotflxes

正解:B、C、E


質問 # 116
users complain of difficulty creating a customer service request through facebook massenger. how do you address this issue?

  • A. add response commands to the channel
  • B. add approximate matches to the create case command (s) for the channel.
  • C. change the text analyzer configured for the channel.
  • D. add approximate matches to the response commands for the channel.

正解:C

解説:
To address difficulty in creating a customer service request through Facebook Messenger:
Change the text analyzer configured for the channel (Answer C):


質問 # 117
How do you encrypt the storage stream of the class MyOrg-HR-Work-RFP?

  • A. Build a site-specific encrypting cypher and select Encrypt BLOB? on the class MyOrg-HR-Work-RFP
  • B. Select Encrypt BLOB? on the class MyOrg-HR-Work-RFP
  • C. Encrypt the pzPvStream colum of the DB table mapped to MyOrg-HR-Work-RFP class using DB tools
  • D. Build a site-specific encrypting cypher and select Encrypt BLOB? on the class group for MyOrg-HRWork-RFP

正解:A

解説:
Create Site-Specific Encrypting Cypher:
Go to Designer Studio > Data Model > Classes > Class Groups.
Select the class group for MyOrg-HR-Work-RFP.
In the Security section, configure the site-specific encrypting cypher.
Select Encrypt BLOB?:
Check the option Encrypt BLOB? to ensure the storage stream for the class is encrypted.
Configuration:
Ensure the encrypting cypher is correctly set up and applied to the specific class.
Validate the configuration by checking the encryption of data in the database.
Reference:
Pega Academy: Data Encryption.
Pega Documentation: Encrypting the Storage Stream.


質問 # 118
The BigCo quoting application is currently on-premise. BigCo plans to move the application to Pega Cloud What factor do you need to consider for environment setup?

  • A. Network security configuration
  • B. Log file access configuration
  • C. System management application configuration
  • D. Database access configuration

正解:B


質問 # 119
The following figure depicts a hierarchy of applications that are built on other applications.
Specifically , the productionapp application is built on applications customerapp and employeeapp. Each of these applications has additional built-on applications, including the duplicated MYEnterpriseApp application, which has two different versions in use. All applications are built on the same version of PegaRUUS.

正解:

解説:

Explanation
ProductionApp 01.01CustomerApp 07.01ServiceApp 01.01EmployeeApp 01.01MyEnterpriseApp 01.02 PegaRULES 07.10


質問 # 120
In the Answer Area, drag each use case on the left to the appropriate locking strategy on the right.

正解:

解説:


質問 # 121
you want to expose a set of services for your application. Each service should be exposed as a separate WSDL.
How do you accomplish this?

  • A. Run the service wizard for each WSDL.
  • B. create a service listener for each WSDL.
  • C. create a separate service package for each WSDL.
  • D. place the service rules in separate classes, one class per WSDL

正解:C


質問 # 122
your application uses a page type property named customerinfo to store the customer's first and last names.which two approaches ensure that the customer's first and last names are stored in upper case?(choose two)

  • A. creating a post-processing data trabsform that converts the values to upper case (if needed ) and reference it in the flow action
  • B. creating an Edit input rule on the customerinfo property that automatically changes the first and last names to upper case
  • C. creating a vaildate rule that validates the first and last names are in upper case and reference the vaildate rule in the flow action
  • D. creating an Edit vaildate rule on the customerinfo property to vaildate that the first and last names are in upper case

正解:A、B

解説:
* Edit Input Rule: Create an Edit input rule on the customerinfo property. This rule will automatically convert the first and last names to upper case when the data is entered or updated, ensuring consistency.
* Data Transform: Develop a post-processing Data Transform that converts the names to upper case. This Data Transform can be invoked in the flow action to ensure that the names are converted after the user submits the form.
Reference:
Pega Academy: Configuring Data Transforms and Edit Input Rules
Pega Documentation: Data Transform Rules


質問 # 123
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. Lower query-time-related alert thresholds.
  • B. Investigate when the database is used most heavily.
  • C. Write Pega logs to the database server.
  • D. Increase the threshold for blob-size alerts.

正解:A、B


質問 # 124
A health plan application includes a process for surgical procedure requests. Currently, there is an evaluation subprocess in which a physician reviews the diagnosis and enters the recommended procedure and its urgency. The request then advances to a medical director who analyzes the feedback and approves the appropriate procedure. The health care organization has created a new requirement, which states that three physicians can perform the evaluation independently. Only two evaluations are necessary to advance the case to the medical director.
How do you configure the process so that the request can continue to be processed if only two of the three physicians approve the order?

  • A. Use an Any join condition.
  • B. Use a validate rule.
  • C. Use a Some join condition.
  • D. Use a decision table.

正解:C

解説:
To configure a process where three physicians can independently perform evaluations and ensure that only two evaluations are necessary to advance the case to the medical director, you should use the "Some" join condition in Pega.
Understanding Join Conditions in Pega:
Pega provides various join conditions to handle subprocesses. The join conditions include "Any," "Some," and "All." These conditions dictate how and when the main process can proceed based on the completion of subprocesses.
Some Join Condition:
The "Some" join condition allows the main process to advance once a specified number of subprocesses have been completed successfully. In this scenario, since only two out of the three physicians need to complete their evaluations for the case to move forward, the "Some" join condition is appropriate.
Configuration Steps:
Step 1: Define the subprocesses for the physicians' evaluations.
Step 2: Use the "Split For Each" shape to create multiple subprocesses.
Step 3: Configure the "Some" join condition and set the number of required completions to 2.
Step 4: Ensure that the main process waits for two evaluations before moving to the medical director review.
Reference:
Pega Documentation on Join Conditions provides detailed steps and examples for configuring different join conditions, including the "Some" join condition.


質問 # 125
Select the primary reason for developing a set of unit lest cases and automated testing Suites in a continuous integration and continuous deployment (CI/CD) model.

  • A. Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
  • B. Automated testing accelerates the deployment of rules from the development environment to target environments.
  • C. Automated testing reduces costs by reducing the need to hire and I rain testing resources.
  • D. Automated testing allows for orchestration between automation server and the Execute Test REST service.

正解:A


質問 # 126
XYZ Corp requires employees to designate alternate operators to perform their work while they are on vacation. Work vacationing operators should be visible to alternate operators.
How do you configure the application to handle this requirement?

  • A. Define a custom Access When rule named pxAssignedToMeOr Alternate. Modify the pyUserWorkList Report Definition using this rule to display every Assign-Worklist assignment within the WorkGroup.
  • B. Modify the user portal to only display team members for which the operator has been designated an alternate. Clicking on an operator displays that operator's worklist. Assignments are opened accordingly.
  • C. Add a ValueList Property to Data Admin-Operator-ID. Alternate operators add vacationing persons to their ValueList. Modify the Assign Worklist report definition to include this ValueList. Modify security accordingly to allow access.
  • D. Develop an agent that transfers worklist assignments from the operator going on vacation, when that vacation starts, to the alternate operator. When vacation ends, transfer uncompleted assignments back.

正解:B


質問 # 127
Inconsistent formatting of phone numbers is causing, usability issues. You hnvo been asked to enh interface to ensure all phone numbers are automatically reformatted consistently.
Which two options incorporate best practices for applying the required formatting? (Choose Two)

  • A. Configure an Edit Validate rule.
  • B. Configure a Declare Constraint rule.
  • C. Configure a Custom Control.
  • D. Configure an Edit Input rule.

正解:A、D

解説:
To ensure consistent formatting of phone numbers and improve usability, you can use the following options:
B . Configure an Edit Validate rule:
Edit Validate rules are used to enforce specific data formats and validations. By configuring an Edit Validate rule, you can ensure that phone numbers adhere to a consistent format.
D . Configure an Edit Input rule:
Edit Input rules allow you to transform and standardize data before it is processed by the system. Using an Edit Input rule, you can automatically reformat phone numbers to a consistent format upon input.
Reference:
Pega Documentation on Edit Validate Rules: Edit Validate Rules
Pega Documentation on Edit Input Rules: Edit Input Rules


質問 # 128
An application uses LDP authentication users have role and application attributes, but not access group attributes. select the two tasks required to configure the application to uses LDAP attributes to determine the access group for a user

  • A. Create a decision table that evaluate role and application attribute value that return access group
  • B. Add a method to the authentication activity to evaluate the decision table
  • C. Configure the authentication mapping to evaluate the decision table
  • D. Create a decision table that evaluate role and application properties that return access group

正解:C、D

解説:
Create Decision Table:
Go to Records Explorer > Decision > Decision Table.
Create a new decision table that evaluates LDAP attributes (role and application properties) and maps them to access groups.
Authentication Mapping Configuration:
Go to Designer Studio > Security > Authentication Service.
In the mapping tab, configure the authentication service to evaluate the decision table created.
Testing:
Test the configuration by logging in with different users and verifying that the correct access group is assigned based on the LDAP attributes.
Reference:
Pega Academy: Authentication and Access Control.
Pega Documentation: Decision Table and LDAP Integration.


質問 # 129
your application uses a page type property named customerinfo to store the customer's first and last names.which two approaches ensure that the customer's first and last names are stored in upper case?(choose two)

  • A. creating an Edit input rule on the customerinfo property that automatically changes the first and last names to upper case
  • B. creating a vaildate rule that validates the first and last names are in upper case and reference the vaildate rule in the flow action
  • C. creating a post-processing data trabsform that converts the values to upper case (if needed ) and reference it in the flow action
  • D. creating an Edit vaildate rule on the customerinfo property to vaildate that the first and last names are in upper case

正解:B、C


質問 # 130
Your team is developing a Quoting application for BigCo. The team is developing a Policy Administration application. The Quoting application is built on the Policy Administration application. The Policy Administration application requires enhancements to support other areas of the business. These enhancement take place during the same time frame as the Quoting application development.
Select the two practices for your team to follow to minimize potential development conflicts. (Choose Two.)

  • A. Periodically rebase the policy Administrator application
  • B. Share rule sets between both application
  • C. Switch application when modifying rules.
  • D. Perform branch reviews when merging branches.

正解:C、D


質問 # 131
......


PEGASYSTEMS PEGACPLSA88V1試験は、PEGAリードシステムアーキテクトとして認定を求めている専門家向けに設計されています。この認定試験は、PEGAプラットフォームバージョン8.8に基づいており、システムアーキテクチャ、設計、および実装に関連する幅広いトピックをカバーしています。この試験に合格した個人は、PEGAアプリケーションの設計と実装に関する専門知識を示し、認定されたPEGAリードシステムアーキテクトとして認識されています。

 

PEGACPLSA88V1問題集には100%厳密検証された問題と解答で合格保証付きもしくは全額返金:https://jp.fast2test.com/PEGACPLSA88V1-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어