Which two actions should you perform?
You create a Windows application by using the .NET Framework 3.5.
The application uses a Microsoft SQL Server 2008 database.
You discover that the application is non-responsive and performs slowly at certain times during the day.
Twenty-five additional users are added to the application to meet a deadline.
You need to ensure that all users experience a consistent level of high application performance
throughout the day. You want to achieve this goal by using minimum development effort.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
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?
Which two actions should you perform?
You create a Windows application by using the .NET Framework 3.5.
The application is used for stock trading purposes. The application has the following features:
The application is deployed to workstations that contain four monitors.
Only one instance of the application can be run at a time.
The application has a multiple-document interface (MDI).
A third-party control is used on the Windows form to display real-time data by using graphs.
The stack of monitors on each workstation is two monitors high and two monitors wide.
When multiple stock quotes are viewed at the same time, the Windows form has to be extended to
another monitor.
The information has to be viewed across the monitors together.
You need to modify the application to meet the following requirements:
Users can compare two or more stock quotes at the same time.
The Windows form can be maximized and restored to the monitor selected by the user.
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 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 maintain a Windows Forms application and an ASP.NET application.
The Windows Forms application has the following features:
The application impersonates the logged-on user.
The data is stored in a Microsoft SQL Server 2008 database.
The application grants user access to data by calling the IPrincipal.IsInRole method on the basis of user
roles.
The ASP.NET application uses forms-based authentication to authenticate users.
You need to share the login and user role information between the Windows Forms application and the
ASP.NET application.
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 data store should you use?
You are creating a Windows application by using the .NET Framework 3.5.
Your application requires a local data store that requires no administrative privileges to install. The data
store must use the ClickOnce deployment.
The application will cache data when offline. When the application returns online, it must synchronize data
with a corporate SQL Server 2008 database.
You need to identify a local data store that meets the outlined requirements. You also need to ensure that
the application uses minimum possible memory.
Which data store should you use?
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?
Which data storage tool should you use?
You are creating a Windows application by using the .NET Framework 3.5.
The application will be deployed by using the ClickOnce deployment. The application must support offline
use. The application must also have minimum dependency on external components.
You need to choose the most secure data storage tool for your application.
Which data storage tool 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?