PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

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 client applications forms part of your responsibilities at Domain.com. Domain.com operates as a realtor and property management company. The exhibit below illustrates the currently existing class definition:

public class PropertyManager : ServicedComponent
{
public void MoveInNewCustomer(Customer customer, Unit unit) {}
}

Client applications call the MoveInNewCustomer method to move a new customer into a unit. You have been instructed to ensure that this process occurs within the context of a transaction. If a transaction does not already exist when this method is called, a transaction should be created. Only in the event of an exception being thrown; would you want the transaction to abort.
To this end you need to modify the class to meet these requirements.

What should you do? (Choose the correct code segment.)

What should you do?

You install a Groove Server Manager server and create a Groove domain.

You configure directory integration between your Groove domain and your Active Directory domain.

You need to ensure that new Active Directory users synchronized through directory integration are added to Groove groups based on organizational unit membership. 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?

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. Domain.com operates as an Internet Auctioneer. The development and deployment of Microsoft.NET Remoting components forms part of your responsibilities at Domain.com. You have been instructed to develop an OrderProcessor class that is responsible for charging a customer’s credit card, notifying the shipping department of the particular product that must be shipped, as well as updating the product inventory database. A COM+ application will be hosting the OrderProcessor class. To this end you need to create the class definition.

What should you do? (Choose the appropriate code segment.)