Free Core Solutions of Microsoft Sharepoint Server 2013 MCQ Questions and Answers — Questions and Answers
Question 1: You transfer the content of the software updates and the SharePoint installation disc to your hard drive. In order to install a SharePoint server in the future, you must fulfill the setup criteria. What ought you to do?
- Upgrade the installation media by running the /lang:<lcid> command.
- Extract the content of each file to the Setup folder by running the /extract:<path> command.
- Extract the content of each file to the Updates folder by running the /extract:<path> command. (Correct answer)
- Extract the content of each file to the PrerequisiteInstallerFiles folder by running the /extract:<path> command.
Correct answer: Extract the content of each file to the Updates folder by running the /extract:<path> command.
To prepare for a future SharePoint server installation by integrating software updates with the installation media, you must extract the content of each update file to the 'Updates' folder within the SharePoint installation directory. Running the `/extract:<path>` command for each update file, specifying the 'Updates' folder as the path, ensures these updates are automatically applied during the initial SharePoint installation, streamlining the setup process and reducing post-installation patching.
Question 2: Enterprise Search for SharePoint Server 2013 is put into use by a business. <br> Some results sources' crawls do not finish. <br> To decide how to change crawling, you must look at information about the status of the content that has been indexed. <br> What ought to be examined?
- the crawl log (Correct answer)
- crawl-health reports
- Unified Logging Service (ULS) logs
- Search Server performance counters
Correct answer: the crawl log
To investigate why some results sources' crawls do not finish and to understand the status of indexed content in SharePoint 2013 Enterprise Search, the crawl log is the essential tool. The crawl log provides detailed information about the crawl process, including successes, failures, warnings, and errors for each item attempted to be crawled. This allows administrators to effectively diagnose and troubleshoot crawling issues, ensuring content is properly indexed.
Question 3: Two online applications make up the SharePoint environment of a business. The business intranet is accessed through the first web application, while various custom apps are hosted by the second web application. Data from external systems is retrieved by the custom apps using Microsoft Business Connectivity Services (BCS) Web Parts. <br> The second web application's main page renders slowly and shows data from three bespoke apps. <br> The custom app that is causing the delayed response times must be found. <br> What instrument should you use?
- Developer Dashboard
- SharePoint Health Analyzer (Correct answer)
- SharePoint audit log reports
- SharePoint Web Analytics service application
Correct answer: SharePoint Health Analyzer
To identify the custom app causing slow response times on a SharePoint web application's main page, the SharePoint Health Analyzer is the appropriate tool. While the Developer Dashboard provides real-time metrics for a single page load, the Health Analyzer proactively scans the entire farm for potential configuration, performance, and security issues. It provides reports and actionable recommendations that can pinpoint problematic components or applications affecting overall farm health and performance, making it ideal for systemic issues.
Question 4: In an Active Directory Domain Services (AD DS) forest, you oversee a SharePoint farm. You put SharePoint Online into action. <br> Users of AD DS must be able to access SharePoint Online resources as well as sites hosted on-premises without needing to log in each time. For the SharePointfarm to validate incoming tokens, you change the default certificate. <br> Make that SharePoint is using the new certificate. <br> What service do you need to restart?
- Component Services
- Security Token Service
- SharePoint Timer Service (Correct answer)
- Certificate Service
Correct answer: SharePoint Timer Service
When changing the default certificate for a SharePoint farm to validate incoming tokens, such as for SharePoint Online access, the SharePoint Timer Service needs to be restarted. This service is responsible for executing scheduled jobs, including those that refresh security configurations and certificate trusts. Restarting it ensures that the farm picks up the new certificate configuration and applies it correctly for token validation, enabling seamless authentication.
Question 5: Implementing Office 365 authentication is necessary. <br> What ought you to do?
- Add only proseware.com as an Office 365 SSO domain and use the SupportMultipleDomain parameter.
- Add only adatum.com as an Office 365 SSO domain and use the SupportMultipleDomain parameter.
- Create an AD DS domain named proseware.com and join the AD FS servers to the proseware.com domain.
- Add adatum.com and proseware.com as Office 365 SSO domains and use the SupportMultipleDomain parameter. (Correct answer)
Correct answer: Add adatum.com and proseware.com as Office 365 SSO domains and use the SupportMultipleDomain parameter.
To implement Office 365 authentication for multiple domains (adatum.com and proseware.com) with Single Sign-On (SSO), it is necessary to add both domains as Office 365 SSO domains. Crucially, the `SupportMultipleDomain` parameter must be used during the configuration of Active Directory Federation Services (AD FS). This parameter ensures that federation is correctly set up for multiple top-level domains within a single AD FS instance, allowing users from both domains to authenticate seamlessly.
Question 6: The necessary web use report(s) for the projects.contoso.com website must be displayed. <br> What ought you to do?
- Navigate to the site, and then replace Pages/Default.aspx in the URL with _layouts/ usagedetails.aspx. (Correct answer)
- Display the Unified Logging Service (ULS) logs.
- Display usage reports created by using Microsoft System Center 2012 - Operations Manager.
- In Central Administration, on an on-premise SharePoint server, navigate to the Web Analytics reports.
Correct answer: Navigate to the site, and then replace Pages/Default.aspx in the URL with _layouts/ usagedetails.aspx.
To display the web usage reports for a specific site within SharePoint 2013, the most direct method is to navigate to that site and then modify the URL. By replacing the default page (e.g., `Pages/Default.aspx`) with `_layouts/usagedetails.aspx`, you can directly access the usage details page for that particular site. This provides immediate insights into its web analytics and user activity.
Question 7: A server farm for SharePoint Server 2013 exists at your business. <br> A Business Connectivity Services (BCS) application is one you design. <br> You install the app on the farm, <br> Based on the BCS program, users make lists and add items to the lists. <br> Users claim that when they conduct data searches, BCS items are not shown in the search results. The search results show further farm products. <br> You must make sure that the search results include BCS data. The answer must require the least amount of administration. <br> What ought you to produce?
- an OpenSearch 1.0/1.1 result source
- a Line of Business Data content source (Correct answer)
- a Custom Repository content source
- a Local SharePoint Results result source
Correct answer: a Line of Business Data content source
To ensure that Business Connectivity Services (BCS) data is included in search results with the least amount of administration, you must create a 'Line of Business Data content source.' This specific content source type is designed to crawl and index data from external systems exposed through BCS. This is the most direct and efficient way to integrate BCS data into the SharePoint search index, making it discoverable by users.
You transfer the content of the software updates and the SharePoint installation disc to your hard drive.
In order to install a SharePoint server in the future, you must fulfill the setup criteria.
What ought you to do?