PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you recommend?

You are an enterprise application developer. Your team has created a distributed application that permits users to generate reports. The reports aggregate data from existing databases. You must move your new application into a test environment. You propose the following criteria:

Compile the application components in release mode.
Publish the ASP.NET files to the test Web server.
Install the serviced components in component services on the application server. Backup the development database and restore it on the test database server.

You need to evaluate the proposal and recommend accordingly. What should you recommend?

Which two actions should you perform?

You create an application for a Microsoft Office SharePoint Server 2007 server. You create a List Web Part that displays tasks in a project plan. The Web Part retrieves information from the Business Data Catalog (BDC) definition. You need to ensure that when a user selects an item in the project list, the task list for the project is displayed. You also need to ensure that users can update information in the task list. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Which three sets of unit tests should you write?

You are an enterprise application developer. You are designing unit test cases for an account management system of a regional bank. Before creating the application, you create the unit test scenarios by using use cases. Three high-level use cases are outlined as shown in the following exhibit.

You need to write unit tests to test the functionality inside the system. Which three sets of unit tests should you write? (Each correct answer presents part of the solution. Choose three.)

Which class should you choose?

You are an enterprise application developer. You create a Web service that wraps a business component to expose it through the Web. The business component contains two classes, the Utility class and the Facade class. The Utility class has private methods and internal methods. The Facade class has public methods. The Web service component has a Web service class that is named Services. The Services class performs security verification before the functions in the business component are called. The Services class relies on a class that is named Security in the Web service to implement the security verification. You have completed unit testing both components. You need to choose the class for which to write test cases for integration testing.
Which class should you choose?