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
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available when the request is made?
- A . client-side
- B . server-side
- C . multithreaded
- D . batch processing
You need to group all the style settings into a separate file that can be applied to all the pages in a Web application.
What should you do?
- A . Use a Cascading Style Sheet (CSS).
- B . Use inline styles.
- C . Use an Extensible Markup Language (XML) schema.
- D . Use a WebKit.
Where must Internet Information Services (IIS) be installed in order to run a deployed ASP. NET application?
- A . on the computer that you plan to deploy from
- B . on the computer that hosts the application
- C . on the Application Layer Gateway Service
- D . on the client computers
What is displayed when you attempt to access a Web service by using a Web browser?
- A . a listing of methods that are available in the Web service
- B . a directory listing of the Web service’s application structure
- C . an error page explaining that you have accessed the Web service incorrectly
- D . a visual depiction of your preliminary connection to the Web service
You are writing a Web application that processes room reservation requests. You need to verify that the room that a guest has selected is not already reserved by another guest.
Which type of programming should you use to determine whether the room is still available when the request is made?
- A . functional
- B . dynamic
- C . in-browser
- D . server-side
HOTSPOT You are developing a web application.
You need to create the following graphic by using Cascading Style Sheets (CSS):
Use the drop-down menus to select the answer choice that completes each statement. Each correct selection is worth one point.