nerdexam
Microsoft

70-595 · Question #32

A company uses an existing BizTalk Server 2010 solution to process customer orders. A customer sends you positional flat files containing orders. All dates in the customer flat file are provided as…

The correct answer is D. Change the Data Type property to xs:date and set the Custom Date/Time Format property to. See the full explanation below for the reasoning.

Question

A company uses an existing BizTalk Server 2010 solution to process customer orders. A customer sends you positional flat files containing orders. All dates in the customer flat file are provided as string data types in a YYYYMMDD format. The orchestration requires that the dates are treated as date data types in the YYYYMMDD format. You need to ensure that dates provided by the customer are specified as dates in the YYYYMMDD format and not strings. Which task or tasks should you perform by using the BizTalk Schema Editor?

Options

  • AChange the Base Data Type property to xs:date and set the MinFacet and MaxFacet
  • BCreate a SimpleType property with a regular expression Pattern equal to yyyyMMdd.
  • CCreate a SimpleType property with a regular expression Pattern equal to yyyyMMdd.
  • DChange the Data Type property to xs:date and set the Custom Date/Time Format property to

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    7% (2)
  • C
    11% (3)
  • D
    79% (22)

Community Discussion

No community discussion yet for this question.

Full 70-595 Practice