PrepAway - Latest Free Exam Questions & Answers

Category: 70-235

Exam 70-235: ts developing business process and integration solutions by using microsoft biztalk server 2006

Which three actions should you perform?

You use the BizTalk orchestration in TestKing.com to call an external Web service. The Web service takes longer than expected to return a response. Your orchestration is designed as shown in the exhibit. (Click the Exhibit button.) You need to configure the orchestration to catch time-out and Web service error conditions.

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

Exhibit:

What should you do?

Your company uses Microsoft SQL Server Analysis services to aggregate values inside a Business Activity Monitoring (BAM) activity named ContosoOrderProcurement. This activity contains an aggregated BAM view named ContosoNorthAmericaView, which is not in real time. When you open this view, you notice that the data does not contain the current aggregated values. You need to view the current aggregation values in the BAM view. What should you do?

How many persistence points should the orchestration have?

You work as a Microsoft BizTalk Server 2006 architect at Domain.com. You have received instruction from the Domain.com CIO to maximize the performance of your BizTalk application.

During the course of the day you are considering controlling the number of persistence points within your orchestration. Your BizTalk application has an orchestration within the application which has a Receive shape, and an Atomic Transaction Scope shape containing two Send shapes. You are required to select how many persistence points the orchestration has.

How many persistence points should the orchestration have?

What should you do?

You work as a Microsoft BizTalk Server 2006 developer at Domain.com. You have received instruction from the CIO to set up a Correlation Set in your orchestration.

You are required to establish a Correlation Set which includes the schema’s PO Number property. During the setup process of the Correlation Set you discover the PO Number is not among the available properties for the set.

What should you do?

What should you do?

You work as a Microsoft BizTalk Server 2006 developer at Domain.com. You have received instruction from the Domain.com CIO to create a message within an orchestration.

You are in the process of building an orchestration which takes in a message from a Receive Port. Before the message is sent out to a Web Service for processing the message requires to be converted to a different schema.

You are required to minimize the amount of extra coding required to meet the scenario objective. You are required to select shapes to add to the orchestration.

What should you do? (Each correct answer presents part of the solution. Choose TWO.)

What should you do?

You work as a Microsoft BizTalk Server 2006 developer at Domain.com.

You have received instruction from the CIO to debug an orchestration.

During the course of the day you discover that the output from one of your orchestrations is not displaying what you expected. The Domain.com network has a fairly large orchestration which is complex.

You are required to diagnose the problem and need to see a replay of each processing step in the orchestration to check where it might be diverting from the expected behavior.

What should you do?

What should you do?

Your companys BizTalk application is integrated with a Human Resource legacy system. The policy in the application contains two rules, CheckBaseSalary and GiveBonus. When the policy is invoked, the solution fires both rules. You need to ensure that the GiveBonus rule fires after the CheckBaseSalary rule. What should you do?

What should you do?

Your company stores all policy versions in Business Rule Engine. You are currently running version 1.0 of a policy. You want an orchestration to call version 1.1 of the policy. You select the policy inside the orchestration. When you execute and debug the policy, you discover that the orchestration is still executing version 1.0 of the policy. You need to ensure that the orchestration calls version 1.1 of the policy without affecting orchestrations that call version 1.0 of the policy. What should you do?

What should you do?

Your companys BizTalk application has a business rule policy that contains two rules named CheckBaseSalary and GiveBonus. When the policy is invoked, the solution fires both the rules. You want to add a third rule that allows the GiveBonus and CheckBaseSalary rules to fire only if a bonus was given more than 1 year ago. You need to add a third rule named CheckLastBonus. What should you do?

Which code segment should you use?

Your company uses a BizTalk business rule to access insurance rates that change frequently. You want to implement a FactRetriever class to ensure the business rule facts are current. The FactRetriever class contains the following code.

1 public object UpdateFacts(RuleSetInfo rsi, RuleEngine engine, object factsIn) {
2 object factsOut = null;
3 DataConnection dc = null;
4 if (factsIn == null) {
5 SqlConnection con = new SqlConnection ("Integrated Security=SSPI;Initial Catalog=RatesDb;Data Source=RatesSvr;");
6 //— insert lines of code here —-
7 factsOut =dc;
8 } else {
9 factsOut = factsIn;
10 return factsOut; }

You need to complete the FactRetriever class code segment in line 6 to meet the requirement. Which code segment should you use?


Page 1 of 1012345...10...Last »