98-361試験無料問題集「Microsoft MTA Software Development Fundamentals 認定」

Which term is used to describe a class that inherits functionality from an existing class?

解説: (GoShiken メンバーにのみ表示されます)
Which programming language is characterized as client-side, dynamic and weakly typed?

You need to debug a Windows Service application by using breakpoints.
What should you do?

解説: (GoShiken メンバーにのみ表示されます)
This question requires that you evaluate the underlined text to determine if it is correct.
The bubble sort algorithm steps through the list to be sorted, comparing adjacent items and swapping them if they are in the wrong order.
Select the correct answer if the underlined text does not make the statement correct.
Select "No change is needed'' if the underlined text makes the statement correct.

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

解説: (GoShiken メンバーにのみ表示されます)
You are developing an ASP.NET Wep page that displays status of a shipment.
You need to write some code that will change the Web page's appearance and assign values to some controls.
Where should you put this code?

You have a SQL Server database named MyDB that uses SQL Server Authentication.
Which connection string should you use to connect to MyDB?

You are designing a database for your company.
You are reviewing the normalization for the database tables.
You review the following Orders table:

Which of the following statement is true for the Orders table?

You develop a new ASP.NET inventory application on the Northwind Web server.
You deploy the files in the folder c:\WebInventory.
The application should be available via the URL www.northwind.com/inventory.
The URL www.northwind.com is already set up to point to the Northwind Web server.
What should you do to make your inventory application available at the expected URL?

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?

You have created a new Web service that provides mapping data.
You are working in a Visual Studio environment and use C# as your programming language.
You need to test the Web service to ensure that it is returning correct results.
What is the easiest way to test your new Web service?

What are the three basic states that a Windows service can be in? (Choose three.)

正解:B,C,D 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)