PrepAway - Latest Free Exam Questions & Answers

Category: 70-565

Exam 70-565: Pro: Designing and Developing Enterprise Applications Using the Microsoft .NET Framework 3.5

What should you do?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application contains the following modules:
– Mathematical utility modules
– Data access modules
– Geographical modules
The geographical modules are not ready for testing at this stage. However, all the other modules are complete.
You need to design an integration testing strategy that allows you to test all completed modules.
You also need to ensure that the strategy minimizes regression testing when the remaining modules are complete.
What should you do?

What should you do?

You create an ASP.NET application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application conforms to the following specifications:
– It runs on a host server.
– It functions without administrative privileges.
– It uses a method named GetConnectionString.
The GetConnectionString method reads the database connection strings from the Machine.config file.
During the test process, attempts to load a page that uses the GetConnectionString method fail.
The following error message is displayed:
“Access Denied”
You need to ensure that the GetConnectionString method functions appropriately.
What should you do?

Which load testing scenario should you use?

You create an ASP.NET application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
You develop a load testing strategy for the application. The application has the following business requirements:
– It must support 5,000 simultaneous users.
– It must support the Microsoft Internet Explorer 6.0, 7.0, and 8.0 versions.
– It must support third-party browsers.
You need to ensure that the application meets the business requirements.
Which load testing scenario should you use?

What should you do?

You create an application by using Microsoft Visual Studio 2008 and the .NET Framework 3.5.
The application uses a Windows Workflow Foundation controller component to call an ASP.NET Web service.
You need to develop an integration test to ensure that the Web service and the Workflow component interact appropriately.
What should you do?

What should you do?

You create an ASP.NET application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
To access a Microsoft SQL Server database, the application reads the following connection string from the Web.config file.

Server=SQL1;Database=Contoso;Integrated Security=SSPI;

The application is configured to use the Microsoft Internet Information Services (IIS) anonymous authentication.
You deploy the application to a production server that hosts several corporate ASP.NET applications.
You discover that database authentication fails on the production server. You need to ensure that the application can connect to the database.
You also need to ensure that no additional applications are granted access to the database.
What should you do?

What should you do?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application includes a server component that implements business rules and communicates with a Microsoft SQL Server database.
The component is implemented as a .NET Framework 3.5 assembly. You discover that the performance of the application degrades over a period of time.
You need to gather data on the performance of the component. You also need to minimize the effect of logging on the performance of the application.
What should you do?

What should you do?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application has the following specifications:
– Obtains data from a Web service and the corporate database.
– Uses the data to perform lengthy mathematical calculations.
– The application takes a long time to display the results.
You need to ascertain the cause of the slow response time. You also need to gather as much detailed data as possible.
What should you do?

What should you do?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
The application includes two namespaces named Contoso.Security and Contoso.Log.
Classes in the Contoso.Security namespace will be distributed for use in a data access layer component.
Classes in the two namespaces will be distributed for use by other client components in the application.
Not all client components will use both the Contoso.Security and Contoso.Log classes.
You plan to design a strategy for component reuse. You need to ensure that unnecessary code is not distributed to any client application.
You also need to ensure that all necessary code is available to dependent components.
What should you do?

Which method should you use?

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
You are deploying the application on your company network. The deployment must meet the following requirements:
– Supports post-installation rollback.
– Supports deployment through Active Directory Group Policy.
– Ensures that the application is added to the Start menu.
You need to identify a deployment method that meets the requirements by using the minimum amount of administrative effort.
Which method should you use?

What should you do?

You create an ASP.NET application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.
You deploy the application to the test Web farm along with a network load balancer.
You are using InProc session settings in the Web.config file to manage user sessions. The application fails to function properly in the test Web farm.
You discover that changes to non- serializable user information are not reliably persisted across the Web farm.
You need to ensure reliable persistence of user information. You also need to ensure that the changes involves the minimum amount of configuration effort.
What should you do?


Page 9 of 11« First...7891011