PrepAway - Latest Free Exam Questions & Answers

What should you recommend?

You create Web-based client applications. You are creating an Internet banking application. Bank account holders will use this application. The application uses a set of Web services to retrieve account information. One of these Web services is used to retrieve a list of transactions. This Web service returns the list as an XML document.

The application must meet the following requirements:

Data from the XML document has to be retrieved, formatted, and displayed in the user interface. Any changes to the way the data is formatted and to the amount of data displayed should not require the code to be recompiled.

The current design of the application specifies that the XML document will be accessed through an XMLDocument object, and XPath expressions will be used to extract portions of the document to populate controls on a Web form. You need to evaluate the current design of the application and make recommendation for changes, if required. What should you recommend?

PrepAway - Latest Free Exam Questions & Answers

A.
The current design meets the requirements.

B.
The current design does not meet the requirements. Use an XSLT file to transform the XML document and display the result on a Web form by using an XML control.

C.
The current design does not meet the requirements. Use a cascading style sheet (CSS) file to format the output of the current Web form.

D.
The current design does not meet the requirements. Generate a Dataset object from the XML document and bind the dataset to a DataGrid control on a Web form.

E.
The current design does not meet the above requirements. Generate a DataTable object from the XML document and bind the DataTable object to a DataGrid control on a Web form.


Leave a Reply