What should you do?
A PerformancePoint Planning Server application has a model named Costs.
You review the properties of the Costs model. You discover that the value of the Current Period property is the previous calendar year. You need to change the value of the Current Period property to the current year. What should you do?
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 code segment should you use?
You are creating a Web service to expose the public methods on a class.
Two overloaded methods are defined in the class as follows:
public Customer GetCustomer(string custId)
public Customer GetCustomer(string name, string postalCode)
You need to expose both methods on the Web service.
Which code segment should you use?
What should you do?
You build a dashboard for PerformancePoint Monitoring Server. Your dashboard has a zone that contains three reports named ReportA, ReportB, and ReportC. You need to ensure that ReportC is always displayed at the bottom of the zone. 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.)
Which code should you use?
You are creating a Web service.
You need to add an operation that can be called without returning a message to the caller.
Which code should you use?
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?