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

21⟩ Suppose You are writing the technical specification for your solution. Your new timesheet application mustbe able to access timesheet entry data. You need to specify the technology that will be used foraccessing this data. Your solution must require the minimum development effort. Whichtechnology should you use?A. a SQLConnection classB. a .NET Remoting object that uses TCP channel and binary formattingC. an XML Web service proxy classD. an interop assembly

C. an XML Web service proxy class

 130 views

22⟩ Suppose You are writing the operational requirements document for your solution. Which should youinclude?A. The application must encrypt all time entry data on client computers and in the database, anddata must be encrypted when transmitted over the internetB. The IT staff will be responsible for fixing bugs in the codeC. The IT staff must be alerted to application problemsD. The application can have no single point of failure

C. The IT staff must be alerted to application problems

 130 views

24⟩ Suppose You need to decide whether your conceptual design represents a complete solution.Which four design artifacts are relevant to your decision? (Each correct answer presents part ofthe solution. Choose four)A. Unit test for authenticating brokersB. Component prototypes for tracking shipmentsC. Functional requirements for tracking shipmentsD. Unit test cases for tracking shipmentsE. Use cases for authenticating brokersF. Functional requirements authenticating brokersG. Component prototypes for authenticating brokersH. Use cases for tracking shipments

C. Functional requirements for tracking shipments

E. Use cases for authenticating brokers

F. Functional requirements authenticating brokers

H. Use cases for tracking shipment

 142 views

26⟩ Suppose You are creating the physical design for the customer category data model. For reportingpurposes, you want to optimize access to customer category data. You define a Customer tableand a Category table. What should you do next?A. Define three foreign key columns in the Category table, such that each column references adifferent parent row in the Customer table. Define indexes on the foreign key columns.B. Define three foreign key columns in the Customer table, such that each column references adifferent parent row in the Category table. Define indexes on the foreign key columns.C. Define a foreign key column in the Category table that references the parent row in theCustomer table. Define an index on the foreign key column.D. Define a foreign key column in the Customer table that references the parent row in theCategory table. Define an index on the foreign key column.

D. Define a foreign key column in the Customer table that references the parent row in the

Category table. Define an index on the foreign key column.

 106 views

27⟩ Suppose You need to recommend standard development processes for your solution. Yourrecommendations must assist the development team in learning to use the Microsoft .NETFramework as quickly as possible. Which process or processes should you recommend?(Chooseall that apply)A. Create an automated build processB. Install error-tracking softwareC. Ensure that all assemblies pass unit testingD. Permit individual developers to use any Microsoft .NET languageE. Hold regular code reviews

C. Ensure that all assemblies pass unit testing

E. Hold regular code reviews

 126 views

28⟩ Suppose Your team builds a daily release of the timesheet application for testing by the quality assurance(QA) team. You find that the volume of bugs is threatening your project schedule. The followingexample is a typical bugOne method should return a dataset that is based on a date range given as input parameters.However, when the method queries the database, it erroneously interchanges the beginning dateand the end date. An empty dataset is always returned.You need to minimize these kinds of bugs using a minimum of development effort andQA effort. What should you do?A. Require more frequent buildsB. Require the QA team to perform more integration testingC. Require engineers to perform complete integration testing before submitting codeD. Require engineers to perform adequate unit tests before submitting code

D. Require engineers to perform adequate unit tests before submitting code

 126 views

29⟩ Suppose You need to create a physical design that meets the monitoring requirements of Fabrikam, INC.What should you do?A. Create and use a new event log to record each customer logon eventB. Use the built-in ASP.NET performance counters to monitor application loadC. Use the Trace class to record each customer logon eventD. Create and use new NumberOfItems performance counters to monitor active customer sessions

D. Create and use new NumberOfItems performance counters to monitor active customer sessions

 137 views

30⟩ Suppose You are validating your physical design. You need to ensure that the design maps to thecategorization requirements for customer pricing. Which member should you include in thedesign?A. A GetPrice method of a Product class with no parametersB. A Price property of a Product classC. A Price property of a Customer classD. A GetPrice method of a Product class with a single Customer Object parameter

D. A GetPrice method of a Product class with a single Customer Object parameter

 125 views

31⟩ Suppose A database architect on your team prepares a logical data model. The model includes entries thatcorrespond to clients, projects and timesheet entries. You are reviewing the model. Which entityrelationship or relationships should be included?(Choose all that apply)A. a Project entity is the parent of a TimesheetEntry entityB. a Client entity is the child of a TimesheetEntry entityC. a many-to-many relationship exists between a Client entity and a Project entityD. a many-to-many relationship exists between a Project entity and a Timesheet Entry entityE. a Client entity is the parent of a Project entityF. a Client entity is the parent of a TimesheetEntry entity

A. a Project entity is the parent of a TimesheetEntry entity

E. a Client entity is the parent of a Project entity

 149 views

32⟩ Suppose You are analyzing the feasibility of your solution. You need additional information to decidewhether the solution is technically possible. Which additional information do you need?A. A copy of the existing timesheet applicationB. A prototype of the Web application that will be used by Team Leads and Business PlannersC. A list of the different models of Windows CE devices that need to be supportedD. API information and requirements related to integration with the billing application

D. API information and requirements related to integration with the billing application

 115 views

33⟩ Explain The Web application used by Business Planners generates many types of reports. One typedisplays billing information over specified timeframes. The other selects a lawyer and a timeframeand the report displays the average number of minutes billed by that lawyer per day and theaverage number of minutes billed to each client per day over that timeframe. You must ensurethat this report is generated with a minimum network traffic. What should you do?A. Use Microsoft SQL Server indexes to optimize the data calculationsB. Implement the calculations in a business layer classC. Implement the calculations in a data layer classD. Use Microsoft SQL Server stored procedures for the data calculations

D. Use Microsoft SQL Server stored procedures for the data calculations

 120 views

34⟩ Suppose You need to implement online interactive user assistance for the new reservation application.What should you do?A. Create a manual that can be downloaded from the Web siteB. Create a compiled help module and use context-sensitive help for all screen elementsC. Implement ToolTips to provide information about all screen elementsD. Use the ALT attribute to provide a short textual description for all images and audio files.

C. Implement ToolTips to provide information about all screen elements

 120 views

35⟩ Explain Your functional specification includes the following statement User identity and a tirnestarnpmust be captured when a driver authenticates to the IVR application or the driver Webapplication. In your technical specification, you need to specify the target where loggedmessages should be written. Which target should you specify?A. The sysmessages table in the Microsoft SOL Server master databaseB. The Security event logC. A table in the applications Microsoft SOL Server databaseD. A custom event log

C. A table in the application's Microsoft SOL Server database

 112 views

36⟩ Suppose You need to select a strategy that will provide detailed usage information for the new reservationapplication. Information must be provided with a minimum development effort. What should youdo?A. Use Microsoft .NET performance counters in the applicationB. Create a Microsoft Management Console(MMC) snap-in for the applicationC. Add Windows Management instrumentation to the applicationD. Use the application?s configuration file to enable and disable logging

A. Use Microsoft .NET performance counters in the application

 124 views

38⟩ Suppose You are writing a document that identifies potential project risks. Which business constraint posesthe greatest potential risk?A. The solution must be hosted by Fabrikam, IncB. Testing and deployment of the customer Web site must be complete in six monthsC. The shipping partner will deploy the XML Web service in four monthsD. All customers will try to place orders at the end of the month

D. All customers will try to place orders at the end of the mont

 104 views