Chapter 3: Developing BizTalk Artifacts – Creating Maps
Answer: c
The Scripting Functoid should be used to call a .NET component from within a Map. It should be configured to call an external assembly. Although inline C# can technically be used to call a method in an external assembly that violates the statement that no additional code should be written. The Expression shape cannot be used in maps since it is an Orchestration shape. Activities are Windows Workflow artifacts, not BizTalk.
Answer: b
The Greater Than Functoid should be used since you want to output the nodes with value greater than $70000, not equal to or less than this. Conditional Mapping using Logical Functoids can be used to control the output of a node. Although a Value Mapping Functoid is also capable of that, it takes a Boolean as its first input and the value as its second input.