MCSD.NET - 70-300

  Home  Certifications  MCSD.NET - 70-300


“MCSD.NET - 70-300 Exam guideline for job interview preparation. Explore list of MCSD.NET - 70-300 Exam frequently asked questions(FAQs) asked in number of MCSD.NET - 70-300 Exam interviews. Post your comments as your suggestions, questions and answers on any MCSD.NET - 70-300 Exam Interview Question or answer. Ask MCSD.NET - 70-300 Exam Question, your question will be answered by our fellow friends.”



43 MCSD.NET 70 300 Questions And Answers

1⟩ Suppose You are writing a conceptual diagram of the modules that must be developed for your solution.Which module or modules should be included?(Choose all that apply)A. a Web application for Team Leads and Business PlannersB. a timesheet entry databaseC. a billing databaseD. a notification engine that sends timesheet entry remindersE. a timesheet entry applicationF. a Windows CE applicationG. a utility that uploads information to the billing application

A. a Web application for Team Leads and Business Planners

B. a timesheet entry database

E. a timesheet entry application

F. a Windows CE application

G. a utility that uploads information to the billing application

 126 views

2⟩ Explain Which business constraint poses the greatest potential risk to completing your project for BlueYonder Airlines?A. The current IT staff must support the solution in the futureB. All testing scenarios and all necessary rework must be completed during the one-month testingperiod.C. The scheduling vendor will begin providing access by XML Web service in three monthsD. The application must be completed within a five-month development period before it is tested

C. The scheduling vendor will begin providing access by XML Web service in three months

 139 views

3⟩ Suppose Web application used by Team Leads and Business Planners requires an authenticationmechanism. Which pair of authentication technologies should you recommend?A. IIS Anonymous authentication with ASP.NET Passport authenticationB. IIS Anonymous authentication with ASP.NET Forms authenticationC. IIS Basic authentication with SSL and ASP.NET Windows authenticationD. IIS Integrated Windows authentication with ASP.NET Windows authenticationE. IIS Basic authentication with SSL and ASP.NET Forms authentication

C. IIS Basic authentication with SSL and ASP.NET Windows authentication

 132 views

4⟩ Suppose You are writing the primary scenario of a use case named Customer retrieves a saved itinerary.Which action or actions should be included?(Choose all that apply)A. Application informs customers that no itineraries existB. Application informs customers that a saved flight is no longer availableC. Customer asks for saved itinerariesD. Application offers alternate flightsE. Application queries the database for saved itinerariesF. Application displays retrieved itineraries

C. Customer asks for saved itineraries

E. Application queries the database for saved itineraries

F. Application displays retrieved itineraries

 146 views

5⟩ Suppose You are preparing the functional specification for the new reservation application. Which twofunctionalities should you specify? (Each correct answer presents part of the solution. Choosetwo)A. LocalizationB. Monitoring of application performanceC. Secure storage of customer profile informationD. Availability of application for mobile phones and personal digital assistantsE. Integration with Active Directory

B: onitoring of application performance

C: Secure storage of customer profile information

 153 views

7⟩ 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 invoiceMonitoring 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 thestatisticsB. Create a removable Microsoft .NET class to contain statistics. Configure the class as singletonclass. Write a utility that retrieves statistical information from this classC. Write statistics to the application event logD. Use custom performance counters

D. Use custom performance counter

 148 views

8⟩ Suppose You need to enable brokers to track their own shipment. To meet this requirement, you need toconsider various specifications. Which four specifications should you consider? (Each correctanswer presents part of the solution)A. Provide a Web-accessible form to authenticate brokers against a table of registered usersB. Provide a Web-accessible form to enable brokers to request vehicle routes for their shipmentsC. Provide a Web-accessible form to query the database for broker shipmentsD. Provide a Web-accessible form to generate waybill numbersE. Identify a parcel in the database as part of a broker shipmentF. Relate a parcel to a specific brokerG. Track the weight of a parcel in the database

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

 132 views

10⟩ Suppose You are writing a list of integration requirements for your solution. Which requirement orrequirements should you include? (Choose all that apply)A. Order data must be read from the accounting applicationB. Shipment tracking must be read from an XML Web serviceC. Customers must be redirected to another Web site to track shipmentsD. Customers must be able to place orders by using an XML Web serviceE. Order data must be written to the accounting applicationF. Order data must be e-mailed to the salespeopleAnswer A, B, E

A. Order data must be read from the accounting application

B. Shipment tracking must be read from an XML Web service

E. Order data must be written to the accounting application

F. Order dat

 133 views

11⟩ Explain Which new business process or processes should be supported by the new solution?(Choose all that apply)A. Brokers can order transportation servicesB. Vehicle scheduling capability is providedC. Bar code readers are supportedD. Use of space on vehicles can be trackedE. Brokers can track shipmentsF. Customers can track parcelsAnswer A, D, E

A. Brokers can order transportation services

D. Use of space on vehicles can be tracked

E. Brokers can track shipments

 132 views

13⟩ Suppose You are validating the physical design of a data a data layer class that will return a set of timeentries from the timesheet database. This class will be used by the Web application for TeamLeads and Business Planners and, indirectly, by the new timesheet application.The class must use connection pooling, and it must be as secure and as flexible as possible. Youneed to specify a Microsoft SQL Server authentication strategy that meets these requirements.Which strategy should you use?A. The data class uses SQL Server authentication with an application specific SQL Serveraccount. The account name and password are embedded in a connection stringB. The data class uses Windows authentication when connecting to the database andimpersonates a specific account created for operations on the databaseC. The data class uses Windows authentication when connecting to the database andimpersonates the application userD. The data class uses SQL Server authentication with the SQL Server sa accoun

B. The data class uses Windows authentication when connecting to the database and impersonates a specific account created for operations on the database

 132 views

14⟩ Suppose You need to ensure that transportation brokers are authenticated when they access the brokerWeb site. Which action or actions should you take? (Choose all that apply)A. Create a distribution list of authenticated usersB. Provide a facility for online registrationC. Provide a facility to view passwordsD. Provide secure storage of user names and passwordsE. Secure the exchange of user names and passwords between the client computer and theserverF. Enable e-mail access for transportation brokersAnswer B, D, E

B. Provide a facility for online registration

D. Provide secure storage of user names and passwords

E. Secure the exchange of user names and passwords between the client computer and the

server

 158 views

15⟩ Before you release the solution, you need to develop a process to validate and enforce anappropriate level of quality. Which three statistics should you use?(Each correct answer presents part of the solution)A. Number of defects per componentB. Number of defects per thousand lines of source codeC. Number of defects by developerD. Percentage of successful buildsE. Percentage of requirements testedF. Number of defects detected to dateG. Number of defects corrected to date.

E. Percentage of requirements tested

F. Number of defects detected to date

G. Number of defects corrected to date.

 133 views

19⟩ If you are writing the functional specification for your solution. You must include the customerpricing requirements. Which requirement or requirements should you include? (Choose all thatapply)A. Pricing data must be encryptedB. Each user must be uniquely identifiedC. Content must be personalized by userD. Order data must be read from the accounting application

B. Each user must be uniquely identified

C. Content must be personalized by user

 139 views

20⟩ You are validating the physical design for your solution. Which element or elements should beincluded in the design?(Choose all that apply)A. algorithms for scheduling vehiclesB. scalability to meet increased usageC. authentication of transportation brokersD. online registration facility for transportation brokersE. interface to the bar code readers

B. scalability to meet increased usage

C. authentication of transportation brokers

D. online registration facility for

 145 views