What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
The application displays a price list that contains 100 items. The customers use desktop computers, PDAs, mobile phones, or other mobile devices to access the application.
The application uses a master page that includes the following layout:
– A site header at the top of the page.
– A navigation structure at the side of the page.
– Content on the remaining space on the page.
You need to ensure optimal rendering of the price list for each customer, irrespective of the device category used. What should you do?
Which technology should you use?
You are an enterprise application developer. You are creating a client/server application. You need to install the application on the company network.
The client/server application must meet the following criteria:
* The server component is a class library that is created by using the .NET Framework.
* The client component is a Microsoft Windows-based application that is created by using the .NET Framework.
* The client component and the server component must communicate by using a binary protocol.
* The fewest possible ports are opened between the client component and the server component.
You need to identify a technology that permits the server to communicate with the client component through the TCP/IP protocol.
Which technology should you use?
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 three additional tasks should you perform?
You are creating ASP.NET applications by using the .NET Framework 3.5.
The applications will be hosted on the same physical Web server.
You have the following page layout requirements:
– A common page layout that applies to all the ASP.NET pages across the Web applications
– All pages to automatically reflect changes that are made to the common page layout
You create a master page that provides the page layout.
You need to implement a solution that meets the layout requirements.
Which three additional tasks should you perform? (Each correct answer presents part of the solution. Choose three.)
What should you conclude?
You are an enterprise application developer. You are evaluating the physical design of a Web- based application. Fifty customers will use the application from different regions. The use of the application will trigger events of different severities. These events must be logged, extracted, and then filtered on the basis of customer, region, or severity of events. The event details also must be persisted, backed up, and archived for later retrieval. The development team plans to use an event log for logging events. On evaluation, you find the plan does not meet the requirements. You need to explain why an event log fails to meet the requirements.
What should you conclude?
Which mode should you change the state of the application to?
You create a new Microsoft Office PerformancePoint Server 2007 application. You need to ensure that only users assigned to the Modeler role can connect to the application. Which mode should you change the state of the application to?
What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You need to ensure that the application meets the following requirements:
– The layout that must be applied to the pages in the application can be selected by the developers.
– The layout of the pages can be modified by the developers without the source code modification.
– A consistent page layout is maintained.
What should you do?
Which statement should influence your decision?
You are an enterprise application developer. You are creating an application that will track shipments. This application must support integration with applications that run on different platforms and operating systems. The application that you are creating can be invoked only through SOAP messages over HTTP. You choose Web services instead of .NET Remoting to meet these requirements. You need to specify the reason for choosing Web services.
Which statement should influence your decision?
What should you do?
You are assigned the Global Administrator role on the Microsoft Office PerformancePoint Server 2007 server. You create a new application named Contoso. You attempt to assign data administrators to the application. You discover that the Add/Remove Users option for the Contoso application is unavailable on the PerformancePoint Planning Administration Console. You need to enable the Add/Remove Users option for the Contoso application on the Data Administrator Role menu. What should you do?
What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You use the built-in ASP.NET Web server controls in all the Web forms of the application.
You access and modify the properties of all Web server controls in the code-behind class of the Web forms.
You need to add custom client-side and AJAX behavior to the ASP.NET Web server controls.
What should you do?