Dump Biztalk

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 32

1.

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

A. The MessageBox database

B. The Rule Store database

C. The Single Sign-On database

D. The Configuration database

2. Which orchestration shape is used to execute a map?C

A. Maps cannot be executed within orchestrations

B. Expression

C. Transform

D. Message Assignment

3. A new trading partner has provided an XSD (XML Schema Definition) file that defines the structure of
the XML messages they will be sending to your BizTalk Server application. During your initial
inspection of the schema you notice some irregularities and you now want to verify that the schema is
fine to use within your BizTalk Server Project.
What should you do?Cs

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

B. In Visual Studio, examine the settings configured in the Properties Window when the XSD file is
selected.

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


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

4. What digest size does the SHA algorithm in AS2 in support?Cs Bs

A. 160 bits

B. 512 bits

C. 256 bits

D. 224 bits

5. Your BizTalk Server application receives restocking requests from a series of retail stores. These restock
requests contain a list of items that the store needs. The fulfillment of the items is managed by multiple
ERP (Enterprise Resource Planning) systems. You want to split the incoming requests into several
smaller messages, one for each item in the original request, which can be directed to the appropriate ERP
system.
How would you enable the splitting of the XML message?C

A. Create a custom adapter for the source system.

B. Create a map.

C. Create an envelope schema and a body schema.

D. Enable Recoverable Interchange Processing on the receive pipeline.


6. In the Enrich Stage of an XML Bridge, which one of the following cannot be used to provide the value
of a promoted property?B

A. A custom HTTP header

B. ServiceBus Queue Message’s TimeToLive

C. The FTP File’s Name

D. The SOAP Action

7. 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?B

A. Add a reference to the BizTalk EDI Application.

B. 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.

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

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

8. During which process is the input message of a map validated against a schema?B

A. Incoming or outgoing messages cannot be validated by maps.

B. When you run the Test Map option in Visual Studio.

C. When a map executes at runtime.


D. When you run the Validate Map option in Visual Studio.

9. Which is the correct file extension for BizTalk Server maps?A

A. btm

B. xsd

C. odx

D. btp

10. 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?D

A. Dehydrated orchestrations

B. Retrying and idle ports

C. Suspended service instances

D. Tracked service instances

11. Which two of the following statements are true regarding running BizTalk Server on a Windows Azure
virtual machine?AC

A. The virtual machine can be joined to your on-premise domain.

B. Microsoft provides ready-made BizTalk Server 2009 and BizTalk Server 2010 virtual machines.

C. There is no setup on your hardware and therefore there is no hardware maintenance.

D. The virtual machine must run in a data center in your geographical region.
E. Once the virtual machine is created it can never be deleted.

12. Previously your BizTalk Server application sent XML documents to a network shared file folder.
The users that interact with these XML files desire a more user-friendly experience.
Which of the following options could provide a user-friendly experience with the least
development effort?B

A. Write message data to a SharePoint library using the Windows SharePoint Services adapter, and
then display the data using an InfoPath form.

B. Send the messages as email attachments using the SMTP adapter.

C. Write message data to a custom SQL Server database using the WCF-SQL adapter, and then
display the data using a custom web application.

D. Modify an existing line of business (LOB) application to store the message data, write the
message data to the LOB application, and then have users view the data using the native interface.

13. One of your trading partners wishes to submit data that uses a combination of fixed-length and
delimited elements. Each incoming file contains hundreds of records with one common structure
at the beginning. For performance reasons, you've decided to split the incoming message into the
individual records.
Which of the following components will you not have to create to meet these requirements?Bs

A. Flat file disassembler

B. Document schema

C. Header schema

D. Receive port and location

E. Receive pipeline
14. 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?D

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

B. Create a Receive Port and Receive Location.

C. Create a custom adapter to send the message.

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

15. 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?D

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

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

C. Disable all tracking.

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

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

A. It becomes read-only.
B. It is saved to the Business Rule database.

C. It is added to the BizTalk Server Management database.

D. It becomes callable by BizTalk Server orchestrations.

17. What is the purpose of a BizTalk Server binding file?D

A. Store messages outside of the MessageBox database while you troubleshoot an issue.

B. Store configuration used by BizTalk Server runtime components, such as the business rules engine and
host instances.

C. Store configuration used by Business Activity Monitoring, such as activities and views.

D. Store configuration used by BizTalk Server applications, such as send ports and receive ports.

18. 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?As

A. 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.

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

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

D. In Solution Explorer, right-click the project, and then click Add Service Reference.
19. In Windows Azure BizTalk Services, which of the following are stored in a SQL database in the user’s
subscription?Ds

A. Schemas and Transforms

B. Tracking Data

C. Bridge Configuration

D. Archived Messages

20. Which of the following characteristics is not configured in a Port Type?Cs

A. Communication direction

B. Communication pattern

C. Message type

D. Identifier

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

A. To improve performance of all send adapters.

B. To provide high-availability of the FTP send adapter.

C. To provide high-availability of the FTP receive adapter.


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

22. You are publishing an Orchestration as a service, and would like to ensure that all service responses are
wrapped in the same XML template. In order to accomplish this, you are using the Template property
on the Messages tab of the WCF-BasicHttp adapter configuration.
You want to identify to the adapter which location within the template to insert the outgoing message
body.
How do you accomplish this?D

A. Configure the send pipeline of the receive port to use the XmlTransmit pipeline.

B. Create and deploy a BizTalk schema representing the template with the Envelope property set to Yes.
Within the properties of the schema’s root node, set the Body XPath property to the path of the node
containing the message body.

C. On the Messages tab of the adapter configuration, set the Path property of the adapter to an XPATH
expression that indicates the location of the body node.

D. Within the template, include a bts-msg-body element where you would like the message body to be
inserted.

23. 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?B

A. The integration will require a custom receive pipeline.

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

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

D. The integration will require a custom FTP adapter.


24. 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

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

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

C. Examine the data in the original input message.

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

25. Which of the following is true regarding the Dynamic port binding option?B

A. You can dynamically assign the map.

B. It is only available for send ports.

C. You can dynamically assign the pipeline.

D. You cannot configure the host it uses.

26. Which of the following three are options for creating new messages during a BizTalk Server
orchestration?CEFs

A. Copy message body or individual nodes using Message Assignment shape


B. Custom .NET class called from an Expression shape

C. Map executed during Transform shape

D. Create a parallel convoy

E. Custom .NET class called from Message Assignment shape

F. Use the Suspend shape to force administrator intervention

27. 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?Cs

A. Increase the retry count on the receive adapter.

B. Remove any maps used by the receive port.

C. Create a second receive location within the receive port.

D. Enable Recoverable Interchange Processing on the receive pipeline.

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

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

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

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.

29. 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?C

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

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

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

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

30. You have provisioned an instance of BizTalk Server 2013 running on a Windows Azure Virtual
Machine and have performed the steps necessary to join the machine to your domain.
You are at an Internet café on a business trip and are attempting to access the machine through the RDP
file downloaded in the portal, but are experiencing connection difficulties.
What is the most likely cause of the connection difficulties?Cs

A. The running instance of the default host is not using a domain account.

B. When joined to your domain, the virtual machine will not have a public IP address assigned by default.

C. Windows Firewall with Advanced Security running on the BizTalk Server is preventing the connection.

D. There are no host instances started within the BizTalk Group.


31. 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?D

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 each of the send ports.

B. Create a send port for each CRM system, 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, create a send port group, add the send ports to the send port
group, and then configure a filter on the send port group.

32. How many pipelines are deployed when you deploy an X12 agreement in Windows Azure BizTalk
Services?A

A. 2

B. 1

C. 8

D. 4

33. When setting up a new BizTalk Server runtime computer, what is the next logical step after installing
BizTalk Server?C
A. Install BizTalk Server integration applications from MSI packages created by the development or testing
teams.

B. Run the BizTalk Server WCF Service Publishing Wizard.

C. Run the BizTalk Server Configuration Wizard.

D. Install Microsoft SQL Server

34. 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?Cs

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

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

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

D. Configure both the X12 Fallback Settings and EDIFACT Fallback Settings.

35. You are examining the Group Hub and notice that there are no messages listed as “Running service
instances.”
Which link can you click in order to open a tracking query that will display information about message
processing that has most recently completed?A

A. Tracked service instances

B. Ready service instances

C. Dehydrated orchestrations

D. Retrying and idle ports


E. Scheduled service instances

36. 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?B

A. Specify now

B. Dynamic

C. Specify later

D. Direct

37. 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?As

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

B. He should use the MessageID promoted property.

C. He should configure the activateable receive shape to initialize the correlation.

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

38. 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
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

39. On which orchestration shape can you configure a Filter Expression?D

A. Filter Expressions cannot be configured on any Receive shapes

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

C. On any Receive shape

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

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

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

