Multiple choice technology

Which of the following is valid about shared containers?

  1. These are reusable job elements.

  2. They can only be used within a project

  3. When shared containers are modified. Modifications are reflected in all the jobs that use them.

  4. None of the above

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

When shared containers are modified, all jobs that use them automatically reflect those changes - this is their core purpose as reusable components. Option A is also technically true (shared containers ARE reusable elements), but option C specifically describes the modification propagation behavior which is a key distinguishing characteristic. Options B and D are incorrect.

AI explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) These are reusable job elements - This option is incorrect. Shared containers are not necessarily job elements. They can be used to share common resources or configurations across multiple jobs or projects.

Option B) They can only be used within a project - This option is incorrect. Shared containers can be used across multiple projects, not limited to a single project.

Option C) When shared containers are modified, modifications are reflected in all the jobs that use them - This option is correct. Shared containers allow for centralizing configurations or resources that are common to multiple jobs. When a shared container is modified, these modifications are reflected in all the jobs that use the shared container, ensuring consistency across jobs.

Option D) None of the above - This option is incorrect since option C is valid about shared containers.

The correct answer is C. This option is correct because shared containers allow for modifications to be reflected in all the jobs that use them.