[Q69-Q93] Fast2test PEGAPCSSA87V1リアル試験問題解答は更新された[2024年01月16日]

Share

Fast2test PEGAPCSSA87V1リアル試験問題解答は更新された[2024年01月16日]

お手軽に合格させる 最新Pegasystems PEGAPCSSA87V1問題集には115問があります


PEGA認定シニアシステムアーキテクトとして認定されるには、候補者は65%以上の合格スコアでPEGAPCSSA87VV1試験に合格する必要があります。この試験は53の複数選択の質問で構成されており、90分の時間制限があります。この試験は、ピアソンVUEテストセンターを介して管理され、オンラインまたは物理テストセンターで撮影できます。試験に合格すると、候補者はデジタルバッジとPEGASYSTEMSから完了証明書を受け取ります。これは、潜在的な雇用主とクライアントに専門知識を実証するために使用できます。全体として、PEGAPCSSA87V1認定は、PEGAアプリケーション開発の分野でキャリアを促進しようとしている専門家にとって貴重な資格です。

 

質問 # 69
Which two statements are true about database tables in Pega Platform? (Choose Two)

  • A. The report definition rule should only be used against one table for performance reasons.
  • B. The History record table contains a record of when each user logged in to the system.
  • C. The PegaRULES database contains rules while PegaDATA contains work instances.
  • D. The Database Table rule allows configuration of a connection to a specific table.

正解:B、D


質問 # 70
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. Only create one DIV element in the hosting web page for each Pega gadget.
  • D. Use the Integration wizard to generate mashup code for use in other systems.

正解:B、C


質問 # 71
The current version of an application lists ABC:02-02 as an application ruleset. The ruleset versions listed in the Answer Area are also present on the system.
In the Answer Area, identify the ruleset versions that the skim operation considers when you perform a major version ruleset skim on ruleset ABC.

正解:

解説:


質問 # 72
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 common work group. Then associate a work queue to the work group.
  • B. Associate the users to common units. Then associate a work queue to the common unit.
  • C. Associate the users to a common work group. Then associate the work group to the appropriate units.
  • D. Associate the users to a common work queue. Then associate the work queue to the appropriate units.

正解:C


質問 # 73
Application Settings allow you to____________.

  • A. execute connectors in parallel to improve performance
  • B. automate the application migration process
  • C. simulate data in an environment for testing purposes
  • D. store references to an external system connected to an application

正解:D


質問 # 74
A requirement states that when a case is assigned to a user for review, its work status is set to Open-Review. Which two steps do you perform to implement this requirement? (Choose Two)

  • A. Apply the Open-Review status to the appropriate assignments.
  • B. Add Open-Review as an allowed status on the case type record.
  • C. Configure a data transform to apply the Open-Review status on the appropriate assignments.
  • D. Create a field value record for the Open-Review status.

正解:A、C


質問 # 75
Multiple teams need to update the same application version during a development cycle.
Which two actions do you perform so that the teams do not affect each other's work? (Choose Two)

  • A. Create a new ruleset version for the base application.
  • B. Create a new application for each team built on the base application.
  • C. Create a separate production ruleset for each team.
  • D. Create branches in each team's application.

正解:B、D


質問 # 76
Which two statements about guardrails are true? (Choose Two)

  • A. A developer receives a guardrail warning for rules checked out by other developers.
  • B. Pega Platform performs guardrail examination when a rule is saved.
  • C. Each rule may have multiple guardrail warnings.
  • D. Pega Platform performs guardrail examination when a rule is checked out.

正解:B、C


質問 # 77
A fitness organization wants to ensure 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 must be at least 18 years of age at the time they sign up for membership.
  • B. The account or card number must be entered in the correct format for the payment type.
  • C. The credit card that they enter for payment must be valid at the time of the membership payment date.
  • D. The first and last name are required on the form, but a middle name or initial is optional.

正解:B


質問 # 78
You are creating a report that lists all open Personal Injury cases with related Auto Claim case information. Personal Injury and Auto Claim cases belong to the same class group.
The report includes three columns:
* Case ID for the Personal Injury case
* Case ID for the parent Auto Claim case
* Claim adjuster for the Auto Claim case
Personal Injury case data includes the Auto Claim case ID.
What join type do you use to configure the report?

