Quizzes
Search
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Create a Quiz
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Search
Create A Quiz
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Products
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Quizzes
Quizzes
Quicklearn's Biztalk Server Self-assessment
Start
Share on Facebook
Share on Twitter
Share on Whatsapp
Share on Pinterest
Share on Email
Copy to Clipboard
Embed on your website
Question
1
/ 20
0 %
0/100
Score
0/100
1.
What messaging architecture does BizTalk use?
Message bus
Point-to-Point
Publish-Subscribe
Enterprise service bus
Submit
Start Quiz
About This Quiz
.
2.
What's your name?
We’ll put your name on your report, certificate, and leaderboard.
2.
What is the purpose of a BizTalk adapter?
Route messages from the MessageBox database to orchestration instances
Connect to external systems
Transform messages from one schema structure to another
Persist orchestration instances to a database
Submit
3.
The BizTalk MessageType is the combination of? (Choose two.)
Target namespace
Assembly name
Version number
Root node name
Submit
4.
What is the purpose of a BizTalk orchestration?
Acts as a storage repository for messages that BizTalk has completed processing
Automates the execution of business processes
Manages send ports and receive locations to ensure optimal processing and maximum up-time
Manages the communication among the MessageBox database, receive ports, and send ports
Submit
5.
What is one of the functions of the MessageBox database?
Enables the synchronization of data to external SQL databases
Permanent repository for all messages processed by BizTalk services
Used to evaluate subscriptions and route messages to subscribers
The physical endpoint from which BizTalk receives email messages
Submit
6.
There is a large amount of data in a SQL database. You want to replicate this data to another database on the same SQL server instance. How should you do this?
Create a stored procedure to return the data that needs to be moved as a single message, use this stored...
Create a stored procedure to return the data that needs to be moved as a single message, use this stored procedure in the SQL adapter to create a message. Route the message and deliver it to the other database using the SQL adapter
Use a simple select statement to receive each record to be copied as an individual message, aggregate the messages using...
Use a simple select statement to receive each record to be copied as an individual message, aggregate the messages using an orchestration to create a larger message which is sent to the SQL database
Receive the data from SQL using the SQL adapter, use the Mass Copy functoid in a map to transform the...
Receive the data from SQL using the SQL adapter, use the Mass Copy functoid in a map to transform the incoming data from the structure of the source database to structure of the destination database, and then send the output message of the map to the destination SQL database using the SQL adapter
Use SQL Server Integration Services (SSIS)
Submit
7.
What is the purpose of the MessageType in BizTalk?
Determines which schema the message is an instance of
Determines which XML, Flat file, or EDI disassembler to use when processing the message
Indicates the endpoint from which a message was received
Determines which send port that should process the message
Submit
8.
Where can a map be used within BizTalk? (Choose three.)
Receive Location
Orchestration
Send Port
Receive Port
Business Rule Policy
Submit
9.
What is the purpose of a Receive Port?
Provides a logical container for multiple receive locations
Processes the pipeline and a map when a message is received
Processes the adapter and a pipeline when a message is received
Processes the adapter, pipeline, and a map when a message is received
Submit
10.
You receive a batch of 100 comma delimited messages as an interchange. The interchange must be split and the resulting messages routed to several subscribers. Which of the following solutions requires the least development effort?
Create custom pipeline component that serializes the flat file data transforms it to XML and splits the large message into...
Create custom pipeline component that serializes the flat file data transforms it to XML and splits the large message into the individual messages
Send the flat file data to an orchestration as an object of type XmlDocument. Call a custom assembly from the...
Send the flat file data to an orchestration as an object of type XmlDocument. Call a custom assembly from the orchestration to parse and split the data
Use the EdiReceive pipeline provided in BizTalk Server 2009
Create a custom pipeline that uses the flat file disassembler component
Submit
11.
What is a zombie message?
A message that cannot be routed to a subscriber
A message that cannot be processed by a receive or send pipeline
A message that is delivered to a subscriber but not consumed
A message that BizTalk lost
Submit
12.
In your process you receive a message that includes a customerId. You must enrich the message with data from the Customers table in a SQL database. Which of the following solutions requires the least development effort?
Create a custom class that accepts the original message as an input, looks up the data in the database, and...
Create a custom class that accepts the original message as an input, looks up the data in the database, and then creates a new message with the retrieved data. Use the expression shape in an orchestration to call the external assembly
Route the message to an orchestration that queries SQL and then, constructs a new message with the required data
Place the incoming message in a SQL table as SQLXml. Create a SQL Stored Procedure that compares the message data...
Place the incoming message in a SQL table as SQLXml. Create a SQL Stored Procedure that compares the message data against the customer table and creates a new message in another table that contains the required data. Receive the complete message from the SQL table
Create a map that uses functoids to query the database and inserts the data into an outbound message
Submit
13.
You want to improve the performance of your BizTalk production environment. After extensive performance testing you determine that the MessageBox database is the bottleneck. What is the first step you should take to improve performance?
Add 1 MessageBox databases
Add 2 MessageBox databases
Add 3 MessageBox databases
Move the MessageBox database to another SQL Server instance
Submit
14.
Which of the following tasks can be performed using the Business Rule Composer? (Choose three.)
Create a business rule policy
Create a business rule
Export business rule policies and vocabularies to XML
Create a custom fact retriever
E a business rule vocabulary
Submit
15.
You want to deploy a BizTalk assembly to a production environment. What steps are required? (Choose two.)
Install the assembly in the global assembly cache on each BizTalk Server
Register the assembly in the BizTalkMgmtDb database
Install the assembly in the global assembly cache on the SQL Server that hosts the BizTalkMgmtDb database
Import the appropriate binding file
Submit
16.
You create five Send Ports and a Send Port Group that contains the five send ports. You define the following subscriptions: ◾ SendPortA customerName=Contoso◾ SendPortB orderAmount greater than 500◾ SendPortC orderState=WA◾ SendPortD orderState=OR◾ SendPortE orderAmount less than 100◾ SPGroup1 customerName=Contoso A message is received with the following values as promoted properties: ◾ customerName=Contoso◾ orderAmount=1575◾ orderState=WA How many messages will be delivered?
3
5
6
8
10
Submit
17.
Which adapters must run inside an isolated host instance? (Choose two.)
FTP receive
HTTP receive
HTTP send
SOAP receive
SMTP send
Submit
18.
Messages inside of an orchestration... (Choose three.)
Are immutable
Are stored as a variable
Cannot be passed as parameters
Must be based on an XML schema
Are defined as an instance of a type
Submit
19.
Which of the following are true satements about orchestration persistence? (Choose three.)
Saves orchestration state to provide recoverability
Rolls back failed atomic transactions
Assists in reversing committed transactions
Enables orchestration dehydration
Controls timing of orchestration processing
Submit
20.
By default the XmlReceive Pipeline can be used for which of the following? (Choose three.)
Splitting batched XML messages.
Resolving the sender of a digitally signed message
Validating message data against a schema
Converting XML messages to a flat file format
Promote message properties
Submit
View My Results
Related Quizzes
Module 7 Assessment Test
Module 7 Assessment Test
Year 7 Module 8 Assessment
Year 7 Module 8 Assessment
GST 101 - Module 5 Self-assessment Quiz
GST 101 - Module 5 Self-assessment Quiz
Thank you for your feedback!
Would you like to edit this question to improve it?
No thanks
Name:
Email:
Oops! Give us more information:
Incorrect Question
Incorrect Answer
Typos
I have a feedback
Submit
Please provide name and email to proceed.
Please provide correct email to proceed.
Please provide feedback.
Please select the option.
All (20)
Unanswered (
)
Answered (
)
What messaging architecture does BizTalk use?
What is the purpose of a BizTalk adapter?
The BizTalk MessageType is the combination of? (Choose two.)
What is the purpose of a BizTalk orchestration?
What is one of the functions of the MessageBox database?
There is a large amount of data in a SQL database. You want to...
What is the purpose of the MessageType in BizTalk?
Where can a map be used within BizTalk? (Choose three.)
What is the purpose of a Receive Port?
You receive a batch of 100 comma delimited messages as an interchange....
What is a zombie message?
In your process you receive a message that includes a customerId. You...
You want to improve the performance of your BizTalk production...
Which of the following tasks can be performed using the Business Rule...
You want to deploy a BizTalk assembly to a production environment....
You create five Send Ports and a Send Port Group that contains the...
Which adapters must run inside an isolated host instance? (Choose...
Messages inside of an orchestration... (Choose three.)
Which of the following are true satements about orchestration...
By default the XmlReceive Pipeline can be used for which of the...
X
OK
X
OK
Cancel
X
OK
Cancel
Back to top
Back to top
Advertisement