Multiple choice technology platforms and products

Which prefix to a property name indicates that its value can be updated directly by worker inputting information through a web form?

  1. ps

  2. py

  3. px

  4. pz

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Pega, property names with the 'py' prefix indicate standard properties that are part of the Pega platform and can be updated through user input. Other prefixes like 'px' are reserved for Pega internal use, 'pz' for inherited properties, and 'ps' for specialized purposes.

AI explanation

To answer this question, we need to understand the prefixes used in property names to indicate how their values can be updated.

Option A) ps - This option is incorrect because the prefix "ps" does not indicate that the value of the property can be updated directly by worker inputting information through a web form.

Option B) py - This option is correct because the prefix "py" is commonly used to indicate that the value of the property can be updated directly by worker inputting information through a web form.

Option C) px - This option is incorrect because the prefix "px" does not indicate that the value of the property can be updated directly by worker inputting information through a web form.

Option D) pz - This option is incorrect because the prefix "pz" does not indicate that the value of the property can be updated directly by worker inputting information through a web form.

The correct answer is B. This option is correct because the prefix "py" is commonly used to indicate that the value of the property can be updated directly by worker inputting information through a web form.