getcertified4sure.com

Top 10 class 70-383 for IT examinee (41 to 50)




Act now and download your Microsoft 70-383 test today! Do not waste time for the worthless Microsoft 70-383 tutorials. Download Updated Microsoft Recertification for MCSE: SharePoint exam with real questions and answers and begin to learn Microsoft 70-383 with a classic professional.

Q41. - (Topic 11)

You need to configure the required level of access to the SharePoint 2010 farm prior to the migration.

What should you do?

A. In the corporate farm, run the ALTER DATABASE Transact-SQL statement.

B. In the corporate farm, run the CONFIG DATABASE Transact-SQL statement.

C. In the product support farm, run the CONFIG DATABASE Transact-SQL statement.

D. In the product support farm, run the ALTER DATABASE Transact-SQL statement.

Answer: A


Q42. - (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."


Q43. HOTSPOT - (Topic 6)

A company has a SharePoint farm. The environment contains a server-based virus scanner.

You need to configure the SharePoint farm to clean infected documents when users open documents or save documents to their computers.

How should you configure the antivirus settings? (To answer, select the appropriate check boxes in the answer area.)

Answer:


Q44. - (Topic 5)

You need to configure Office 365 to automate the sign-in experience. What should you do?

A. Configure AD FS to convert the domain contoso.com to a federated domain.

B. Run the New-MsolFederatedDomain-DomainName contoso.com

A. –SupportMultipleDomain Windows PowerShell cmdlet.

C. Configure AD FS to add the domain contoso.com as an AD FS federated domain and to support multiple domains.

D. Run the Update-MsolFederatedDomain-DomainName contoso.com - SupportMultipleDomain Windows PowerShell cmdlet.

Answer: B


Q45. - (Topic 6)

You are managing a SharePoint farm in an Active Directory Domain Services (AD DS) forest.

The forest contains two domains named americas.contoso.com and europe.contoso.com. A single SharePoint farm is located in the americas.contoso.com domain and uses Kerberos authentication.

Users in the europe.contoso.com domain cannot access the Excel Services application in the americas.contoso.com domain when using an external data source.

You need to ensure that users in the europe.contoso.com domain can use the Excel Services application with external data sources.

What should you do?

A. Deploy a SharePoint farm in the europe.contoso.com domain.

B. Configure Kerberos constrained delegation.

C. Configure basic Kerberos delegation.

D. Configure anonymous access in the SharePoint farm.

Answer: A


Q46. HOTSPOT - (Topic 12)

You are a SharePoint architect for Contoso, Ltd. The environment has the following servers:

You must support a streamlined topology.

You need to design the distribution of services and other components in the farm. Use the drop-down menus to select the answer choice that answers each question.

Answer:


Q47. - (Topic 6)

A company has a SharePoint environment that contains two SharePoint servers and a server that runs Microsoft SQL Server. A web application stores content in a single content database. All three servers are configured to meet or exceed the minimum hardware and software requirements. The SharePoint environment is primarily used for team collaboration and document storage.

All of the SharePoint Servers must be able to respond to user requests. Web traffic must be assigned to the server with the lowest health threshold value.

You need to configure the SharePoint farm. Which service should you use?

A. Request Management

B. Microsoft Network Load Balancer (NLB)

C. Microsoft SharePoint Foundation Subscription Settings

D. Document Conversions Load Balancer

E. Work Management

Answer: A

Explanation: Configure Request Manager in SharePoint Server 2013

Request Manager is functionality in SharePoint Server 2013 that enables administrators to manage incoming requests and determine how SharePoint Server 2013 routes these requests.

The front-end web server filtering process follows these steps:

✑ The routing pool is either the current front-end web server or one or more front-end web servers that request routing selects.

✑ All matching rules are checked to find the smallest health threshold value.

✑ Remove front-end web servers in the routing pool that have health scores greater than or equal to the smallest health threshold value.

Reference: https://technet.microsoft.com/en-us/library/jj712708.aspx


Q48. - (Topic 1)

You need to ensure that content authors can publish the specified files. What should you do?

A. Create multiple authoring site collections. Create a site that contains lists, document libraries, and a Pages library. Create an asset library in a new site collection, and enable anonymous access to the library on the publishing web application.

B. Create multiple authoring site collections. Create a site that contains lists, document libraries, and a Pages library. Create an asset library in the authoring site collection, and enable anonymous access to the library on the authoring web application.

C. Create one authoring site collection. Create a site that contains multiple lists, document libraries, and Pages libraries. Create an asset library in a new site collection, and enable anonymous access to the library on the publishing web application.

D. Create multiple authoring site collections. Create a site that contains multiple lists, document libraries, and Pages libraries. Create an asset library in a new site collection, and enable anonymous access to the library on the publishing web application.

Answer: B


Q49. HOTSPOT - (Topic 12)

You are configuring SharePoint social features.

You need to ensure that users can configure the SharePoint social features settings from their own profiles.

On which page should you configure the settings? (To answer, select the appropriate link in the answer area.)

Answer:


Q50. - (Topic 12)

You are configuring a SharePoint environment to support SharePoint apps for Litware, Inc. The SharePoint servers use a load-balancer for incoming requests.

You need to ensure that all connections to the SharePoint servers are secure and encrypted.

What should you do? (Each correct answer presents a part of the solution. Choose all that apply.)

A. Create a DNS CNAME record for *.LitwareApps.com.

B. Create an SSL certificate for the AppHost.LitwareApps.com domain.

C. Create a wildcard SSL certificate for *.LitwareApps.com.

D. Create a DNS forward lookup zone for the LitwareApps.com domain.

E. Create a DNS A record for AppHost.LitwareApps.com that points to the IP address of the load-balancer.

Answer: A,C,D

Explanation: * You must create a new domain name in Domain Name Services (DNS) to host the apps.

To help improve security, the new domain name should not be a subdomain of the domain that hosts the SharePoint sites.

Depending on your configuration, you might have to create a new forward lookup zone first, or you can start with a wildcard CNAME entry in the same zone as the SharePoint site domain.

Note:

To create a wildcard Alias (CNAME) record for the new domain name

1. Verify that the user account that performs this procedure is a local administrator on the domain controller.

2. In DNS Manager, right-click the name of domain that hosts the SharePoint sites, and then clickNew Alias (CNAME).

3. In the New Resource Record dialog box, in the Alias name (uses parent domain if left blank) box, type *. followed by the domain name that you want to use for apps.

For example, *.ContosoApps.com or *.Contoso-Apps.com. Etc.

* If you are using Secure Sockets Layer (SSL), you must either create an SSL certificate or add the new domain to your existing SSL certificate.

* Create an SSL certificate if you are using a different root domain (for example, ContosoApps.com).

* Add the new app domain to an existing SSL certificate if you are using the same room domain (for example. Apps.Contoso.com).

Either way, the domain should be added in the form of a wildcard (for example,

*.contosoapps.com). You need a wildcard certificate instead of individual certificates because each installed app has its own subdomain.

Note:

* Wildcard DNS should point to the load balancer.

Reference: Deployment Guide for Microsoft SharePoint 2013, Configure an environment for apps