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
Your application must pull data from a database that resides on a separate server.
Which action must you perform before your application can retrieve the data?
- A . Configure the network routers to allow database connections.
- B . Install the database on each client computer.
- C . Create a routine that bypasses firewalls by using Windows Management Instrumentation (WMI).
- D . Establish a connection to the database by using the appropriate data provider.
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?
- A . Vehicle. brake ();
- B . This. brake ();
- C . MyBase. brake();
- D . Truck. brake ();
Which of the following must exist to inherit attributes from a particular class?
- A . Public properties
- B . A has-a relationship
- C . An is-a relationship
- D . Static members
Which type of function can a derived class override?
- A . a non-virtual public member function
- B . a private virtual function
- C . a protected virtual member function
- D . a static function
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
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?
- A . Return
- B . Get
- C . Set
- D . Let
Which function does Simple Object Access Protocol (SOAP) provide when using Web services?
- A . directory of registered Web services
- B . communications protocol
- C . security model
- D . model for describing Web services
Which term is used to describe small units of text that are stored on a client computer and retrieved to maintain state?
- A . trace
- B . cookie
- C . server transfer
- D . cross-page post
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?
- A . Casting
- B . Deploying
- C . Hosting
- D . Virtualization