aiotestking uk

70-489 Exam Questions - Online Test


70-489 Premium VCE File

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

Q1. DRAG DROP - (Topic 1) 

You need to add code to line MP57 to display the required properties for the user profile. 

How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct 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:  

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

Q3. - (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 

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

Q5. - (Topic 2) 

You need to implement connection management for catalog connections. 

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

A. Public void UpdateCatalogConnection(CatalogConnectionSettingscatalogInfo) 

B. Public void OnPublishCatalog(string catalogPath) 

C. Public void DeleteCatalogConnection(string catalogPath) 

D. Public void SetCatalogConnection(string catalogPath, boot disconnect) 

Answer: A,C 

Explanation: From scenario: 

You must create a custom tool that site collection administrators use to manage catalog 

connections. 

You must define the API calls to remove (C) or update (A) existing catalog connections. 

Q6. DRAG DROP - (Topic 3) 

You need to make updates when an agent saves information about a new office. 

How should you complete the relevant code? (To answer, drag the appropriate code segment to the correct location or location 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. - (Topic 2) 

You need to raise the visibility of the sites. 

What should you do? 

A. Enable the Reports and Data Search feature for the site collection. 

B. Create a custom timer job that generates the SiteMap.xml file in the root directory of the web application. 

C. Add a Script Editor Web Part to the landing page of the publishing site. In the web part, enter the location of the SiteMap.xml file. 

D. In Internet Information Services (IIS), enable the SiteMap ISAPI filter for the web application. 

E. Enable the Search Engine Sitemap Site Collection feature for the site collection. 

Answer:

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

Q9. HOTSPOT - (Topic 5) 

You develop a Client Web Part for a SharePoint app. The Web Part retrieves weather data from an external web service by using Asynchronous JavaScript (AJAX). Users report that the pages that use the Client Web Part load slowly. You think that the script files that the page is using are causing the pages to load slowly. 

You need ensure that the script files load as quickly as possible. 

You have the following code: 

Which code segments should you include in Target 1 and Target 2 to complete the code? (To answer, select the appropriate code segment from each drop-down list in the answer area.) 

Answer:  

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