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

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 event
B. Use the built-in ASP.NET performance counters to monitor application load
C. Use the Trace class to record each customer logon event
D. Create and use new NumberOfItems performance counters to monitor active customer sessions

Answer:

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

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

Previous QuestionNext Question
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
Suppose A database architect on your team prepares a logical data model. The model includes entries that
correspond to clients, projects and timesheet entries. You are reviewing the model. Which entity
relationship or relationships should be included?(Choose all that apply)
A. a Project entity is the parent of a TimesheetEntry entity
B. a Client entity is the child of a TimesheetEntry entity
C. a many-to-many relationship exists between a Client entity and a Project entity
D. a many-to-many relationship exists between a Project entity and a Timesheet Entry entity
E. a Client entity is the parent of a Project entity
F. a Client entity is the parent of a TimesheetEntry entity