getcertified4sure.com

exam ref 70 487 developing windows azure and web services (21 to 30)




Exam Code: 70 487 dumps (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Developing Windows Azure and Web Services
Certification Provider: Microsoft
Free Today! Guaranteed Training- Pass exam ref 70 487 developing windows azure and web services Exam.

Q21. - (Topic 3) 

You need to choose the appropriate data access technology for the children's book area of the web application. 

Which data access technology should you choose? 

A. Web Service 

B. LINQ to SQL 

C. ADO.NET Entity Framework 

D. WCF Data Services 

Answer:


Q22. - (Topic 4) 

You develop an ASP.NET MVC application that is secured by using SSL. You are ready to 

deploy the application to production. 

The deployment package must include the installation of the SSL certificate. 

You need to configure the deployment package to meet the requirement. 

What should you do? 

A. Create a web publish pipeline target file with a custom web deploy target. 

B. In the Package/Publish settings of the project, select the All Files in this project option. 

C. Extend the CopyAllFilesToSingleFolder target in the project file. 

D. In the Build Events settings of the project, configure a pre-build event to include the SSL certificate. 

Answer:


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


Q24. DRAG DROP - (Topic 4) 

You are developing a .NET application that uses the HttpClient type to access an ASP.NET Web API application. 

You need to add a header to specify that data is returned as JSON. You have the following code: 

Which code segments should you include in Target 1 and Target 2 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: 


Q25. DRAG DROP - (Topic 4) 

You are developing a self-hosted WCF service that returns stock market information. 

The service must be discoverable by any client application. 

You need to build the service host. 

How should you build the host? (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: 


Q26. - (Topic 4) 

You are preparing to develop a set of libraries for a company. 

The libraries must be shared across the company. 

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

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

A. Install the NuGet.Feed Package. 

B. Install the NuGet.Server Package. 

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

D. Create a new Empty Web Site in Visual Studio 2012. 

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

F. Add packages to the Packages folder. 

G. Create a new Empty Web Application in Visual Studio 2012. 

Answer: B,E,F,G 

Explanation: Explanation/Reference: 


Q27. HOTSPOT - (Topic 4) 

You are supporting an application that uses the ADO.NET Entity Framework to query and access data. 

The latest version of Entity Framework contains bug fixes that will improve performance. You need to update Entity Framework. 

Which Visual Studio 2012 menu item should you choose? (To answer, select the appropriate menu item in the answer area.) 

Answer: 


Q28. - (Topic 2) 

The QueueDetail entity type must inherit from the InboundQueue entity type in the ExternalQueue service project using table-per-type inheritance. 

You need to modify the entities in the designer. 

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

A. Remove the OrderNum property in InboundQueue. 

B. Remove the OrderNum property in QueueDetail. 

C. Set the QueueDetail BaseType to InboundQueue. 

D. Remove the association between the entities. 

E. Right-click the entities and validate the table mapping. 

F. Set the InboundQueue BaseType to QueueDetail. 

Answer: B,C,D,E 

Explanation: http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/ 


Q29. - (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? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Use the WasLate property as the row key. 

B. Use the Airline property as the row key. 

C. Use the WasLate property as the partition key 

D. Use the Arrival property as the row key. 

E. Use the Airline property as the partition key. 

F. Use the Flight property as the row key. 

Answer: B,F 


Q30. DRAG DROP - (Topic 2) 

The UploadOrder() method in the UploadCallbackService service is not implementing the callback behavior defined in the IUploadCallBackService interface. 

You need to modify the class to implement the required callback behavior. 

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