It is impossible to pass Microsoft 70-383 exam without any help in the short term. Come to Exambible soon and find the most advanced, correct and guaranteed Microsoft 70-383 practice questions. You will get a surprising result by our Replace Recertification for MCSE: SharePoint practice guides.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 70-383 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 70-383 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/70-383-exam-dumps.html
Q41. DRAG DROP - (Topic 6)
Your company has an internal network and a perimeter network. The internal network contains an Active Directory domain.
You plan to deploy a SharePoint Server 2013 server farm. The farm will contain a single web application that uses NTLM authentication by using the domain controller on the internal network.
The relevant components on the network are listed in the following table.
All services use default TCP ports.
You need to configure the inbound rules for Firewall1 and Firewall2 to ensure that users
from the Internet can access content in the farm by using either HTTP or HTTPS.
What should you configure? 0"o answer, drag the appropriate TCP ports to the correct firewalls.
Each port 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:
Q42. - (Topic 6)
You manage a SharePoint farm in an Active Directory Domain Services (AD DS) forest. You implement SharePoint Online.
AD DS users must be able to access on-premises sites and SharePoint Online resources without having to authenticate each time that they access SharePoint Online. You replace the default certificate for validating incoming tokens in the SharePointfarm.
You need to ensure that SharePoint uses the new certificate. Which service must you restart?
A. Certificate Service
B. Component Services
C. Security Token Service
D. SharePoint Timer Service
Answer: D
Explanation: When you replace the Security Token Service (STS) certificate for a SharePoint 2013 farm you need to restart IIS and the SharePoint timer service.
Reference: Replace the STS certificate for the on-premises environment https://technet.microsoft.com/en-us/library/dn551378.aspx
Q43. - (Topic 7)
You need to configure Excel Services. What should you do?
A. Add a trusted file location to the Tailspin360 site.
B. Add each user as a Viewer.
C. Add each user as a Contributor.
D. Add a trusted data connection library to the Tailspin360 site.
Answer: A
Q44. - (Topic 6)
A company uses SharePoint 2013 Server as its intranet portal. The Marketing department publishes many news articles, press releases, and corporate communications to the intranet home page.
You need to ensure that the Marketing department pages do not impact intranet performance.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. In Central Administration, set up a User Policy for the Super User and Super Reader accounts.
B. Configure IIS to use the Super User and Super Reader accounts for caching.
C. Use the Farm Configuration Wizard to configure the Super User and Super Reader accounts.
D. Use Windows PowerShell to add the Super User and Super Reader accounts.
Answer: A,D
Explanation: A: The way to correct this problem is to first create two normal user accounts in AD. These are not service accounts. You could call them domain\superuser and domain\superreader, but of course that’s up to you.The domain\superuser account needs to have a User Policy set for that gives it Full Control to the entire web application.
D: If you are using any type of claims based authentication you will need to use Windows PowerShell. And Windows PowerShell is the hipper more modern and sustainable option anyway. If you are using classic mode authentication run the following cmdlets on one of your SharePoint servers:
$w = Get-SPWebApplication "http://<server>/"
$w.Properties["portalsuperuseraccount"] = "domain\superuser"
$w.Properties["portalsuperreaderaccount"] = "domain\superreader"
$w.Update()
If you are using claims based authentication run these cmdlets on one of your SharePoint servers:
$w = Get-SPWebApplication "http://<server>/"
$w.Properties["portalsuperuseraccount"] = "i:0#.w|domain\superuser"
$w.Properties["portalsuperreaderaccount"] = "i:0#.w|domain\superreader"
$w.Update()
Note:
* If you have a SharePoint Publishing site and you check the event viewer every once in a while you might see the following warning in there:
Object Cache: The super user account utilized by the cache is not configured. This can increase the number of cache misses, which causes the page requests to consume unneccesary system resources.To configure the account use the following command 'stsadm -o setproperty -propertynameportalsuperuseraccount -propertyvalue account - urlwebappurl'. The account should be any account that has Full Control access to the SharePoint databases but is not an application pool account.Additional Data:Current default super user account: SHAREPOINT\system
This means that the cache accounts for your web application aren’t properly set and that there will be a lot of cache misses. If a cache miss occurs the page the user requested will have to be build up from scratch again. Files and information will be retrieved from the database and the file system and the page will be rendered. This means an extra hit on your SharePoint and database servers and a slower page load for your end user.
Reference: Resolving "The super user account utilized by the cache is not configured."
Q45. DRAG DROP - (Topic 6)
Contoso has a SharePoint environment that contains two servers named SP1 and SP2.
✑ The public website must automatically balance the load between SP1 and SP2.
✑ Internet users must be able to access the site through a Microsoft Forefront Unified Access Gateway with an off-box SSL termination.
✑ Internal auditors must be able to access SP2 through port 8080.
You need to configure alternate access mappings.
How should you configure the alternate access mappings? (To answer, drag the appropriate URLs to the correct target or targets in the answer area. Each URL 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:
Q46. - (Topic 3)
You need to specify hardware and software requirements for web servers used by the SharePoint environment.
Which two minimum requirements should you specify? (Each correct answer presents part of the solution Choose two.)
A. Virtual machine running Windows Server 2012
B. 4-core virtual machine
C. 6-core virtual machine
D. Physical host running Windows Server 2008 R2
E. Physical host running Windows Server 2012
F. Virtual machine running Windows Server 2008 R2
Answer: B,F
Explanation: Explanation/Reference: Note:
* From Scenario: All servers must run on virtual machines.
Minimum operating system requirement for SharePoint 2013 (web server) is Windows Server 2008 R2 with Service Pack 1 or Windows Server 2012.
Q47. HOTSPOT - (Topic 6)
You provision a Search service application and a User Profile service application for a SharePoint farm.
A company policy requires that an account other than the default content access account must be used for crawling content.
You need to configure permissions to crawl the profile store.
Which User Profile service application object should you configure? (To answer, select the appropriate object in the answer area.)
Answer:
Q48. - (Topic 6)
Contoso, Ltd. recently merged with Fabrikam, Inc. Each company has an Active Directory Domain Services (AD DS) domain. You are managing a SharePoint farm in the contoso.com domain.
You need to enable users in the fabrikam.com domain to access the Contoso SharePoint farm and prevent users in the contoso.com domain from accessing resources in the fabrikam.com domain.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Configure a two-way forest trust from the fabrikam.com domain to the contoso.com domain.
B. Add the fabrikam.com AD security groups to the SharePoint farm.
C. Configure a two-way forest trust from the contoso.com domain to the fabrikam.com
A. domain.
D. Add the contoso.com AD security groups to the SharePoint farm.
E. Configure a one-way forest trust from the fabrikam.com domain to the contoso.com domain.
F. Configure a one-way forest trust from the contoso.com domain to the fabrikam.com domain.
Answer: B,F
Explanation: F: This is a one-way trust.
The resource is in the Contoso domain. Contoso need to trust Fabrikam.
B: The users in Fabrikam need to have access to Contoso resources. The fabrikam.com AD security groups should be added to the SharePoint Farm.
Q49. - (Topic 6)
A company's SharePoint environment contains three web applications.
The company must record the following information for each document in any of the three web applications:
✑ The date and time at which the document was last reviewed.
✑ Additional custom date and time information as requirements are identified.
You have the following requirements:
✑ Ensure that the current information is available when searching content and for refining search results.
✑ Ensure that the additional custom date and time information can be assigned to
content in all web applications.
✑ Ensure that SharePoint users who are not farm administrators can record additional date and time information as required.
You need to meet the requirements. What should you do?
A. Create a column of data type Date and Time in a document library in each site collection.
B. In Central Administration, create a term set with a term of data type Date and Time.
C. Create a content type that uses a custom field of data type Date and Time in each site collection.
D. Create a site column of data type Date and Time in each site collection.
Answer: B
Q50. - (Topic 2)
You need to implement Office 365 authentication. What should you do?
A. Create an AD DS domain named proseware.com and join the AD FS servers to the proseware.com domain.
B. Add a DNS CNAME record for www.proseware.com and point it to www.adatum.com.
C. Deploy an AD FS proxy for the proseware.com domain.
D. Add proseware.com as an Office 365 SSO domain and update all user principal names (UPNs) to also use proseware.com.
Answer: D
