Latest Braindump2go Microsoft 70-489 Certification PDF With 100% Guarantee Pass (106-114)

Braindump2go New Released Microsoft 70-489 Practice Tests Sample Questions Free Download! 100% Same Questions with Actual 70-489 Exam! Guaranteed 100% Pass!

Vendor: Microsoft
Exam Code: 70-489
Exam Name: Developing Microsoft SharePoint Server 2013 Advanced Solutions

112222[2]

QUESTION 106
A company has two SharePoint farms as described in the following table.

wps626E.tmp_thumb

You need to process incoming server requests on HRFarm that originate from FinanceFarm. What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Configure both farms to use Secure Sockets Layer (SSL) connections.
B.    Run the Windows PowerShell cmdlet New-SPTrustedSecurityTokenlssuer on a server in FinanceFarm.
C.    Run the Windows PowerShell cmdlet New-SPTrustedSecurityTokenlssuer on a server in HRFarm.
D.    Log on as a member of the Administrators group on a server in HRFarm.
E.    Run the Windows PowerShell cmdlet Get-SPTrustedSecurityTokenIssuer -Identity FarmA on a server
in HRFarm.

Answer: ACD
Explanation:
C (not B):
New-SPTrustedSecurityTokenIssuer
Creates a trust between a server to server principal. Use the New-SPTrustedSecurityTokenIssuer cmdlet to establish a trust between a server to server principal.

QUESTION 107
You are migrating a SharePoint Server 2010 My Site site collection to SharePoint Server 2013 by using the database attach method.
You copy the content databases to the SharePoint 2013 farm.
You need to verify that all required objects have been successfully added to the SharePoint 2013 farm before upgrading the content database.
What should you do?

A.    In the SharePoint 2013 site collection, run the site collection health checks.
B.    Run the Windows PowerShell cmdlet Test-SPContentDatabase on the SharePoint 2013 farm.
C.    Run the Windows PowerShell cmdlet Test-SPContentDatabase on the SharePoint 2010 farm.
D.    In the SharePoint 2010 site collection, run the site collection health checks.
E.    Run the Windows PowerShell cmdlet Mount-SPContentDatabase on the SharePoint 2010 farm.
F.    Run the Windows PowerShell cmdlet Mount-SPContentDatabase on the SharePoint 2013 farm.

Answer: B

QUESTION 108
A SharePoint environment contains an instance of Microsoft SQL Server 2008 R2.
You plan to migrate data from the existing database to a new instance of SQL Server 2012.
You need to configure SQL Server to support the migration.
You must accomplish this goal without requiring any SharePoint application configuration changes.
What should you do?

A.    On the SQL Server, configure a named instance.
B.    On all servers in the farm, configure a SQL Server alias.
C.    On all servers in the farm, configure SQL Server database mirroring.
D.    Create a single-node SQL Server cluster.

Answer: B

QUESTION 109
A company plans to use eDiscovery in SharePoint.
The environment includes Microsoft Lync Server 2013 and Microsoft Exchange Server 2013.
Lync Server is configured to archive conversations to Exchange Server.
You configure Exchange Server for eDiscovery.
You need to complete the eDiscovery configuration.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Configure a trust relationship between SharePoint Server and Lync Server.
B.    Create a SharePoint connector in the Exchange Server management shell.
C.    Install the SharePoint Web Services API on every server that runs Exchange Server.
D.    Configure a trust relationship between SharePoint Server and Exchange Server.
E.    Install the Exchange Web Services API on every SharePoint front-end web server.
F.    Create an Exchange eDiscovery service application in Central Administration.

Answer: DE
Explanation:
* If you will use a SharePoint eDiscovery Center to discover content in Exchange Server, you must configure SharePoint Server 2013 and Exchange Server to interact.
Perform the following steps:
(E) Ensure that the Exchange Web Service managed API is installed on every front-end server that is running SharePoint Server 2013.
(D) Configure a trust relationship between Server 2013 and Exchange Server. If you want content from Lync Server 2013 to be discoverable, configure Lync Server 2013 to archive to Exchange Server 2013. (this step has already been done here)
Perform the eDiscovery configuration steps for Exchange. (this step has already been done here)
Reference: Configure communication between SharePoint Server 2013 and Exchange Server 2013

