nerdexam
IBM

000-349 · Question #15

What is the primary difference between a choice group and a partitioned group.

The correct answer is B. A choice group can have both items and groups as components, a partition group can only have. The primary distinction is that a choice group permits both items and groups as components, whereas a partitioned group is restricted to containing only groups as components.

Design

Question

What is the primary difference between a choice group and a partitioned group.

Options

  • AA partitioned group can contain both items and groups as components, a choice group can only
  • BA choice group can have both items and groups as components, a partition group can only have
  • CA partitioned group requires that data must be distinguishable; a choice group does not.
  • DA choice group requires that data must be distinguishable, a partitioned group does not.

How the community answered

(39 responses)
  • A
    8% (3)
  • B
    74% (29)
  • C
    5% (2)
  • D
    13% (5)

Why each option

The primary distinction is that a choice group permits both items and groups as components, whereas a partitioned group is restricted to containing only groups as components.

AA partitioned group can contain both items and groups as components, a choice group can only

This reverses the correct relationship - it is the choice group, not the partitioned group, that supports both items and groups as components.

BA choice group can have both items and groups as components, a partition group can only haveCorrect

A choice group is flexible in that its components may be either items or groups, and the map engine evaluates each alternative to find a match; a partitioned group, by contrast, can only contain groups as components because it relies on a partition key field to identify which subgroup structure applies, and items alone cannot carry that key-based discrimination logic.

CA partitioned group requires that data must be distinguishable; a choice group does not.

This inverts the distinguishability characteristic; a partitioned group uses an explicit partition key so data must be distinguishable, while stating that a choice group does not require distinguishability oversimplifies - but this option is not the primary structural difference being tested.

DA choice group requires that data must be distinguishable, a partitioned group does not.

This incorrectly assigns the distinguishability requirement solely to the choice group; in practice, a partitioned group depends on a partition key to distinguish record types, meaning its data must also be distinguishable.

Concept tested: Choice group vs partitioned group component composition rules

Source: https://www.ibm.com/docs/en/b2b-integrator/6.2?topic=editor-about-partitioned-groups

Topics

#choice group#partitioned group#group types#data distinguishability

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice