Cause all that matters here is passing the Microsoft 70-489 exam. Cause all that you need is a high score of 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions exam. The only one thing you need to do is downloading Examcollection 70-489 exam study guides now. We will not let you down with our money-back guarantee.

Q39. - (Topic 5) 

You have a SharePoint farm. You create a web service that connects to an extension point in the Search service. The web service processes string content and returns the string in all capitalized letters. 

The web service includes the properties in the following table. 

You start the SharePoint Management Shell. You create the following Windows PowerShell cmdlet: (Line numbers are included for reference only.) 

You need to complete the Windows PowerShell cmdlet to register the Content Enrichment service. 

Which code segment should you insert at line 04? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q40. HOTSPOT - (Topic 5) 

You create term sets and multi-lingual labels for a site collection. The default locale, language, and culture for the term sets are set to English. You develop a console application to create labels for a term named Memory. The console application uses the English locale. You develop the following labels for the term named Memory. 

You need to create German labels for the term named Memory. 

How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.) 

Answer: 


Q41. DRAG DROP - (Topic 5) 

You develop a SharePoint app that uses the client-side object model (CSOM) to retrieve items from the search index. 

You need to implement the client-side query code. 

Which four code segments should you use in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer: 


Q42. - (Topic 3) 

You need to create a link to the Dallas office page. 

Which URL should you use? 

A. http://www.contoso.com/Offices/Dallas.aspx 

B. http://www.contoso.com/Offices/Pages/Office.aspx 

C. http://www.contoso.com/Offices/Pages/Office.aspx?Office=Dallas 

D. http://www.contoso.com/Offices/Dallas 

E. http://www.contoso.com/Offices/Pages/Office.aspx?TermID=b6e11481-3445-413c-9da0-b15ae5d5cbd4 

Answer:


Q43. - (Topic 4) 

You need to configure a new site collection in Central Administration. You will use the site collection to manage navigation terms. 

What should you do? 

A. Create a site collection by using the Publishing Portal template. 

B. Create a site collection by using the Enterprise Search Center template. 

C. Create a site collection by using the Records Center template. 

D. Set the website address to http://adventureworks.com/sites/navigation 

Answer:


Q44. HOTSPOT - (Topic 1) 

You need to create the external content type to support the data model. 

In the Return Parameter Configuration dialog box, in the properties section, which options should you select? (To answer, select the appropriate setting or settings in the answer area.) 

Answer: 


Q45. DRAG DROP - (Topic 4) 

You need to configure permission roles for the team members. 

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


Q46. HOTSPOT - (Topic 5) 

You develop a SharePoint app by using the client-side object model (CSOM.) 

On each page of the app, you need to display the user profile picture for the user that is currently logged in. 

How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.) 

Answer: 


Q47. - (Topic 2) 

You need to ensure that the data synchronization does not affect the end user experience on the intranet. 

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

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer: A,C 


Q48. HOTSPOT - (Topic 5) 

LitWare, Inc. is integrating an Enterprise Project Management (EPM) system with SharePoint by using Business Connectivity Services (BCS). The EPM system uses a Windows Communication Foundation (WCF) service that is hosted in Internet Information Services (IIS). The WCF service is named tasks.svc and is located at http://litware.com:8080. The metadata for the service is found at http://litware.com:808/mex. 

You need to create a data connection for the EPM system. 

In the WCF Connection dialog box, how should you configure the connection to the WCF service? (To answer, select the appropriate option from each drop-down list in the answer area.) 

Answer: 


Q49. - (Topic 3) 

You need to implement the Web Part to retrieve the terms for the required term set. Which code segment should you insert at line FE04? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:


Q50. - (Topic 5) 

You develop a SharePoint app that reads social data from your company's SharePoint site. 

You need to access the SocialFeedManager object. 

Which object or URL should you use? 

A. http://<siteUri>/_api/social.feed 

B. SocialFeedManager(ClientRuntimeContext, ObjectPath); 

C. http://<siteUri>/social.feed 

D. SPSocialFeedManager(UserProfile); 

Answer:


Q51. - (Topic 2) 

You need to implement caching in your code. 

Which caching option should you use? 

A. Object Cache 

B. Distributed Cache 

