What should you do?
You are creating ASP.NET applications by using the .NET Framework 3.5.
The application occasionally experiences errors that cannot be reproduced on a test environment.
You need to ensure that the application meets the following requirements:
– All unexpected errors are logged.
– Logging is configured with a minimum amount of modification to the application code.
What should you do?
What should you do?
You are an enterprise application developer. You create a component that exposes a static method. The static method performs a complex business algorithm and the method must support concurrent callers. You use asynchronous processing to implement the method. You need to ensure that the client application is notified about the completion of the method.
What should you do?
What should you do?
You are assigned only the Global Administrator role for the PerformancePoint Server. A user named User1 is assigned a Modeler role for a model. You add a domain user account named User2 to the user list on the PerformancePoint Server. You need to ensure that User2 is a member of an existing business role for the model. 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 use multiple master pages.
Each master page will have an Image control named ImageControl1. ImageControl1 will be added directly to some master pages and through a user control to the other master pages.
You need to ensure that the content pages of the application can dynamically reference the image displayed by ImageControl1.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
Which action should you recommend?
You are an enterprise application developer. You are creating a financial application that includes a data access component. This component executes queries against a Microsoft SQL Server database. Application performance deteriorates as the volume of data in the database increases. You need to identify which database queries require the greatest time to execute. You need to minimize the impact on application performance while gathering this information.
Which action should you recommend?
Which action should you use?
You are the owner and the contributor of a form assignment. The status of the assignment is Work in Progress. You need to save the changes to the form assignment to the PerformancePoint Planning Server. Your solution must not write data to the underlying model. Which action should you use?
What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
The application uses the SiteMapPath control and a SiteMapProvider object.
The application contains a page named ViewArticle.aspx that displays an article. The article is retrieved from a Microsoft SQL Server 2008 database by using the Articleld value. The value is obtained as a QueryString parameter.
You need to ensure that the ViewArticle.aspx page can be used to view articles without constructing a SiteMapNode node for each article.
What should you do?
What should you do?
You are an enterprise application developer. You are designing a data access component to meet the following criteria:
The data access component provides data to several business components. The data access component contains methods that retrieve data. The methods retrieve data from a Microsoft SQL Server database.
The data is modified infrequently.
You need to ensure that the data access component provides current data to the business components.
You also need to minimize the number of requests sent to the SQL Server database for this data.
What should you do?
What should you do?
You create a job template that is based on an assignment rule. You need to create an on-demand job by using the job template. 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 a reporting section. Pages for the reporting section are stored in the ~/Reports folder.
The Web pages in the ~/Reports folder use the same master page as pages that are not in the reporting section.
You need to modify the pages in the reporting section to meet the following requirements:
– The layout of the pages in the reporting section includes content areas that are not present on other pages in the site.
– The layout of the reporting section-specific content is visible in the Microsoft Visual Studio design mode.
– The pages in the reporting section reflects the changes if any layout changes are made to the site in future.
What should you do?