PrepAway - Latest Free Exam Questions & Answers

Tag: 70-547

Exam 70-547: PRO: Designing and Developing Web-Based Applications by Using the Microsoft .NET Framework

What should you recommend?

You create Web-based client applications. You deploy an application on the company extranet. The sales team requires notification when an order total exceeds the companys approval levels.

The application requires you to send an e-mail to the sales manager to receive approval for any order over $100,000. You must meet the following constraints to achieve this requirement:

Modifications can be done only to the Web.config file
Limited programmer resources
System can be configured as needed at multiple sites

The design team plans to use the SimpleMailWebEventProvider class of the health monitoring APIs to send the e-mail. You need to evaluate whether the design meets the requirement. What should you recommend?

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 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?

What should you conclude?

You create Web-based applications. You are creating an application for purchase order management. The application is composed of a Web client, business logic components, a Data Access Component (DAC) Web service, and a central database.

The application design meets the following specifications:
The Web-based client application is used for end-user interaction. The Web-based client application uses two business logic components named Order and Customer.
Each customer can have multiple orders.
Each order belongs to a single customer.
The business logic components use a DAC Web service.
The business logic components make data available to the Web-based client application.

You receive a deployment diagram as shown in the following exhibit. (Refer to the Exhibit.) You need to evaluate the diagram to ensure that it complies with the specifications. What should you conclude?

What should you recommend?

You create Web-based client applications.

You are designing a database that must meet the following requirements:

Store data about people in the People table and data about the companies they work for in the Companies table.
Track an unlimited number of companies for a person.
Track an unlimited number of persons who worked at each company. You decide to create a one-to-many link from the People table to the Companies table. You need to evaluate whether the database is designed effectively and make a recommendation, if required. What should you recommend?

Which code segment should you insert?

You create Web-based applications. You are creating an Internet banking application. The application will be used by bank account holders.

You are creating a method to withdraw money from an account. The method must change the account balance according to one of the following rules:

If the amount that is being withdrawn is less than or equal to the account balance, then subtract the amount from the balance.
If the amount that is being withdrawn is greater than the account balance by up to 500 dollars, then subtract the amount and a 35-dollar fee from the balance.
If the amount that is being withdrawn is greater than the account balance by more than 500 dollars, then generate an error.

You are translating the specification given here into pseudo code. You start by writing the following code.

Method
public void Withdraw
Input parameters
decimal amount
Class field
decimal balance
Pseudo code
//your pseudo code
You need to insert the correct pseudo code. Which code segment should you insert?

What should you conclude?

You create Web-based client applications. You are evaluating the design of an e-commerce Web site. The Web site processes credit card information. The Web site has a shopping cart and expects a high volume of traffic, especially during peak shopping times.

The design specifications for the application must meet the following criteria:

The application will be hosted on a Web farm.
The application will use SSL during the checkout process.
Shopping cart information will be stored in InProc session variables.

You need to evaluate the design of the application and recommend whether it is technically feasible and complete. What should you conclude?

What should you conclude?

You create Web-based client applications. You are designing an extranet site for a company of trading partners.

You decide to use the following technologies:

Windows Authentication
XML to transfer data between the company and the traders

Before implementation, these technologies must be validated. You propose the following approach to perform the validation:

Coordinate a test set of Active Directory accounts for one trading partner. Provide the trading partner access to a test site that has logon facility. Distribute the XML schema that permits the partner to access data.

You need to evaluate whether the approach validates the proposed technology successfully. What should you conclude?


Page 10 of 12« First...89101112