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. |
How is SharePoint Portal Server different from the Windows SharePoint Services? |
||||||||
Answer»
|
|||||||||
| 2. |
What is Microsoft SharePoint Portal Server? |
|
Answer» SharePoint PORTAL SERVER is a portal server used to connect people, teams, and spread knowledge across different business PROCESSES. A Portal Server integrates information from multiple systems into one main secure solution by using a single sign-in and leveraging enterprise application integration capabilities. It provides highly flexible deployment and management tools, facilitates end-to-end collaboration through EFFICIENT data aggregation, organization, and varied SEARCHING. This Portal Server also enables users to find relevant information through customization and personalization of portal content and vivid layouts for specific audience targeting. |
|
| 3. |
What are event receivers?When would you use an event receiver? |
|
Answer» In SharePoint, event receivers are specific classes that inherit from the SpItemEventReceiver or SPListEventReciever base class, both of which derive out of the abstract base class SPEventReceiverSTatus and provide an efficient OPTION of responding to multiple events as they occur within SharePoint, LIKE adding an item or deleting an item. An event receiver by its name suggests that it receives events. You could use a receiver for something very simple like canceling an action or deleting a document library using the CANCEL property. This would further prevent users from unnecessarily deleting any documents if you WANTED to maintain DATA storage retention. |
|
| 4. |
What is a .ddf file and how does it affect SharePoint Solution creation? |
|
Answer» In SharePoint, a .ddf file stands for DATA Directive FIle which is USED in building the SharePoint SOLUTION bundle while specifying source files ALONG with their destination locations. This .ddf file shall be passed as a parameter to the MAKECAB utility thus helping in the creation of a SharePoint solution. |
|
| 5. |
What is a SharePoint Solution File? How does it differ from WebPart .cab files in legacy development? |
|
Answer» SHAREPOINT Solution FILES are actually MICROSOFT's preferred choice for deploying Windows SharePoint Server (WSS) components. The difference with SharePoint solution files is that its a solution allowing deployment to all WFE’s in a FARM is which is highly manageable from the interface and also allows deployment, retraction, and versioning Can package for all types of assets LIKE site definitions, feature definitions (and other associated components), WebParts, etc. |
|
| 6. |
What is Field Control in SharePoint? |
|
Answer» Field CONTROL is actually very simplified server controls in ASP.NET 2.0 which PROVIDES a basic set of functionalities in SharePoint. A Field COntrol is USED to provide GENERAL functionalities such as displaying or editing data lists as they appear on SharePoint list pages. Note: These are basic SharePoint INTERVIEW questions and answers which are a must for candidates preparing for Interviews/jobs. |
|
| 7. |
What is impersonation, and when would you use impersonation? |
|
Answer» In SHAREPOINT, Impersonation is basically a way to provide the functionality to EXECUTE any task in the context of a different identity by assigning an account to users with anonymous access for example. Its MAIN use is to access RESOURCES on behalf of the user having a different account that does not have proper access authorization. |
|
| 8. |
How do you return SharePoint List items using SharePoint web services? |
|
Answer» Follow these STEPS in order to successfully list ITEMS using web services in SharePoint: |
|
| 9. |
Can multiple SharePoint installs point to the same DB? |
|
Answer» The same Database SERVER can be used by multiple SharePoint installs. But, not LITERALLY the same database on that SPECIFIC server, it must be a SQL Server 2000 or SQL Server 2005. It can not be Oracle or any other vendor. |
|
| 10. |
What is a SharePoint Feature and what files are used to define a feature? |
|
Answer» A Feature in SharePoint is a container of different pre-defined EXTENSIONS for SharePoint SERVER 2010, and it is composed of a bundle of XML FILES that are deployed to front-end Web servers and other application servers. A feature can be deployed in SharePoint as part of a SOLUTION package while you could individually activate FEATURES in SharePoint server sites. Files to define a feature are as follows:
|
|