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

certleader.com

Q1. - (Topic 1) 

You need to configure the Content Enrichment web service to index content from the AbstractIndexer service. 

What should you do? 

A. Set the value of the OutputProperties array to Trigger=True. 

B. Set the value of the SendRawData property to false. 

C. Configure conditions for the Trigger property. 

D. Set the value of the InputProperties property to Trigger=True. 

Answer:

Q2. - (Topic 5) 

You use Visual Studio to design a SharePoint solution for a company that provides computer support services to customers around the world. 

The solution must list the customer service representatives that resolve the highest number of support requests. The solution also must allow filtering of customer service representatives by region. 

You need to configure the solution to meet the requirements. 

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

A. Add a Recommended Items Web Part to the page. 

B. Add and configure a Refinement Web Part to the page. 

C. Add regions as property filters to the Search Results Web Part. 

D. Configure the query for the Content Search Web Part. 

Answer: C,D 

Q3. - (Topic 3) 

You need to include the details of each property as managed metadata. Which code segment should you add at line IM07? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Q4. DRAG DROP - (Topic 5) 

You deploy a solution to a SharePoint server. 

You need to implement a method to programmatically access the health score of the SharePoint Server. 

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

Answer:  

Q5. - (Topic 4) 

You need to configure navigation for the publishing portal. 

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

A. Set the value of the Global Navigation option to Managed Navigation. 

B. Select the root term for navigation within the site collection. 

C. Set the value of the Global Navigation option to Structural Navigation. 

D. Select the term for navigation within the site collection. 

E. Set the Current Navigation to display the same navigation items as the parent site. 

F. Set the value of the Current Navigation option to Managed Navigation. 

Answer: A,C,E 

Q6. - (Topic 4) 

You need to implement the remote event receiver for the Admin Custom List app. 

What should you do? 

A. Insert the following code segment at line RR05: ListRemoteEventReceiver (properties); 

B. Insert the following code segment at line RR05: ProcessOneWayEvent(properties); 

C. Insert the following code segment at line RR11: ProcessEvent(properties); 

D. Insert the following code segment at line RR11: ListRemoteEventReceiver(properties); 

Answer:

Q7. - (Topic 1) 

You need to generate document identifiers for each new document that is uploaded to the site. 

What should you do? 

A. Create a derived class that inherits from the abstract class named

 Microsoft.Office.DocumentManagement.Documentld and then override all of the abstract methods. 

B. Create a derived class that inherits from the abstract class named

 Microsoft.Office.DocumentManagement.DocumentldProvider and then override all of the virtual members. 

C. Create a derived class that inherits from the

 Microsoft.Office.DocumentManagement.DocumentldProvider abstract class and then implement all abstract members. 

D. Create a class to implement the Microsoft.Office.DocumentManagement.IDocumentld interface and then override all of the virtual members. 

Answer:

Q8. - (Topic 3) 

You need to configure search engine optimization for the site. 

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

A. Disable anonymous access to the web application while you make changes. 

B. Activate the Search Engine Sitemap feature in the site collection. 

C. Disable anonymous access to the site collection while you make changes. 

D. On the Search Engine Optimization Settings page, in the Include these meta tags in pages text box, enter <meta name="do-not-follow" value="/_Configuration Files/" /> 

E. Ensure that the Search Engine Sitemap job is running. 

F. On the Search Engine Sitemap Settings page, enter Disallow: /_ConfigurationFiles/ to the exclusion rules. 

Answer: B,C,D 

Explanation: Steps in the SEO process: 

Configure SEO settings for the site collection. 

(B, not E) Configure sitemap settings for the site collection. 

Add and edit SEO metatags. 

D (not F): Configure SEO settings for the site collection Verify site ownership Sign in to the webmaster tools portal for your desired search engine and provide requested information about your website. From your SharePoint Public Website home page, click Settings Small Settings gear that took the place of Site Settings. > Site settings > Site Collection Administration > Search engine optimization settings. Click Include these meta tags in pages. Copy the meta tag provided by the webmaster tools portal, and paste it into the box. Click OK. From the webmaster tools portal, ask the search engine to verify your ownership of this website. 

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

Q10. DRAG DROP - (Topic 1) 

You need to configure authentication for the external content type in the production environment. 

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