aiotestking uk

70-487 Exam Questions - Online Test


70-487 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

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

Q2. DRAG DROP - (Topic 1) 

You need to configure the Windows Azure service definition to enable Consolidated 

Messenger to upload files. 

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

Q3. DRAG DROP - (Topic 4) 

You are supporting a WCF data contract that returns a price calculation that can be expanded to add new data members. 

Clients using the old version of the data contract must be supported. 

You need to define the data contract so that the data serializer can put unknown data members into a property bag. 

You have the following code: 

Which code segments should you include in Target 1 and Target 2 to complete the data contract? (To answer, drag the appropriate code elements to the correct targets in the answer area. Each code 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:  

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

Q5. - (Topic 2) 

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

Which code segment should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q6. - (Topic 4) 

You are developing a WCF service. 

A new service instance must be created for each client request. 

You need to choose an instancing mode. 

Which instancing mode should you use? 

A. Single 

B. PerRequest 

C. PerCall 

D. Multiple 

E. PerSession 

Answer:

Q7. - (Topic 4) 

You are developing an ASP.NET MVC application. The application has a page that updates an image stored in a database. Members of the EntityClient namespace are used to access an ADO.NET Entity Framework data model. Images and associated metadata are stored in a single database table. 

You need to run a single query that updates an image and associated metadata in the 

database while returning only the number of affected rows. 

Which method of the EntityCommand type should you use? 

A. ExecuteNonQuery() 

B. ExecutcScalar() 

C. ExecuteDbDataReader() 

D. ExecuteReader() 

Answer:

Q8. DRAG DROP - (Topic 4) 

You are creating a WCF service. 

The service endpoints must be exposed to the Windows Azure Service Bus. The service bus has a namespace named RestaurantSB. The key provider is "owner". 

You need to modify the web.config file to expose the endpoints. 

How should you modify the file? (To answer, drag the appropriate attributes to the correct location or locations in the answer area. Each attribute 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:  

Q9. DRAG DROP - (Topic 2) 

The GetExternalOrders() method must use members of the EntityClient namespace to query the database for all records in the InboundQueue entity. 

You need to modify the GetExternalOrders() method to return the correct 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:  

Q10. - (Topic 4) 

You are developing an application in Visual Studio 2012 to display student information. The application contains the following Entity Framework model. 

The application contains a WCF data service named DirectoryService.svc. 

You need to create a query expression to display all of the grades for students whose first name is "John" 

How should you build the expression? 

A. http://localhost:54946/DirectoryService.svc/Students?$filter=FirstName eq 'John' &$expand=Grades 

B. http://localhost:54946/DirectoryService.svc/Students?$filter=FirstName eq 'John'/Grades 

C. http://localhost:54946/DirectoryService.svc/Students?$filter=FirstName = 'John' &$expand=Grades 

D. http://localhost:54946/DirectoryService.svc/Grades/Students?$filter=FirstName eq 'John' 

Answer: