Data and Integration Essentials

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Match the description with the appropriate category option (description: category) A read-only page created by the .pyOrigDivision property that references two source properties to display the Division Cost Center: (?) A page named pxFlow("VacationRequest"), an element of a page group named pxFlow on the top-level page named pyWorkPage: (?) A read-only page named pxResults, on the top-level page named D_pzListOfProductTypes, sources data from an external database: (?) A page named pyUserPortals(1)(Embed-PortalLayout) on the top-level page named AccessGroup (Data-Admin-Operator-AccessGroup): (?) - Linked Property Page - Data Page - System Page - User Page

A read-only page created by the .pyOrigDivision property that references two source properties to display the Division Cost Center: Linked Property Page A page named pxFlow("VacationRequest"), an element of a page group named pxFlow on the top-level page named pyWorkPage: User Page A read-only page named pxResults, on the top-level page named D_pzListOfProductTypes, sources data from an external database: System Page A page named pyUserPortals(1)(Embed-PortalLayout) on the top-level page named AccessGroup (Data-Admin-Operator-AccessGroup): Data Page

What is the best practice for avoiding accidental overwrites when referencing an autopopulated property? A) Auto-populate the property by copying data from a data page. B) Auto-populate the property by manually referencing a data source. C) Auto-populate the property by referring to a data page.

A) Auto-populate the property by copying data from a data page.

You need to add a field for a bank routing number to a view. The bank routing number must consist of only the numbers 0-9, including any leading zeros. Which configuration option ensures that users submit a valid bank routing number? A) Configure a validate rule to call an edit validate rule that checks whether the user input consists of only the numbers 0-9. B) Configure a validate rule to call an edit validate rule to add leading zeroes to any entry that contains fewer than nine digits. C) Configure a validate rule to check whether the user input consists of only the numbers 0-9. D) Configure a validate rule to check whether the user input is nine characters long.

A) Configure a validate rule to call an edit validate rule that checks whether the user input consists of only the numbers 0-9.

In which of the following situations would you use a data transform? A) Copy data from one page to another. B) Run a flow action. C) Reuse properties in two forms. D) Create properties after creating the case.

A) Copy data from one page to another.

How do you customize the allowed values for a property based on the context of the property using field values? A) Create a field value record for each value and set the context using the Apply to: field. B) Create a ruleset for each context, then create a field value record for each value and add the field value record to the appropriate ruleset. C) Create a base field value record, then create a circumstance of the base record for each allowed value. D) Create a field value record and a unique property record for each allowed value in each context.

A) Create a field value record for each value and set the context using the Apply to: field.

A case type allows customers to specify a paint color and finish for a painting cost estimate. Which configuration prevents users from entering an invalid combination of colors and finishes on a form? A) Create picklists for the color and finish, each sourced from a data page. B) Create a validate rule to test the combination of color and finish. C) Configure a decision rule to test the combination of color and finish. D) Configure an edit validate rule to test the combination of color and finish.

A) Create picklists for the color and finish, each sourced from a data page.

Which scenario describes the type of information that is stored in pyWorkPage? A) The date and time a user created the Onboarding case B) A list of available properties in the Greater Boston metro area that are cached from a realtor's database C) The access groups for the customer service representative who is currently logged in to the application D) Information about the external storage provider for the UBank application

A) The date and time a user created the Onboarding case

What are two benefits of using a Save data page step? (Choose Two) - Allows for real-time updates to the system of record (SOR) - Saves all data to the clipboard when the step is reached - Can reduce application memory requirements - Saves all data pages in the application and updates the system of record (SOR).

Allows for real-time updates to the system of record (SOR) Can reduce application memory requirements

An order placed with a wholesaler must include pricing information from the inventory database as of placement of the order. Which is the best implementation for this use case? A) Reference the pricing information directly from a user interface control. B) Configure a page property with the Copy data from a data page option selected. C) Configure a data transform to populate a page with price information. D) Configure a page property with the Refer to a data page option selected.

B) Configure a page property with the Copy data from a data page option selected.

An automobile service management case must allow customers to select the make, model, and trim of an automobile when setting up a service appointment. Which implementation satisfies this requirement? A) Populate a data object with records of all the allowed combinations of make, model, and trim. B) Reference the make, model and trim information from a series of drop-down lists in the UI. C) Configure a page list containing the make, model, and trim information that uses the Copy data from a data page option. D) Configure a page list containing the make, model, and trim information that uses the Refer to a data page option.

B) Reference the make, model and trim information from a series of drop-down lists in the UI.

For which requirement must you configure a validate rule in Dev Studio? A) An email address is required for a case to enter the Approval stage. B) The value of the Date of service field must be no more than 15 days for a critical issue, and up to 60 days in the future for an issue with a lower priority. C) A timesheet submitted by a consultant assigned to a client project must be reviewed by an auditor. D) The amount of a transfer between accounts must be greater than zero and less than the available balance of the originating account.

B) The value of the Date of service field must be no more than 15 days for a critical issue, and up to 60 days in the future for an issue with a lower priority.

In which of the following situations do you simulate a data source for a data view? A) When you want to simulate a large amount of data B) When the interface between the application and the external data provider is not finalized C) When the data page writes data to the external system. D) When performance testing an integration

B) When the interface between the application and the external data provider is not finalized

Which two items are required for a Configuration setting? (Choose Two) A) You must know the name of each user who needs access B) You must select the Include Association Data check box in the relevant Pega-Configuration class structure rule C) All users must receive access to Configuration sets D) There must be an existing Configuration set

