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 31:

    A BizTalk Server 2010 application contains an orchestration with one receive port and one send port. You evaluate the runtime behavior of the orchestration by viewing the promoted properties of any inbound and outbound messages of the orchestration. You need to modify the application so that you can view these promoted properties on the BizTalk Server Group Hub page.

    What should you do?

    A. In the BizTalk Administration console, modify the orchestration properties. Under Track Message Properties, select the check boxes for incoming and outgoing messages.
    B. In the BizTalk Administration console, modify the orchestration properties. Under Track Message Bodies, select Before orchestration processing and After orchestration processing.
    C. In Orchestration Designer, change the Report To Analyst property to True. Redeploy the orchestration. Create filters on the receive port receive location that evaluate the messages promoted properties.
    D. In Orchestration Designer, change the Type Modifier property to Public. Redeploy the orchestration.

  • Question 32:

    A BizTalk Server 2010 solution contains a map that transforms an internal order format into the order format of a supplier. You have examples of the internal order. You need to perform unit testing to make sure that the map works. You add a test project and a test class to the solution. You then add a reference to the project with the map.

    What should you do next?

    A. Add a reference to Microsoft.XLANGs.BaseTypes and to Microsoft.BizTalk.BaseFunctoids. Use the TestableSchemaBase class to test the schema.
    B. Add a reference to Microsoft.XLANGs.BaseTypes and to Microsoft.BizTalk.BaseFunctoids. Use the TestableMapBase class to test the map.
    C. Add a reference to Microsoft.BizTalk.TestTools and to Microsoft.XLANGs.BaseTypes. Use the TestableMapBase class to test the map.
    D. Add a reference to Microsoft.BizTalk.TestTools and to Microsoft.BizTalk.BaseFunctoids. Use the TestableMapBase class to test the map.

  • Question 33:

    A BizTalk Server 2010 application is designed to receive a file from a customer. The customer periodically updates the file on an FTP site. The file has a name that never changes. You have been given read-only permissions to the site. You need to create a receive location that detects when the file has been updated and then retrieves it. You use the BizTalk Administration console to create a receive port.

    What should you do next?

    A. Create an FTP receive location with the site and credential information. In the FTP adapter properties, set the Delete After Download property to Yes and set the Enable Timestamp Comparison property to Yes.
    B. Create an FTP receive location and set the Target File Name property to *.*.
    C. Create an FTP receive location with the site and credential information. In the FTP adapter properties, set the Delete After Download property to No and set the Enable Timestamp Comparison property to Yes.
    D. Create an FTP receive location and set the Mode property to Passive.

  • Question 34:

    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?

    A. Use the Inline C# script type to reference the class containing the method with a C# using statement.
    B. Use the Inline XSLT script type to reference the class containing the method by its fully qualified assembly name.
    C. Add a reference to the project containing the class that contains the method. Reference the method as an external assembly script type in the scripting functoid configuration.
    D. Add a reference to the project containing the class that contains the method. Use the Inline C# script type to reference the assembly in the scripting functoid configuration.

  • Question 35:

    You are developing a BizTalk Server 2010 map. The input schema contains multiple orders in one message. Each order has an Amount field. The output schema contains records named FulfillmentItem with a Price element. Only those orders with an amount greater than 1000 should map to the output schema. You need to add logic to the map to filter out any orders that have an amount less than or equal to 1000.

    What should you do?

    A. Drag a Greater Than functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and assign a value of 1000 in the second input. Connect the output of the functoid to the FulfillmentItem record node of the output schema.
    B. Drag a Less Than functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and assign a value of 1000 in the second input. Connect the output of the functoid to the FulfillmentItem record node of the output schema.
    C. Drag a Value Mapping functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and connect the record node of the order schema to the second input. Connect the output of the functoid to the FulfillmentItem record node of the output schema.
    D. Drag a Greater Than functoid onto the map. Connect the first input of the functoid to the Amount field in the order schema and assign a value of 1000 in the second input. Connect the output of the functoid to the Price element of the FulfillmentItem record node of the output schema.

  • Question 36:

    A BizTalk Server 2010 solution uses an orchestration that performs several actions. The orchestration uses Expression shapes and Message Assignment shapes. The orchestration has no Scope shapes and the Transaction Type property is set to None. Occasionally, an XLANG exception is thrown in the orchestration. The exception is not handled and the orchestration goes into a suspended state. You need to catch the exception and handle the error.

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

    A. Add an exception handler. Set the Exception Object Type property to Microsoft.XLANGs.BaseTypes.XLANGsException.
    B. Set the Transaction Type property of the orchestration to Long Running. Set the Compensation property of the orchestration to Default.
    C. Add a Scope shape to the orchestration. Place all Expression and Message Assignment shapes within this scope.
    D. Add an exception handler. Set the Exception Object Type property to System.SystemException.

  • Question 37:

    You use the BizTalk WCF Service Publishing Wizard to expose a BizTalk Server 2010 orchestration as a Microsoft Windows Communication Foundation (WCF) service. It is exposed with the WCF-BasicHttp binding and a corresponding receive location is created. The outcome of a recent IT audit has required the use of the WCF-WSHttp binding instead of WCF-BasicHttp. You need to fulfill the audit requirements.

    What should you do?

    A. In the BizTalk Administration console, modify the receive location and select WCF-Custom. Configure the updated port with the endpoint address (URI) of the deployed WCF service. Change the binding type to wsHttpBinding.
    B. Use the WCF Service Publishing Wizard to republish the orchestration. Use the Metadata only endpoint (MEX) to publish the metadata for the previously created receive location.
    C. Use the WCF Service Publishing Wizard to republish the orchestration. Select WCF-WSHttp as the transport type.
    D. In the BizTalk Administration console, modify the receive location and select WCF-WSHttp. Configure the updated port with the endpoint address (URI) of the deployed WCF service.

  • Question 38:

    A BizTalk Server 2010 solution contains an orchestration that uses a Scope shape. At run time, an error occurs in a shape that is placed after the Scope shape. The orchestration does not contain logic to compensate for what happened inside the Scope shape. You need to add a compensation block to the Scope shape.

    What should you do?

    A. Set the Transaction Type property to Atomic. Set the Isolation Level property to Read Committed.
    B. Set the Transaction Type property to Long Running. Set the Synchronized property to True.
    C. Set the Transaction Type property to Long Running. Set the Compensation property to Custom.
    D. Set the Transaction Type property to Atomic. Set the Isolation Level property to Serializable.

  • Question 39:

    You use BizTalk Server 2010 to develop orchestrations that call private web services for retrieving data. You add custom logging statements throughout the orchestrations. The assembly for the orchestrations is referenced by another BizTalk assembly. The version information for the orchestration assembly cannot change. The custom logging statements should be executed only when they have been enabled through a custom Boolean value. You need to create an option to enable orchestration logging without restarting the BizTalk host instance.

    What should you do?

    A. Create an application in Enterprise Single Sign-On (SSO) for storing the switch value.
    B. Create an orchestration variable and set a default value.
    C. Create a trace switch in the BTSNTSvc.exe.config file.
    D. Create a trace switch in the web services web.config file.

  • Question 40:

    A solution in Microsoft Visual Studio 2010 contains a test project with unit tests for a BizTalk Server 2010 schema. When the test project is built, an error occurs that indicates that the tested schema does not contain a definition for ValidateInstance or an extension method with this name. You need ensure that the project builds in Visual Studio 2010 without errors.

    What should you do?

    A. Set Enable Unit Testing to True in the project properties for the schema project.
    B. Sign the assembly with a strong name key in the project properties for the schema project.
    C. Check Enable Code Analysis on Build in the project properties for the test project.
    D. Set Redeploy to False in the project properties for the schema project.

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.