exam 98 361 [Jan 2021]

It is more faster and easier to pass the Microsoft mta exam 98 361 exam by using Actual Microsoft Microsoft MTA Software Development Fundamentals questuins and answers. Immediate access to the Up to the minute exam 98 361 Exam and find the same core area exam 98 361 questions with professionally verified answers, then PASS your exam with a high score now.


♥♥ 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

Q41. You want to display an image on your Web page. This image is stored on a separate Web server but can be accessed with a public URL. Which of the following HTML tags should you use to ensure that the image is displayed when the user navigates to your Web page? 

A. <LINK> 

B. <IMG> 

C. <A> 

D. <HTML> 

Answer:


Q42. You are developing a C# program. You write the following code: 

01: int count = 0; 

02: while (count < 5) 

03: { 

04: if (count == 3) 

05: break; 

06: count++; 

07: } 

How many times will the control enter the while loop? 

A. 5 

B. 4 

C. 3 

D. 2 

Answer:


Q43. The application you are developing needs to write data to a flat file that include items such as a five-digit integer key, followed by a 20-character customer name, followed by two date and time fields. Your solution should be as fast as possible and should create smallest size data file. Which of the following classes should you use? 

A. FileStream 

B. StreamWriter 

C. BinaryWriter 

D. DataWriter 

Answer:


Q44. You are writing a method named PrintReport that doesn't return a value to the calling code. Which keyword should you use in your method declaration to indicate this fact? 

A. void 

B. private 

C. int 

D. string 

Answer:


Q45. You are developing a C# program for a bike rental company. Every night, your application needs to read data from a SQL Server 2000 database and write it to a flat file. This flat file will be transferred to your supplier. 

Which of the following classes shall you use to retrieve the data? Any solution that you suggest must have very little impact of the server while maximizing performance. 

A. DataSet 

B. DataTable 

C. SqlDataReader 

D. OleDbDataReader 

Answer:


Q46. You are developing an ASP.NET applications that calls Web service to retrieve earthquake predictions for a given geographical area. The Web service performs complex, time-consuming calculations to generate the predictions. It is hosted on government Web server, where you have permission only to invoke the Web service. The users of your Web application complain that the user interface freezes when they attempt to retrieve the perditions. You have full access to the Web server that hosts your ASP.NET application. Which of the following approach should you use to resolve this issue? 

A. Move the ASP.NET application to a faster computer. 

B. Connect to the Web service over faster Internet connection. 

C. Install additional memory on the Web server that hosts the ASP.NET application. 

D. Use asynchronous calls to invoke the Web service from within your ASP.NET application. 

Answer:


Q47. Your application needs to store the customer list in a text file. You want to minimize the size of this disk file and be able to open it in common text editors. Which of the following classes should you use to write the file? 

A. StreamReader 

B. StreamWriter 

C. BinaryWriter 

D. XmlWriter 

Answer:


Q48. You are developing a new application that optimizes the processing of a warehouse’s operations. When the products arrive, they are stored on warehouse racks. To minimize the time it takes to retrieve an item, the items that arrive last are the first to go out. You need to represent the items that arrive and leave the warehouse in a data structure. Which data structure should you use to represent this situation? 

A. array 

B. linked list 

C. stack 

D. queue 

Answer:


Q49. You are developing an application that needs to copy data from a SQL Server table to a DataSet. Which of the following methods should you use to copy the data? 

A. Fill 

B. FillSchema 

C. GetFillParameters 

D. Update 

Answer:


Q50. You are designing a database for your company and are reviewing the normalization for the database tables. 

You review the following Customer table: 

Which of the following statements is true? 

A. The highest normal form of the Customer table is the first normal form. 

B. The highest normal form of the Customer table is the second normal form. 

C. The highest normal form of the Customer table is the third normal form. 

D. The Customer table is not normalized. 

Answer: