0% found this document useful (0 votes)
204 views

BizTalk Server Assessment

The document contains questions about BizTalk Server concepts including clustering, tracking, orchestrations, schemas, pipelines, receive locations, ports, bindings, and Business Activity Monitoring. The questions cover topics such as configuring ports and receive locations, using schemas and pipelines to transform messages, tracking data in BizTalk, and using orchestrations and BAM to process and monitor messages.

Uploaded by

Chad Pace
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
204 views

BizTalk Server Assessment

The document contains questions about BizTalk Server concepts including clustering, tracking, orchestrations, schemas, pipelines, receive locations, ports, bindings, and Business Activity Monitoring. The questions cover topics such as configuring ports and receive locations, using schemas and pipelines to transform messages, tracking data in BizTalk, and using orchestrations and BAM to process and monitor messages.

Uploaded by

Chad Pace
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

1., Which of the following is an acceptable reason for clustering a BizTalk Server host?

A. To provide high-availability of the BizTalk Server databases.

B., To provide high-availability of the FTP receive adapter.

C., To improve performance of all send adapters.

D., To provide high-availability of the FTP send adapter.

2., What type of information cannot be tracked in the BizTalk tracking database?

A., The sending or receiving of messages

B., The beginning or ending of a pipeline

C., The execution of each shape in an orchestration

D., The beginning or ending of map execution

E., The beginning or ending of an orchestration

F., The starting or stopping of a service

3., Your BizTalk Server application requires that messages meeting a certain criteria be sent to four distinct locations.
What is the best solution to this problem?

A., Create a dynamic send port.

B., Create a send port group and configure it with a filter matching the criteria. Then create four send ports and
add them to the send port group.

C., Create four send ports, one for each location to which the message should be delivered.

D., Create a send port group and configure it with a filter matching the criteria. Then create four send ports and
add them to the send port group. Finally, add a filter matching the criteria to each send port.

4., You have a trading partner who has offices around the world. In some cases, you will be exchanging X12
interchanges, in others you will be using EDIFACT. What is the best way to manage these differing requirements for the
same logical entity?

A., Create a Party representing the trading partner, and a send port with custom pipelines for each set of
settings.

B., Create a Party representing the trading partner for each set of settings.

C., Configure both the X12 Fallback Settings and EDIFACT Fallback Settings.

D., Create a Party representing the trading partner, and then profiles for each set of settings.

5., While designing a BizTalk Server orchestration you have discovered the need to make a simple decision based on the
value of an element in your canonical purchase order schema. What change will you make to the schema to help enable
easy access to the element within the orchestration?
A., Create a new schema

B., Create a distinguished field

C., Create a custom XML serializer class

D., Create a promoted property

6., You have created a collection of flat file schemas that represent an interchange that you wish to split. You want to
test the function of these schemas and the splitting process before you deploy your assembly. What would you do?

A., In a command window, run the FFAsm.exe command passing the schemas and a sample flat-file document as
parameters.

B., In a command window, run the FFDasm.exe command passing the schemas and a sample flat-file document
as parameters.

C., In Visual Studio, run the Validate Schema operation on each schema.

D., In Visual Studio, run the Validate Instance operation on each schema.

7., Which of the following is not a function of the XML Disassembler pipeline component?

A., Translating between flat file and XML formats

B., Creating promoted properties

C., Resolving XML schema using Message Type

D., Splitting an interchange

8., You are receiving large EDIFACT interchanges and want to be able to split the interchange so that multiple messages
will exit the receive pipeline. If one of those messages has a validation error, you wish to suspend the entire interchange
so that no messages are processed beyond the pipeline. How should you configure the Inbound batch processing
option?

A., Split Interchange as Transaction Sets – suspend Interchange on Error

B., Split Interchange as Transaction Sets – suspend Transaction Sets on Error

C., Preserve Interchange – suspend Transaction Sets on Error

D., Preserve Interchange – suspend Interchange on Error

9., Which of the following is automatically exported when you export the bindings of an application?

A., Relationships between logical and physical ports

B., Host instance service account details

C., Passwords used by send or receive adapters

D., Assembly files used by the application


10., When a Decide shape executes, how many branches of the shape will be processed before continuing to the next
shape in the orchestration model?

A., One

B., Zero

