Which data-bound Web server control should you use?
You are creating an ASP.NET application by using the .NET Framework 3.5.
The application contains 10 Web forms. Each Web form displays customer information that is retrieved from the database by using a data-bound Web server control.
You need to ensure that the data-bound Web Server control meets the following business requirements:
– It displays a single record at a time.
– It allows the user to page through multiple customer records.
– It can create, update, and delete customer records in the database.
– It displays customer information by using a different layout on each Web form.
Which data-bound Web server control should you use?
Which two additional data should you use?
You are an enterprise application developer. You create a Web-based application and deploy it to your customers. The application requires the users to log on to use the application. The application does not permit impersonation. The application also requires the users to connect to the database and to a folder in the Web server. Your customers report a security bug. The bug denies access to the logged-on users every time they try to upload a file to the folder in the Web server.
Your customers provide you with the following data to reproduce the bug:
* The version of the Web-based application
* The users steps in the Web-based application
* The version of the operating system
You find that the information is insufficient to reproduce the bug. You need to identify the additional information that is required to reproduce the bug.
Which two additional data should you use? (Each correct answer presents part of the solution. Choose two.)
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 control should you use?
You are creating ASP.NET applications by using the .NET Framework 3.5.
You are designing a page that guides users through a troubleshooting process. The page will ask a series of questions and then conditionally display additional troubleshooting steps based on user responses.
You need to choose the appropriate control to implement the user interface.
Which control should you use?
Which component should you choose?
You are an enterprise application developer. You are testing authentication in a Microsoft Windows-based application.
After the user enters the user name and password in the logon form of the user interface component, the following responses are triggered:
* The user interface component passes the user name and password to a utility component that performs the encryption.
* The user interface component then passes the encrypted user name and password to a Web service.
* The Web service invokes a business component and passes the encrypted user name and password.
* The business component passes the encrypted user name and password to a data access layer component that validates the user.
You need to identify the component on which the business component depends.
Which component should you choose?
What should you do?
You need to create an assignment business rule that is based on an existing allocation rule. What should you do?
What should you do?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You review the design of an ASP.NET Web form that collects text input.
The Web form design has the following features:
– It uses the single-file page model that has script blocks which specify the runat = “serverN attribute.
– It includes a TextBox control.
– It includes a LinkButton control to submit the Web form.
– It includes a RegularExpressionValidator control that validates the text input.
You need to ensure that the Web form functions properly in browsers that have JavaScript support disabled.
What should you do?
What should you recommend?
You are an enterprise application developer. You are performing a peer code review for an entry- level developer. The developer is implementing server-side business objects. The business objects must be accessed and activated by using .NET Framework remoting. In addition, the business objects must meet the following requirements:
* Implement an interface for client-side access.
* Inherit from a base business object class.
The developer writes the following code segment.
public class UserObject : BaseBizObject, MarshalByRefObject, IUserObject { }
When the developer attempts to compile the code, an error message is received. You need to review the code and recommend a solution.
What should you recommend?
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?
Which Web server control should you use?
You are creating an ASP.NET application by using the .NET Framework 3.5.
You create a Web form in your application to display product information by using a data-bound Web server control.
You need to identify the data-bound Web server control that meets the following business requirements:
– Displays information by using a customized item template for the data.
– Supports data paging by using the DataPager Web server control.
Which Web server control should you use?