What should you do?
You create Microsoft Windows-based applications. You are changing an application to manage the daily activities of doctors and nurses in a hospital. The application will run on a single machine at the hospital front desk. The application will run 24 hours a day, seven days a week. Initial testing shows that the application consumes a lot of resources and that it runs out of memory intermittently. You want to change the application so that an alert is sent when memory usage is nearing the point of failure. An external application will be used for sending the alert. You need to decide what monitoring mechanism to use. You also need to ensure that the least amount of changes is introduced in the application. What should you do?
Which formula should you add to the ShapeSheet?
You need to add a formula to a ShapeSheet to control the content of a cell.
The formula must meet the following conditions:
If the content of user cell A is WideMan, then the cell must contain a value of red. If the content of user cell A is not WideMan, then the cell must contain a value of blue.
Which formula should you add to the ShapeSheet?
What should you do?
You create Web-based client applications. The application permits users to upload files to a network share. When anonymous users use the upload feature from the Web-based application, a custom error page is displayed. You need to ensure that anonymous users are able to use the application. What should you do?
Which tile source parameter should you use within the tile source specification?
You need to create a tile source specification that meets the following requirements:
It uses three tile servers named s0, s1, and s2.
It follows the standard Virtual Earth 6.0 numbering scheme. It ensures that the tiles are visible in all the view types.
Which tile source parameter should you use within the tile source specification?
What should you do?
Your company stores product information in a Microsoft SQL Server 2005 database. You create a Business Data Catalog (BDC) definition to search for product information within the database. You need to ensure that incremental crawls can be performed in the database for indexing. What should you do?
What should you do?
You have a Microsoft Windows SharePoint Services development server.
You create a Web Part that uses a strong-named assembly. You edit the Web.config file to add the Web Part as a fully trusted Web Part.
When you test the Web Part, an exception occurs. The exception states that the assembly security permission grant set is incompatible with the app domain.
You need to prevent the occurrence of the exception when you test the Web Part.
What should you do?
What should you do?
You create Microsoft Windows-based applications. You are creating a method. Your applications will call the method multiple times. You write the following lines of code for the method.
public string BuildSQL(string strFields, string strTable, string strFilterId) { string sqlInstruction = “SELECT “;
sqlInstruction += strFields;
sqlInstruction += ” FROM “;
sqlInstruction += strTable;
sqlInstruction += ” WHERE id =”;
sqlInstruction += strFilterid;
return sqlInstruction;
}
The method generates performance issues. You need to minimize the performance issues that the multiple string concatenations generate. What should you do?
What should you do?
You create a shape that contains custom shape data. You need to prevent the custom shape data from appearing in the Shape Data dialog box. What should you do?
Which two actions should you perform?
You create Web-based client applications. You create a Web-based application for your company. Partner companies will also access the application. You evaluate the deployment plan as shown in the following exhibit. (Refer to the Exhibit.) Company policy states that permission is required to open port 80 and port 443 on the company firewall. The ports are to be opened only to specified servers. This policy applies to the firewall that separates the red zone from the perimeter network. This policy also applies to the firewall that separates the perimeter network from the intranet. Port 80 is already open in the outer firewall. You need to modify the deployment plan to meet the company policy. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which method should you call?
The branch offices of your company are displayed on a two-dimensional map.
You need to display the branch offices on a three-dimensional map. Which method should you call?