7
Microsoft 98-363 98-363 : Web Development Fundamentals 10 Q&A Version 3.0 http://www.certways.com/98-363.htm

Certways 98-363 Exam - Web Development Fundamentals

Embed Size (px)

DESCRIPTION

Certways offers Microsoft 98-363 questions and answers for your Web Development Fundamentals exam preparation. Download 98-363 free sample to check the quality.

Citation preview

Page 1: Certways 98-363 Exam - Web Development Fundamentals

Microsoft 98-36398-363 : Web Development Fundamentals

10 Q&A

Version 3.0

http://www.certways.com/98-363.htm

Page 2: Certways 98-363 Exam - Web Development Fundamentals

Leading the way in IT testing and certification tools, www.CertWays.com

- 2 -

Important Note, Please Read Carefully

Other CertWays productsA) Offline Testing engineUse the offline Testing engine product topractice the questions in an exam environment.

Build a foundation of knowledge which will be useful also after passing the exam.

Latest VersionWe are constantly reviewing our products. New material is added and old material isrevised. Free updates are available for 90 days after the purchase. You should check yourmember zone at CertWays and update 3-4 days before the scheduled exam date.

Here is the procedure to get the latest version:

1.Go towww.CertWays.com2.Click on Log in3.The latest versions of all purchased products are downloadable from here. Just click thelinks.For most updates,it is enough just to print the new questions at the end of the newversion, not the whole document.

FeedbackIf you spot a possible improvement then please let us know. We always interested inimproving product quality.Feedback should be send to [email protected]. You should include thefollowing: Exam number, version, page number, question number, and your login Email.

Our experts will answer your mail promptly.

CopyrightEach iPAD file is a green exe file. if we find out that a particular iPAD Viewer file isbeing distributed by you, CertWays reserves the right to take legal action against youaccording to the International Copyright Laws.

ExplanationsThis product does not include explanations at the moment. If you are interested inproviding explanations for this exam, please contact [email protected].

Page 3: Certways 98-363 Exam - Web Development Fundamentals

Leading the way in IT testing and certification tools, www.CertWays.com

- 3 -

www.CertWays.com Q: 1 You work as a Web developer for ABC.com. You need toimplement 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

www.CertWays.com Q: 2 You need to implement an authentication method for theABC.com website that uses tickets to track a logged in visitor's activity on thewebsite.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

www.CertWays.com Q: 3 How would you enable debugging diagnostics and tracingon a Web application.Which administrative action or actions enables tracing? (Choose TWO.)

Page 4: Certways 98-363 Exam - Web Development Fundamentals

Leading the way in IT testing and certification tools, www.CertWays.com

- 4 -

A. You should consider modification of the Web.config file or create a new file in theroot utilizing XML code if no Web.config file exists.You should additionally set theenvled attribute to true in the trace element.

B. You should consider the addition of a trace element as a child of the system.webelement 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 toimplement tracing.

Answer: A, B

www.CertWays.com Q: 4 You work for a Web solution development companynamed ABC.com. ABC.com wants you to develop a ScriptManager solution forretrieving 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

www.CertWays.com Q: 5 You work for a Web solution development companynamed ABC.com. ABC.com recently developed a Web application which has accessto the Microsoft SQL Server database via DataSet control using .NET Framework3.5 and ADO.NET. You need to implement a solution for retrieving the rowsupdated or refreshed when employees add information to the DataSet.

Page 5: Certways 98-363 Exam - Web Development Fundamentals

Leading the way in IT testing and certification tools, www.CertWays.com

- 5 -

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

www.CertWays.com Q: 6 You need to identify the data operation sequence processutilized when Web applications utilize ASP.NET with LinqDataSource objects.Which sequence of data operations would be utilized by LinqDataSources?

A. The LinqDataSource would utilize:Order ByGroup BySelect

B. The LinqDataSource would utilize:WhereOrder ByGroup ByOrder Groups BySelectAuto-sortAuto-page

C. The LinqDataSource would utilize:Order ByGroup ByAuto-pageAuto-sort

D. The LinqDataSource would utilize:

Page 6: Certways 98-363 Exam - Web Development Fundamentals

Leading the way in IT testing and certification tools, www.CertWays.com

- 6 -

Order ByOrder Groups BySelect

Answer: B

www.CertWays.com Q: 7 Which of the following statements regarding theutilization of Document Type Definition (DTD) are TRUE?

A. Document Type Definition (DTD) is utilized for determining the class object.

B. Document Type Definition (DTD) is utilized to extract objects from different datacollections.

C. Document Type Definition (DTD) is utilized as non-CML syntax for utilizing XMLelements.

D. Document Type Definition (DTD) is the document structure utilized to define a listof legal elements and attributes.

Answer: D

www.CertWays.com Q: 8 You work for a Web solution development companynamed ABC.com. You need to identify the service properties utilized whenapplication endpoints are configured using a WCF service.Which of the WCF service properties would be utilized by the application?

A. The Marshalling, Binding and Contract Properties would be utilized.

B. The Address, Binding and Contract Properties would be utilized

C. The Address, Binding and Entry Point Properties would be utilized

D. The COM Interface, Binding and Address Properties would be utilized

Page 7: Certways 98-363 Exam - Web Development Fundamentals

Leading the way in IT testing and certification tools, www.CertWays.com

- 7 -

Answer: B

www.CertWays.com Q: 9 You work for a Web solution development companynamed ABC.com. You need to identify the usable elements in a config file requiredfor testing Web applications.Which of the elements listed may be used to assist the testing?

A. You should consider utilization of a trace element.

B. You should consider utilization of an audit element.

C. You should consider utilization of an IFrame element.

D. You should consider utilization of a Selector element.

Answer: A

www.CertWays.com Q: 10 You work for a Web solution development companynamed ABC.com. You need to identify the usable modes of an application pool.Which of the modes should you identify? (Choose two)

A. Application Pools provides SQL Server mode.

B. Application Pools provides Classic mode.

C. Application Pools provides SQL Server mode.

D. Application Pools provides State Server mode.

E. Application Pools provides Integrated mode.

Answer: B, E