PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What should you do?

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

The application stores and retrieves sensitive data in a Microsoft SQL Server 2008 database. The database is accessed by multiple applications.

You need to ensure that other applications that access the database are unable to view any sensitive data that is stored by the application.

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 uses the Forms authentication mode. Each folder in the application contains confidential Microsoft Excel files. You need to ensure that bots are not allowed to access the folders in the application. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

What should you do?

You are assigned to the User Administrator role for a PerformancePoint Planning Server application.

A business analyst performs the following tasks:

Creates business rules for a model named Model1.

Adds a subsite named Subsite1 to Model1.

Creates a business rule named Rule1 for Subsite1.

You need to ensure that you can execute Rule1.

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 will allow users to enter HTML content into a Web form. The HTML content will be stored in a Microsoft SQL Server database.

You need to ensure that the content can be posted to the page. You also need to ensure that potentially harmful script cannot be stored in the database.

Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)

Which code segment should you use?

A SOAP message has the following body.

<soap:Body>
<tns:Greeting>
<Person href=”#id1″ />
</tns:Greeting>
<tns:User id=”id1″ xsi:type=”tns:User”>
<GivenName xsi:type=”xsd:string”>givenname</GivenName>
<SurName xsi:type=”xsd:string”>surname</SurName>
</tns:User>
</soap:Body>

You need to configure the Greeting method to accept the SOAP message.

Which code segment should you use?

What should you do?

You create a PerformancePoint Add-in for Excel report. Your model has a dimension named Products. The Products dimension contains two member sets named Color and ProductCategory. You add a matrix to the report. The matrix displays the number of products in the ProductCategory member set. You need to ensure that the matrix displays the number of products in the ProductCategory member set only if the Color member has a value of either Red or Blue. What should you do?