Microsoft 70-595 Exam Overview:
| Certification Vendor: | Microsoft |
| Exam Name: | TS: Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010 |
| Exam Number: | 70-595 |
| Exam Format: | Multiple Choice, Case Study, Drag and Drop, Scenario-based questions |
| Exam Price: | USD 165 (approx.) |
| Real Exam Qty: | 40-60 (approx.) |
| Passing Score: | 700 / 1000 (approx.) |
| Available Languages: | English |
| Certificate Validity Period: | Retired certification (no longer available) |
| Exam Duration: | 120 minutes |
| Related Certifications: | Microsoft BizTalk Server Certifications Microsoft Technology Specialist (TS) |
| Sample Questions: | Microsoft 70-595 Sample Questions |
| Exam Way: | Pearson VUE testing center (historical availability) |
| Pre Condition: | Recommended experience with Microsoft BizTalk Server 2010 and integration solutions development |
| Official Syllabus URL: | https://learn.microsoft.com |
Microsoft 70-595 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Deployment, Administration, and Monitoring | - Security and role-based access control - Tracking, monitoring, and health management - Application deployment and configuration |
| Business Rules Engine and Transformation | - Policy creation and deployment - Map development using BizTalk Mapper - Business Rule Framework (BRE) concepts |
| Business Process Orchestration | - Transactions and exception handling in orchestration - Correlation sets and message routing - Orchestration design and implementation |
| BizTalk Server Architecture and Core Concepts | - BizTalk Server components and messaging architecture - Schemas, maps, and message types - Message processing flow and publish-subscribe model |
| Pipelines and Adapters | - Adapter configuration and usage - Receive and send pipeline components - Custom pipeline components |
Microsoft TS: Developing Business Process and Integration Solutions by Using Microsoft BizTalk Server 2010 Sample Questions:
1. In a Microsoft Visual Studio solution, you include an existing shared BizTalk Server 2010 project that is used by more than one BizTalk application. You specify that the shared BizTalk project will be deployed to the same BizTalk application as the other BizTalk projects in the solution. During deployment of the BizTalk project from Visual Studio, you receive the following error: Failed to add resource(s). Resource(Type="System.BizTalk:BizTalkAssembly" -Luid="Contoso.SharedComponent, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c4b6d1ca34bb90c0") is already in store and is either associated with another application or with another type. You need to deploy the projects of the solution that reference the shared BizTalk project without errors. What should you do?
A) Open Configuration Manager and clear the Deploy check box for the shared BizTalk project. Then build and deploy the solution.
B) Use the BizTalk Administration console to import a copy of the MSI package of the shared component into every BizTalk application.
C) Use the BizTalk Administration console to export the assemblies as a Microsoft Windows Installer (MSI) package for the BizTalk solution.
D) Open Configuration Manager and clear the Deploy check box for all BizTalk projects. Then build and deploy the solution.
2. 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 ContosoLogHost host, and a FILE send adapter handler that uses the ContosoLogHost host instance
B) a host named ContosoLogHost, a host instance that uses the default host, and a FILE receive adapter handler that uses the ContosoLogHost host instance
C) a BizTalk application and a FILE send port named LogContosoMessage that uses the default host
D) a BizTalk application and a FILE send adapter handler that uses the default host
3. 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) Set a filter on Send Port A to subscribe for messages where OrderAmount is <= 1000. Set a filter on Send Port B to subscribe for messages where OrderAmount is > 1000. Stop and start the send port group.
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 <= 1000. Add a filter OR 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. Set a filter on Send Port B to subscribe for messages where OrderAmount is > 1000. Delete the send port group.
D) 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. Add a filter OR condition on the send port group to subscribe for messages where OrderAmount is > 1000.
4. 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 Messages and Message Status Equals Suspended
B) Search For Equals Suspended Service Instances and Instance Status Equals Suspended (Not Resumable)
C) Search For Equals Suspended Service Instances and Instance Status Equals Suspended (Resumable)
D) Search For Equals Running Service Instances and Instance Status Equals Dehydrated
5. 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 send port group with the filter: VendorA.OrderType==Shoes And VendorB.PurchaseType==Bikes
B) Add a send port group with the filter: VendorA.OrderType==Shoes Or VendorB.PurchaseType==Bikes
C) Add a FILE send port with the filter: VendorOrderType==Shoes OR VendorB.PurchaseType==Bikes
D) PurchaseType==Bikes Add a FILE send port with the filter: VendorA.OrderType==Shoes Or VendorPurchaseType==Bikes
Solutions:
| Question # 1 Answer: A | Question # 2 Answer: A | Question # 3 Answer: C | Question # 4 Answer: D | Question # 5 Answer: C |

We're so confident of our products that we provide no hassle product exchange.


By Valentine


