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
In the application life cycle, the revision of an application after it has been deployed is referred to as:
- A . Unit testing
- B . Integration
- C . Maintenance
- D . Monitoring
In which order do the typical phases of the Software Development Life Cycle occur?
- A . Development, design, requirements gathering, and testing
- B . Design, requirements gathering, development, and testing
- C . Design, development, requirements gathering, and testing
- D . Requirements gathering, design, development, and testing
You execute the following code.
What will the variable iResult be?
- A . 1
- B . 2
- C . 3
- D . 4
You execute the following code.
How many times will the word Hello be printed?
- A . 49
- B . 50
- C . 51
- D . 100
You are creating a routine that will perform calculations by using a repetition structure. You need to ensure that the entire loop executes at least once.
Which looping structure should you use?
- A . For
- B . While
- C . Do..While
- D . For..Each
The purpose of the Finally section in an exception handler is to:
- A . Execute code regardless of whether an exception is thrown.
- B . Conclude the execution of the application.
- C . Execute code only when an exception is thrown.
- D . Break out of the error handler.
You are creating the necessary variables for an application.
The data you will store in these variables has the following characteristics:
– Consists of numbers
– Includes numbers that have decimal points
– Requires more than seven digits of precision
You need to use a data type that will minimize the amount of memory that is used.
Which data type should you use?
- A . decimal
- B . double
- C . byte
- D . float
Your database administrators will not allow you to write SQL code in your application.
How should you retrieve data in your application?
- A . Script a SELECT statement to a file.
- B . Query a database view.
- C . Call a stored procedure.
- D . Reference an index in the database.
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?
- A . Field
- B . Attribute
- C . Property
- D . Entity
You have a server that limits the number of data connections.
What should you use to optimize connectivity when the number of users exceeds the number of available connections?
- A . Connection timeouts
- B . Named pipes
- C . Normalization
- D . Connection pooling