70-489 Exam - Developing Microsoft SharePoint Server 2013 Advanced Solutions

certleader.com

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

Q2. HOTSPOT - (Topic 5) 

You use the SharePoint 2013 Management Shell to access a SharePoint farm. A user reports an error in one of the apps that you have installed. The error message contains the correlation token ID of b49f64b3-4722-4336-9a5c-56c326b344d4. 

You need to save a report of the complete error trace for all errors that were reported in the previous 90 minutes. 

You have the following PowerShell command: 

Which values you include in Target 1, Target 2 and Target 3 to complete the command? (To answer, select the appropriate values from each drop-down list in the answer area.) 

Answer:  

Q3. HOTSPOT - (Topic 5) 

Contoso, Ltd. is integrating an Enterprise Resource Planning (ERP) system with SharePoint by using Business Connectivity Services (BCS). The ERP system is a Windows Communication Foundation (WCF) service that is hosted in Internet Information Services (IIS). The WCF service is named people.svc and is located at http://contoso.com:8080. The metadata for the service is found at http://contoso.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:  

Q4. DRAG DROP - (Topic 3) 

You need to publish biographical information to the board member site collection. 

Which five actions should you perform 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:  

Q5. DRAG DROP - (Topic 5) 

You develop a SharePoint site by using the Team Site template. Users share large images by using the team site. 

You need to configure the SharePoint site so that images render at a maximum size of 400px wide and 200px high. 

Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer). 

Answer:  

Q6. - (Topic 5) 

You have a SharePoint publishing site. The marketing team tags their documents by using a managed metadata field named Location. The site has been fully crawled. Documents are tagged with city names only. 

A SharePoint app on the site displays search results by using the following term set. 

You create the following code segment to query the contents of the site: (Line numbers are included for reference only.) 

You need to create a Keyword Query Language (KQL) expression to return results for all assets in the Central region. 

Which code segment should you insert at line 02? 

A. varqueryTerms = "Location"; 

B. varqueryTerms = "577c8e48-d5d9-4e5f-8e35-408c723feb11"; 

C. varqueryTerms = "b49f64b3-4722-4336-9a5c-56c326b344d4"; 

D. varqueryTerms = "owstaxidlocation: 1acfae8a-70b4-4ce0-bfbf-96c0e711f 8df" 

Answer:

Q7. HOTSPOT - (Topic 5) 

You use the SharePoint 2013 Management Shell to access a SharePoint farm. A user reports an error in one of the apps that you have installed. The error message contains the correlation token ID of b49f64b3-4722-4336-9a5c-56c326b344d4. 

You need to save a report of the complete error trace for all errors that were reported in the previous 30 minutes. 

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

Answer:  

Q8. DRAG DROP - (Topic 5) 

You develop a provider-hosted SharePoint app that retrieves and displays news headlines from an external site named News. The site contains lists of news headlines from many news sources. 

You need to create a Representational State Transfer (REST) endpoint URL in the app to retrieve hourly headlines from the site for a specific news source. 

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 term to the correct targets in the answer area. Each term 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: