PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application contains a Web form that sends requests to four Web services during the Page_Load event.

You plan to invoke the Web service requests asynchronously. You need to ensure that the Web form can execute the tasks simultaneously.

What should you do?

What should you do?

You are an enterprise application developer. You are creating a .NET Remoting component. The Version 1.0 of the component is deployed as a well-known server-activated object. The strong- named component is installed into the global assembly cache. Ten distributed applications in your
company utilize the component, and each application has an independent schedule for upgrades and deployment. You add new features to the component. These additions will change the signatures of the public methods on the component. You need to devise a deployment strategy for the component. What should you do?

What should you do?

You create an ASP.NET application by using the .NET Framework 3.5.

The application must be deployed by using the http://www.contoso.com/ URL. The application contains several Web forms.

You plan to implement Really Simple Syndication (RSS) feeds functionality. The RSS feeds will be consumed by using the http://www.contoso.com/News.rss URL.

You need to ensure that the application displays the RSS-formatted information when accessing the specified URL.

What should you do?

What should you do?

You are an enterprise application developer. You are implementing a new component for an application. The component accesses a database to populate a list of customer objects and exposes a method that is named GetAllCustomers. The component uses a design pattern to access the database only on an as-needed basis. A caching mechanism exists in a lower tier of the application architecture. The component must not cache data. You need to implement the logic for populating a list of customer objects by using a database query. You also need to ensure that you meet the company guidelines for the component design pattern. What should you do?

What should you do?

You create a model. You plan to add a rule to your model. The rule uses a predefined property named Consolidation Balancing account. You are unable to locate the predefined property in the Model Properties workspace. You need to ensure that the predefined property is listed in the Model Properties workspace. What should you do?

What should you do?

You are creating an ASP.NET application by using the .NET Framework 3.5.

The application is hosted on Microsoft Windows Server 2008. The server is hosted by an ISP.
Only FTP access is available to the server.

You plan to improve the search relevancy of the pages in the search engines by responding to URLs that do not have an ASP.NET file extension.

You need to ensure that all pages and static content can be requested.

What should you do?

What should you do?

A client application must connect to a .NET Framework remoting class that is running in a Windows service that is deployed to a computer named APPSERVER1.
The class is named SimpleMathClass and it exists within a namespace named SimpleMath in an assembly named SimpleMathLib.
It is exposed through the TCP and it is configured with the objectUri attribute set to SimpleMath.rem.
You write the following XML configuration settings in the App.config file of the client application.

<configuration>
<system.runtime.remoting>
<application>
</application>
</system.runtime.remoting>
</configuration>

You need to ensure that the client application can connect to the remoting class.

What should you do?