Free Microsoft Sharepoint 2013 Questions and Answers ā Questions and Answers
Question 1: You set up a connection for User Profile Synchronization. You must provide the synchronization account the required rights. What ought you to do?
- Grant the account Read permission on the domain.
- Grant the account the Replicate Directory Changes permission on the domain. (Correct answer)
- Grant the account Full Control on the ActiveUsers OU.
- Grant the account Full Control on the AuthenticatedUsers AD security group.
Correct answer: Grant the account the Replicate Directory Changes permission on the domain.
For User Profile Synchronization in SharePoint 2013 to read changes from Active Directory, the synchronization account requires specific permissions. Granting the 'Replicate Directory Changes' permission on the domain is the correct and least privileged option. This permission allows the account to efficiently query and retrieve changes to user profiles and other directory objects without granting broader administrative rights, ensuring secure and effective synchronization.
Question 2: Make that the supplied files may be published by the content creators. What ought you to do?
- 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.
- 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.
- Create multiple authoring site collections. Create a site that contains lists, document libraries, and 3 Pages library. Create an asset library in a new site collection, and enable anonymous access to the library on the publishing web application.
- Create multiple authoring site collections. Create a site that contains lists, document libraries, and 3 Pages library. Create an asset library in the authoring site collection, and enable anonymous access to the library on the authoring web application. (Correct answer)
Correct answer: Create multiple authoring site collections. Create a site that contains lists, document libraries, and 3 Pages library. Create an asset library in the authoring site collection, and enable anonymous access to the library on the authoring web application.
To enable content creators to publish files effectively, a well-structured authoring environment is crucial. Creating multiple authoring site collections provides organizational flexibility, and an asset library within the authoring site collection is essential for storing media. Enabling anonymous access to this asset library on the *authoring* web application ensures creators can easily access and link to assets during the content creation process, streamlining their workflow.
Question 3: Employee images must be imported into SharePoint user profiles with the least amount of administrative work possible. Which three things ought you to do? (Select three; each accurate response contains a component of the answer.)
- Deļ¬ne a mapping for the thumbnailPhoto attribute of the Picture user proļ¬le property. (Correct answer)
- Run the Update-SPProļ¬lePhotoStore Windows PowerShell cmdlet. (Correct answer)
- Run a full synchronization of the User Proļ¬le Synchronization service. (Correct answer)
- Run the Update-SPUserSolution Windows PowerShell cmdlet.
Correct answer: Deļ¬ne a mapping for the thumbnailPhoto attribute of the Picture user proļ¬le property.
To import employee images (thumbnailPhoto attribute) into SharePoint user profiles with minimal administrative effort, three key steps are necessary. First, define a mapping between the Active Directory 'thumbnailPhoto' attribute and the SharePoint 'Picture' user profile property. Second, run the `Update-SPProfilePhotoStore` PowerShell cmdlet to process and store these images correctly. Finally, perform a full synchronization of the User Profile Synchronization service to pull the updated image data from Active Directory into SharePoint.
Question 4: For typical usage scenarios, you must put into practice corporate sizing and performance criteria. Which three things ought you to do? (Select three; each accurate response contains a component of the answer.)
- Limit the number of documents in each document library to 20 million.
- Limit the number of documents in each content database to 10 million. (Correct answer)
- Limit the maximum size of each content database to 200 GB. (Correct answer)
- For the Remote BLOB Storage (RBS) storage subsystem on network attached storage (NAS), limit the maximum time-to-ļ¬rst-byte (TTFB) of any response from the NAS to 20 milliseconds. (Correct answer)
Correct answer: Limit the number of documents in each content database to 10 million.
Adhering to Microsoft's recommended limits is crucial for meeting corporate sizing and performance criteria in SharePoint 2013. Limiting content databases to 10 million documents and a maximum size of 200 GB helps maintain optimal database performance and manageability. For Remote BLOB Storage (RBS) on NAS, ensuring a maximum time-to-first-byte (TTFB) of 20 milliseconds is vital for fast retrieval of large files, directly impacting user experience and overall system responsiveness.
Question 5: The technological requirements for service applications must be met with the least amount of administrative work possible. What ought you to do?
- In Central Administration, manually create each service application.
- Use the Farm Conļ¬guration Wizard to add service applications.
- Use Windows PowerShell to conļ¬gure service applications. (Correct answer)
- Use the SharePoint Products Conļ¬guration Wizard to complete the server conļ¬guration.
Correct answer: Use Windows PowerShell to conļ¬gure service applications.
Using Windows PowerShell is the most efficient method for configuring service applications in SharePoint 2013, especially when aiming for minimal administrative effort. PowerShell cmdlets enable automated, repeatable, and scriptable deployment and configuration of service applications. This approach significantly reduces manual intervention and potential errors, making it superior to manual creation via Central Administration for complex or multiple deployments.
Question 6: While preserving the user's ability to establish their own sites, you must create a new site collection. What ought you to do?
- Create a host-named site collection and use a single farm that contains all the web applications. (Correct answer)
- Use a path-based site collection and alternate access mappings.
- Create a host-named site collection and use a single farm that contains a single consolidated web application.
- Use a path-based site collection and a single farm that contains all the web applications.
Correct answer: Create a host-named site collection and use a single farm that contains all the web applications.
To create a new site collection while preserving users' ability to establish their own sites (My Sites), a host-named site collection is the recommended approach in SharePoint 2013. Host-named site collections offer greater flexibility in URL structures and better scalability compared to path-based collections. Using a single farm with all web applications simplifies management and leverages shared resources, providing an efficient and scalable solution for user-created sites.
Question 7: The Projeth monitoring standards must be met. What ought you to do?
- Use a system-deļ¬ned data collector set.
- Create a user-deļ¬ned data collector set. (Correct answer)
- Monitor only startup event trace sessions.
- Monitor only event trace sessions.
Correct answer: Create a user-deļ¬ned data collector set.
To meet specific monitoring standards, such as 'Projeth monitoring standards,' creating a user-defined data collector set is the appropriate action. Unlike generic system-defined sets, a user-defined data collector set allows for precise customization of performance counters, event trace sessions, and system configuration data. This granular control ensures that only the metrics relevant to the specific corporate or project standards are captured, providing targeted and efficient monitoring.
You set up a connection for User Profile Synchronization.
You must provide the synchronization account the required rights.
What ought you to do?