MCSD.NET - 70-300 Exam Question:
Download Questions PDF

Suppose You need to enable brokers to track their own shipment. To meet this requirement, you need to
consider various specifications. Which four specifications should you consider? (Each correct
answer presents part of the solution)
A. Provide a Web-accessible form to authenticate brokers against a table of registered users
B. Provide a Web-accessible form to enable brokers to request vehicle routes for their shipments
C. Provide a Web-accessible form to query the database for broker shipments
D. Provide a Web-accessible form to generate waybill numbers
E. Identify a parcel in the database as part of a broker shipment
F. Relate a parcel to a specific broker
G. Track the weight of a parcel in the database

Answer:

A. Provide a Web-accessible form to authenticate brokers against a table of registered users
C. Provide a Web-accessible form to query the database for broker shipments
E. Identify a parcel in the database as part of a broker shipment
F. Relate a parcel to a specific broker

Download MCSD.NET - 70-300 Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose You are creating the logical design for a use case named Customer updates customer profiles?.
Which object or objects should you include in the design? (Choose all that apply)
A. Data access object
B. Customer object
C. Flight object
D. Logging object
E. Airline object
Explain The invoice creation process must be dynamically monitored to track the following information:
Average number of seconds to create an invoice
Number of invoices created per second
Total number of successfully created invoices
Total number of failed attempts to create an invoice
Monitoring should occur with a minimum of development effort. What should you do?
A. Write statistics to the database and use SQL Query Analyzer to dynamically monitor the
statistics
B. Create a removable Microsoft .NET class to contain statistics. Configure the class as singleton
class. Write a utility that retrieves statistical information from this class
C. Write statistics to the application event log
D. Use custom performance counters