C., All branches execute

D., Any braches with conditions that evaluate to True

11., In what folder can you find the BizTalk Server XMLDasm.exe test tool?

A., [BTSINSTALL_DIR]\SDK\Utilities\PipelineTools

B., [BTSINSTALL_DIR]\Developer Tools

C., [BTSINSTALL_DIR]\Pipeline Components

D., [BTSINSTALL_DIR]\ SDK\Utilities\Schema Generator

12., Your trading partner requires that the messages sent by your BizTalk Server application be formatted using a tab
delimited format. They have provided a sample file of the desired format. What is the first task you must perform to
enable the integration?

A., Create a new schema using the Flat File Schema Wizard.

B., Create a new send port that subscribes to, transforms, and translates the outgoing message.

C., Create a map between your canonical schema and the trading partner's schema.

D., Create a custom send pipeline that uses the Flat File Assembler component.

13., Regardless of the tool you use to deploy a BizTalk Server assembly, in order for the BizTalk Server runtime to use the
assembly it must be deployed to two locations. What are these two locations?

A., The MessageBox database(s) of your BizTalk Server group.

B., The Management database of your BizTalk Server group

C., The C:\Program Files\Common Files\System\ directory of each BizTalk Server runtime computer

D., The [BTSINSTALL_DIR]\Schema directory of each BizTalk Server runtime computer

E., The Global Assembly Cache of each BizTalk Server runtime computer

14., Which of the following statements best describes the purpose of a Business Activity Monitoring (BAM) Tracking
Profile?

A., Defines the data points and milestones of interest to BAM.

B., Used to view the data gathered by BAM.


C., Defines how the data will be displayed to a collection of end users.

D., Defines from where in the BizTalk Server run-time data will be gathered.

15., Which of the following statements best describes the purpose of the Business Activity Monitoring (BAM) Portal?

A., Defines from where in the BizTalk Server run-time data will be gathered.

B., Defines the data points and milestones of interest to BAM.

C., Used to view the data gathered by BAM.

D., Defines how the data will be displayed to a collection of end users.

16., Your application must receive messages from a number of trading partners. These messages serve the same
business function, but each trading partner uses their own schema. You wish to process each message in a single
standard way. Which BizTalk Server capability can enable the standardization of these messages?

A., Transformation

B., Adaptation

C., Orchestration

D., Routing

17., What is the primary difference between Trusted and Untrusted BizTalk Server hosts?

A., Untrusted hosts cannot be used for encryption and decryption processes.

B., Trusted hosts can see the sender's identification information.

C., Trusted hosts run with elevated security credentials.

D., Untrusted hosts cannot execute orchestrations.

18., The test results for a BizTalk Server map have been unexpected. When you examine the links and functoids in the
map you fail to find anything obviously wrong. You decide that examination of the XSLT (Extensible Stylesheet Language
Translation) code used by the map is necessary to diagnose the cause of the undesired behavior. What would you do?

A., Deploy the map and examine the tracking information for an instance of a send or receive port that uses the
map.

B., In Visual Studio, open the map in the XML Editor tool rather than the BizTalk Mapper tool.

C., In Visual Studio, run the Test Map operation.

D., In Visual Studio, run the Validate Map operation.


19., You've been asked to create a new Web service that conforms to the WS-I Basic Profile 1.1 that your BizTalk Server
application can use to receive new messages. This service must be publicly reachable and publicly discoverable. What
should you do?

A., Create a Service Bus relay on Windows Azure and then configure a BizTalk Server receive location that uses
the WCF-NetTcpRelay adapter.

B., Configure a BizTalk Server receive location that uses the WCF-NetMSMQ adapter.

C., Configure a BizTalk Server receive location that uses the WCF-WebHttp adapter.

D., Create a Service Bus relay on Windows Azure and then configure a BizTalk Server receive location that uses
the WCF-BasicHTTPRelay adapter.

20., Which of the following is true regarding the Dynamic port binding option?

A., You can dynamically assign the map.

B., You cannot configure the host it uses.

C., It is only available for send ports.

D., You can dynamically assign the pipeline.

21., Your application must receive messages from multiple sources. The incoming messages serve the same business
function, but each source uses its own transport mechanism and schema. You have been asked to design the messaging-
based processes used by the application. Which of the following designs address the requirements of receiving the
message and requires the fewest number of components?

