PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which three actions should you perform?

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

You deploy the application to a remote server. The application contains form submissions, QueryString parameters, cookies, and ViewState properties. The application connects to a database.

You need to ensure that SQL injection attacks are minimized.

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

What should you do?

A Web service returns a Node object X that references Node object Y.
Node object Y also references Node object X.
When the Web service method is called in a way that returns Node object X, the following exception is thrown.

System.InvalidOperationException: A circular reference was detected while serializing an object of type Node.

You need to ensure that the Web service method runs without generating the exception.
Your code must preserve the circular reference between the Node objects.

What should you do?

What should you do?

You are configuring dimensions. You add a shared Product dimension to the root model site. You add dimension members for each product type to the shared Product dimension.

A subsite uses the shared Product dimension. You create a model in the subsite. You need to ensure that the subsite tracks only product type shoes. What should you do?

What should you do?

You are writing a Web service that will serve multiple client applications.
Some client applications will send billing information as SOAP headers, but you do not know the format of these headers.
You need to handle these SOAP headers so that the billing information is saved for analysis.

What should you do? (Each correct answer presents part of the solution. Choose two.)

Which two actions should you perform?

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

The application will be accessed by Internet users.

You plan to enable users to authenticate from the client-side script.

You add the following code fragment in the Web.config file of the application.

You need to configure the application to ensure user credentials are validated against Active Directory by using the client-side script. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

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?