Multiple choice technology architecture

If we need to show Concurrent Process in Activity Diagram which node need to be used?

  1. Initial Node

  2. Final Node

  3. Decision and Merge Nodes

  4. Fork and Join Nodes.

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

Fork and Join Nodes in UML activity diagrams explicitly represent concurrent or parallel process flows. A Fork Node splits one incoming flow into multiple concurrent outgoing flows, while a Join Node synchronizes multiple concurrent flows back into a single flow. Decision nodes handle branching based on conditions, not concurrency.