70-383 is a fantastic accreditation quiz to take up so that you can use a thriving vocation within Microsoft. Theres lots of on the net training that would make it easier to create nicely for any 70-383 quiz. You might be capable of getting a full list of questions. An effective 70-383 train quiz would go over almost all method of inquiries questioned inside 70-383 quiz and this hands a fantastic simulators from the serious 70-383 examine.
Q181. - (Topic 6)
You are managing a SharePoint farm in an Active Directory Domain Services (AD DS) forest and SharePoint Online.
You resolve an authentication issue with the on-premises SharePoint farm. Users now experience performance degradation.
You need to configure SharePoint 2013 Usage and Logging service to the default settings for user authentication logging.
From the Monitoring page in Central Administration, which two options will achieve the goal? Each correct answer presents a complete solution.
A. Setting the value of the Least critical event to report to the event log setting to Monitorable
B. Setting the value of the Least critical event to report to the trace log setting to Monitorable
C. Setting the value of the Least critical event to report to the event log setting to Information
D. Setting the value of the Least critical event to report to the event log setting to Verbose
E. Setting the value of the Least critical event to report to the trace log setting to Verbose
F. Setting the value of the Least critical event to report to the trace log setting to Medium
Answer: B,C
Explanation: B: Trace log, level Monitorable. This level records messages about all unrecoverable events that limit the functionality of the solution but do not stop the application. When set to this level, the log also includes events that the Unexpected setting records.
C: Event log, Information: Information messages do not require any action. However, they can provide valuable data for monitoring the state of your solution.
Reference: Configure diagnostic logging in SharePoint 2013 https://technet.microsoft.com/en-us/library/ee748656.aspx
Q182. - (Topic 5)
You are configuring an administration connection to SharePoint Online. You need to instantiate the connection and authenticate to Office 365. Which Windows PowerShell cmdlet should you run?
A. Connect-SPOService-Url https://contoso.sharepoint.com -credential admin@contoso.com
B. Connect-SPOService-Url https://contoso-admin.sharepoint.com -credential admin@contoso.com
C. Set-SPOTenant -ExternalServicesEnabled -NoAccessRedirectUrl https:// contoso.sharepoint.com
D. Set-SPOSiteGroup -Site https://contoso-admin.sharepoint.com -Identity Administrators
Answer: B
Q183. - (Topic 6)
Your network contains an Active Directory forest The forest contains a single domain named adatum.com.
The network contains a SharePoint Server 2013 server farm. The farm contains a single web application named Web1. Users connect to Web1 by using the URL http://webl.adatum.com.
You need to configure the People Picker control to display only users who are members of organizational units (OUs) named Managers and Contractors.
What should you do?
A. Modify the User Information List of the site collection.
B. Set the Peoplepicker-setsiteuseraccountdirectorypath property of the site collection.
C. Set the Peoplepicker-searchadforests property of the site collection.
D. Modify the User Policy of Web1.
Answer: B
Explanation: * Operation name: Setsiteuseraccountdirectorypath
Sets the site user account directory path to a specific organizational unit (OU) in the same domain when the url andpathparameters are specified.
* Example
To set a list of users to a specific OU (for example, Sales) in the Contoso Corp domain, use the following syntax:
stsadm -o setsiteuseraccountdirectorypath -path "CN=Sales,DC=ContosoCorp,DC=local"
–url http://server_name
Q184. - (Topic 6)
You are managing SharePoint Online site collections.
You need to assign the minimum permission level necessary to create subsites. Which permission level should you assign?
A. Approve
B. Design
C. Manage Hierarchy
D. Contribute
Answer: C
Q185. - (Topic 12)
A company has a SharePoint environment that contains multiple site collections. The company purchases an app.
You need to ensure that the app is available in all site collections. Which Windows PowerShell cmdlets should you run?
A. Install-SPApp and then Update-SPAppCatalogSettings
B. Import-SPAppPackage and then Install-SPApp
C. Import-SPAppPackage and then Enable-SPAppAutoProvision
D. Enable-SPAppAutoProvision and then Install-SPApp
Answer: B
Q186. DRAG DROP - (Topic 6)
You have a SharePoint Server 2013 server farm.
You need to recommend which tools must be used to identify the causes of the following issues:
✑ Some users report that a specific Web Part page takes longer than 60 seconds to load.
✑ A user reports that a document that was uploaded to a site does not appear in
search results.
Which tool should you recommend for each issue? (To answer, drag the appropriate tools to the correct issues. Each tool 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:
Q187. - (Topic 12)
You are configuring a SharePoint farm.
You have the following requirements:
✑ Implement an enterprise resource pool.
✑ Enable tasks to be assigned to users.
✑ Implement a resource breakdown structure.
You need to implement a solution that meets the requirements. What should you do?
A. Import a Microsoft Excel spreadsheet as a custom list.
B. Provision a Microsoft Project web app.
C. Create a SharePoint task list.
D. Create a collaboration portal.
Answer: B
Q188. DRAG DROP - (Topic 8)
You need to meet the content access requirements during the upgrade process.
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:
Q189. - (Topic 12)
You are creating a SharePoint site that will be accessed from the following devices:
✑ Client computers
✑ Windows Phone devices
✑ Windows 8 RT devices
You need to optimize the SharePoint experience for the listed devices. What should you configure?
A. Device channels
B. Image renditions
C. Design Manager
D. Custom list views
E. Variations
Answer: A
Q190. - (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. 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