PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you conclude?

You are an enterprise application developer. You create a layered application. You must deploy the application in a three-tier environment. Tier 1 consists of the presentation components deployed on a Web server. Tier 2 consists of the business objects deployed on an application server. Tier 3 consists of a database deployed on a database server. You create a set of classes in a separate assembly as a data access layer to encapsulate the database access functionality. None of the classes in the data access layer inherits from the MarshalByRefObject class. Your team plans to deploy the data access layer component in tier 3. You need to evaluate whether the deployment plan will meet the requirements. What should you conclude?

Which two actions should you perform?

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

Each page within the application will contain a disclaimer that will use a Label control. The Label control on each page will need to support localization in English and French.

You need to implement a resource file strategy that meets the following requirements:

– A French-region user views the disclaimer in French.
– All other users view the disclaimer in English.

Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

Which solution should you recommend?

You are an enterprise application developer. You create a client application. One thousand customer service agents use the application during their core business hours, from 8:00 to 17:00.
The application confirms to the following design details:

* The application uses separate business logic components and data access logic components.
* The data components run on the client computer and connect to a central Microsoft SQL Server 2005 database server.
* When the application starts, it retrieves datasets to populate list boxes, drop-down list boxes, and TreeView controls that have data common to all users.
* Users are authenticated to the database by using Active Directory.

Users report that the application is slow to start. You need to recommend a solution so that the application starts normally. You want to achieve this goal with the minimum programming effort.
Which solution should you recommend?

What should you do?

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

Airline passengers access the application over the Internet and from airport kiosks around the world. The airport kiosks do not allow users to modify browser settings.

You have created language-specific resources for all static text elements in the application.

You need to ensure that the content is displayed in the preferred language of the users, regardless of their physical location.

What should you do?

What should you conclude?

You are an enterprise application developer. You are designing a Microsoft Windows-based application that will use a third-party library. The third-party library is available in a single assembly. The library contains classes inside the Com.Util namespace. You can access the source code for this library. You must provide additional functionality that is not available in the third-party library. To conform to corporate policy, the additional functionality must be available in the Com.Util namespace. A developer in your team decides to implement the additional functionality by modifying the source code of the third-party library. You need to evaluate whether this implementation simplifies maintenance when new versions of the third-party library are released.
What should you conclude?

What should you do?

You are creating ASP.NET applications by using the .NET Framework 3.5.

You manage a Web site that currently uses the SiteMapPath control that is connected to a sitemap file. You add a TreeView control to the Web site.

You need to configure the TreeView control to display the site navigation from the site map file.

What should you do?

What should you conclude?

You are an enterprise application developer. You are evaluating a database design for a human resource application. The existing database schema meets the following criteria:

* The database has an Employee table.
* The Employee table has an Employee ID field and several other fields.
*
You must accommodate the following new requirements:

* Employees are either supervisors or line workers.
* A supervisor will supervise zero or more line workers.
* An employee will be supervised by only one supervisor.

A database administrator suggests creating a table named Supervisor and copying the supervisor data from the Employee table to the new table. The database administrator also wants to create a foreign key in the Supervisor table to reference the Employee table. You need to evaluate the suggested change to ensure that there is minimal impact on the existing database schema.
What should you conclude?