PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you conclude?

You are an enterprise application developer. You are designing an intranet Web application. This application must meet the following requirements:

The employees must log on to use the application.
The database authentication mechanism must be as secure as possible.
The number of connection pools must be minimized.

You decide to use Microsoft SQL Server authentication and a specific SQL Server account. You need to evaluate whether the design will meet the business requirements and make recommendations, if required. What should you conclude?

Which configuration setting should you choose?

You create Web-based client applications. You are creating a page for a Web-based application.
You must ensure that the page meets the following requirements:

Uses forms authentication to validate users.
Deploys on a single Web server.
Is highly secure.
Gives higher priority to security than speed.

You need to recommend a configuration setting for your page. Which configuration setting should you choose?

Which two changes should you recommend?

You are an enterprise application developer. You are designing an application. The database for the application currently has a one-to-one relationship between order and product. The application must meet the following business requirements:

An order must contain orders for many products.
An order must store the ordered quantity of each product.

You need to evaluate the existing design and recommend changes to meet the business requirements.
Which two changes should you recommend? (Each correct answer presents a complete solution.
Choose two.)

Which code segment should you use?

You create a master page named Article.master. Article.master serves as the template for articles on your Web site. The master page uses the following page directives.

<%@ Master Language=”C#” Src=”~/article.master.cs” Inherits=”article” %>

You need to create a content page that uses the master page as a template.
In addition, you need to use a single master page for all devices that access the Web site.
Which code segment should you use?

What should you conclude?

You are an enterprise application developer. You create a business component for a contact management application that is named Contact. The Contact class contains a public read/write property that is named Company. Company is defined as a string. The Company field in the database is defined as nvarchar(20). You must test whether the property correctly handles values of any length. You decide to use a boundary condition test. You need to evaluate whether the proposed test is appropriate. What should you conclude?