nerdexam
Microsoft

70-595 · Question #25

A BizTalk Server 2010 solution includes a map that is used in a loan approval process. The input schema contains values for loan amount and yearly salary. The output schema contains a Boolean value…

The correct answer is C. Add a reference to the project containing the class that contains the method. See the full explanation below for the reasoning.

Question

A BizTalk Server 2010 solution includes a map that is used in a loan approval process. The input schema contains values for loan amount and yearly salary. The output schema contains a Boolean value that indicates the approval status of the loan. There is a Microsoft .NET helper method in another project within the solution that accepts the two parameters for loan amount and yearly salary and returns the approval status Boolean value. You need to invoke the .NET helper method from a scripting functoid in the map. What should you do?

Options

  • AUse the Inline C# script type to reference the class containing the method with a C# using
  • BUse the Inline XSLT script type to reference the class containing the method by its fully
  • CAdd a reference to the project containing the class that contains the method.
  • DAdd a reference to the project containing the class that contains the method.

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    10% (3)
  • C
    83% (24)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-595 Practice