PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

You are creating a Windows application by using the .NET Framework 3.5.
The application will access data files that are installed along with the application.
The application must be able to locate these data files.
You need to record the location of the installed data files. You also need to ensure that the application can
be accessed by roaming users.
What should you do?

What should you do?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The component will return custom business objects.
You plan to develop a design strategy that meets the following requirements:
– The component can be accessed by the .NET Windows applications and JavaScript-based Web applications.
– The component can be consumed by the client applications by using the minimum amount of code.
– The least amount of network bandwidth is consumed.
You need to implement the design strategy by using the minimum amount of development effort.
What should you do?

What should you do?

You create a Windows application by using the .NET Framework 3.5. You create a Windows user control in the application. The application contains the following code segment. (Line numbers are included for reference only.)

01 public struct FullName
02 {
03 public string FirstName { get; set; }
04 public string LastName { get; set; }
05 }

The user control has a property named UserName of the FullName type. You add the user control to a Windows form. During the design phase, the UserName property must be allowed to update the FirstName and LastName properties as comma-delimited values in the property window.
You need to ensure that the properties in the FullName structure are represented as string values. What should you do?

What should you do?

You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003.
The development and deployment of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You are currently installing the Microsoft Web Services Enhancements (WSE) 3.0 framework on your development computer. At present the WSE configuration settings are not enabled on your computer.
You are required to modify the Web.config file for an ASP.NET application to enable it to support WSE configuration settings.

What should you do? (Choose the correct configuration.)

What should you do?

You are creating a Windows application by using the .NET Framework 3.5.
Your company has an existing ASP.NET Web application that uses a Microsoft SQL Server 2008 data
source. The application authenticates users by using the SqlRoleProvider and SqlMembershipProvider
classes.
You plan to design a strategy to authenticate users to the Windows application by using the same SQL
Server 2008 data source.
You need to implement the strategy by using minimum possible code.
What should you do?

What should you do?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
You plan to create the presentation layer of the application.
Users will access the application on Windows Vista client computers that have the .NET Framework 3.5 installed.
You need to ensure that the application meets the following requirements:
– It runs in Microsoft Internet Explorer.
– It provides maximum usability by using 3D graphics and animations. It does not require additional components to be installed on the client computers.
What should you do?

What should you do?

You are creating a Windows application to manage customer relationships by using the .NET Framework 3.5. Users of the application access a form named FrmMain to view a list of contacts. When the user double-clicks the contact, the item details for the contact can be viewed on another form named FrmDetails.
You need to ensure that the application meets the following requirements:

* A user can compare the details of multiple customers simultaneously.
* A user can rearrange all the open instances of the FrmDetails forms as a cascade or a tile in the FrmMain form.

What should you do?

What should you do?

You work as the Microsoft.NET developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003.
The development and deployment of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You are currently implementing two SOAP extension classes named EncryptionExtension and CompressionExtension respectively. These two classes encrypt and compress outgoing SOAP messages, and exist in the SoapUtilities namespace in an assembly named SoapUtilities.dll.
You are required to modify the Web.config file for an Extensible Markup Language (XML) Web Service
To ensure that encryption will occur prior to compression for the SOAP messages that are returned from that service.

What should you do? (Choose the correct configuration.)

Which two actions should you perform?

You are creating a Windows application by using the .NET Framework 3.5.
The application will be used by the shipping department of your company. The application contains a form
named SchedulingForm.
You plan to design a strategy to ensure the following accessibility criteria:
SchedulingForm is accessible only to users logged on by using a particular Windows account.
The Windows account belongs to a local group named Managers.
You need to implement the strategy by using the minimum amount of development effort.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)