PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

Your company adopts a new security policy. The policy requires that changes made to the PerformancePoint Planning Server system configuration must be automatically recorded in a log file. The size of the log file must not exceed 30 MB. You need to ensure that a new log file is created when the size of an existing log file reaches 30 MB. What should you do?

Which two actions should you perform?

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

The application contains a theme named Theme1. Theme1 contains a cascading style sheet (CSS) file and skin definitions for several control types. Theme1 is specified in the themeattribute of the pages element in the Web.config file.

Several pages within the application use Calendar controls.

You need to implement a solution that meets the following requirements:

– Calendar controls are provided on four pages along with a format that differs from the Calendar skin defined in Theme1.
– The display of Calendar controls on other pages within the application is unaffected.

Which two actions should you perform? (Each correct answer presents a complete solution.
Choose two.)

What should you do?

You write an XML Web service.
The XML Web service contains Web methods that return large amounts of non-sensitive public data.
The data is transferred over the Internet.
You need to be able to detect if the data was tampered with during transit.
The implementation must be configurable at run time.
Your solution must minimize the impact on the performance of the Web service.

What should you do?

What should you do?

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

The application contains several ASP.NET pages that display news articles. Each ASP.NET page has server controls that display advertisements along with the article content.

You need to ensure that the printout does not include the advertisements when the user prints these pages by using the browser’s print menu command.

What should you do?

What should you do?

You are creating a Windows-based application that allows users to store photographs remotely by using a Web service.
The Web service is configured to use Web Services Enhancements (WSE) 3.0, and it has the following configuration XML in its Web.config file.

<microsoft.web.services3>
<messaging>
<mtom serverMode=”always”/>
</messaging>
</microsoft.web.services3>

You need to configure the application to ensure that a photograph can be sent to the Web service.

What should you do?

What should you do?

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

The application will be used to share photos across the Internet. Each photo must be available in various sizes and formats.

The users can access the application from different browsers and operating systems.

You need to develop a download feature that can be easily maintained. You also need to ensure that only a single version of each photo is stored on the server.

What should you do?

What should you do?

You write a Web service that uses Web Services Enhancements (WSE) 3.0 for security.
The Web service must support both the kerberosSecurity policy and the mutualCertificateSecurity policy.
Both policies have the same options set for encryption and signatures.
You need to ensure that the Web service can use either policy.

What should you do?