A., Create a receive port for each source. Configure each receive port with one receive location and map.

B., Create a port for each source. Configure each port with one receive location and a custom pipeline.

C., Create one receive port. Configure a receive location for each source within the receive port and associate
any needed maps with the port.

D., Create a single receive port with one receive location and a custom pipeline.

22., Which four of the following line of business systems (LOB) are supported out-of-box by BizTalk Adapter services?

A., Microsoft SQL Server

B., Oracle E-Business

C., SalesForce

D., Microsoft Dynamics

E., Siebel

F., SAP

G., PeopleSoft
23., Which orchestration shape is used to execute a map?

A., Maps cannot be executed within orchestrations

B., Transform

C., Message Assignment

D., Expression

24., The BizTalk Server application you are building integrates an end-user portal with a collection of back-end customer
relationship management (CRM) systems. Each incoming message must be delivered to ALL of the back-end systems.
How would you create the send ports with the least amount of effort?

A., Create a send port for each CRM system, create a send port group, add the send ports to the send port
group, and then configure a filter on the send port group.

B., Create a send port for each CRM system, create a send port group, add the send ports to the send port
group, and then configure a filter on each of the send ports.

C., Create a send port group, and then configure a filter on the send port group.

D., Create a send port for each CRM system, and then configure a filter on each of the send ports.

25., You are designing a messaging based solution and want to ensure that incoming XML messages are transformed,
translated to either an X12 or EDIFACT interchange, and then routed to an external trading partner. In the process, you
have realized that the envelopes for the messages are being generated by BizTalk and have created parties and
agreements for each of your trading partners. You want to ensure that the EdiSend component of the EDI pipeline uses
the correct party settings to populate the interchange envelopes – which is determined by the party name contained
within a node inside the original message. What is one step that you use to accomplish this task?

A., Create a custom send pipeline that includes the Party resolution component.

B., Promote the party name from the message to the EDI.DestinationPartyName property, ensuring that it
matches the value configured within the Party/Agreement settings.

C., Promote the party name from the message to the EDI.ISA08 property.

D., Promote the party name from the message to the EDI.UNB3_1 property.

26., Which of the following actions can be performed in an Expression shape?

A., Creation of a new message

B., Modification of promoted properties

C., Setting of orchestration variables

D., Assignment of the outbound map used by a send port


27., A trading partner wishes to send you files using an FTP site, however, the partner will not permit you to remove any
files from the FTP site. Your manager is concerned about the amount of effort required to enable the integration. What
should you tell your manager?

A., You must find another transport mechanism for integrating with this trading partner.

B., The integration will require a custom FTP adapter.

C., The integration will require a custom receive pipeline.

D., The provided FTP adapter allows receiving from read-only locations.

28., Which is the correct file extension for BizTalk Server maps?

A., btp

B., odx

C., btm

D., xsd

29., You suspect that an orchestration instance has thrown an unhandled exception.What default query on the Group
Hub page would you run to verify your suspicion?

A., Dehydrated orchestrations

B., Retrying and idle ports

C., Tracked service instances

D., Suspended service instances

30., When creating a rule for use by the Business Rules Engine, which of the following cannot be used as source fact?

A., XML document, element, or attribute

B., SQL Server database

C., BizTalk Server orchestration

D., .NET class or class member

31., During which process is the input message of a map validated against a schema?

A., When you run the Validate Map option in Visual Studio.

B., When a map executes at runtime.

C., Incoming or outgoing messages cannot be validated by maps.

D., When you run the Test Map option in Visual Studio.
32., Your application has received a message and thrown an exception with an Error Description that reads: "The
published message could not be routed because no subscribers were found. This error occurs if the subscribing
orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription
evaluation have not been promoted. Please use the BizTalk Administration console to troubleshoot this failure. "Because
other messages processed by this publisher are being routed as expected, you suspect the issue lies with the promoted
properties of the message instance. How could you confirm your suspicion?

A., Examine the data in the original input message.

B., Check the configuration of the maps used by the publisher.

C., Select the Enable Failed Message Routing checkbox in the configuration properties of the publishing port.

D., Examine the context of the message associated with the suspended (not resumable) routing failure report.

