getcertified4sure.com

70 487 dumps [May 2021]




Q21. 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: 


Q22. DRAG DROP - (Topic 3) 

An XML file must be produced by the SaveFeaturedBooks() method of the Book class. The 

schema of the resulting XML file must be identical to the FeaturedBooks.xml file. 

You need to write the code to produce the file. 

You have the following code: 

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


Q23. - (Topic 3) 

You need to implement the Get() method in the bookstore Web API application to be able to find books by using an ad hoc query. 

Which method should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q24. DRAG DROP - (Topic 2) 

The GetVendorPolicy() private method in the ProcessedOrderController controller is returning a 

CacheItemPolicy object with default values. The returned policy must expire if the external file located at C:\Triggers\VendorTrigger.txt has been modified or the timeout outlined in the technical requirements is reached. 

You need to return the policy. 

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: 


Q25. - (Topic 3) 

You need to choose the appropriate data access technology for the cookbook area of the web application. 

Which data access technology should you choose? 

A. WCF Data Services 

B. LINQ to SQL 

C. Entity Framework 

D. ADO.NET 

Answer:

Explanation: * Scenario: The cookbook functionality is contained within a client-side application that must connect to the server using HTTP and requires access to the data using JavaScript. 

* WCF Data Services (formerly known as "ADO.NET Data Services") is a component of the 

.NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST). OData exposes data as resources that are addressable by URIs. Data is accessed and changed by using standard HTTP verbs of GET, PUT, POST, and DELETE 

* WCF Data Services uses the OData protocol for addressing and updating resources. In this way, you can access these services from any client that supports OData. OData enables you to request and write data to resources by using well-known transfer formats: Atom, a set of standards for exchanging and updating data as XML, and JavaScript Object Notation (JSON), a text-based data exchange format used extensively in AJAX application. 


Q26. - (Topic 4) 

You are developing a WCF service that compares several data sources. The service takes a long time to complete. 

The service must meet the following requirements: 

. The client must be able to continue processing while the service is running. . The service must initiate communication with the client application when processing is complete. 

You need to choose a message pattern to meet the requirements. 

Which message pattern should you choose? 

A. One Way 

B. Streaming 

C. Duplex 

D. Request/Reply 

Answer:


Q27. 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: 


Q28. - (Topic 3) 

You need to configure the server to self-host the bookstore's Web API application. Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: MapHttpRoute Method Maps the specified route template. Use the option with "api/… 


Q29. 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: 


Q30. - (Topic 4) 

You are planning to migrate websites from IIS 6 to IIS 7.5. You do not have access to SSH or a VPN. 

You need to select a deployment tool to securely migrate the websites. 

Which tool should you use? 

A. RoboCopy 

B. Web Deploy 

C. Microsoft command-line FTP 

D. xCopy 

Answer: