What should you do?
You are an enterprise application developer. You design an application that communicates with other applications through .NET Remoting. The application has a large DataSet. You need to improve the performance of the application. What should you do?
Which two actions should you perform?
You are an enterprise application developer. You are designing a monitoring mechanism for a serviced component that runs on the company server. The component will be used to execute CPU-intensive operations. When the component is deployed, administrators must be able to monitor the following measures: Number of requests for each operationTime taken for each operation to complete You need to achieve this goal by using the minimum amount of coding effort. Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
What should you do?
You are an enterprise application developer. You deploy an ASP.NET application. You must establish performance counter baselines to find out the acceptable performance thresholds. You need to ascertain the appropriate time to measure performance counter baselines. What should you do?
What should you do?
You are an enterprise application developer. You develop an application by using Microsoft Visual Studio .NET 2005 and .NET Framework 2.0. You are designing a data access component for the application. You need to design the data access component to meet the following requirements: It must be available to Windows and Web-based applications.It must execute distributed database transactions. What should you do?
Which diagram type should you use?
You are an enterprise application developer. You are documenting the security design of a component in an application. You plan to create a diagram that will display the security zones and input data for the component in the application. You need to identify the appropriate diagram type to ensure that the diagram displays changes in zones and locations of input data. Which diagram type should you use?
What should you do?
You are an enterprise application developer. You develop an application by using Microsoft Visual Studio .NET 2005 and .NET Framework 2.0. The application will use a custom authentication mechanism. Authentication information will be stored in a Microsoft SQL Server 2005 database table. You design the table and stored procedure that will be used for authentication. You need to ensure that the stored procedure design is as secure as possible.
What should you do?
What should you do?
You are an enterprise application developer. You develop an ASP.NETapplication that interacts with a Windows service. The application and the Windows service exchange Microsoft Message Queuing (MSMQ) messages. You need to define an integration test to ensure that the application and the Windows service interact appropriately. What should you do?
Which testing strategy should you use?
You are an enterprise application developer. You are creating an ASP.NET application that will have 2,000 registered users. You need to determine the number of users the application can support before reaching the 75 percent level of processor utilization. You also need to ensure that the testing strategy uses the minimum amount of iterations. Which testing strategy should you use?
What should you do?
You are an enterprise application developer. You plan to gradually implement unit tests for an application. The application contains tests that are not ready to run. You need to count the number of tests that are not ready to run. What should you do?
What should you do?
You are an enterprise application developer. You are reviewing the design of a component. The component is used to monitor an FTP folder on a Microsoft Windows 2003 Server computer.
You
need to ensure that the component meets the following requirements: It is transaction-oriented.It copies data from files in the FTP folder.It runs without the intervention of the user.It requires the minimum amount of development effort. What should you do?