Which three actions should you perform?
You are an enterprise application developer. You are designing an event logging mechanism for a Web service. The Web service will be used to expose financial data. You need to ensure that the event logging mechanism meets the following requirements: Access to all financial data is logged in production for auditing purposes.Arithmetic exceptions are logged only during application development.Event log data is available to the administrators only on the local Web servers. Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)
Which two controls should you add to the EditorZone control?
You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages. Which two controls should you add to the EditorZone control? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You are an enterprise application developer. You are reviewing an ASP.NET application that communicates with a Web service. The ASP.NET application experiences random performance issues. You plan to perform code profiling during a long-running load test. You need to define a code profiling strategy. What should you do?
What should you do?
You are an enterprise application developer. You are creating an application that will be used by patients to schedule appointments with a doctor. The functional specification of the application includes the following use case: 1. The user interface (UI) collects the following information from
the user: A requested date range and a requested doctor.A choice to schedule with priority given to a requested doctor or to schedule the first available appointment. 2. The UI validates the information and calls the scheduling service.3. The service queries within the date range for the requested doctor if the user chooses to schedule with priority given to the requested doctor. If no appointments are available, execute the query given in step 4.4. The service schedules with the date range if the user chooses to schedule the first available appointment. 5. The service returns a list of available appointments. The UI presents an error and returns to step 1 if no appointment is found. A team member proposes a design as shown in the exhibit. (Click the Exhibit button.) You need to make the necessary corrections to the design to ensure that the use case is correctly implemented. What should you do?
Which two actions should you perform?
You are an enterprise application developer. You design an event logging mechanism for a serviced component. You need to ensure that the event logging mechanism conforms to the following requirements: All critical exceptions must be logged for debugging purposes.Administrators must be allowed to enable and disable tracing for different types of event
logging. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You are an enterprise application developer. You are creating a multilingual ASP.NET application. The development plan of the application specifies that the English version of the application must be released first, followed by the localized versions. You need to use a deployment mechanism for localization. You also need to ensure that the deployment mechanism requires the minimum amount of development and configuration efforts. What should you do?
What should you do?
You are an enterprise application developer for a media organization. You create a Web service that provides large multimedia files to subscribers. The subscribers use a variety of client applications and browsers to access the content. You discover that during peak activity hours, multiple client applications simultaneously subscribe to the data. You need to ensure that the Web service meets the following requirements: It adheres to the WS-Security standards.It processes requests in a time-efficient manner. What should you do?
What should you do?
You are an enterprise application developer. You plan to create an application that contains a user interface. The user interface calls the business layer Web Services Enhancements (WSE) Web service. You also plan to design an integration testing strategy for the application. You need to track and correlate the messages that are exchanged between the components by using the minimum amount of coding effort. What should you do?
What should you do?
You are an enterprise application developer. You design an application that communicates with other applications through .NET Remoting. The application has a large DataSet. You need to improve the performance of the application. What should you do?
Which two services should you choose?
You are an enterprise application developer. You develop a solution by using Microsoft Visual Studio .NET 2005 and .NET Framework 2.0. The application will be used to receive and process sales orders. The application is designed as a three-tiered application. The logical design of the application identifies the following services: Update the ship date on an order.Verify sales quantity
on an order.Store sales order information.Display product information.Display order details. The security policy has the following specifications: Changes to the database must be handled through stored procedures. Other services must be handled in other layers. You need to identify the services that must be placed into the stored procedures. Which two services should you choose? (Each correct answer presents part of the solution. Choose two.)