C. Windows Server AppFabric Cache 

D. ASP.NET cache 

Answer:


Q52. - (Topic 4) 

You need to ensure that end users can access the project's external content type and model by using the provided naming specifications. 

Which properties in the external content-type editor must you set when you create the external content type in SharePoint Designer? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Set the value of the Display Name property to Project. 

B. Set the value of the Namespace property to http://adventureworks/sites/portal. 

C. Set the value of the Namespace property to proj_info. 

D. Set the value of the Name property to proj_info. 

E. Set the value of the Display Name property to proj_info. 

F. Set the value of the Name property to Project. 

Answer: C,E 

Explanation: From scenario: 

(C) The Project external content type must use the root namespace proj_info. 

E: 


Q53. - (Topic 5) 

A legal company uses SharePoint for document and records management. You search all documents by using extractors and managed properties. FAST Query Language (FQL) is enabled for the result sources, and the content of the document is indexed as full text. All documents are named by using the following pattern: "AAA-Axxxx-AA". 

You must find documents that were created in May 2012 and contain the ordered keywords "liable", "advocate", and "adjudication". Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB". 

You need to create the FQL query that returns the required results. 

Which FQL statements should you use? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Write> =05/01/2012 and write<=05/31/2012 

B. string('liable advocate adjudication", mode="onear") 

C. title:HCT-Q* 

D. title:HCT-Q????-AB 

E. NEAR (liable, advocate, adjudication) 

F. write:range (2012-05-01, 2012-05-31) 

Answer: B,D,F 

Explanation: B (not E): 

The ordered variant ofNEAR, and requires an ordered match of the terms. 

TheONEARoperator can be used to restrict the result set to items that haveNterms within a 

certain distance of Returns only items that don’t match the operand. The operand may be 

any valid FQL expression.one another. 

D (not C): 

* All documents are named by using the following pattern: "AAA-Axxxx-AA". 

* Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB". F (not A): 

* Range. Enables range matching expressions. The RANGE operator is used for numeric and date/time managed properties. 

* FQL provides the datetime data type for date and time. The following ISO 8601-compatible datetime formats are supported in queries: YYYY-MM-DD YYYY-MM-DDThh:mm:ss YYYY-MM-DDThh:mm:ssZ YYYY-MM-DDThh:mm:ssfrZ 

Reference: FAST Query Language (FQL) syntax reference 


Q54. HOTSPOT - (Topic 3) 

You need to configure search results to meet the requirements for the Real Estate Guidelines document. 

On the Site Settings page in the top level site of the site collection, which link should you select? (To answer, select the appropriate link in the answer area.) 

Answer: 


Q55. DRAG DROP - (Topic 5) 

You create a SharePoint app that displays employee information in a SharePoint list. The app uses Business Connectivity Services (BCS) to connect to a custom employee information database. You have a Business Data Connectivity (BDC) model named Employee. 

You need to implement the GetEmployee method. 

You have the following code: 

Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to complete the code? (To answer, drag the appropriate code segment 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: 


Q56. DRAG DROP - (Topic 5) 

You have a SharePoint farm that contains a server named HQ-SPAppl. An app on the server allows users to search for news articles. You access a list of desired keywords on the server from the location c:\refiners\phasel\keywords.csv. A custom dictionary is already in use. 

You need to create a custom processing extension to promote any news articles with specific case-insensitive keywords. 

You have the following script: 

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


Q57. - (Topic 2) 

You create a custom Visual Web Part. You deploy the solution package to the farm by using Windows PowerShell. When you try to add the custom Visual Web Part to a SharePoint site, an error message displays that includes a correlation ID. 

You need to determine the cause of the error. 

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

A. Run the Get-SPLogEvent Windows PowerShell cmdlet. 

B. Run the Get-SPDiagnosticConfig Windows PowerShell cmdlet. 

C. Run the Get-SPHealthAnalysisRule Windows PowerShell cmdlet. 

D. View the Service Calls tab on the Developer Dashboard. 

E. View the Unified Logging Service (ULS) tab on the Developer Dashboard. 

Answer: A,E 

Explanation: http://ittechnotebook.blogspot.co.uk/2013/07/how-to-find-real-error-in-sharepoint.html