we provide Top Quality Microsoft mta exam 98 361 exam cost which are the best for clearing software development fundamentals mta exam 98 361 test, and to get certified by Microsoft Microsoft MTA Software Development Fundamentals. The mta exam 98 361 Questions & Answers covers all the knowledge points of the real 98 361 software development fundamentals exam. Crack your Microsoft mta exam 98 361 Exam with latest dumps, guaranteed!
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 98-361 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 98-361 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/98-361-exam-dumps.html
Q11. 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?
A. It meets the requirements for the first normal form.
B. It meets the requirements for the second normal form.
C. It meets the requirements for the third normal form.
D. It meets the requirements for the fourth normal form.
Answer: A
Q12. You are developing a Windows forms application used by a government agency. You need to develop a distinct user interface element that accepts user input. This user interface will be reused across several other applications in the organization. None of the controls in the Visual Studio toolbox meets your requirements; you need to develop all your code in house. Which of the following actions should you take?
A. Develop a Windows Forms application for the user interface.
B. Develop a custom control for the user interface.
C. Buy the control from a third-party.
D. Develop a console application for the user interface.
Answer: B
Q13. You have completed developing a new software application. To ensure the quality of the software, you need to verify that each method or function has proper test cases available. Which testing approach should you use?
A. white-box testing
B. black-box testing
C. alpha testing
D. beta testing
Answer: A
Q14. You are developing a C# program for a bike rental company. The data is stored in a SQL Server 2000 server named BikeServer in a database named BikeDB. You must use the Windows Integrated authentication to connect to the BikeDB database. Which of the following connection strings should you choose in your C# program for connecting to the BikeDB database?
A. "Provider=SQLOLEDB;Data Source=BikeServer;InitialCatalog=BikeDB;Integrated Security=SSPI;"
B. "Provider=SQLOLEDB;Data Source=BikeServer;InitialCatalog=BikeDB;User Id=sa; Password=gih6774y"
C. "Data Source=BikeServer;InitialCatalog=BikeDB;Trusted_Connection=true;"
D. "Data Source=BikeServer;InitialCatalog=BikeDB;User Id=sa;Password=gih6774y"
Answer: A
Q15. You are planning to develop a new software system for your organization. You need to review the system’s technical blueprint. Which of the following participants is responsible for providing the technical blueprint?
A. user interface designer
B. developer
C. architect
D. technical writer
Answer: C
Q16. You are developing a C# program. You write the following code:
int i = 6;
do
{
if (i == 3)
break;
Console.WriteLine("The value of i = {0}", i);
i++;
}
while (i <= 5);
How many times will the control enter the while loop?
A. 0
B. 1
C. 2
D. 3
Answer: B
Q17. You are planning to develop a new software system for your organization. You need to review the plans, models, and architecture for how the software will be implemented. Of which of the following activities should you review the output?
A. requirements analysis
B. design
C. coding
D. testing
Answer: B
Q18. You have written a C# method that opens a database connection by using the SqlConnect object. The method retrieves some information from the database and then closes the connection. You need to make sure that your code fails gracefully when there is a database error. To handle this situation, you wrap the database code in a try-catch-finally block. You use two catch blocks—one to catch the exceptions of type SqlException and the second to catch the exception of type Exception. Which of the following places should be the best choice for closing the SqlConnection object?
A. Inside the try block, before the first catch block
B. Inside the catch block that catches SqlException objects
C. Inside the catch block that catches Exception objects
D. Inside the finally block
Answer: D
Q19. You are developing an application that will be run from the command line. Which of the following methods would you use for getting input from to the command line?
A. File.Read
B. File.Write
C. Console.Read
D. Console.Write
Answer: C
Q20. Arrange the various activities of an application lifecycle in the order in which they are likely to occur.
A. Requirements analysis, design, coding, testing, and release
B. Design, requirements analysis, coding, testing, and release
C. Release, requirements analysis, coding, testing, and design
D. Requirements analysis, design, release, coding, and testing
Answer: A
