Online Access Free 98-361 Practice Test
| Exam Code: | 98-361 |
| Exam Name: | Microsoft MTA Software Development Fundamentals |
| Certification Provider: | Microsoft |
| Free Question Number: | 389 |
| Posted: | May 30, 2026 |
You are developing an order-entry application that will be used by all employees in your company.
You use ASP.NET to develop this application and deploy it on the company's Internet Information Services (IIS) server.
What should you install on the users computers before they can access the order-entry application?
You are C# developer who is developing a Windows application.
You need to provide a common definition of a base class that can be shared by multiple derived classes.
Which keyword should you use to declare the new class?
You are reviewing a design for a database.
A portion of this design is shown in the exhibits.
Note that you may choose either the Crow's Foot Notation or Chen Notation version of the design. (To view the Crow's Foot Notation, click the Exhibit A button. To view the Chen Notation, click the Exhibit B button. )

Which term is used to describe the Customer component?
An application presents the user with a graphical interface.
The interface includes buttons that the user clicks to perform tasks.
Each time the user clicks a button, a method is called that corresponds to that button.
Which term is used to describe this programming model?