getcertified4sure.com

exam ref 70 487 developing windows azure and web services? Tips for success




Simulation of exam ref 70 487 braindumps materials and tutorials for Microsoft certification for IT engineers, Real Success Guaranteed with Updated 70 487 exam pdf dumps vce Materials. 100% PASS Developing Windows Azure and Web Services exam Today!

Q11. HOTSPOT - (Topic 4) 

You are updating an existing multitenant ASP.NET MVC application for medical clinics. The application aggressively uses output caching to improve performance by caching content for 36 hours. The application uses a query string parameter named "clinicID" that contains the clinic that the user is currently viewing. 

Users report that they are occasionally seeing data for the wrong clinic. Users also report that sensitive data is stored in the browser cache folder on their computers. 

You need to configure web.config to resolve the reported problems. 

You have the following markup: Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup? (To answer, select the correct markup segment from each drop-down list in the answer area.) 

Answer: 


Q12. DRAG DROP - (Topic 4) 

You are developing a WCF service. 

You need to implement transport security by using NTLM authentication and NetTcpBindings. 

Which configuration values should you use? (To answer, drag the appropriate configuration values to the correct location or locations in the answer area. Each configuration value 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: 


Q13. - (Topic 1) 

Errors occasionally occur when saving data using the FlightInfoContext ADO.NET Entity Framework context. Updates to the data are being lost when an error occurs. 

You need to ensure that data is still saved when an error occurs by retrying the operation. No more than five retries should be performed. 

With which code segment should you replace the body of the SaveChanges() method in the FlightInfoContext.es file? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: Explanation/Reference: 

EntitySqlException: Represents errors that occur when parsing Entity SQL command text. 

This exception is thrown when syntactic or semantic rules are violated. 

SqlException: The exception that is thrown when SQL Server returns a warning or error. 

This class cannot be inherited. 

EntityCommandExecutionException : Represents errors that occur when the underlying 

storage provider could not execute the specified command. This exception usually wraps a 

provider-specific exception. 


Q14. - (Topic 4) 

You are preparing to develop a set of libraries that uses large data sets. 

The libraries must be shared across an organization and distributed to several servers. 

You need to create a remote NuGet feed that exposes the libraries for developer use. 

What should you do? (Each answer presents part of the solution. Choose all that apply.) 

A. Add packages to the Packages folder. 

B. Create a new Empty Web Application in Visual Studio. 

C. Configure the Packages folder located in the appSettings section of the web application's Web.config. 

D. Install the NuGet.DataFeed Package. 

E. Install the NuGet.Server Package. 

F. Create a new Empty Web Site in Visual Studio. 

Answer: A,B,C,E 

Explanation: Creating Remote Feeds You can host a remote (or internal) feed on a server that runs IIS. Step 1 (B): Create a new Empty Web Application in Visual Studio Step 2 (E): Install the NuGet.Server Package Step 3 (C): Configure the Packages folder Step 4 (A): Add Packages to the Packages folder Step 5: Deploy and run your brand new Package Feed! 

Reference: Hosting Your Own NuGet Feeds 


Q15. DRAG DROP - (Topic 2) 

You need to create the ShippingContext class in the ShippingAddress.es file to meet the requirements. 

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: 


Q16. DRAG DROP - (Topic 2) 

The GetQueueItems() action in the InboundQueueController controller is not populating the view with data. The action must populate the view with data by calling the GetExternalOrders() method in the ExternalQueueService service using the ChannelFactory class. 

You need to modify the action to populate the view with data. 

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: 


Q17. DRAG DROP - (Topic 2) 

You need to modify the ExecuteCommandProcedure() method to meet the technical requirements. 

Which code segment should you use? 

Answer: 


Q18. DRAG DROP - (Topic 1) 

The service has been deployed to Windows Azure. 

Trey Research has provided version 1.3.0.0 of the assembly to support a change in the serialization format. The service must remain available during the transition to the new serialization format. 

You need to ensure that the service is using the new assembly. 

Which configuration setting should you add to the web.config? (To answer, drag the appropriate configuration elements to the correct location or locations in the answer area. Each configuration element 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: 


Q19. - (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:


Q20. DRAG DROP - (Topic 4) 

You are developing an ASP.NET Web API application for currency conversion that will be consumed by a web browser by using a composite application that is served from another web domain. 

You need to configure the Web API. 

What should you do? (To answer, drag the appropriate XML elements to the correct location or locations in the answer area. Each XML element 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: