PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you conclude?

You create Web-based client applications. You deploy an application that manages an Internet-based store. Customers are able to browse a list of products, create an order to buy
the products, and view the status of their orders. The operational application requirements state that the application must be available for browsing when the database server is not available. The production environment uses a Network Load Balancing cluster to host the application. The application uses an XML file stored on the database server to read data that is used for product browsing. The deployment diagram for the application is as shown in the following exhibit. (Refer to the Exhibit.) You need to evaluate the production environment and recommend changes, if required, to meet the operational requirements of the application. What should you conclude?

What should you do?

You create a Microsoft Windows SharePoint Services site that contains a content type named Proposal. The Proposal content type is applied to lists that are named within the site collection.

You need to update the Proposal content type to include a new column. You also need to ensure that the existing lists display the new column.

What should you do?

What should you recommend?

You create Microsoft Windows-based applications. You need to evaluate the design concept of an application.

The application must meet the following requirements:

The application relies on the operating system for authentication. The application minimizes the amount of data sent over the network when connecting to the database. The application exposes data access code so that the future Web-based and mobile applications can reuse them.
The application permits users to view and edit data contained in tables from a Microsoft SQL Server 2005 database.
The application controls access to the SQL Server 2005 database at the table level.

The design contains the following elements:

The SQL Server 2005 database uses the Windows Authentication mode. A database schema that grants rights to the users at the table level. A stored procedure in Transact-SQL that accesses the necessary data required by the application. A Web service that uses a pre-defined credential to access the database and run the stored procedures. A Microsoft Windows-based application that impersonates the logged-on user and calls the Web service to retrieve and update the data.

You need to evaluate the design and recommend appropriately. What should you recommend?

What should you conclude?

You create Web-based client applications. You deploy an application on your company extranet. The application uses an ASP.NET 2.0 Membership system. The support team requires that changes in passwords be communicated to their Microsoft Windows Management Instrumentation (WMI) integrated system.

You propose the use of health monitoring APIs to perform the following actions:

Respond to password changes inside the application.
Call a custom event handler when a password change occurs. Report the changes to the support teams WMI system by using the custom event handler.

You need to examine whether the proposed solution meets the requirements. What should you conclude?

Which two tasks should you perform?

You are updating a Virtual Earth 6.0 store locator. A database table named Stores contains the City and State fields. A Microsoft SQL Server 2005 function named CalculateDistance measures the distance between two points. The store locator contains a stored procedure named LookupStores that retrieves the names of stores located in a given city and state. The city and state are passed in as parameters to the stored procedure. You need to extend the store locator to support a proximity search within a given radius. Which two tasks should you perform? (Each correct answer presents part of the solution. Choose two.)