98-363 Web Development Fundamentals

Posted by:admin Posted on:Feb 17,2015

QUESTION 1
You work as a Web developer for ABC.com. You need to implement a page event that fires after
the event-handling process.
Which page event should you use?

A. The LoadComplete event would be raised.
B. The Trace.axd event would be raised.
C. The OnEnd event would be raised.
D. The InitComplete event would be raised.

Answer: A

Explanation: The LoadComplete event is raised when all postback data and view-state data is
loaded into the page after the OnLoad method is used to invoke all controls of the page.


QUESTION 2
You need to implement an authentication method for the ABC.com website that uses tickets to
track a logged in visitor’s activity on the website.
Which of the authentication methods should be utilized?

A. You should consider utilization of Forms authentication.
B. You should consider utilization of Kerberos authentication.
C. You should consider utilization of the EAP protocol.
D. You should consider utilization of Integrated Windows authentication.

Answer: A

Explanation: By utilization of Forms authentication you ensure that network users utilize an
authentication ticket created when a user logs on to a site. You should additionally note that the
authentication ticket can be utilized to tracks the user throughout the site.


QUESTION 3
How would you enable debugging diagnostics and tracing on a Web application.
Which administrative action or actions enables tracing? (Choose TWO.)

A. You should consider modification of the Web.config file or create a new file in the root utilizing
XML code if no Web.config file exists.
You should additionally set the envled attribute to true in the trace element.
B. You should consider the addition of a trace element as a child of the system.web element after
which a trace element PageOutput attribute is set to true.
C. You should consider making changes to the HOSTS file of network users.
D. You should consider creating a file in the root folder utilizing XML code to implement tracing.

Answer: A,B

Explanation: You should note that Tracing is a feature in ASP.NET that can be utilized to allow
developers to view diagnostic information about a single request for an ASP.NET page. You
should additionally note that be configuring tracing developers are allowed to write debug
statements directly in the code.


QUESTION 4
You work for a Web solution development company named ABC.com. ABC.com wants you to
develop a ScriptManager solution for retrieving the ScriptReferenceCollection object rendered to
the website visitor.
Which ScriptManager properties should be utilized?

A. The ScriptManager.Scripts property would be utilized.
B. The ScriptManager.Events property would be utilized.
C. The ScriptManager.Handler property would be utilized.
D. The ScriptManager.Solution property would be utilized.

Answer: A

Explanation: The ScriptManager.Scripts property is utilized to returns an object part of a
collection of ScriptReference objects which in fact each represents a script file. You should
additionally note that all the script files that ASP.NET needed for AJAX functionality, and to custom
script files are referenced.


QUESTION 5
You work for a Web solution development company named ABC.com. ABC.com recently
developed a Web application which has access to the Microsoft SQL Server database via DataSet
control using .NET Framework 3.5 and ADO.NET. You need to implement a solution for retrieving
the rows updated or refreshed when employees add information to the DataSet.
Which administrative action should be taken?

A. You should consider utilization of methods in the DataBinder class.
B. You should consider utilization of the Fill method of the DataAdapter class.
C. You should consider utilization of Data binding syntax.
D. You should consider utilization of TemplateControl class.

Answer: B

Explanation: The utilization of the Fill method ensures that the DataAdapter class would return
the number of rows that are successfully added or refreshed in the DataSet.


MCTS Training, MCITP Trainnig

Best Microsoft Technology Associate (MTA),
Microsoft 98-363 Training at certkingdom.com


admin

No description.Please update your profile.

You must be logged in to post a comment