[2024年01月]更新のPEGAPCSSA87V1問題集本日限定!無料アクセス可能に!Fast2testで試そう [Q56-Q77]

Share

[2024年01月]更新のPEGAPCSSA87V1問題集本日限定!無料アクセス可能に!Fast2testで試そう

学習材料は有効PEGAPCSSA87V1効率的問題集!

質問 # 56
A chemical supplier processes thousands of online orders each day. The supplier provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock. When buyers select an item to order, the application displays the MSDS. The MSDS rarely changes.
Which of the following options ensures the MSDS is up to date when an order is created?

  • A. Create a keyed data page with the MSDS for each cleaning product.
  • B. Configure a keyed data page that allows multiple pages for each key.
  • C. Create a data page that contains the MSDS for each cleaning product.
  • D. Create a parameterized data page that loads a new MSDS for each product.

正解:B


質問 # 57
In which two scenarios is it a Pega best practice to use Pega Web Mashup over a Pega API integration? (Choose two.)

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

正解:A、D


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

正解:

解説:


質問 # 59
An application contains the class group MyCo-HR-SelfService-Work.
There are two classes derived from Work- class:
MyCo-HR-SelfService-Work-TimeOff MyCo-HR-SelfService-Work-Expense
If a report is created in the MyCo-HR-SelfService-Work class group, what instances will the report return?

  • A. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense, unless they are stored in different database table
  • B. Instances of all Work- derived classes
  • C. Only instances of MyCo-HR-SelfService-Work
  • D. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense

正解:A


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


質問 # 61
Which statement is true about connectors?

  • A. Connectors establish a link to a service on another system.
  • B. Connectors can be referenced from data transforms.
  • C. Connectors use a listener that runs in the background.
  • D. Connectors require a REST service to function.

正解:A


質問 # 62
A fitness organization wants to ensure that 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 first and last name are required on the form, but a middle name or initial is optional.
  • C. Existing members must enter their membership number in the correct format, M-######-0#.
  • D. New members can get a 20% discount, if they enter the Coupon Code SAVE.

正解:C


質問 # 63
Which statement regarding managing encrypted data in Pega Platform is true?

  • A. Each organization uses a custom key to encrypt its data.
  • B. Encrypted properties can be referenced in report definitions.
  • C. Encrypted properties cannot be referenced using filter conditions in reports.
  • D. Property-level encryption is a time-efficient method to encrypt data.

正解:A、C


質問 # 64
Your application is deployed to the cloud. A data source outside your application populates a data access pattern configuration. You receive complaint that the system takes a long time to fetch data each time the case worker accesses information for a different customer?
Which approach solves this performance issue?

  • A. Move to local installation because network traffic in cloud deployment is often slow.
  • B. Change snapshot data access method to reference pattern data access method.
  • C. Access data page with a predefined key so that, once loaded, data access is faster.
  • D. Fetch only the targeted data from the datatbase each time is needed so access is faster.

正解:C


質問 # 65
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. Unweighted compliance score
  • C. Pega Platform core rules used in the application
  • D. Percentage of compliant rules in the application
  • E. Rules with warnings in the application

正解:A、B、E


質問 # 66
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 data page's response data transform.
  • B. Use a transition condition in the activity step invoking the connector.
  • C. Customize the standard pxErrorHandlingTemplate data transform.
  • D. Implement the logic in the connector's error handler flow.

正解:D


質問 # 67
During an Account review case, an accountant wants to evaluate the client's retirement plan. A Retirement planning case is created that runs in parallel with the Account review case. Neither case waits for nor reports to the other.
To configure this workflow, which type of parallel processing shape do you use?
A)


C)

D)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D

正解:C


質問 # 68
A Pega Platform application has just been integrated with an external data source.
Which of the following tests do you perform to ensure that the integration passes data as expected?

  • A. Automation Test
  • B. Performance test.
  • C. Scenario Test
  • D. Unit Test

正解:D


質問 # 69
A company with multiple applications spanning different business units wants to send a standard confirmation email to customers whenever a case is created.
Which is the appropriate layer of the Enterprise Class Structure (ECS) for the email correspondence?

  • A. Division
  • B. Implementation
  • C. Organization
  • D. Unit

正解:A


質問 # 70
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.
8 Only doctors are allowed to write prescriptions.
What two steps, when performed together, allow you to ensure that patients can read, but not edit, cases? (Choose Two)

  • A. Configure an Access Role to Object rule with the open case action set to 1.
  • B. Configure an access control policy condition to test whether the user is a patient.
  • C. Create an access group unique to patients.
  • D. Configure an Access of Role to Object rule with the open case action set to 5.

正解:B、D


質問 # 71
A class group is used to__________________.

  • A. Assign work to a specific group of users
  • B. Associate child classes with a single database table
  • C. Combine related properties by usage
  • D. Indentify a layer of the Enterprise Class Structure.

正解:B


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

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

正解:A


質問 # 73
Which statement is true about connectors?

  • A. Connectors can be referenced from data transforms.
  • B. Connectors use a listener that runs in the background.
  • C. Connectors establish a link to a service on another system.
  • D. Connectors require a REST service to function.

正解:A


質問 # 74
You want to allow users to use an application on a mobile device, even if the device is not connected to a network.
Which configuration option supports this requirement?

  • A. Configure UI elements to use native controls on mobile devices.
  • B. Source drop-down lists using data pages.
  • C. Simulate external data sources when the application is offline.
  • D. Source repeating layouts using report definitions.

正解:B


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

正解:

解説:


質問 # 76
In which scenario is a Declare OnChange rule appropriate?

  • A. During a nightly backup process, only updated fields are backed up.
  • B. When a developer changes a view, the change is checked into a development branch.
  • C. When a user updates their address, the active case is suspended until the address can be confirmed.
  • D. When a manager approves a case, the case is routed back to the appropriate caseworker.

正解:C


質問 # 77
......

最新のPEGAPCSSA87V1試験エンジンPDFで全部無料問題集保証:https://jp.fast2test.com/PEGAPCSSA87V1-premium-file.html

最新Pega PCSSA PEGAPCSSA87V1実際の無料試験解答:https://drive.google.com/open?id=1ujAmJv4zy0VeUr2qY_gx49r8bzmh9Usx


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어