33., On which orchestration shape can you configure a Filter Expression?

A., On any Receive shape

B., Only on Receive shapes with a Following Correlation Set configured

C., Filter Expressions cannot be configured on any Receive shapes

D., Only on Receive shapes with Activate property set to True

34., The administrator of a system with which your BizTalk Server application must integrate has given you a sample XML
document. The XML document represents a valid message that your application must send to the system. You want to
verify that your schema design and this sample file are compatible. What should you do?

A., In Visual Studio, set the sample XML document as the Input Instance Filename in the Properties of your
schema, and then run the Validate Instance operation.

B., In Visual Studio, set the sample XML document as the Output Instance Filename in the Properties of your
schema, and then run the Generate Instance operation.

C., In Visual Studio, set the sample XML document as the Input Instance Filename in the Properties of your
schema, and then run the Validate Schema operation.

D., Compare the schema XSD code to the sample XML document manually.

35., Which of the following statements is not true regarding running BizTalk Server on a Windows Azure virtual
machine?

A., You do not have full administrative rights to virtual machines running on Windows Azure.

B., Images of virtual machines can be transferred between Windows Azure and on-premise virtualization
software.

C., Your Windows Azure virtual machines can be connected to each other using virtual networks.

D., Provisioning a new BizTalk Server 2013 virtual machine typically takes less than one hour.
36., When setting up a new BizTalk Server runtime computer, what is the next logical step after installing BizTalk Server?

A., Install Microsoft SQL Server.

B., Run the BizTalk Server Configuration Wizard.

C., Run the BizTalk Server WCF Service Publishing Wizard.

D., Install BizTalk Server integration applications from MSI packages created by the development or testing
teams.

37., The system from which your BizTalk Server application must receive messages requires that the data is formatted
using a specific combination of delimiters. You have already created a schema with markup for the delimited format.
What is the next step to enable the integration?

A., Create a send pipeline with the Flat File Assembler in the Assemble stage.

B., Create a receive pipeline with the Flat File Disassembler in the Disassemble stage.

C., Create a Receive Port and Receive Location.

D., Create a custom adapter to send the message.

38., What three artifacts are generated for you by the BizTalk WCF Service Consuming Wizard?

A., Orchestration containing pre-configured send / receive shapes for calling the service

B., Service proxy class for invoking the service from within an Orchestration’s Expression shape

C., Bindings file containing a configured send port for calling the service

D., Pipeline for processing typed exceptions from the service

E., Orchestration containing a pre-configured port type representing the service interface

F., Message and type schemas for service requests and responses

39., Which of the following characteristics is not configured in a Port Type?

A., Communication pattern

B., Identifier

C., Message type

D., Communication direction

40., Which of the following accurately describes a BizTalk Server Host Instance?

A., The computer on which BizTalk Server has been installed

B., A physical instance of a host on a particular BizTalk Server computer

C., Logical container used to organize execution of send ports, receive locations, and orchestrations

D., Logical container used to configure security and tracking settings


41., Which of the following become true about a Business Rule Engine policy version when you change it to the
Published state?

A., It is added to the BizTalk Server Management database.

B., It becomes read-only.

C., It becomes callable by BizTalk Server orchestrations.

D., It is saved to the Business Rule database.

42., In what location are passwords and other sensitive information used by the BizTalk Server Messaging Engine stored?

A., The Rule Store database

B., The MessageBox database

C., The Configuration database

D., The Single Sign-On database

43., You are attempting to create a port to receive EDI interchanges. In the process, you create a receive location. While
examining the list of receive pipelines for the receive location, you do not see any pipelines that would be used for EDI
processing. What must you do to make these available to your application?

A., Add a reference to the BizTalk EDI Application.

B., Create and then deploy a custom pipeline that includes the EDI disassembler component.

C., Configure a party, profile, and agreement for the trading partner that will be sending messages to that port.

D., Bind the receive port to an orchestration with a Receive shape that is configured to receive messages
conforming to one of the provided EDI schemas.

44., Which of the following is a benefit of using binding files?

A., Create backups of BizTalk Server runtime computers

B., Create backups of BizTalk Server databases

C., Reduces the need for manual configuration

D., Create hosts and host instances automatically

45., How does BizTalk Server determine which schema to use when parsing an incoming XML message?

