Microsoft Sharepoint 2013 Core Solutions of Microsoft Sharepoint Server 4 — Questions and Answers
Question 1: Which SharePoint 2013 feature allows a site collection administrator to delegate site creation to end users within a defined template?
- Site Collection Features
- Self-Service Site Creation (Correct answer)
- Site Policies
- Site Templates gallery
Correct answer: Self-Service Site Creation
Self-Service Site Creation (SSSC) lets end users provision their own sites without administrator intervention, using pre-approved templates.
Question 2: What does the SharePoint 2013 'Request Management' feature do?
- Manages incoming workflow requests
- Routes and throttles incoming HTTP requests at the web application level based on rules (Correct answer)
- Handles service application requests between farm servers
- Controls REST API request limits
Correct answer: Routes and throttles incoming HTTP requests at the web application level based on rules
Request Management routes or throttles HTTP requests based on configurable rules, helping balance load and block abusive clients.
Question 3: In SharePoint 2013, which object model namespace is used for client-side development in JavaScript?
- Microsoft.SharePoint
- SP (SharePoint JavaScript Object Model / JSOM) (Correct answer)
- Microsoft.Office.Server
- System.Web.SharePoint
Correct answer: SP (SharePoint JavaScript Object Model / JSOM)
The SharePoint JavaScript Object Model (JSOM) exposes the SP namespace and allows client-side code to interact with SharePoint data via the browser.
Question 4: What is the maximum size of a single file that can be uploaded to a SharePoint 2013 document library by default?
- 50 MB
- 250 MB
- 2 GB (Correct answer)
- 10 GB
Correct answer: 2 GB
SharePoint 2013 supports a maximum file upload size of 2 GB, configurable per web application in Central Administration.
Question 5: Which SharePoint 2013 site template is designed specifically for project management, including tasks, calendar, and a project summary Web Part?
- Team Site
- Publishing Site
- Project Site (Correct answer)
- Community Site
Correct answer: Project Site
The Project Site template provides a task list with Timeline view, a shared calendar, and a project summary Web Part for lightweight project tracking.
Question 6: In SharePoint 2013, what is an 'External Content Type' (ECT)?
- A content type stored outside the site collection
- A reusable definition that describes the structure and behavior of data from an external system, used by Business Connectivity Services (Correct answer)
- A content type imported from another farm
- A document template hosted on an external web server
Correct answer: A reusable definition that describes the structure and behavior of data from an external system, used by Business Connectivity Services
An External Content Type defines the connection, operations, and data structure for external system data surfaced via Business Connectivity Services.
Question 7: Which SharePoint 2013 service is responsible for executing timer jobs that run on a scheduled basis across the farm?
- SharePoint Administration service
- SharePoint Timer service (OWSTIMER) (Correct answer)
- Distributed Cache service
- Workflow Manager service
Correct answer: SharePoint Timer service (OWSTIMER)
The SharePoint Timer service (OWSTIMER.EXE) executes scheduled timer jobs such as health analysis, usage logging, and content deployment.
Which SharePoint 2013 feature allows a site collection administrator to delegate site creation to end users within a defined template?