Multiple choice technology platforms and products

Which one of the following rues is used to specify the images such as JPEG,JPG

  1. Rule-File-Text

  2. Rule-File-Binary

  3. Rule-File-Form

  4. Rule-File-CSS

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

In Pega, binary files like images (JPEG, JPG, PNG, GIF, etc.) are stored using Rule-File-Binary rule type. Rule-File-Text is for text-based files, Rule-File-Form is for HTML form templates, and Rule-File-CSS is for stylesheet files. Binary image data requires the binary rule type for proper storage and rendering.

AI explanation

In Pega, Rule-File-Binary is the rule type used to store and serve binary content — images (JPEG/JPG, GIF, PNG), PDFs, or other non-text files — directly from the rules engine. Rule-File-Text is for plain-text content (e.g., text snippets, scripts), and Rule-File-Form/CSS are not standard Pega rule types for arbitrary image storage (CSS itself would typically be handled via Rule-File-Text or a stylesheet rule, not a dedicated 'Rule-File-CSS'). So Rule-File-Binary is the correct choice for JPEG/JPG images.