Free Preview Premium PassLeader 70-489 Exam Dumps in VCE and PDF (Question 72 – Question 81)

Valid 70-489 Dumps shared by PassLeader for Helping Passing 70-489 Exam! PassLeader now offer the newest 70-489 VCE dumps and 70-489 PDF dumps, the PassLeader 70-489 exam questions have been updated and ANSWERS have been corrected, get the newest PassLeader 70-489 dumps with VCE and PDF here: http://www.passleader.com/70-489.html (121 Q&As Dumps)

BTW, DOWNLOAD part of PassLeader 70-489 dumps from Cloud Storage: https://drive.google.com/open?id=0B-ob6L_QjGLpflE2TldJSGRBZVVRNmRETWxBRGxWVGR5bjd4bkF2UFdQZDNldHRfRWJvVGs

Case Study: 4 – Adventure Works (QUESTION 72 – QUESTION 83)
Background
Adventure Works needs to develop a solution that tracks internal and external projects for both on-site and off-site employees. The company plans to create a project tracking site by using SharePoint.
Business Requirements
The company has the following requirements:
* The solution must use data from an existing line of business (LOB) system.
* The solution must provide secure access to data.
* The solution must allow users to search for projects by department or job role.
* The portal for the solution must contain an overview of all the active projects.
* Navigation for all sites must be managed centrally.
* Project members must be notified when project information changes.
* Project leads must be able to view a list of departments and job roles.
* Project leads must be notified when project tasks change.
* Users must be able to filter project documents by file type.

Technical Requirements
The solution must include the following components.
passleader-70-489-dumps-01
Business Connectivity Services (BCS)
* You must use BCS to connect to a SQL Server database to retrieve project information and display it on a Project Information Page.
* The Admin Custom List app must use a remote event receiver to send an email message to each team member when information is updated.
* The Project external content type must use the root namespace proj_info.
Managed Metadata Service (MMS)
You must use MMS to ensure that team members can search and filter project information.
* Managed data must be grouped and controlled by department leaders. The project lead must have full control of the term store. The project leader creates groups for each department and assigns the leader of each department to the group manager role.
* Group managers must be able to grant Contribute permissions to the remaining team members in their department.
* You must create a Department term set to store team member roles and organize them by department types. The import file for the Department term set is the default for all new projects. The import file contains terms for System Architect, Programmer, Producer, and Manager. Each term is contained within two parent groups, Engineering or Production. Managers are members of the Production group only. All of the parent groups use a shared root-level term.
* You must create a site collection to store content that is used across multiple site collections. The site collection stores term sets for cross-site navigation and searches.
* The navigation site must use the URL http://adventureworks/sites/navigation.
* The publishing site must use the URL http://adventureworks/sites/portal.
* Navigation links on the top and left sides of each page must use term sets.
* The Document Library app named Project Documents must include a local term set for document types. The term set must contain the default terms: .docx, .png, and .jpg.
* You must develop a console app to print the current term sets and each root term for the app by using the following style: TermSet : name Term : name.
Application Structure
Relevant segments of the app files are shown below. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.)
DocumentLibApp.es
passleader-70-489-dumps-02
TeamRemoteEventReceiver.es
passleader-70-489-dumps-03
TodoEventReceiver.es
passleader-70-489-dumps-04
ImportTermSet.es
passleader-70-489-dumps-05

QUESTION 72
You need to implement the notifications for the custom list app named Admin. Which code segment should you add at line ER08?

A.    public class EventReceiver1
B.    public class EventReceiver1 : SPListEventReceiver
C.    public class EventReceiver1 : SPItemEventReceiver
D.    public class EventReceiver1 : SPEventReceiverBase

Answer: C

QUESTION 73
Drag and Drop Question
You need to implement the term set import file to enable item assignments to be filtered. How should you structure the term sets? (To answer, drag the appropriate term to the correct level 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.)
passleader-70-489-dumps-731

Answer:
passleader-70-489-dumps-732

QUESTION 74
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: CE

QUESTION 75
You need to create the term set for the Document Library app named Project Documents. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Insert the following code segment into line DL18:
TermStore termStore = taxonomySession.GetDefaultKeywordsTermStore();
B.    Insert the following code segment into line DL18:
TermStore termStore = taxonomySession.GetDefaultSiteCollectionTermStore();
C.    Insert the following code segment into line DL24:
myTermSet.CreateTerm(“-png”, 1033, Guid.NewGuid());
D.    Insert the following code segment into line DL24:
myTermSet.CreateTerm(“.bmp”, 1033, Guid.NewGuid());

Answer: AC

QUESTION 76
Drag and Drop Question
You need to implement the site collection for managed navigation. 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.)
passleader-70-489-dumps-761

Answer:
passleader-70-489-dumps-762

QUESTION 77
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: A

QUESTION 78
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: D
Explanation:
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.eventreceivers.iremoteeventservice.aspx

QUESTION 79
You need to configure permissions for the publishing portal in the Term Store Manager. What should you do?

A.    Add the URL http://adventureworks.com/sites/portal to the site collection access list.
B.    Add the URL http://adventureworks.com/sites/portal to the Contributors list.
C.    Add the URL http://adventureworks.com/navigation to the site collection access list.
D.    Add the URL http://adventureworks.com/pages/navigation.aspx to the site collection access list.

Answer: B

QUESTION 80
You need to print out the terms and term sets for the Document Library app named Project Documents. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Insert the following code segment at line DL59:
Console.WriteLine(“TermSet : = + termSet.Name + ” Term : ” + term.Name);
B.    Insert the following code segment at line DL70:
Console.WriteLine(“TermSet : ” + termSet.Name);
C.    Insert the following code segment at line DL35:
TaxonomySession taxonomy = TaxonomySession.GetTaxonomySession(clientContext);
D.    Insert the following code segment at line DL56:
Console.WriteLine(“TermSet : ” + terraSet.Name);
E.    Insert the following code segment at line DL35:
TaxonomyItem taxonomy = TaxonomySession.GetTaxonomySession(clientContext);

Answer: AC

QUESTION 81
Drag and Drop Question
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.)
passleader-70-489-dumps-811

Answer:
passleader-70-489-dumps-812


Get the newest PassLeader 70-489 VCE dumps here: http://www.passleader.com/70-489.html (121 Q&As Dumps)

And, DOWNLOAD the newest PassLeader 70-489 PDF dumps from Cloud Storage for free: https://drive.google.com/open?id=0B-ob6L_QjGLpflE2TldJSGRBZVVRNmRETWxBRGxWVGR5bjd4bkF2UFdQZDNldHRfRWJvVGs