A., The properties of the incoming message.

B., The pipeline is coded with the correct schema.

C., A combination of the target namespace and root node name known as the message type.
D., The receive port through which the message was received.

46., In the day-to-day management of your BizTalk Server application, you find yourself running the same collection of
custom queries repeatedly. You and your team have grown tired of recreating the query conditions every time you open
the BizTalk Server Administration Console.What could you do to make running these queries less burdensome on you
and your team?

A., Disable all tracking.

B., Use the BizTalk Group Hub to save the custom query to a file and share it with your co-workers.

C., Export the configuration of the BizTalk Server application to a binding file.

D., Write the queries using T-SQL code against the BizTalkDTADb directly in SQL Server Management Studio.

47., Your BizTalk Server application receives files containing batches in excess of 100 purchase orders. When a purchase
order contains invalid data, the entire batch is suspended. This behavior is creating a bottleneck with regards to
processing speed. Which of the following presents a viable solution to the problem above?

A., Increase the retry count on the receive adapter.

B., Enable Recoverable Interchange Processing on the receive pipeline.

C., Remove any maps used by the receive port.

D., Create a second receive location within the receive port.

48., Assuming your application is fully configured, if your send port is in a Stopped state what will happen to any
messages that are received?

A., The MessageBox database will not route the messages to the send port.

B., The MessageBox database will route the message to the send port, but the send port will not process them.

C., The BizTalk Server application cannot receive messages if the send port is stopped.

D., The receive port in the application will throw an exception.

49., Your business process starts by receiving a message from an online form that was filled out by a person. During the
course of processing the request, you must send updates to the person who submitted the message, however you do
not know the email address of the person prior to receiving the message. What logical port binding will enable you to
send updates to the correct user?

A., Specify later

B., Specify now

C., Dynamic

D., Direct
50., In Windows Azure BizTalk Services, which of the following Destinations is not supported in an X12 bridge?

A., Azure Blob

B., Custom WCF binding

C., NetTcpRelay

D., FTP

51., Which of the following is true regarding the Rules created for use in Business Rule Engine?

A., BizTalk messages passed to the Business Rules Engine cannot be modified by the rules.

B., An orchestration can be coded to call a single rule without the use of a policy.

C., Policies are limited to 45 rules.

D., The if-then statement cannot have an else.

52., In BizTalk Server, what is a persistence point?

A., Data read by send ports when subscribing to a message instance

B., Restore point used by the SQL Server Agent when performing BizTalk Log Shipping

C., Point at which a receive location writes a message to the MessageBox database

D., Saved state of an in-flight orchestration instance

53., You are building a BizTalk application in which you are receiving a series of XML messages that must be transformed,
batched, and then translated into X12 interchange.In order to accomplish a part of this task, you have created a custom
pipeline that includes both an XML disassembler and Batch Marker component.You need to configure the Batch Marker
component to process the XML data without attempting to determine the EDI message type.How do you accomplish
this?

A., Add a Party resolution component to the ResolveParty stage of the pipeline immediately before the Batch
Marker component.

B., In the Agreement settings, create a new batch and configure the filter to use only those properties promoted
from the XML schema of the message that you will be processing.

C., Set the Ignore EDI Message Encoding property of the Batch Marker component to True.

D., Add an XML validator component to the Validation stage of the pipeline.

54., What tool is used to create a Business Activity Monitoring (BAM) Activity?

A., Tracking Profile Editor

B., SQL Server Management Studio


C., BAM Interceptors

D., Microsoft Office Excel

55., A colleague of yours is concerned about the validity of the data that is being passed to the maps in her BizTalk
Server application. Which of the following recommendations would you make to address her concerns?

A., As long as map operations treat all data according to the data type specified in the respective schemas,
everything should be fine.

B., It is impossible for BizTalk Server to receive invalid data.

C., It would be best to validate the data being mapped prior to the map.

D., BizTalk Server maps validate all incoming and outgoing data automatically.

56., You are attempting to publish an Orchestration as a service, and receive an error message within the BizTalk WCF
Service Publishing Wizard that reads “There are no orchestrations with public receive ports in this BizTalk assembly.”
What must you do to resolve this issue?

A., In Orchestration View, under Port Types click the type of the port that you wish to expose, and then in the
Properties window, set the Type Modifier property to Public.

