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

Suppose You need to recommend standard development processes for your solution. Your
recommendations must assist the development team in learning to use the Microsoft .NET
Framework as quickly as possible. Which process or processes should you recommend?(Choose
all that apply)
A. Create an automated build process
B. Install error-tracking software
C. Ensure that all assemblies pass unit testing
D. Permit individual developers to use any Microsoft .NET language
E. Hold regular code reviews

Answer:

C. Ensure that all assemblies pass unit testing
E. Hold regular code reviews

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

Previous QuestionNext Question
Suppose You are creating the physical design for the customer category data model. For reporting
purposes, you want to optimize access to customer category data. You define a Customer table
and a Category table. What should you do next?
A. Define three foreign key columns in the Category table, such that each column references a
different 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 a
different 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 the
Customer 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.
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 following
example is a typical bug:
One 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 date
and the end date. An empty dataset is always returned.
You need to minimize these kinds of bugs using a minimum of development effort and
QA effort. What should you do?
A. Require more frequent builds
B. Require the QA team to perform more integration testing
C. Require engineers to perform complete integration testing before submitting code
D. Require engineers to perform adequate unit tests before submitting code