InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What are Unghosted Page |
|
Answer» A page that been MODIFIED from the site defination FILE and its CONTENTS STORED in content database. These are LIKE customized Pages. |
|
| 2. |
What happen when Sharepoint Timer Service is stopped? |
|
Answer» What happen when Sharepoint TIMER SERVICE is stopped? |
|
| 3. |
What is difference between TeamSite and Communication Site? |
|
Answer» What is difference between TeamSite and Communication Site? |
|
| 4. |
What is SharePoint Object Model |
|
Answer» What is SHAREPOINT Object MODEL |
|
| 5. |
Server and Client equivalent objects model in sharepoint 2010 |
|
Answer» Below are the list of server client objects MODEL in sharepoint 2010 |
|
| 6. |
Something about SharePoint Foundation 2010 |
|
Answer» Idea behind creation of SHAREPOINT Foundation in 2010 VERSION is using Web-Based template to create sites, LISTS and LIBRARIES which helps in storing organize content. It is very helpfull where large number of WEBSITES are creating and administering becasue it require very less work.Below is the detail of framework used and IIS version detail for sharepoint Foundation. |
|
| 7. |
Business Connectivity Services in SharePoint Server |
|
Answer» Microsoft Business Connectivity Services (BCS) (formerly named the Business Data Catalog) provides read/write access to external data from line-of-business (LOB) systems, Web services, databases, and other external systems within Microsoft SharePoint 2010 and Microsoft Office 2010 applications. Both SharePoint 2010 and Office 2010 applications have product features that can USE external data directly, both online and offline. Developers can gain access to a rich set of features and rapidly build solutions using familiar tools such as Microsoft Visual Studio 2010 and Microsoft SharePoint Designer 2010. |
|
| 8. |
Difference between sharepoint2010 and sharepoint2013 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» In below answer we are TRYING to cover all the COMMON difference between sharepoint 2010 and 2013
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 9. |
What are the 3 more usefull improvement in SharePoint 2013 for perform |
|
Answer» SharePoint 2013 have improved below 3 features performance significantly. |
|
| 10. |
Area where sharepoint is divided |
|
Answer» Sharepoint is divided in MAINLY divided in three SEPARATE areas. As given in below IMAGE |
|
| 11. |
SPAlerts in SharePoint 2010 |
|
Answer» In OLDER VERSION of SHAREPOINT(2007) alerts were send only through e-mails, but in SharePoint 2010 users can also send an alert to mobile devices as SMS Message. A New property DeliveryChannels is INTRODUCED to indicate, whether the alert is delivered as E-mail or as an SMS Message. |
|
| 12. |
What is WSS and hows it work |
|
Answer» As all of us know sharepoint products is divided in two parts by microsoft. Where one PART is WSS and other one is MOSS. One important thing is WSS (Windows SharePoint services) is the PLATFORM on which MOSS(Microsoft Office SharePoint server) is built. The WSS part is licensed through Windows 2003 server and it does not cost. MOSS is separate product by itself and it needs licensing and it has a good amount of cost . WSS is good for small team and small projects. MOSS has extra functionalities in other words VALUE added services.WSS does not work in an isolated fashion. It needs help of two more products IIS (INTERNET Information Server) and SQL Server. |
|
| 13. |
Different Types to install sharepoint |
|
Answer» There are three main ways to install and use sharepoint |
|
| 14. |
Functional Group Templates in SharePoint 2013 |
|
Answer» Below are the five main functional GROUP divided on base of templates |
|
| 15. |
How to Shrink the SharePoint database Log files |
|
Answer» Below is the syntax to SHRINK the SharePoint DATABASE LOG files. |
|
| 16. |
Define Search Architecture of SharePoint 2013 |
|
Answer» SharePoint Server 2013 is now divided in maine 4 PRIMARY areas which are given below |
|
| 17. |
What is MEX (Metadata Exchange endpoint ) |
|
Answer» Metadata only describes the information how to COMMUNICATE with the service.client can REQUEST metdata for learning about the endpoint and message format.The service does not EXPOSE MEX enpoint, nobody can know the details of service.For KNOWING address, BINDING and contract for the service, service should expose the mex endpoint. This can be exposed in code or configuration |
|
| 18. |
Name of different security features available in WCF |
|
Answer» Below are the different security FEATURES AVAILABLE in WCF:- |
|
| 19. |
document library and a form library in SharePoint 2010 |
|
Answer» Document libraries in SHAREPOINT it may consist of our main or core documents. For example a WORD document, EXCEL, PowerPoint, Visio, pdf, csv, notepad etc. Form libraries may consist of XML FORMS. |
|
| 20. |
Define Available Service Applications in SharePoint 2013 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» If you are a DEVELOPER or a ARCHITECT you must have knowledge of DIFFERENT service applications that comes with different version of sharepoint 2013. Some of these service are given below.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 21. |
Define different SharePoint Roles in version 2013 |
|
Answer» Below are the different SHAREPOINT roles of version 2013. Below image show the different roles in ASCENDING orders. |
|
| 22. |
Different version of SharePoint |
|
Answer» Below are the VERSION of SHAREPOINT. CURRENTLY the NEW version of SharePoint is SharePoint 2013 |
|
| 23. |
What is sharepoint and its overview |
|
Answer» A SharePoint site helps in creation of web site that provides a central space for storage and collaboration space for components, documents, information and ideas. A SharePoint site helps groups of people share information and work together. |
|
| 24. |
What are content types in sharepoint |
|
Answer» A content TYPE is a flexible and reusable WSS type DEFINITION or template that defines the columns and behavior for an item in a list or a document in a document library. For example, you can create a content type for a leave approval document with a UNIQUE set of columns, an EVENT handler, and its own document template and attach it with a document library/libraries. |
|
| 25. |
difference between site definition and site template |
|
Answer» Defination:- A Site definition is core definition of a site. Site Definitions are stored on the hard drive of the SharePoint FRONT end servers. They are USED by the SharePoint application to generate the sites. Each site definition emerges through a combination of files that are placed in the 12 hive of WFE during installation of SharePoint. Site TEMPLATES are created by users as a copy of a site they have configured and modified so that they do not have to recreate lists, libraries, views and columns every time they need a new instance of a site. Files Storage In Site Definitions Files are on DISK so perfoemance is better performance. In Site Template Files are in databaseand less efficient. Web have provision for multiple webs (Site Definitions) Can only provision for only one web(SIte template) Complexity Site Definitions are very complex to create. Site Tempaltes are easy to create. Deployment Requires admin access to server for deploying.(Site Definitions) Installable from a Web UI by site owners.(SIte Template) Flexible Site Definitions are highly customizable and extensible for example this use XML and .NET that are very flexible than UI Less flexible Modification Modifying the site definition after provisioning at least one site from it is not supported and might BREAK existing sites. Custom templates can be modified without affecting existing sites that have been created from the templates(**). |
|
| 26. |
Different permission types in SharePoint? |
|
Answer» Different permission types in SharePoint? |
|
| 27. |
Classes in share point client object model |
|
Answer» Below are the CLASSES in SHAREPOINT in CLIENT OBJECT MODEL these are very usefull |
|
| 28. |
Client Object Model in SharePoint 2010 |
|
Answer» The Client Object MODEL is a new programming interface for SharePoint 2010 where CODE runs on a USER's client machine against a local object model and interacts with DATA on the SharePoint Server. Client OM methods can be called from JavaScript, .NET code or Silverlight code and makes building rich client applications for SharePoint easy. |
|
| 29. |
Type of SharePoint Projects in Microsoft Visual Studio 2010 |
|
Answer» Below image show TYPES of projects available in Microsoft Visual STudion 2010 for sharePoint. These comes in new project menubar OPTION in File menubar. |
|
| 30. |
Architecture of SharePoint 2010 for developer perspective |
|
Answer» Below image is SHOWN as DEVELOPER perspective here we have mention all the BASIC REQUIREMENT for a PRODUCTION environment. |
|
| 31. |
Main areas of Sharepoint Central Administration |
|
Answer» Main areas of Sharepoint Central Administration |
|
| 32. |
Sharepoint capabilities and there feature and categories |
|
Answer» Sharepoint MAINLY catorized in six parts like Sites, Content, SEARCH, Insights, COmmunities, and LAST is COMPOSITES. Below figure will clarify all its CAPABILITIES. |
|
| 33. |
Different input forms that can be created for a workflow in SharePoint |
|
Answer» You can CREATE FOLLOWING four types of input forms for workflow : |
|