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. DRAG DROP - (Topic 4) 

You are configuring a web application for deployment. 

You need to create a SetParameters.xml file to configure the IIS application pool. 

You have the following markup: 

Which configuration values should you include in Target 1 and Target 2 to complete the markup? (To answer, drag the appropriate configuration values to the correct targets 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:  

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

Q3. - (Topic 2) 

You need to regenerate the service proxies to include task-based asynchronous method signatures. 

Which command should you use? 

A. aspnet_regiis.exe /t:code http://localhost:62965/UploadCallbackService.svc 

B. svcutil.exe /t:code http://localhost:62965/UploadCallbackService.svc 

C. aspnet_compiler.exe /t:code http://localhost:62965/UploadCallbackService.svc 

D. aspnet_regiis.exe /t:code http://localhost:62965/UploadService.svc 

E. svcutil.exe /t:code http://localhost:62965/UploadService.svc 

Answer:

Explanation: http://msdn.microsoft.com/en-us/library/aa347733.aspx 

Q4. - (Topic 2) 

The DeleteExternalOrder() method in the ExternalQueueService service is not throwing a FaultException exception as defined by the FaultContractAttribute attribute in the IExternatQueueService.cs file. 

You need to throw the FaultException exception. 

Which code segment can you insert at line EQ45 to achieve this goal? (Each correct answer presents a complete solution. Chose all that apply.) 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q5. - (Topic 4) 

You are developing an ASP.NET MVC application. The application has a page that searches for and displays 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 database table. 

You need to run a query that returns only the image while minimizing the amount of data that is transmitted. 

Which method of the EntityCommand type should you use? 

A. ExecuteScalar 

B. ExecuteDbDataReader 

C. ExecuteReader 

D. ExecuteNonQuery 

Answer:

Explanation: ExecuteScalar 

Executes the command, and returns the first column of the first row in the result set. 

Additional columns or rows are ignored. 

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

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

Q8. - (Topic 3) 

You need to create an OData filter expression that returns books that match the following characteristics: 

. Published after 1/1/2000 

. Have "Science" as the first word 

Which filter statement should you use? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: * gt Greater than Example: filter= Entry_No gt 610 Query on GLEntry service. Returns entry numbers 611 and higher. 

* startswith 

filter=startswith(Name, 'S') 

Query on Customer service. Returns all customers names beginning with “S”. 

Q9. DRAG DROP - (Topic 1) 

You need to parse flight information from Blue Yonder Airlines. The content of the XML file is shown below. 

Some airlines do not specify the timezone of the arrival time. If the timezone is not specified, then it should be interpreted per the business requirements. 

You need to implement the LoadFlights() and Parse() methods of the BlueYonderLoader class. 

What should you do? (To answer, drag the appropriate code segments to the correct location in the answer area. Each 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. DRAG DROP - (Topic 2) 

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

Which code segment should you use? 

Answer: