READ Free Dumps For Microsoft- 70-576
Question ID 10174 | You are designing a SharePoint 2010 application. A Windows Communication Foundation (WCF) service provides a connection to company information. You need to design a list that gets its data from the WCF service. Which approach should you recommend? |
Option A | Create an external content type and set the External Data Source Type to WCF Service. Create a list that uses this external content type as its source. |
Option B | Create an external content type and set the External Data Source Type to .NET Type. Create a list that uses this external content type as its source. |
Option C | Create an external list and set the External Content Type property to the URL of the WCF service |
Option D | Create an external list and set the External Content Type property to the Web Service Definition Language (WSDL) file of the WCF service |
Correct Answer | A |
Question ID 10175 | QUESTION 108 You are designing a SharePoint 2010 application that displays information from an external database. You need to develop the application to meet the following requirements: Remote connections to the external database are not allowed. Data from multiple tables must be joined into a single list. The list must be synchronized with the external database. Which approach should you recommend? |
Option A | . Build a Web service to manage each table, and use the SPQuery object to join the data fields into a single list |
Option B | Build a Web service to manage each table, use Business Connectivity Services (BCS) to import the individual tables into lists, and then create a new list that joins these external lists together. |
Option C | Build a Web service to join the data fields into a single list, and use BCS to synchronize the list with the external database. |
Option D | Build a Web service to join the data fields into a single list, and implement event receivers to synchronize the list with the external database. |
Correct Answer | C |