Cause all that matters here is passing the Microsoft 70-383 exam. Cause all that you need is a high score of 70-383 Recertification for MCSE: SharePoint exam. The only one thing you need to do is downloading Ucertify 70-383 exam study guides now. We will not let you down with our money-back guarantee.
Q31. - (Topic 12)
You have a SharePoint Server 2010 server farm. The farm contains a custom solution package (.wsp).
You upgrade the farm to SharePoint Server 2013.
You need to ensure that the solution package (.wsp) can be used in the farm. Which cmdlet should you run first?
A. Add-SPSolution
B. Update-SPSolution
C. Enable-SPFeature
D. Install-SPSolution
Answer: B
Explanation: Update-SPSolution Upgrades a deployed SharePoint solution.
Incorrect:
Not C: The Enable-SPFeature cmdlet enables an installed feature at the given scope. If the feature is a farm feature, no URL is needed. Otherwise, provide the URL where the feature is to be enabled and it will be enabled at the proper scope based on the Feature definition
Q32. - (Topic 12)
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. In SQL Server Management Studio, locate the SQL Server instance containing the content databases and service application databases you plan to upgrade. Set the Instance Read-Only value to True.
B. 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;
C. 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
D. Sign in to Central Administration in the SharePoint 2010 environment you plan to upgrade. Set each content database and service application database to Read-Only.
Answer: B
Explanation:
Set the previous version databases to be read-only
If you want your original environment to remain available to users in a read-only state, set the databases to read-only before you back them up.
Complete this step for each content database in your environment.
Depending on your organization, you might need a database administrator to complete this step.
Incorrect:
Not A: The content databases, not the server instance, should be set to Read-only.
Note:
* To set content databases to be read-only
1. Verify that you have the following administrative credentials: You must be a member of the db_ownerfixed database role in each database.
2. Open SQL Server Management Studio.
3. Right-click the content database that you want to change to read-only, and then click Properties.
4. Select the Options page, and, in the Other options list, scroll to the State section.
5. In the Database Read-Only row, click the arrow next to False, select True, and then click OK.
6. Repeat for all other content databases.
* A farm is considered to be read-only if any of the following are true:
/All content databases are set to read-only.
/Service application databases are set to read-only.
Q33. - (Topic 6)
You are managing a site collection in a SharePoint farm.
You need to configure the minimum level of permissions necessary for users to manage lists in the site collection
What permission level should you configure?
A. Contribute
B. View Only
C. Edit
D. Read
Answer: C
Q34. - (Topic 12)
You manage a Microsoft SharePoint 2013 farm for Contoso, Ltd. The farm contains four servers. Two of the servers receive user requests, and two servers perform back-end processing.
You must forward all requests for www.contoso.com to 192.168.100.31. You need to configure DNS.
How should you configure the DNS?
A. Use the DNS Manager to create a new host (A or AAAA) record for www in the contoso.com forward lookup zone.
B. Modify the hosts file in the System32 folder. Add 192.168.100.3 www.contoso.com to the file. Save the file as an administrator.
C. Use the DNS Manager to create a new alias (CNAME) record for www in the contoso.com forward lookup zone.
D. Use the DNS Manager to create a new domain alias (DNAME) record for www in the contoso.com forward lookup zone.
Answer: C
Explanation: In DNS Manager, under Forward Lookup Zones, right-click the new app domain name, and then click New Alias (CNAME).
Reference: Configure an environment for apps for SharePoint (SharePoint 2013) https://technet.microsoft.com/en-us/library/fp161236.aspx
Q35. - (Topic 6)
You are managing a site collection in a SharePoint farm.
You need to configure the minimum level of permissions necessary for users to manage lists in the site collection.
What permission level should you configure?
A. Edit
B. Contribute
C. Read
D. Limited Access
Answer: A
Q36. - (Topic 5)
You are configuring DNS for SharePoint Online.
You need to create the appropriate type of DNS record. Which type of DNS record should you create?
A. A DNS CNAME record pointing to sharepoint.contoso.com.
B. A DNS CNAME record pointing to contoso.sharepoint.com.
C. A DNS A record pointing to the IP address of the SharePoint Online servers.
D. A DNS TXT record containing an Office 365 validation code.
Answer: B
Q37. DRAG DROP - (Topic 12)
You are preparing to upgrade from a SharePoint 2010 environment to a SharePoint 2013 environment.
The SharePoint 2010 environment includes a large number of content databases. You restore backups of the content databases to the Microsoft SQL Server instance in the SharePoint 2013 environment.
You need to upgrade all content databases and minimize monitoring requirements.
What should you do? (To answer, drag the appropriate terms to the correct location or locations 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.)
Answer:
Q38. DRAG DROP - (Topic 12)
You are the administrator of a company's SharePoint environment.
Company policy requires that social guidelines are established for new users of the SharePoint environment.
You need to implement Yammer.
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:
Q39. - (Topic 12)
You plan to deploy a SharePoint Server 2013 server farm.
The sales department uses Microsoft Office documents to track sales leads.
You need to recommend a solution to ensure that users use the co-authoring functionality in SharePoint Server 2013 to collaborate on Office documents.
What should you include in the recommendation?
A. The App Management Service
B. OneNote Web App
C. Word Automation Services
D. The Work Management Service
Answer: B
Explanation: Co-authoring simplifies collaboration by enabling multiple users to work productively on the same document without intruding on one another’s work or locking out other users. This capability requires no additional server setup and is the default status for documents that are stored in SharePoint 2013 document libraries.
Here are some changes in co-authoring for Office 2013.
* Co-authoring is now supported in Visio Professional 2013, Word Web App, and PowerPoint Web App.
* Seeing other editors who join the document to co-author is faster in Word 2013, Excel 2013, PowerPoint 2013, and Visio Professional 2013.
* Updates are faster when multiple users co-author in the same OneNote page.
Incorrect:
Not C: Word Automation Services
Provides unattended, server-side conversion of documents that are supported by Word.
Q40. - (Topic 1)
You need to ensure that service applications meet the technical requirements by using the least amount of administrative effort.
What should you do?
A. Use the Farm Configuration Wizard to add service applications.
B. Use Windows PowerShell to configure service applications.
C. Use the SharePoint Products Configuration Wizard to complete the server configuration.
D. In Central Administration, manually create each service application.
Answer: B