QUESTION NO: 1
You use Visual Studio .NET to develop an application for users the intranet of your company TestKing.
All client computers use Internet Explorer as their Web browser. You plan to create a setup package to
distribute your application.
The setup package must fulfill the following requirements:
· It is placed in a network folder that is accessible to users.
· It is accessible through a link on your company's intranet.
· It includes an uninstaller for the application.
Which type of project should you create?
A. CAB project.
B. merge module project.
C. setup project.
D. Web setup project.
QUESTION NO: 2
You develop a Windows-based application by using Visual Studio .NET. The application included
numerous method calls at startup. After optimizing your application code, you test the application on a
variety of client computers. However, the startup time is too slow.
You must ensure that your application starts as quickly as possible the first time it runs.
What should you do?
A. Precompile your application by using the Native Image Generator (Ngen.exe).
Install the precompiled application on the client computers.
B. Install your application on the client computers.
Precompile your application by using the Native Image Generator (Ngen.exe).
C. Precompile your application by using the JIT compiler.
Install the precompiled application on the client computers.
D. Install your application on the client computers.
Precompile your application by using the JIT compiler.
QUESTION NO: 3
You use Visual Studio .NET to create an application that will be distributed to employees within your
company TestKing Inc.. You create and deploy a distribution package to test a computer running
Windows 2000 Professional.
Later you discover that your name is listed as the support contact for your application by the
Add/Remove Programs option of Control Panel. You need to change the support contact to the name of
your Help desk administrator.
Which property of the setup project should you change?
A. Author
B. Comments
C. Manufacturer
D. SupportPhone
QUESTION NO: 4
You use Visual Studio .NET to create an assembly, called TestKingAssembly, that will be used by other
applications, including a standard COM client application.
You must deploy your assembly on the COM application to a client computer. You must ensure that the
COM application can instantiate components within the assembly as COM components.
What should you do?
A. Create a strong name of the assembly by using the Strong Name tool (Sn.exe).
B. Generate a registry file for the assembly by using the Assembly Registration tool (Regasm.exe)
Register the file on the client computer.
C. Generate a type library for the assembly by using the Type Library Importer (Tlbimp.exe).
Register the file on the client computer.
D. Deploy the assembly to the global assembly cache on the client computer.
Add a reference to the assembly in the COM client application.
QUESTION NO: 5
You develop a Windows-based application called TestKingSecurity by using Visual Studio .NET and
Microsoft SQL Server. The application will perform numerous Assert, Deny, and PermitOnly security
operations while it is executing. You must ensure that the application is optimized for fast run-time
execution.
What should you do?
A. Perform declarative security checks.
B. Perform imperative security checks.
C. Perform all security checks by using SQL Server security.
D. Implement a custom security class that retrieves security information from the SQL Server database.