getcertified4sure.com

Top Tips Of 70-489 testing bible




Ucertify offers free demo for 70-489 exam. "Developing Microsoft SharePoint Server 2013 Advanced Solutions", also known as 70-489 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70-489 exam, will help you answer those questions. The 70-489 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70-489 exams and revised by experts!

Q1. HOTSPOT - (Topic 3) 

You need to add the city of Dallas to the Cities term set. 

On the Term Store Management Tool page, which option should you select? (To answer, select the appropriate option in the answer area.) 

Answer: 


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


Q3. - (Topic 5) 

You use Visual Studio to design a SharePoint solution for a company that sells wine to customers around the world. 

The solution must return the total number of cases sold per country. The solution also must allow employees to sort cases of wine that are returned. Employees must sort cases by country, date, and reason for the return. 

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 Refinement Web Part to the page. 

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

C. Add country as a property filter to the Search Results Web Part. 

D. Add a Calendar Web Part to the page. 

Answer: A,B,C 

Explanation: A: 

* From question: 

Employees must sort cases by country, date, and reason for the return. 

* On the REFINERS tab, you can choose to limit returned results by adding preselected 

refiners to your query. 

You can specify that the search results that are returned in the Search Results Web Part should be limited to one or more values from the refiners. The list shows all managed properties that are enabled as refiners in the search schema. 

B: The Search Results Web Part shows the search results of a query that was entered in a 

Search Box Web Part. 

C: From question: 

The solution must return the total number of cases sold per country. 

Note: 

* Use property filters to query the content of managed properties that are set to queryable in the search schema. 


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


Q5. - (Topic 5) 

You create a site collection for Contoso, Ltd. by using the Community Site template. My Sites are configured. Users access the community site and view newsfeeds by clicking the Newsfeed link on the community site. You create a custom Web Part that displays the latest newsfeed posts for the user that is logged in. 

The Web Part must use Representational State Transfer (REST) to retrieve items from the Newsfeed. 

You need to define the correct uniform resource locator (URL) to access items. 

Which URL should you use? 

A. http://my.contoso.com/_api/search 

B. http://my.contoso.com/_api/SP.UserProfiles.PeopleManager 

C. http://community.contoso.com/_api/web/lists/microfeed 

D. http://my.contoso.com/_api/social.feed/my/Feed 

Answer:

Explanation: The my resource represents the current user. When used inline in the endpoint URI, it sets the context of the request to the current user. For example, http://contoso.com/_api/social.feed/my/news gets the newsfeed for the current user. 

Reference: Social feed REST API reference for SharePoint 2013 


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


Q7. HOTSPOT - (Topic 1) 

You need to add code to line CM07 to create the Research Content document set. 

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

Answer: 


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


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


Q10. - (Topic 5) 

You develop a SharePoint-hosted app. The app includes the following code segment: (Line numbers are included for reference only.) 

The app must display user profile data for the user that is logged in. The user profile data must include the PreferredName, Department, and WorkPhone properties. 

You need to ensure that the app displays the required user profile data. 

Which code segment should you insert at line 12? 

A. var a = new SP.UserProfiles.UserProfile(); 

B. var a = new SP.UserProfiles.SocialFollowingManager(context); 

C. var a = SP.UserProfiles.Profileloader.GetProfileLoader(context); 

D. var a = new SP.UserProfiles.PeopleManager(context); 

Answer: