Question 6 of 37

You need to localize correspondence into a language that is unavailable in the Pega language pack.

Which option satisfies the requirement?

    Correct Answer: B

    The Localization wizard primarily assists with translating available languages for which language packs exist. If you need to localize correspondence into an unavailable language in the Pega language pack, you would need to create the Translation rule manually and include it in the application ruleset. This would ensure that the necessary translations are specifically tailored to your application's correspondence requirements.

Question 7 of 37

What are two consequences of exposing columns for reporting? (Choose two.)

    Correct Answer: B, C

    Exposing columns for reporting can lead to record inserts and updates requiring more processing time due to the increased number of columns that need to be managed and processed. Additionally, tables will require additional space due to the extra columns added to support reporting.

Question 8 of 37

What two actions must you perform to create a class join in a report definition? (Choose two.)

    Correct Answer: A, D

    To create a class join in a report definition, you need to create a prefix for the joined class and select the type of match for the key values. Creating a prefix ensures that the properties of the joined class do not conflict with those of the primary class. Selecting the type of match determines how the key values from the primary and joined classes are compared to form the join.

Question 9 of 37

The page .Product contains data retrieved from an external system of record using a data page.

How do you ensure .Product always contains the most current data from the data page?

    Correct Answer: A

    To ensure that .Product always contains the most current data from the data page, the best approach is to select the option 'Refer to a data page on .Product'. This ensures that .Product will dynamically reference the data page, retrieving the latest data whenever it is accessed, rather than using potentially outdated copied data.

Question 10 of 37

Which three statements are true about Obj- methods? (Choose three.)

    Correct Answer: A, C, E

    Obj-Browse allows you to return a page list of data on the clipboard, making it one of the correct options. Obj-Refresh-and-Lock can acquire the lock and refresh a page if it is stale, which is also correct. Obj-Open loads an instance of a class from a database onto the clipboard, confirming it as another correct option. Obj-Delete-By-Handle does not require a page on the clipboard to delete an instance, and Obj-Save does not always perform an immediate write to the database unless specified, so these are incorrect.