Multiple choice technology

What is the (Informatica recommended) naming convention for mapplet?

  1. a)mapplet_MappingName

  2. b)map_MappingName

  3. c)mpltMappingName

  4. d)mplt_MappingName

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

Informatica's recommended naming convention for mapplets is 'mplt_MappingName'. The 'mplt' prefix identifies it as a mapplet (distinct from mappings which use 'm_'), followed by an underscore, then the descriptive name. This convention provides clarity and consistency in repository management. Option A uses full 'mapplet', option B uses 'map' (for mappings), and option C lacks the underscore separator.