Multiple choice technology

In the early stage of the Design, you should

  1. Create a list of the systems that you will interact with, the type of information needed, the interconnect mechanism, and the details of each message exchanged.

  2. Same as (a), but excluding the details of each message

  3. Same as (a), but include a detailed “message to properties” map

  4. None of the above

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

In the early stage of design for PRPC integrations, you should create a list of systems to interact with, information types needed, and interconnect mechanisms - but NOT the detailed message specifications. Message details come later in the design process. Option A includes message details (too early), B excludes them (correct approach), C includes message-to-property maps (too detailed), and since B describes the correct early-stage approach, 'None of the above' suggests the question's options don't properly capture the right answer.