nerdexam
IBM

000-349 · Question #62

Which of the following settings might prevent multiple instances of a map from running at the same time?

No correct answer was supplied for this question. Among the choices, Workspace = Memory is the option most technically associated with restricting concurrent map execution due to shared in-memory resource constraints.

Configuration

Question

Which of the following settings might prevent multiple instances of a map from running at the same time?

Options

  • AMapRetry Switch = Off
  • BMapAudit Switch = On
  • CBackup Switch = On
  • DWorkspace = Memory

Why each option

No correct answer was supplied for this question. Among the choices, Workspace = Memory is the option most technically associated with restricting concurrent map execution due to shared in-memory resource constraints.

AMapRetry Switch = Off

MapRetry Switch = Off disables automatic retry behavior for failed maps but places no restriction on how many map instances can execute concurrently.

BMapAudit Switch = On

MapAudit Switch = On activates audit trail logging for map activity but has no effect on whether multiple map instances are permitted to run simultaneously.

CBackup Switch = On

Backup Switch = On governs whether map run data is backed up during processing and does not impose any single-instance execution constraint.

DWorkspace = Memory

Workspace = Memory directs the map to use an in-memory workspace rather than disk, and because this memory resource is not shareable across instances, it effectively prevents multiple concurrent executions of the same map.

Concept tested: Map concurrency control via workspace and switch settings

Topics

#concurrent map instances#backup switch#workspace memory#map settings

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice