getcertified4sure.com

Ideas to 70 487 dumps




It is impossible to pass Microsoft exam ref 70 487 exam without any help in the short term. Come to Examcollection soon and find the most advanced, correct and guaranteed Microsoft exam ref 70 487 practice questions. You will get a surprising result by our Down to date Developing Windows Azure and Web Services practice guides.

Q41. - (Topic 3) 

You need to return the list of the top 100 books for the GetTopBooks() method. 

Which type should you use to retrieve the data? 

A. SqlDataReader 

B. DataSet 

C. DataTable 

D. Data View 

Answer:


Q42. - (Topic 3) 

You need to update the CreateMonthlyTotalsReports() method to use database transactions. 

Which code segment should you use? 

A. SqlConnection.BeginTransaction(IsolationLevel.ReadCommitted); 

B. SqlConnection.BeginTransaction(IsolationLevel.ReadUnconwited); 

C. SqlConnection.BeginTransaction(IsolationLevel.Chaos); 

D. SqlConnection.BeginTransaction(IsolationLevel.Serializable); 

Answer:

Explanation: * Scenario: The Create MonthlyTotalsReport() method must lock the data and prevent others from updating or inserting new rows until complete. 

* Serializable: 

A range lock is placed on the DataSet, preventing other users from updating or inserting 

rows into the dataset until the transaction is complete. 


Q43. DRAG DROP - (Topic 1) 

Historical flight information data will be stored in Windows Azure Table Storage using the FlightInfo class as the table entity. 

There are millions of entries in the table. Queries for historical flight information specify a set of airlines to search and whether the query should return only late flights. Results should be ordered by flight name. 

You need to specify which properties of the FlightInfo class should be used at the partition and row keys to ensure that query results are returned as quickly as possible. 

What should you do? (To answer, drag the appropriate properties to the correct location or locations in the answer area. Each property may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.) 

Answer: 


Q44. - (Topic 4) 

You are developing an ASP.NET MVC application. 

Applications can be deployed to remote servers only by administrators who have elevated privileges. The administrators do not have access to Visual Studio 2012. 

You need to select a deployment tool to deploy the application to remote servers for testing. 

Which tool should you use? 

A. Copy Web Site Tool 

B. One-Click Publish 

C. Publish Web Site Tool 

D. Web Deployment Package 

Answer:


Q45. DRAG DROP - (Topic 4) 

You are developing a WCF Data Services service in Visual Studio 2012 to display movie information from a SQL Server database that changes every 24 hours. The service is defined in the following class. 

The application contains the following Entity Framework model. 

The service must only return data for movies that are currently in theaters. 

You need to add a method to the MovieService class to filter the data. 

How should you build the method? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.) 

Answer: 


Q46. DRAG DROP - (Topic 4) 

You are developing a WCF service application. 

The application must meet the following requirements: 

Operations must have 30 second timeouts. 

The service must have a transaction scope. 

Transactions must flow from the client to the server. 

You need to write a transactional service contract and implementation class to meet the requirements. 

You have the following code: 

Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to complete the code? {To answer, drag the appropriate code segments to the correct targets in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.) 

Answer: 


Q47. - (Topic 3) 

You need to choose the appropriate data access strategy for the college textbook area of the web application. 

Which data access technology should you implement? 

A. ADO.NET 

B. Entity Data Model (EDM) 

C. WCF Data Services 

D. LINQ to SQL 

Answer:

Explanation: * Scenario: The college textbook area of the web application must get data from a daily updated CSV file. 

* ADO.NET reads the CSV file in a very similar way as table in database. 


Q48. HOTSPOT - (Topic 4) 

You are developing a WCF service in Visual Studio 2013 that integrates with the Microsoft 

Azure service bus relay. 

The Azure service bus namespace is named RestaurantServiceBus 

You need to obtain the issuer name and secret. 

What should you do? (To answer, select the appropriate option in the answer area.) 

Answer: 


Q49. - (Topic 1) 

Data provided by Consolidated Messenger is cached in the HttpContext.Cache object. 

You need to ensure that the cache is correctly updated when new data arrives. 

What should you do? 

A. Ensure that the EffectivePrivateBytesLimit value is greater than the size of the database file. 

B. Change the sliding expiration of the cache item to 12 hours. 

C. Use the SqlCacheDependency type configured with a connection string to the database file. 

D. Use the CacheDependency type configured to monitor the SFTP target folder. 

Answer:


Q50. DRAG DROP - (Topic 4) 

You are developing an ASP.NET Web API action method. 

The action method must return the following JSON in the message body. 

{" Name ":" Fabrikam", "Vendor Id": 9823, "Items": ["Apples", "Oranges"] } 

You need to return an anonymous object that is serialized to JSON. 

What should you do? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. 

Answer: