시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / 98-361 덤프  / 98-361 문제 연습

Microsoft 98-361 시험

Microsoft MTA Software Development Fundamentals 온라인 연습

최종 업데이트 시간: 2024년04월24일,164문제.

당신은 온라인 연습 문제를 통해 Microsoft 98-361 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 98-361 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 164개의 시험 문제와 답을 포함하십시오.

 / 5

Question No : 1


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.



정답:

Question No : 2


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?

정답:

Question No : 3


What is displayed when you attempt to access a Web service by using a Web browser?

정답:
Explanation:
The server, in response to this request, displays the Web service's HTML description page. The Web service's HTML description page shows you all the Web service methods supported by a particular Web service. Link to the desired Web service method and enter the necessary parameters to test the method and see the XML response.

Question No : 4


Where must Internet Information Services (IIS) be installed in order to run a deployed ASP. NET application?

정답:
Explanation:
IIS is run on the web server. The web server is hosting the application.

Question No : 5


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?

정답:
Explanation:
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts.

Question No : 6


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?

정답:
Explanation:
For room availability we need to check a database located on a server.

Question No : 7


You are creating a Web application. The application will be consumed by client computers that run a variety of Web browsers.
Which term is used to describe the process of making the application available for client computers to access?

정답:
Explanation:
You host web applications.

Question No : 8


Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?

정답:
Explanation:
HTTP is a stateless protocol. This means that user data is not persisted from one Web page to the next in a Web site. One way to maintain state is through the use of cookies. Cookies store a set of user specific information, such as a reference identifier for a database record that holds customer information.

Question No : 9


Which function does Simple Object Access Protocol (SOAP) provide when using Web services?

정답:
Explanation:
SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of web services in computer networks. It relies on XML Information Set for its message format, and usually relies on other application layer protocols, most notably Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.

Question No : 10


How many parameters can a default constructor have?

정답:
Explanation:
If a class contains no instance constructor declarations, a default instance constructor is automatically provided. That default constructor simply invokes the parameterless constructor of the direct base class.

Question No : 11


You need to create a property in a class. Consumers of the class must be able to read the values of the property. Consumers of the class must be prevented from writing values to the property.
Which property procedure should you include?

정답:

Question No : 12


Class C and Class D inherit from Class B. Class B inherits from Class A.
The classes have the methods shown in the following table.



All methods have a protected scope.
Which methods does Class C have access to?
A. only m3, m4
B. only m2, m3
C. only ml, m3
D. m1, m3, m3
E. m2, m3, m4
F. m1, m2, m3

정답: F

Question No : 13


Which type of function can a derived class override?

정답:
Explanation:
You can override virtual functions defined in a base class from the Visual Studio. The override modifier is required to extend or modify the abstract or virtual implementation of an inherited method, property, indexer, or event.

Question No : 14


Which of the following must exist to inherit attributes from a particular class?

정답:
Explanation:
There must be some public properties that can be inherited.

Question No : 15


You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake ().
How should you call the Truck class implementation of the brake () method?

정답:
Explanation:
The MyBase keyword behaves like an object variable referring to the base class of the current instance of a class.MyBase is commonly used to access base class members that are overridden or shadowed in a derived class.

 / 5