Microsoft 98-361 Microsoft MTA Software Development Fundamentals Online Training
Microsoft 98-361 Online Training
The questions for 98-361 were last updated at Dec 20,2024.
- Exam Code: 98-361
- Exam Name: Microsoft MTA Software Development Fundamentals
- Certification Provider: Microsoft
- Latest update: Dec 20,2024
The purpose of the Catch section in an exception handler is to:
- A . Break out of the error handler.
- B . Conclude the execution of the application.
- C . Execute code only when an exception is thrown.
- D . Execute code regardless of whether an exception is thrown.
You execute the following code.
How many times will the word Hello be printed?
- A . 5
- B . 6
- C . 10
- D . 12
In the life cycle of an ASP. NET Web page, which phase follows the SaveStateComplete phase?
- A . PostBack
- B . Postlnit
- C . Load
- D . Render
You are creating an ASP. NET Web application.
Which line of code should you use to require a control to process on the computer that hosts the application?
- A . defaultRedirect="ServerPage. htm"
- B . redirect="HostPage. htm"
- C . AutoEvencWireup="true"
- D . runat="server"
In this XHTML code sample, what will cause an error?
- A . All tags are not in uppercase.
- B . The body tag is missing a background attribute.
- C . The line break tag is incorrectly formatted.
- D . The HTML tags do not read XHTML.
You create an application that uses Simple Object Access Protocol (SOAP).
Which technology provides information about the application’s functionality to other applications?
- A . Web Service Description Language (WSDL)
- B . Extensible Application Markup Language (XAML)
- C . Common Intermediate Language (CIL)
- D . Universal Description, Discovery, and Integration (UDDI)
Which language allows you to dynamically create content on the client side?
- A . Extensible Markup Language (XML)
- B . Cascading Style Sheets (CSS)
- C . Hypertext Markup Language (HTML)
- D . JavaScript (JS)
How should you configure an application to consume a Web service?
- A . Add the Web service to the development computer.
- B . Add a reference to the Web service in the application.
- C . Add a reference to the application in the Web service.
- D . Add the Web service code to the application.
What are two possible options for representing a Web application within Internet Information Services (IIS)? (Each correct answer presents a complete solution. Choose two. )
- A . Web site
- B . Web directory
- C . Virtual directory
- D . Application server
- E . Application directory
Which language uses Data Definition Language (DDL) and Data Manipulation Language (DML)?
- A . SQL
- B . C++
- C . Pascal
- D . Java