正解:

解説:
See it below:


質問 # 79
The MyCoSelfService ruleset contains the following instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version.
All ruleset versions are in the ruleset list.
Ruleset Version Circumstance
01-01-01 None
01-01-02 .country=japan
.country=australiya
01-01-03 none; base rule checked
01-01-04 .countyr=japan
01-02-01 none
Assuming users can access all the ruleset versions, which ruleset version is chosen by rule resolution when .Country = Australia?

  • A. 01-01-03
  • B. 01-01-01
  • C. 01-02-01
  • D. 01-01-02

正解:A


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

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

正解:A、B、D


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

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

正解:C


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


質問 # 83
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 MyCoInt can reference rules in Customer.
  • D. Rules in MyCo can reference rules in Homelns.

正解:B


質問 # 84
When designing reports with multiple data sources, in which two ways is an association rule different from a class join? (Choose Two)

  • A. You can join multiple classes with class joins, while you cannot join multiple classes with associations.
  • B. A class join is required to add a filter condition to your report.
  • C. Class joins are unique to each report. Associations are reusable in any report.
  • D. Anyone with the appropriate permissions can use associations when creating reports in the User portal.

正解:D


質問 # 85
A view has a part number field that requires the first two characters are letters, and the last four are digits (for example, AB1234).
How do you ensure that the correct pattern is entered when the user exits the field?

  • A. Configure a validate rule on the flow action to validate the field with boolean logic.
  • B. Configure a validate rule to use input-qualified validation configuration.
  • C. Configure an edit validate rule and call it from a validate rule in the relevant flow action.
  • D. Configure an edit validate rule and reference it from the property rule for the field.

正解:D


質問 # 86
Which requirement is a prerequisite for configuring a Pega Web Mashup?

  • A. No outstanding Guardrail violations
  • B. A web server to test your host page
  • C. At least one work queue in your application
  • D. At least one Access control policy rule

正解:B


質問 # 87
Which two data elements can be used as an attribute for an access control policy? (Choose Two)

  • A. Appointment date
  • B. Password string
  • C. Number of dependents
  • D. Encrypted bank account number

正解:D


質問 # 88
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. Lock and roll the existing ruleset, and update the existing application version.
  • C. Lock and roll the existing ruleset, and create a new application version.
  • D. Create a branch ruleset and a new application, and add the branch ruleset to the application.

正解:B


質問 # 89
An application contains a flow action with the Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset, HRApps: 01-01-01. There is a higher unlocked ruleset.
In the Answer area, select the appropriate settings on a saved copy of the flow action that prevents the application from using the rule in HRApps: 01-01-01.

正解:

解説:


質問 # 90
A report needs to list the user ID of the manager of the operator who creates a time-off case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome? (Choose Two)

  • A. Add the operator ID to the report definition as a parameter.
  • B. Configure a class join on the report definition to join operator information to each case.
  • C. Use an association rule to join operator information to each case.
  • D. Specify both classes in the Pages & Classes tab on the report definition.

正解:B、D


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

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

正解:A


質問 # 92
A Fulfillment report needs to list the user ID of the employee who packages the items to ship in an Order case. The report provides information from the MyCo-Orders-Work-Ship and Data-Admin-Operator-ID classes.
Which two options independently satisfy the report requirements? (Choose two.)

  • A. Specify both classes on the Pages & Classes tab on the Fulfillment report definition.
  • B. Use an association rule to join operator information to each case to populate the Fulfillment report.
  • C. Add the user ID to the Fulfillment report definition as a parameter.
  • D. Configure a class join on the Fulfillment report definition to join operator information to each case.

正解:A、D


質問 # 93
......

最新のPEGAPCSSA87V1学習ガイド2024年最新の- 提供するのはテストエンジンとPDF:https://jp.fast2test.com/PEGAPCSSA87V1-premium-file.html

最新版を今すぐ試そうPEGAPCSSA87V1練習テスト問題解答:https://drive.google.com/open?id=1ujAmJv4zy0VeUr2qY_gx49r8bzmh9Usx


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어