70-595 Exam Details

  • Exam Code
    :70-595
  • Exam Name
    :TS: Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :50 Q&As
  • Last Updated
    :Apr 25, 2020

Microsoft 70-595 Online Questions & Answers

  • Question 1:

    A company uses BizTalk Server 2010 to consume a Microsoft Windows Communication Foundation (WCF) service. The service uses a WCF custom endpoint behavior to authenticate requests to the service. You add the endpoint behavior to the global assembly cache (GAC). The companys IT policy prohibits modification of files under the Windows folder. You need to ensure that the endpoint behavior for the send port can be specified.

    Where should you register the endpoint behavior?

    A. in the registry
    B. in the WCF send handler
    C. in the BTSNTSvc.exe.config file
    D. in the machine.config file

  • Question 2:

    A BizTalk Server 2010 solution processes envelope messages. A receive port uses the XML disassembler pipeline component to split the envelope messages into an interchange of separate child messages. The messages are not validated. The entire interchange fails when the receive pipeline processes the message. You need to ensure that processing continues for the remaining child messages.

    What should you do on the XML disassembler pipeline component?

    A. Set the Validate document structure property to False.
    B. Set the Document Schema property to Microsoft.XLANGs.BaseTypes.Any.
    C. Set the Allow Unrecognized Message property to True.
    D. Set the Recoverable Interchange Processing property to True.

  • Question 3:

    You are creating a Microsoft Windows Installer (MSI) package for a BizTalk Server 2010 application. The application is currently running on Server A. Server B requires a different binding file that is available on the file system of Server A. The MSI package must be suitable for deployment on both Server A and Server B. You need to deploy the application on Server B.

    Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

    A. On Server A, import the binding file for Server B into the application. Create an MSI package.
    B. On Server A, add the binding file for Server B as a resource to the application. Create an MSI package.
    C. Deploy the MSI package on Server B with the default target staging environment.
    D. Deploy the MSI package on Server B and select the correct target staging environment.

  • Question 4:

    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?

    A. Change the Base Data Type property to xs:date and set the MinFacet and MaxFacet properties to yyyyMMdd for each field that contains a date.
    B. Create a SimpleType property with a regular expression Pattern equal to yyyyMMdd. Change the Base Data Type property to the SimpleType property for each field that contains a date.
    C. Create a SimpleType property with a regular expression Pattern equal to yyyyMMdd. Change the Data Type property to the SimpleType property for each field that contains a date.
    D. Change the Data Type property to xs:date and set the Custom Date/Time Format property to yyyyMMdd for each field that contains a date.

  • Question 5:

    You send data to a Microsoft Windows Communication Foundation (WCF) service from a BizTalk Server 2010 application. You generate supporting artifacts for calling the service from Microsoft Visual Studio by using the Consume WCF Service wizard. You modify the names used in the orchestration to SendWCFPort for the port and to TransmitData for the port operation. In the orchestration, you set the context property BTS.Operation to the operation name. You deploy the BizTalk projects and import the generated binding file to create the send port. You need to configure the SOAP action header for the send port that calls the WCF service.

    Which operation should be specified in the SOAP action header XML?

    A. TransmitData
    B. SendData
    C. SendWCFPort\TransmitData
    D. SendWCFPort\SendData

  • Question 6:

    An existing BizTalk Server 2010 messaging solution for processing orders has a send port group that contains two send ports. Send Port A is for Supplier A and Send Port B is for Supplier B. Each supplier receives only one copy of each order message. The order schema has a promoted property named OrderAmount that contains the total amount of the order. The send port group subscribes to all messages where a promoted property OrderAmount exists. The send ports do not have a filter defined. Messages with an order amount less than or equal to 1000 must be sent to Supplier A. Messages with an order amount greater than 1000 must be sent to Supplier B. Only a single message can be sent to either Supplier A or Supplier B. You need to modify the solution to route each order message to either Supplier A or Supplier B.

    What should you do?

    A. Delete the existing filter condition on the send port group. Add a filter condition on the send port group to subscribe for messages where OrderAmount is 1000.
    B. Keep the existing filter condition on the send port group. Add a filter condition on the send port group to subscribe for messages where OrderAmount is than 1000.
    C. Set a filter on Send Port A to subscribe for messages where OrderAmount is 1000. Stop and start the send port group.
    D. Set a filter on Send Port A to subscribe for messages where OrderAmount is 1000. Delete the send port group.

  • Question 7:

    A BizTalk Server 2010 solution uses an orchestration to call an external Microsoft .NET assembly. The class on the assembly is not serializable. The Expression shape used to call the .NET assembly is contained within a scope that has its Transaction Type property set to Atomic. The call to the .NET assembly occasionally results in an exception being thrown. You need to handle the exception when it is thrown. Create a new scope with the Transaction Type property set to Long Running.

    What should you do next?

    A. Add an exception handler to the new scope. Drag and drop the atomic scope below the new scope.
    B. Add an exception handler to the new scope. Drag and drop the atomic scope above the new scope.
    C. Add an exception handler to the new scope. Drag and drop the atomic scope inside the new scope.
    D. Add a compensation block to the atomic scope. Drag and drop the atomic scope inside the new scope.

  • Question 8:

    A BizTalk Server 2010 messaging solution processes XML messages. The solution uses a single Business Activity Monitoring (BAM) activity and BAM tracking profile to extract content values from the message. Some of the values are bound to a receive port when the message is received. The other values are bound to a send port when the message is transmitted. At run time you find out that instead of one, two records are created in the BAM database for each processed message. One record contains only the values bound to the receive port. The second record contains only the values bound to the send port. You need to ensure that only one record is created that contains all the values for every message.

    What should you do?

    A. Add a continuation and continuation ID to the tracking profile.
    B. In the tracking profile, associate a unique value from the message payload to the ActivityID field.
    C. Add a relationship to the tracking profile.
    D. Add a document reference URL to the tracking profile.

  • Question 9:

    You are developing applications for BizTalk Server 2010. The application processes orders for two vendors. These vendors have different message formats for their orders. You define BizTalk schemas for both vendors in separate projects and name the projects VendorA and VendorB. You promote the OrderType property in the schema of VendorA and the PurchaseType property in the schema of VendorB. Then you deploy the application. You need to log messages to disk for shoe orders for VendorA and bike orders for VendorB.

    What should you do?

    A. Add a FILE send port with the filter: VendorA.OrderType==Shoes And VendorB.PurchaseType==Bikes
    B. Add a FILE send port with the filter: VendorA.OrderType==Shoes Or VendorB.PurchaseType==Bikes
    C. Add a send port group with the filter: VendorA.OrderType==Shoes Or VendorB.PurchaseType==Bikes
    D. Add a send port group with the filter: VendorA.OrderType==Shoes And VendorB.PurchaseType==Bikes

  • Question 10:

    A BizTalk Server 2010 orchestration consumes a Microsoft Windows Communication Foundation (WCF) service. A request-response call to the WCF service is made inside a non- transactional scope. The scope has an exception handler that has its Exception Object Type property set to the type of the fault operation returned from the service. The handler receives the fault message. The WCF service throws a typed fault exception named WidgetException. You need to extract the exceptions detail node from the fault message.

    What should you do in the WCF send port configuration?

    A. Set the Propagate Fault Message option to True. Specify the source of the outbound WCF message body by selecting Template. In the XML expression box, enter the XML of the WidgetException message.
    B. Set the Propagate Fault Message option to True. Specify the source of the inbound BizTalk message body by selecting Path and entering the XPath expression for the WidgetException node.
    C. Set the Propagate Fault Message option to True. Specify the source of the inbound WCF message body by selecting BizTalk Request Message Body.
    D. Set the Propagate Fault Message option to True. Specify the source of the inbound BizTalk message body by selecting Envelope (soap:Envelope).

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-595 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.