B. The if-then statement cannot have an else.

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

D. Policies are limited to 45 rules.


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

A. .NET class or class member

B. BizTalk Server orchestration

C. XML document, element, or attribute

D. SQL Server database

42. 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?Cs B

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.

43. You are trying to consume a WCF service without using an Orchestration. The service provides
operations for creating, updating, and deleting records in a CRM system. You want to create a single
send port that will allow you to call any of those actions.
You have already created and deployed a BizTalk Server Project in Visual Studio which contains the
necessary schemas. You have also imported one of the bindings files generated while consuming the
service in Visual Studio.
What must you do to ensure that messages submitted to BizTalk are routed to the appropriate service
actions?Cs A

A. Ensure that some component sets the BTS.Operation property of the messages to the appropriate value,
as indicated by the action mapping defined in the adapter configuration for the send port.

B. Ensure that the Establish security context option is enabled in the adapter configuration.

C. Create a custom pipeline for the send port that sets the WCF.BindingType property to the appropriate
binding type.

D. Ensure that some component sets the MessageType property of the messages to the appropriate schema
for a service request.

44. What are the locations to which you should deploy a custom pipeline component assembly?C

A. The MessageBox database

B. [BTSINSTALL_DIR]\Developer Tools

C. [BTSINSTALL_DIR]\Pipeline Components

D. The Global Assembly Cache

E. [BTSINSTALL_DIR]\Messaging Components

45. After testing your application, you have identified a series of shapes in your orchestration that could
throw an exception.
Which shape should you nest these shapes in, so you can define exception handling?Cs
A. The Construct Message shape

B. The Decide shape

C. The Scope shape

D. The Group shape

46. Your BizTalk Server application receives messages from many trading partners. One trading partner
that submits messages to your BizTalk Server application via an FTP folder wants their messages
picked up between 1 am and 4 am.
How can you configure your BizTalk Server application to accommodate this request without impacting
the other trading partners?Bs

A. Stop the host instance managing the FTP receive adapter.

B. Configure the polling interval in the FTP adapter properties used by that partner's receive location.

C. Stop the BizTalk Server application between 4 am and 1 am.

D. Configure that partner's receive location with a service window.

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

A. Pipeline for processing typed exceptions from the service

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

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

D. Message and type schemas for service requests and responses

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


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

48. 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?D

A. 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.

B. 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.

C. Compare the schema XSD code to the sample XML document manually.

D. 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.

49. 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?Ds

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

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

C. Message encryption using PGP (Pretty Good Privacy)

D. File transmission using FTP over SSL

50. Which of the following is a benefit of using binding files?C

A. Create hosts and host instances automatically


B. Create backups of BizTalk Server runtime computers

C. Reduces the need for manual configuration

D. Create backups of BizTalk Server databases

51. Which of the following is true about configuring correlation in BizTalk Server orchestrations?Cs A

A. Correlation uses promoted properties.

B. You cannot control correlation.

C. It is automatically enabled when needed.

D. Correlation uses distinguished fields.

52. 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?Bs

A. 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.

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. Finally, add a filter matching the criteria to each send port.

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

D. Create a dynamic send port.

53. What tool is used to create a Business Activity Monitoring (BAM) Activity?C
A. SQL Server Management Studio

B. Tracking Profile Editor

C. Microsoft Office Excel

D. BAM Interceptors

54. Which of the following accurately describes the Message Assignment shape?A

A. Contains expressions used to assign data to message bodies and properties.

B. Executes a map to create one or more new messages.

C. Contains expressions used to assign values to variables and dynamic send ports.

D. Provides a framework for exception handling with BizTalk Server orchestrations.

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

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

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

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

D. The policy version with the highest version number.


56. You are monitoring a BizTalk application that routes order messages based on the region from which
the order originated and the weight of all items contained in the order. These values are contained in the
message originally received and processed through an XmlReceive pipeline.
You want to create a query that returns tracked information about only those messages originating from
a specific region, how might you accomplish this task?C

A. Configure tracking properties for the XmlReceive pipeline to enable tracking of message bodies before
pipeline processing, and then create a query for tracked service instances including the service name of
the pipeline within the query expression.

B. Configure tracking properties for the Receive Port to enable tracking of request message properties after
port processing, then create a query for Tracked Service Instances.

C. Configure tracking properties for the property schema containing the region property to enable tracking
of the property, and then create a query for Tracked Message Events including the schema name and the
property value within the query expression.