QUESTION 110
You are creating a SharePoint site that will be accessed remotely.
You need to optimize the SharePoint experience for all mobile devices.
What should you configure?

A.    Custom list views
B.    Image renditions
C.    Variations
D.    Design Manager
E.    Device channels

Answer: E

QUESTION 111
You perform the basic configuration of a SharePoint site to support SharePoint apps.
You need to configure policy settings for SharePoint apps to ensure that users can browse apps in the Office Store but cannot purchase apps without approval.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A.    In Central Administration, configure the Office and SharePoint store settings to restrict app purchases.
B.    Purchase and configure a wildcard SSL certificate for the domain from a third-party Trusted Root
Certification Authority (CA).
C.    In Central Administration, specify the URL to the App Catalog site.
D.    In each site collection, configure the site app permissions to restrict app purchases.
E.    Restrict the users and groups that have Approve permissions on the App Catalog site.

Answer: AC
Explanation:
Configure app requests and SharePoint Store settings Farm administrators can determine whether users can purchase apps from the SharePoint Store. This setting is at the web application scope. If users cannot purchase apps, they can still browse the SharePoint Store, and request an app. Farm administrators and the App Catalog site owner can view and respond to app requests.
To configure SharePoint Store settings
If you want to switch to a different web application, click the down arrow next to the web application URL to change to a different web application.
(C) Reference: Manage the App Catalog in SharePoint 2013
QUESTION 112
A company named Contoso, Ltd. has a SharePoint 2010 site collection at www.contoso.com.
You are preparing to upgrade the site collection to SharePoint 2013. The root site collection has had extensive customizations made to pages by using SharePoint Designer.
You need to test the site collection customizations before the upgrade.
What should you do?

A.    Use the visual upgrade feature in preview mode.
B.    Use the page upgrade feature in preview mode for each customized page.
C.    Run the Get-SPSite -identity http://www.contoso.com | $_.GetVisualReport() | Format-Table Windows
PowerShell cmdlet.
D.    Request an upgrade evaluation site collection.

Answer: D

QUESTION 113
You are configuring a SharePoint farm in an environment that includes Microsoft Exchange Server 2013.
You need to ensure that specified SharePoint users can search the Exchange mailboxes of all employees, place holds on mailbox data, and export mailbox data.
What should you do first?

A.    Define an individual target application in the Secure Store that contains Exchange connection information.
B.    Configure server-to-server authentication between SharePoint and Exchange.
C.    Configure alternate access mappings in SharePoint and Exchange.
D.    Create an external content type for Exchange mailbox information.

Answer: B

QUESTION 114
A SharePoint 2010 environment contains a Microsoft SQL Server 2008 R2 database instance named SP-SQL that hosts the databases for the farm.
You are upgrading the farm to SharePoint 2013.
You need to ensure that users can access the unmodified farm contents during the upgrade process.
What should you do?

A.    Run the following Transact-SQL (T-SQL) statement for each content database and service application
you plan to upgrade.
ALTER DATABASE <database name>SET READ_ONLY;
B.    Run the following command-line tool for each site collection in the content databases you plan
to upgrade.
Stsadm -o setsitelock -urKsite collection name> -lock readonly
C.    Run the following Windows PowerShell cmdlets for each web application in the SharePoint 2010
farm you plan to upgrade. $db = Get-SPContentDatabase<web application name>
Set- SPContentDatabase$db -Status Offline
D.    Run the following Transact-SQL (T-SQL) statement for each content database and service application
you plan to upgrade. EXEC sp_dboption<database name>, “read only”, “True”;

Answer: A


Braindump2go Guarantee:
Pass-Certification 70-489 offers absolute risk free investment opportunity, values your timr and money! Braindump2go latest 70-489 Real Exam Dumps – Your success in 70-489 Exam is certain! Your belief in our 70-489 Exam Dumps is further strengthened with 100% Money Back Promise from Braindump2go!

18222[2]

http://www.braindump2go.com/70-489.html