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 a pharmaceutical company with many branch offices that are located worldwide.
The development and deployment of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You have just developed and deployed an Extensible Markup Language (XML) Web Service that will allow other companies to submit encrypted SOAP messages to Domain.com. The assembly that contains the Web service also contains a SOAP extension class named EncryptionExtension that decrypts the SOAP messages that represents the medical records. Due to the size of some of the messages, you implemented a second SOAP extension class named CompressionExtension that decompresses compressed SOAP messages. This class exists in the SoapUtilities namespace in an assembly named SoapUtilities.dll
You must modify the Web.config file for the Web service to ensure that decompression occurs before decryption.
What should you do? (Choose the correct configuration from the given options.)
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 a pharmaceutical company with many branch offices that are located worldwide. The development and deployment of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You have just developed and deployed an Extensible Markup Language (XML) Web Service that will allow for the exchange of encrypted SOAP messages between the different Domain.com branch offices. The assembly that contains the Web service also contains a SOAP extension class named EncryptionExtension that encrypts the SOAP messages. Due to the size of some of the messages, you implemented a second SOAP extension class named CompressionExtension that compresses SOAP messages. This class exists in the SoapUtilities namespace in an assembly named SoapUtilities.dll
You must modify the Web.config file for the Web service to ensure that compression occurs after encryption.
What should you do? (Choose the correct configuration from the given options.)
What should you do?
You work as the Microsoft.NET developer at Domain.com. Domain.com operates as an agency that specializes in the placement of various breeds of pedigreed animals, servicing at least ten different countries on two continents. 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 developing an Extensible Markup Language (XML) Web Service that will return biological images in SOAP messages. Due to the size of these messages, you decided to create a class named CompressionSoapExtension to compress the SOAP responses. You thus need to implement the ProcessMessage method to encrypt the SOAP responses.
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 of Extensible Markup Language (XML) Web Services forms part of your responsibilities at Domain.com. You are currently developing an Extensible Markup Language (XML) Web Service that will be accessed by SOAP clients. To this end you need to specify the parameter formatting to result in a Web service that is Web Services Interoperability (WS-1) compliant.
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 deployment of Web services forms part of your responsibilities at Domain.com. You are currently busy copying a Microsoft Extensible Markup Language (XML) Web Service from a development server using the Copy Web Site tool. You then discover that in the event of users navigating to http://www. Certkiller .zzz/LocationService.asmx, they encounter an exception message in their browsers as follows:
Request format is unrecognized.
However, the message is not displayed when you test the Web service from a development server. When users navigate to this page, they should be able to view the automatically generated ASP.NET runtime Help page. You now need to ensure that users will be able to view the Help page without interfering with the deployment of other Web services on the production server.
What should you do?
Which plan should you implement?
You are an enterprise application developer. You are planning the life cycle of a component. Currently, multiple versions of the component exist. You need to access the most recent version of the component. You also need to ensure that existing applications can access the most recent version and the previous versions of the component without being recompiled.
Which plan should you implement?
What should you do?
You are an enterprise application developer. You plan to design the component architecture of a new large-scale application. You need to design a component architecture to meet the following requirements: Class objects must consist of multiple aggregate objects.Multiple aggregate objects must be instantiated only through the object that is enclosed within the class.Certain aggregate objects must be directly instantiated by user code.Multiple aggregate objects must allow user code to override properties within the object.All class objects must be versioned together.
What should you do?
Which three test scenarios should you recommend?
You are an enterprise application developer. You are designing unit tests for a Customer class. The Customer class contains properties to get or set data in private fields. The Customer class also contains one default constructor and one non-default constructor. The non-default constructor accepts a Customer ID argument. When the non-default constructor is used to instantiate the Customer object, a public method named Load is invoked along with the Customer ID argument. The Customer object properties are then loaded by using values from the database. You need to design unit tests that will test the class properties.
Which three test scenarios should you recommend? (Each correct answer presents part of the solution. Choose three.)
What should you do?
You are an enterprise application developer. You plan to deploy an ASP.NET application. You need to ensure that the application meets the following requirements: Supports failover clustering in session state management.Supports load-balanced clustering in Web traffic routing. What should you do?
Which class diagram should you design?
You are an enterprise application developer. You develop a banking application by using Microsoft Visual Studio .NET 2005 and .NET Framework 2.0. During the design phase of the application, you identify three entities named Bank, BankAccount, and Person. You need to design a class diagram so that the entities meet the following requirements:
* A BankAccount entity must belong to only one Bank entity.
* A Bank entity must contain several BankAccount entities.
* A BankAccount entity must have one or more Person entities as account holders.
* A Person entity must exist independent of BankAccount entities.
Which class diagram should you design?