D. Configure tracking properties for the property schema containing the region property to enable tracking
of the property, and then create a query for Messages including the message type in the query
expression.

57. When testing your BizTalk Server application, the input message seems to be received but the expected
output never arrives in the destination system.
Where is the first place you should check for an error?Cs D

A. The BizTalk Server Group Hub in the BizTalk Server Administration console

B. The Send Port Properties dialog box in the BizTalk Server Administration console

C. The BizTalk Server Configuration Wizard

D. Event Viewer of the computer hosting the BizTalk Server databases


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

A. Distribute load across multiple databases and increase throughput.

B. Ensure that BizTalk Server does not lose messages.

C. There can only be one MessageBox database in a given BizTalk Server group.

D. Provide high-availability for the MessageBox database.

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

A. Used to view the data gathered by BAM.

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

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

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

60. What is the primary difference between Trusted and Untrusted BizTalk Server hosts?Bs

A. Untrusted hosts cannot execute orchestrations.

B. Trusted hosts run with elevated security credentials.

C. Trusted hosts can see the sender's identification information.

D. Untrusted hosts cannot be used for encryption and decryption processes.


61. Which of the following statements best describes the purpose of the Business Activity Monitoring
(BAM) Portal?Bs D

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

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

C. Used to view the data gathered by BAM.

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

62. 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?Ds A

A. Create a custom XML serializer class

B. Create a new schema

C. Create a distinguished field

D. Create a promoted property

63. Which of the following is not a function of the XML Disassembler pipeline component?C

A. Splitting an interchange

B. Resolving XML schema using Message Type

C. Translating between flat file and XML formats

D. Creating promoted properties


64. What is the primary reason for creating a promoted property in BizTalk Server?Cs D

A. Store adapter related configuration such as addresses and passwords.

B. Connect a BizTalk Server application to external applications or systems.

C. Reduce the number of persistence points in an orchestration.

D. Expose data contained in the body of a message to enable message filtering.

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

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

B. The receive port in the application will throw an exception.

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

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

66. Which functoid do you use to combine multiple records from the source schema to a single record in the
destination schema?A

A. Looping Functoid

B. Record Count Functoid

C. String Concatenate Functoid

D. Multiplication Functoid
7. 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?C

A. Promote the party name from the message to the EDI.ISA08 property.

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

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

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

10. Which of the following is used to define the Filter on a BizTalk Server send port?Bs D

A. Host instance

B. Distinguished fields

C. Promoted properties

D. Send pipeline

11. Your BizTalk Server application requires messages to be received via email.
What should you do?C
A. Create a receive port and configure it with a map.

B. Create a receive location that uses the SMTP adapter.

C. Create a receive location that uses the POP3 adapter.

D. Create a dedicated host and host instance.

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

A. PeopleSoft

B. SAP

C. Microsoft SQL Server

D. Oracle E-Business

E. SalesForce

F. Siebel

G. Microsoft Dynamics

15. 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?C

A. Orchestration

B. Routing
C. Transformation

D. Adaptation

16. Which of the following accurately describes the Construct Message shape?D

A. Acts as a container for any other BizTalk orchestration shapes

B. Provides a framework for exception handling with BizTalk Server orchestrations

C. Contains expressions used to assign data to message bodies and properties

D. Acts as a container for Message Assignment and Transform shapes

20. You want to send attachments using AS2. Which of the following technologies cannot be used?B

A. BizTalk Server 2013 running as an Azure VM

B. Windows Azure BizTalk Services

C. AS2 does not support attachments

D. BizTalk Server 2013

22. 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.

29. 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?B

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-WebHttp adapter.

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

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

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

A. JavaScript

B. VB .NET

C. XSLT

D. C#
37. Which of the following is automatically exported when you export the bindings of an application?A

A. Relationships between logical and physical ports

B. Assembly files used by the application

C. Passwords used by send or receive adapters

D. Host instance service account details

46. Which of the following accurately describes a BizTalk Server Host Instance?B

A. Logical container used to configure security and tracking settings

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. The computer on which BizTalk Server has been installed

64. You are working as a BizTalk Server developer and want to configure your BizTalk Server project to
deploy to your test server.
Where would you go to find the BizTalk Server Deployment properties?B

A. In Visual Studio, on the Debug menu, click Options and Settings.

B. In Visual Studio, right-click the Solution containing the BizTalk Server project, and then click
Properties.

C. In Visual Studio, on the Tools menu, click Options.

D. In Visual Studio, right-click the BizTalk Server project, and then click Properties.

You might also like