QuestionQ22

Implementation Methodology Fundamentals

Following best practices, which activity should a developer use to generate separate sets of actions for each vendor when creating a process that performs background verification for documents from 10 distinct vendors, each with different document formats and unique processing requirements?

  • A Flow Decision
  • B Flow Switch
  • C For Each
  • D Do While
Explanation

A Flow Switch routes a case to one of multiple conditional paths. It supports distinct action sequences for each vendor’s document format and processing requirements, without using iteration or a series of binary decisions.

Community Discussion

No comments yet. Be the first to start the discussion!