🎴 Flashcard Mode

PRPC Fundamentals and Development

Card1 / 15
Mastered0
Review0
QuestionClick to flip

When should the Performance tool (PAL) be used

AnswerClick to flip back
A
whenever a critical change is made to a flow
💡 Explanation:

The Performance tool (PAL) should be used whenever a critical change is made to a flow because it helps identify performance bottlenecks and optimization opportunities. Running PAL at the end of each iteration (A) is too infrequent, while running only before production (B) misses optimization opportunities during development. PAL is not specific to UAT (D) as it's a development and testing tool.

Change Mode