PrepAway - Latest Free Exam Questions & Answers

Author: liti

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?

What is the most likely cause of the problem?

You create a desktop application to test deployed policies by using the BizTalk Business Rules Engine (BRE) policy class. You test version 1.2 of the policy by implementing the following code.

Policy p = new Policy("PolicyName 1.2");

When you test the policy, you notice that version 1.1 executes. You need to identify why version 1.2 is not executing. What is the most likely cause of the problem?

Which two actions should you perform?

You develop a BizTalk application that receives customer orders submitted by your trading partners. You want to deploy this application to a BizTalk environment that contains three BizTalk Servers named Server 1, Server 2, and Server 3. The current volume of customer orders is expected to increase within the next year. To accommodate this expected increase, you need to isolate the applications receive functions from its processing and sending functions. You want to plan your BizTalk environment to host this application. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

What should you do?

Your company uses BizTalk subscriptions to identify schemas. The company requires a versioned schema to receive customer orders and track the changes in the orders. You need to design a new version of the schema that can be deployed along with the old version. Your solution must identify schemas by using the root node. What should you do?

Which three actions should you perform?

You are designing a BizTalk messaging solution to exchange information with your trading partners. The messaging solution must securely transmit documents by using x.509 public certificates and route messages based on values in the message. You need to design a messaging solution that meets these requirements. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

Which three actions should you include in your recommendation?

You are designing a BizTalk messaging solution for your companys RequestForProposal process.

The process must meet the following requirements.
Documents are routed with DocumentID.
Documents are transformed on receipt into a normalized document with the header section populated with values from a PartnerReliability SQL table.
Documents are encrypted for transmission to a selected partner.

You need to recommend a solution that will meet these requirements. The solution should use minimum amount of coding effort. Which three actions should you include in your recommendation? (Each correct answer presents part of the solution. Choose three.)

What should you do?

You have two BizTalk projects named PurchaseApp and OrderApp. These projects share common artifacts. Your company has three trading partners. One trading partner uses PurchaseApp, one uses OrderApp, and one uses both. You need to ensure that your deployment design allows each partner and application to function individually. What should you do?


Page 22 of 39« First...10...2021222324...30...Last »