Which two actions should you perform?
You create a Windows application by using the .NET Framework 3.5.
You plan to test the application by using 5,000 records in a limited test environment.
The application will process 1 million records in a production environment.
You need to test the application to identify potential problems that might occur when the application is
moved to the production environment.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
The application is deployed by using the XCopy command. Updates to the application are made available
through a Web site.
The number of users of the application increases.
You need to ensure that all users use the same version of the application.
What should you do?
What should you do?
You create a Windows application by using the .NET Framework 3.5. The application is named APP1.
APP1 has the following specifications:
It merges information from text files.
It reads each text file as a string.
It runs on a server computer named Server1.
Another application named APP2 also runs on Server1.
You discover that when a function is used to merge the text files, APP1 consumes additional memory.
This additional memory consumption affects the operations of APP2.
You need to modify the design of APP1 to ensure minimum effect on APP2.
What should you do?
What should you do?
You create a Windows application by using the .NET Framework 3.5. The application will be deployed
on Windows Vista client computers.
The application contains a function that uses the Microsoft Office Word 2007 automation library to
generate a report.
After you generate three test reports, you discover that there are three Winword.exe processes in the
Task Manager processes list.
You need to ensure that the Winword.exe processes end time-efficiently and consume minimum
resources.
What should you do?
What should you do?
You create a Windows application by using the .NET Framework 3.5.
The application has a function that uses a COM+ object written in C++. The function is used to retrieve
data from a separate weather service application.
You discover that resources used by the application increase over time. You also discover that in the list of
processes in Task Manager, three instances of the weather service application exist.
You need to ensure that the application releases resources properly.
What should you do?
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
The application makes function calls to an unmanaged library to control the operation of a robot.
You create a class that consumes significant memory during function calls to the unmanaged library. You
discover that memory consumption increases over time.
You need to ensure that the application consistently consumes minimum memory.
What should you do?
What should you do?
You create a Windows Forms application by using the .NET Framework 3.5. The application is used
for audio/video management.
The application provides the following features:
Usage license for music or video can be purchased from an online store.
Backup of music and video for disaster recovery can be done.
Custom playlists can be created to organize downloaded content.
The application has the following requirements:
A license file is required to play local music or video.
Users can access previously-purchased content from any computer that runs the application.
User theme settings for the UI might only be customized for each computer.
You need to design a state and data management strategy that meets the requirements.
What should you do?
What should you do?
You are creating a Windows Web service client application by using the .NET Framework 3.5.
The user settings between application executions have to be maintained. The application will be executed
without administrative privileges.
You need to ensure that the application meets the requirements by using minimum amount of
development effort.
What should you do?
What should you do?
You are creating a Windows Forms application by using the .NET Framework 3.5.
The application will use a wizard interface that has 14 panels. Each panel will use data elements stored in
the local database.
The application will use a Microsoft SQL Server 2008 Compact Edition to locally store application data.
The users can save their position in the wizard between application sessions.
Users will access the application from their Windows Vista client computers.
You need to ensure that users can retrieve their position in the wizard from any client computer.
What should you do?
What should you do?
You are creating a Windows application by using the .NET Framework 3.5.
The application has to be configured for deployment to client computers.
You need to ensure that the application meets the following requirements:
The application state is stored for each instance.
The administrator can configure the general look and feel of the application from a single location.
What should you do?