B., In Orchestration Designer, on the port surface click the port that you wish to expose, and then in the
Properties window set the Report To Analyst property to True.

C., In Orchestration Designer, click the designer surface for the orchestration, and then in the Properties
window, set the Type Modifier property to Public.

D., In Orchestration Designer, on the port surface, click the Operation that you wish to expose, and then in the
Properties window, set the Report To Analyst property to True.

57., If you have multiple versions of a Business Rule Engine policy, which version is called by your BizTalk Server
orchestration?

A., The policy version that was most recently changed to the Deployed state.

B., The policy version specified in the Call Rules shape of the BizTalk Server orchestration.

C., The policy version with the highest version number that is in the Deployed state.

D., The policy version with the highest version number.

58., Which of the following describes a way to provide high-availability for a BizTalk Server orchestration?

A., Set the managing host as a Trusted host.

B., Create multiple hosts.

C., Create multiple host instances across two or more computers running BizTalk Server.
D., Place BizTalk Server databases on a dedicated SQL Server computer.

59., A colleague is building a BizTalk Server orchestration that contains an asynchronous request/response pattern that
uses one-way ports. He is concerned about implementing correlation correctly as it is his first time. What advice would
you offer regarding implementing correlation?

A., He should use the MessageID promoted property.

B., He should configure the activateable receive shape to initialize the correlation.

C., The promoted properties must exist in the request and response messages.

D., Do not worry; in this scenario it is automatically implemented.

60., Which of the following statements best describes the purpose of a Business Activity Monitoring (BAM) View?

A., Used to view the data gathered by BAM.

B., Defines from where in the BizTalk Server run-time data will be gathered.

C., Defines how the data will be displayed to a collection of end users.

D., Defines the data points and milestones of interest to BAM.

61., Your manager is concerned that the files transmitted to an FTP folder by your BizTalk Server application could be
readable by unauthorized persons. Which of the following could you implement to help secure those files without
creating a custom pipeline component?

A., Message encryption using S/MIME (Secure/Multipurpose Internet Mail Extensions)

B., Compress the message into a RAR archive file and password protect the archive

C., Message encryption using PGP (Pretty Good Privacy)

D., File transmission using FTP over SSL

62., Which of the following actions must occur before the execution of a Parallel Actions shape can be completed?

A., All branches must complete

B., The left-most branch must complete

C., One branch must complete

D., The right-most branch must complete

63., What is the primary reason for adding additional MessageBox databases to a BizTalk Server group?

A., There can only be one MessageBox database in a given BizTalk Server group.
B., Distribute load across multiple databases and increase throughput.

C., Provide high-availability for the MessageBox database.

D., Ensure that BizTalk Server does not lose messages.

64., Which two of the following can be used when creating maps for Windows Azure BizTalk Services?

A., XSLT

B., JavaScript

C., C#

D., VB .NET

65., You are developing a BizTalk application that consumes a web service that does not have an exposed metadata
exchange endpoint. Instead, you have been directly provided a WSDL file for the service along with supporting XSD
files.How must you begin the process of adding a reference to this service in an Empty BizTalk Server Project, so that you
can call the service using a pre-configured port type within a BizTalk Server Orchestration?

A., In Solution Explorer, right-click the project, click Add > Add Generated Items… and then in the dialog that
appears, choose Consume WCF Service.

B., In Solution Explorer, right-click the project, and then click Add Service Reference.

C., At the developer command prompt, use the svcutil utility to generate a service proxy from the WSDL file and
then copy these files to the same folder as the .btproj file for the project.

D., In Solution Explorer, right-click the project, and then click Add Adapter Service Reference.

66., Your application contains a receive port and three maps. Map 1 transforms from schema A to schema B, Map 2
transforms from schema B to schema C, and Map 3 transforms from schema C to schema D. You then add each map to
the receive port.What will happen if your incoming message uses schema B?

A., This configuration is not valid.

B., All three maps will execute. Resulting in an instance of schema D being published to the MessageBox
database.

C., Map 2 and Map 3 will execute. Resulting in an instance of schema D being published to the MessageBox
database.

D., Map 2 will execute. Resulting in an instance of schema C being published to the MessageBox database.

You might also like