B) You must select the Include Association Data check box in the relevant Pega-Configuration class structure rule C) All users must receive access to Configuration sets

Exchange rates are updated daily from a web service. You make the exchange rates available in your application using a data page. Which scope do you select for the data page? A) Application B) Thread C) Node D) Request

C) Node

Which one of the following security scenarios do Configuration settings support? A) A user who is assigned Top Secret clearance can write and delete Configuration settings, while a user who is assigned Secret clearance can only read Configuration settings. B) A user can enter an address in the shipping address field only if the user first selects a shipping type from a radio button list. C) A client can view their personally-identifying information. D) A manager can read and write Configuration settings where a user can only read Configuration settings.

D) A manager can read and write Configuration settings where a user can only read Configuration settings.

A product return case must always show the current contact information for a customer. The case sources the contact information from the customer database to display in a header section on each step. Which is the best implementation for this use case? A) Configure a data transform to populate the data model with customer data directly. B) Reference a data page with customer information directly from UI controls. C) Configure a page property with the Copy data from a data page option selected. D) Configure a page property with the Refer to a data page option selected.

D) Configure a page property with the Refer to a data page option selected.

You have a data page with customer data. The data page is configured to reload if it is older than one hour. Which of the following best describes when the data page will reload? A) The data page reloads automatically one hour after last accessed. B) The data page reloads on the next access one hour after last accessed. C) The data page reloads automatically one hour after creation. D) The data page reloads on the next access one hour after creation.

D) The data page reloads on the next access one hour after creation.

Field values enable you to _________________. A) set default values for a property B) test the validity of an input value C) define the values used in a circumstance template D) customize a list of allowed values for a property based on the context of the property

D) customize a list of allowed values for a property based on the context of the property

Identify the three valid options for simulating data for unit testing during application development. (Choose Three) - Data transform - Connector - Lookup - Report definition - Decision table

Data transform Lookup Report definition

In which two scenarios might you use Configuration settings to simplify deployment? (Choose Two) - Determine which process in a flow is followed based on a changing value - Changing the cost of a specific item in a list of products - Setting the name of a work queue used in a flow - Grouping related business functions from more than one application

Determine which process in a flow is followed based on a changing value Setting the name of a work queue used in a flow

A healthcare services case has a child case that manages the hospital intake questionnaire. The patient can self-identify symptoms from a list of possible symptoms in the child case. Selected symptoms are copied over to the parent case with the status of "Unconfirmed." In the parent case, the physician can update the symptoms that are listed and their associated status. Which two configurations would be part of the Selected Symptoms data transform? (Choose Two) - Create a new property for each selected symptom and copy the properties to the parent case. - Remove unselected symptoms from the source of possible symptoms. - Iterate over the list of possible symptoms and copy the entries that the patient selected during intake. - Set the status for each copied symptom equal to "Unconfirmed."

Iterate over the list of possible symptoms and copy the entries that the patient selected during intake. Set the status for each copied symptom equal to "Unconfirmed."

The Database save option ______________ and ______________. - Maintains transnationality within the save operation when data is saved. - Is available for data pages with a page list structure. - Provides the option to write to an external system of record using a Robotic Desktop Automation (RDA) or Robotic Process Automation (RPA). - Writes a single instance back to a database table in a system of record (SOR).

Maintains transnationality within the save operation when data is saved. Writes a single instance back to a database table in a system of record (SOR).

Which two tasks can you perform with the Clipboard tool? (Choose Two) - Update linked properties that reference the Customer data object. - Update the vehicle model on a Vehicle information data page. - Review the current values of user data, such as the Operator ID and Access Groups. - Test decisions on a case by setting property values for a form that has not been submitted.

Review the current values of user data, such as the Operator ID and Access Groups. Test decisions on a case by setting property values for a form that has not been submitted.

In the Personal Insurance division, the goal and deadline dates are assigned to each case. For insurance claims cases, stakeholders want to override the default goal date but maintain the default deadline date. Which two configuration steps do you take to meet this requirement? (Choose Two) - In the Claims data transform, for each case type, configure an Update Page action, and then set the goal date value. - Select the Call superclass data transform option in the Claims data transform, and then clear the option in the parent data transform. - Select the Call superclass data transform option in each of the case type data transforms. - In each case type data transform, set the goal date to the required value.

Select the Call superclass data transform option in each of the case type data transforms. In each case type data transform, set the goal date to the required value.

In which two scenarios should you set default property values? (Choose Two) - The arrival day and departure day for a hotel reservation is equal to today and tomorrow, respectively. - An assignment is automatically assigned to the default work queue for the consulting team. - A developer uses proxy customer data to run development tests. - A customer receives a suggested product based on recent product search history.

The arrival day and departure day for a hotel reservation is equal to today and tomorrow, respectively. A developer uses proxy customer data to run development tests.

Fill in the blanks (?) of the passage with an option To set property values in a form, you create a data transform to (?) the target equal to the (?) and apply the Response area to the (?) in the (?). - set - data transform - process - source - connector

To set property values in a form, you create a data transform to set the target equal to the source and apply the data transform to the connector in the process.


संबंधित स्टडी सेट्स

Україна в світовій політиці

View Set

Chapter 3: Individual Differences and Emotions

View Set

Chapter 9 and 10 UCA Physical Science Homework Q's

View Set

Week 2: Upper Extremity Prosthetics

View Set