What should you do?
You install a Groove Server Data Bridge server. You archive your workspaces on the Groove Server Data Bridge server. You need to archive a new workspace named Workspace5 on the Groove Server Data Bridge server. What should you do?
which base type should your custom event type inherit?
You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit?
What should you do?
You are an enterprise application developer. You deploy an ASP.NET application. You must establish performance counter baselines to find out the acceptable performance thresholds. You need to ascertain the appropriate time to measure performance counter baselines. 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 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?
A test team plans to conduct performance testing on a Web site that is deployed on a staging server. The test team needs to modify the deployed Web Forms to test different scenarios. You need to deploy the Web site to the staging server without the Web site’s source code files.
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.)
What should you do?
You need to ensure that invitations sent to Groove domain members are stored on your Groove Server Relay server for a maximum of 120 days. What should you do?
Which event should you use?
You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error.
Which event should you use?