Multiple choice technology

When we go for Shared Container?

  1. To remove duplicates

  2. To create jobs of similar requirements

  3. To create jobs of different requirements

  4. A&C

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

Shared Containers are specifically designed to create reusable job components for similar requirements across multiple jobs. They promote consistency and reduce development effort by encapsulating common logic. Removing duplicates is handled by other stages like Remove Duplicates, not containers.