Multiple choice technology packaged enterprise solutions

For what purpose would an application user use the clipboard

  1. For modifying the values of the work object

  2. To change the password

  3. The clipboard should not be available to application users

  4. None

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

The Clipboard is an internal debugging and development tool in Pega that should not be accessible to application users in production environments. It is intended for developers and administrators to troubleshoot and inspect clipboard pages during development and testing.

AI explanation

The clipboard is a runtime debugging and inspection tool that exposes internal object data, page structures, and system state — information that should not be exposed to or manipulated by regular application users, since it could let them view or alter data outside the intended application flow. For that reason, the clipboard is restricted from general application users and reserved for developers/administrators.