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

    You are moving a BizTalk Server 2010 application from a development environment to a QA environment for the first time. You export a copy of the BizTalk application and include the bindings. When importing the Microsoft Windows Installer (MSI) file into the QA environment, you receive the following error: Failed to update binding information. (mscorlib)Cannot update send port "LogContosoMessage". (Microsoft.BizTalk.Deployment)The following items could not be matched up to hosts due to name and/or trust level mismatches:Item: 'FILE' Host: 'ContosoLogHost' Trust level: 'Untrusted' You need to ensure that the MSI file can be imported into the QA environment.

    Which artifacts should you create?

    A. a host named ContosoLogHost, a host instance that uses the default host, and a FILE receive adapter handler that uses the ContosoLogHost host instance
    B. a BizTalk application and a FILE send adapter handler that uses the default host
    C. a host named ContosoLogHost, a host instance that uses the ContosoLogHost host, and a FILE send adapter handler that uses the ContosoLogHost host instance
    D. a BizTalk application and a FILE send port named LogContosoMessage that uses the default host

  • Question 12:

    You are integrating BizTalk Server 2010 with a secure Microsoft Windows Communication Foundation (WCF) service that does not have metadata exchange (MEX) enabled. The web service provider distributes an XML schema with a root node named SecretData without a namespace for the data provided by the web service. You generate a BizTalk schema based on the XML schema. You finish developing the application and deploy it for integration testing. When testing the service, you trace the messages received from the service. You see that the response message is within a single element named SecureResponse. SOAP elements wrap the response message and the SecureResponse element. You need to specify the inbound message body properties to ensure that the message can be received.

    What should you do?

    A. Choose the Envelope option. Add the soapProcessing endpoint behavior with the property processMessages=True.
    B. Choose the Path option. For the body path expression, specify /*[local- name()='SecureResponse']/*[local-name()='SecretData'].
    C. Choose the Path option. For the body path expression, specify /*[local-name()='SecretData']. Add the soapProcessing endpoint behavior with the property processMessages=True.
    D. Choose the Body option. Add the useRequestHeadersForMetadataAddress service behavior.

  • Question 13:

    You use BizTalk Server 2010 to receive flat file messages from a customer. You create a pipeline for disassembling the flat file messages. When BizTalk receives the messages, the flat file disassembler throws an error because a date is in the wrong format. The customer cannot change the sending application. You implement a custom pipeline component for correcting date formatting errors. You need to create a new pipeline for processing the messages received from the customer.

    What should you do?

    A. Add the custom pipeline component to the Validate stage. Add the EDI disassembler to the Disassemble stage.
    B. Add the custom pipeline component to the Resolve Party stage. Add the EDI disassembler to the Disassemble stage.
    C. Add the custom pipeline component to the Validate stage. Add the flat file disassembler to the Disassemble stage.
    D. Add the custom pipeline component to the Decode stage. Add the flat file disassembler to the Disassemble stage.

  • Question 14:

    A BizTalk Server 2010 orchestration calls a Business Rules Engine policy. This policy evaluates test scores to determine whether a candidate passes or fails. The BizTalk solution and the policy are deployed. Business users have decided that the value of a passing score should be raised from 60% to 70%. You need to adjust the policy to reflect the modified rule parameter.

    What should you do?

    A. Open the policy in the Business Rules Composer. Create a new version of the policy and edit this version to reflect the changed parameter. Then deploy the new version.
    B. Open the policy in the Business Rules Composer. Create a new version of the policy and edit this version to reflect the changed parameter. Then publish the new version.
    C. Create a new vocabulary in the Business Rules Composer. Add the new parameter to this vocabulary and then publish the vocabulary.
    D. Open the policy in the Business Rules Composer and create a different policy with a new name. Then copy the currently deployed version to the new policy and modify to reflect the changed parameter. Deploy the new policy.

  • Question 15:

    A company tracks storage containers and integrates radio frequency identification (RFID) readers with a server shipping management system built on BizTalk Server 2010. You define a custom tag event named ContainerArrivedEvent. You use the RFID manager to add the SqlServerSink component to the RFID process. You need to ensure that the SqlServerSink component logs only the custom tag event.

    What should you specify for the EventTypes property?

    A. ContainerArrivedEvent
    B. the fully qualified assembly name
    C. All
    D. Generic

  • Question 16:

    You are developing a BizTalk Server 2010 orchestration that routes shipping cargo. The orchestrations Transaction Type property has been set to Long Running. Part of the orchestration contains a block of logic for cargo routing. The routing logic is self-contained and makes no external calls that would affect the orchestrations state. You need to ensure that if an exception is thrown, no action taken during the execution of the routing logic block is committed.

    What should you do?

    A. Add a Scope shape to the orchestration and set its Transaction Type property to None. Add the block of routing logic to the Scope shape.
    B. Add a Scope shape to the orchestration and set its Transaction Type property to None. Add a Group shape and add the block of routing logic to it. Place the Group shape in the Scope shape.
    C. Add a Scope shape to the orchestration and set its Transaction Type property to Long Running. Add the block of routing logic to the Scope shape.
    D. Add a Scope shape to the orchestration and set its Transaction Type property to Atomic. Add the block of routing logic to the Scope shape.

  • Question 17:

    A BizTalk Server 2010 application is deployed and running. The application has a long-running orchestration with only a single Receive shape that activates the orchestration. There are currently instances of this orchestration in the dehydrated state. You need to make sure that no new orchestration instances are started but that existing instances are allowed to complete.

    What should you do?

    A. Stop all host instances.
    B. Stop the application with the option Partial Stop C Suspend running instances.
    C. Suspend any running orchestration service instances.
    D. Stop the application with the option Partial Stop C Allow running instances to continue.

  • Question 18:

    You are developing an application in BizTalk Server 2010 to synchronize data. An orchestration contains a request-response port that sends a message to a web service on the destination system. At the end of the calendar year, all the rows of the source tables are updated. This process causes update delays for the destination system. You need to create a BizTalk Administration console hub query to find out which orchestrations are waiting for their updates to complete and have not encountered an error.

    Which query expressions should you specify?

    A. Search For Equals Running Service Instances and Instance Status Equals Dehydrated
    B. Search For Equals Suspended Service Instances and Instance Status Equals Suspended (Resumable)
    C. Search For Equals Suspended Service Instances and Instance Status Equals Suspended (Not Resumable)
    D. Search For Equals Messages and Message Status Equals Suspended

  • Question 19:

    You are developing a BizTalk Server 2010 solution that has two orchestrations, A and B, that exist in different projects. A message sent between the orchestrations has a promoted property named OrderID that can be used as a unique identifier for the message. The two projects must remain independent from each other. Updates are made to Orchestration B to ensure that the output message promotes the OrderID property when it publishes the message. You need to enable Orchestration A to send a message to Orchestration B and receive a message back when Orchestration B finishes. You create a correlation type on the OrderID property and a new correlation set in Orchestration A.

    What should you do next?

    A. Set the Send shape in Orchestration A to initialize the correlation set. Set the Receive shape in Orchestration A to follow the correlation set.
    B. Reference the Orchestration A project from the Orchestration B project. Create a new correlation set in Orchestration B by using the correlation type. Set the Send shape on Orchestration A to initialize the correlation set. Set the Receive shape on Orchestration B to follow the correlation set.
    C. Reference the Orchestration A project from the Orchestration B project. Create a new correlation set in Orchestration B by using the correlation type. Set the Receive shape on Orchestration A to initialize the correlation set. Set the Send shape on Orchestration B to follow the correlation set.
    D. Set the Receive shape in Orchestration A to initialize the correlation set. Set the Send shape in Orchestration A to follow the correlation set.

  • Question 20:

    A company uses BizTalk Server 2010 to receive electronic orders from multiple customers. You have schemas for all the order formats that the customers send. You need to create a business process that handles an incoming order. You create a canonical schema that represents an order. You also create an orchestration that handles an order of the canonical schema.

    What should you do next?

    A. Create maps from each of the customer order formats to the canonical schema. Create a receive port and location and bind the port to the orchestration. Use the maps on the receive port.
    B. Create maps from each of the customer order formats to the canonical schema. Create a send port and bind it to the orchestration. Use the maps on the send port.
    C. Create maps from the canonical schema to each of the customer order formats. Create a send port and bind it to the orchestration. Use the maps on the send port.
    D. Create maps from the canonical schema to each of the customer order formats. Create a receive port and location and bind the port to the orchestration. Use the maps on the receive port.

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.