18 February, 2023
The Secret Of Microsoft 98-361 Question
we provide Guaranteed Microsoft 98-361 exam answers which are the best for clearing 98-361 test, and to get certified by Microsoft Microsoft MTA Software Development Fundamentals. The 98-361 Questions & Answers covers all the knowledge points of the real 98-361 exam. Crack your Microsoft 98-361 Exam with latest dumps, guaranteed!
Free 98-361 Demo Online For Microsoft Certifitcation:
Question 1
- (Topic 1)
Which programming language is characterized as client-side, dynamic and weakly typed?
Which programming language is characterized as client-side, dynamic and weakly typed?
Question 2
- (Topic 2)
What are two methods that can be used to evaluate the condition of a loop at the start of each iteration? (Each correct answer presents a complete solution. Choose two. )
What are two methods that can be used to evaluate the condition of a loop at the start of each iteration? (Each correct answer presents a complete solution. Choose two. )
Question 3
- (Topic 1)
What are the three basic states that a Windows service can be in? (Choose three.)
What are the three basic states that a Windows service can be in? (Choose three.)
Question 4
- (Topic 1)
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
You need to create an application that processes data on a last-in, first-out (LIFO) basis. Which data structure should you use?
Question 5
- (Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct.
To minimize the amount of storage used on the hard drive by an application that generates many small files, you should make the partition as small as possible.
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.
This question requires that you evaluate the underlined text to determine if it is correct.
To minimize the amount of storage used on the hard drive by an application that generates many small files, you should make the partition as small as possible.
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.
Question 6
- (Topic 1)
How many parameters can a default constructor have?
How many parameters can a default constructor have?
Question 7
- (Topic 1)
You plan to create an application for your company. The application will run automated routines and write the results to a text-based log file. Little or no user interaction is required.
Security requirements on the host computers prevent you from running applications on startup, and users must be able to see the status easily on the screen. The host computers also have limited memory and monitors that display only two colors. These computers will have no network connectivity.
Which type of application should you use for this environment?
You plan to create an application for your company. The application will run automated routines and write the results to a text-based log file. Little or no user interaction is required.
Security requirements on the host computers prevent you from running applications on startup, and users must be able to see the status easily on the screen. The host computers also have limited memory and monitors that display only two colors. These computers will have no network connectivity.
Which type of application should you use for this environment?
Question 8
- (Topic 1)
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?
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?
Question 9
- (Topic 1)
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 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 10
- (Topic 1)
The Dog class and the Cat class inherit from the Animal class. The Animal class includes a breathe() method and a speak() method. If the speak() method is called from an object of type Dog, the result is a bark. If the speak() method is called from an object of type Cat, the result is a meow.
Which term is used to describe this object-oriented concept?
The Dog class and the Cat class inherit from the Animal class. The Animal class includes a breathe() method and a speak() method. If the speak() method is called from an object of type Dog, the result is a bark. If the speak() method is called from an object of type Cat, the result is a meow.
Which term is used to describe this object-oriented concept?
Question 11
- (Topic 2)
In which order do the typical phases of the Software Development Life Cycle occur?
In which order do the typical phases of the Software Development Life Cycle occur?
Question 12
- (Topic 1)
You are reviewing a design for a database. A portion of this design is shown in the exhibit. Note that you may choose to view 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 relationship between Customer and Order?
You are reviewing a design for a database. A portion of this design is shown in the exhibit. Note that you may choose to view 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 relationship between Customer and Order?
Question 13
- (Topic 1)
In which order do the typical phases of the Software Development Life Cycle occur?
In which order do the typical phases of the Software Development Life Cycle occur?
Question 14
- (Topic 1)
The throw keyword is used to perform which two actions? (Choose two.)
The throw keyword is used to perform which two actions? (Choose two.)
Question 15
- (Topic 2)
Which type of application has the following characteristics when it is installed?
✑ Runs continuously in the background by default when the startup type is set to automatic
✑ Presents no user interface
Which type of application has the following characteristics when it is installed?
✑ Runs continuously in the background by default when the startup type is set to automatic
✑ Presents no user interface
Question 16
- (Topic 1)
This question requires that you evaluate the underlined text to determine if it is correct. Arguments are passed to console applications as a Hashtable object.
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.
This question requires that you evaluate the underlined text to determine if it is correct. Arguments are passed to console applications as a Hashtable object.
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.
Question 17
HOTSPOT - (Topic 2)
The ASP.NET MVC page lifecycle is shown in the following graphic:
Use the drop-down menus to select the answer choice that completes each statement Each correct selection is worth one point.
Solution:
Does this meet the goal?
The ASP.NET MVC page lifecycle is shown in the following graphic:
Use the drop-down menus to select the answer choice that completes each statement Each correct selection is worth one point.
Solution:
Does this meet the goal?
Question 18
- (Topic 2)
How does a console-based application differ from a Windows Forms application?
How does a console-based application differ from a Windows Forms application?
Question 19
HOTSPOT - (Topic 2)
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Solution:
Does this meet the goal?
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
Solution:
Does this meet the goal?
Question 20
HOTSPOT - (Topic 1)
You have the following flowchart:
Use the drop-down menus to select the answer choice that completes each statement Each correct selection is worth one point.
Solution:
Does this meet the goal?
You have the following flowchart:
Use the drop-down menus to select the answer choice that completes each statement Each correct selection is worth one point.
Solution:
Does this meet the goal?
Question 21
- (Topic 1)
What are two advantages of normalization in a database? (Choose two)
What are two advantages of normalization in a database? (Choose two)
Question 22
- (Topic 2)
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?
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?