SlideShare a Scribd company logo
Review Questions
SharePoint is a web-based, collaborative platform that integrates with Microsoft Office.
1. What is the highest-level object in the SharePoint hierarchy?
 The SPFarm object is the highest object within the Windows SharePoint Services
object model hierarchy.
2. Which object corresponds to an IIS Web site?

3. What is the difference between an SPSite object and an SPWeb object?
The SPSite
 object represents a collection of sites, i.e. Site Collection, a top-level site and all its
sub sites.
 It is used to get a sub site of a Site Collection.
 It is represented within an SPSiteCollection object that consists of the collection of
all site collections in the Web application.
 It contains the various subsites and the information regarding them.
Spweb
 The SPWeb object represents an instance of a SharePoint Web, and the SPWeb
object contains things like the actual content.
 It represents a SharePoint Foundation website.
 SPWeb object automatically adds the new SPWeb object to an internal list.
 It contains things like the actual content.
4. Which objects support the IDispose interface?
 .NET Framework that support the IDispose interface.
5. In which general scenarios should you dispose of SPSite objects and SPWeb objects?
 should you dispose of SPSite objects and SPWeb objects by "using"-construct
6. When should you not dispose of SPSite objects and SPWeb objects?
 It is about the object that created SPSite or SPWeb, is the owner of the object, or even
better is the Information Expert. As your user code did not create the Site or Web
object, is not the owner and hasn't the right information when to dispose it, it is not
responsible for disposing that object.
7. Describe some of the operations you can perform by using SharePoint Designer.
 View the list of workflows that are available for a document or item.
 Start a workflow on a document or item.
 View, edit, or reassign a workflow task.
 Complete a workflow task.
8. List and describe some of the SharePoint project types supported by Visual Studio 2010.
Visual Studio 2010 provides tight integration with SharePoint 2010 and includes templates for
different
types of SharePoint projects. When you create a new project in Visual Studio 2010, you can select
one of
the following project types:
• Empty SharePoint Project. Although this type of project does not contain any items, it enables you
to add any type of SharePoint project item to it. As such, you can set up the project with your
selected options (see the section titled “Creating SharePoint Projects” later in this topic), and then
decide which items you require.
• Visual Web Part. This project type includes a default user control (.ascx file) that you can use to
design a graphical user interface and a Web Part that is preconfigured to load the user control at
run
time.
• Sequential Workflow. A sequential workflow represents a business process with a well-defined
start
and end.
• State Machine Workflow. A state machine workflow represents a business process where an item
can move between two or more different states in no predefined order.
• Business Data Connectivity Model. With this project type, you can develop more sophisticated,
powerful, and complex solutions for connecting to line-of-business data than you could achieve with
2-10 Microsoft® SharePoint® 2010, Application Development
SharePoint Designer 2010.
• Event Receiver. In this type of project, you can add your code such that it can be run automatically
by the SharePoint event subsystem when a specific event (or type of event) occurs.
• List Definition. With this project type, you can create templates from which information workers
and
site administrators can create lists and libraries. You can also choose to add a list instance at the
same
time as creating a list definition project. You learn about list definitions and list instances later in this
lesson.
• Content Type. In this project type, you can create content types and their associated schemas and
behaviors. You work with content types throughout this course.
• Site Definition. With this project type, you can create templates from which information workers
and
site administrators can create entire sites. Site definitions can include multiple list definitions,
multiple
list instances, list data, event receivers, content types, Web Parts, and other SharePoint artifacts.
9. List and describe some of the SharePoint project item types supported by Visual Studio 2010.

10. What are the differences between deploying solutions from Visual Studio 2010 and deploying
them by using Windows Power Shell?
 Deploying solutions from Visual Studio 2010
 A solution package is a distribution package that delivers your custom
SharePoint Server 2010 development work to the Web servers or the
application servers in your server farm.
 Deploying them by using Windows Power Shell
 perform many of the tasks that can be performed by using the Deployment
Manager user interface. easily run deployment commands to change the
configuration of your deployment,
11. A standard Web Part consists of what?
 Create the web part's code files in your web project.
 Register the web part in the system.
12. What types of Web Parts expose data in connected Web Part scenarios?
 The Provider web part
13. What types of Web Parts retrieve data from other Web Parts in connected Web Part scenarios?
 Consumer web part
14. Why do you need to create interfaces for connected Web Parts?
 because that allow Web Parts to exchange information with each other at run
time.
15. A Visual Web Part consists of what?
 consists of Web Part Pages
16. What are different perceptions of users, administrators, and developers about a Visual Web
Part?

Fill in the blank:
1) SPFarm objects are the highest-level object in the hierarchy and, as their name implies, they
represent the SharePoint farm.
2) SPService objects represent farmwide services, such as Forms Services, Access Services,
PerformancePoint Services, SharePoint Server Search Service, Excel Calculation Services, User
Profile Service, Business Data Connectivity Service, Managed Metadata Services, and many
more.
3) SPSite objects represent site collections, which are generally the largest-scoped object with
which information workers typically interact.
4) SPList objects are the primary container for SharePoint data, such as SPListItem objects.
SPListItem objects may contain native SharePoint data, documents, site pages, images and other
media, and lookups to other list data.
5) Empty SharePoint Project does not contain any items, it enables you to add any type of
SharePoint project item to it. As such, you can set up the project with your selected options and
then decide which items you require.
6) Visual Web Part Project type includes a default user control (.ascx file) that you can use to
design a graphical user interface and a Web Part that is preconfigured to load the user control at
run time.
7) Sequential Workflow represents a business process with a well-defined start and end.
8) State Machine Workflow represents a business process where an item can move between two
or more different states in no predefined order.
9) Business Data Connectivity Model. With this project type, you can develop more sophisticated,
powerful, and complex solutions for connecting to line-of-business data than you could achieve
with SharePoint Designer 2010.

More Related Content

DOCX
Spring review_for Semester II of Year 4
PDF
.NET Core, ASP.NET Core Course, Session 7
PDF
.NET Core, ASP.NET Core Course, Session 10
PDF
.NET Core, ASP.NET Core Course, Session 11
PDF
.NET Core, ASP.NET Core Course, Session 18
PDF
.NET Core, ASP.NET Core Course, Session 14
PDF
.NET Core, ASP.NET Core Course, Session 8
PDF
.NET Core, ASP.NET Core Course, Session 12
Spring review_for Semester II of Year 4
.NET Core, ASP.NET Core Course, Session 7
.NET Core, ASP.NET Core Course, Session 10
.NET Core, ASP.NET Core Course, Session 11
.NET Core, ASP.NET Core Course, Session 18
.NET Core, ASP.NET Core Course, Session 14
.NET Core, ASP.NET Core Course, Session 8
.NET Core, ASP.NET Core Course, Session 12

What's hot (20)

PDF
.NET Core, ASP.NET Core Course, Session 16
PDF
.NET Core, ASP.NET Core Course, Session 13
PDF
.NET Core, ASP.NET Core Course, Session 15
DOCX
Working With Sharepoint 2013 Apps Development
PPT
Hibernate
PDF
Leverage Hibernate and Spring Features Together
PDF
Spring tutorial
DOCX
Struts notes
PDF
.NET Core, ASP.NET Core Course, Session 19
DOCX
Hibernate notes
PPT
Web Application Deployment
PPTX
Are you getting Sleepy. REST in SharePoint Apps
ODP
Mongo db rev001.
PPTX
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
PDF
Lunacloud's Compute RESTful API - Programmer's Guide
ODP
Different Types of Containers in Spring
PDF
.NET Core, ASP.NET Core Course, Session 17
PDF
Struts notes
PDF
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
PDF
Athena java dev guide
.NET Core, ASP.NET Core Course, Session 16
.NET Core, ASP.NET Core Course, Session 13
.NET Core, ASP.NET Core Course, Session 15
Working With Sharepoint 2013 Apps Development
Hibernate
Leverage Hibernate and Spring Features Together
Spring tutorial
Struts notes
.NET Core, ASP.NET Core Course, Session 19
Hibernate notes
Web Application Deployment
Are you getting Sleepy. REST in SharePoint Apps
Mongo db rev001.
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Lunacloud's Compute RESTful API - Programmer's Guide
Different Types of Containers in Spring
.NET Core, ASP.NET Core Course, Session 17
Struts notes
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Athena java dev guide
Ad

Similar to Share point review qustions (20)

PDF
Share point answer the question
PPTX
SharePoint Development (Lesson 4)
PPS
SharePoint 2010 Introduction
PPTX
Office 365 development
PPT
CVNUG - Share Point Development
PPTX
SharePoint Development(Lesson 5)
PDF
Advanced SharePoint 2010 Features
DOC
DOCX
Int quest
PPTX
Share point 2010_day5
PPTX
SharePoint 2013 Sneak Peek
PPTX
Introduction to sharepoint 2010
PPTX
Introduction To Microsoft SharePoint 2013
DOC
Resume-Srikanth_Jogula
PPTX
SharePoint 2010 Basics for newbies
PDF
Aiimi Project Management Office
PPT
SharePoint 2010 and its development tools
PPS
Share point 2010
PPSX
Share point 2010 Fundamentals
PPSX
Share Point 2010 Foundation
Share point answer the question
SharePoint Development (Lesson 4)
SharePoint 2010 Introduction
Office 365 development
CVNUG - Share Point Development
SharePoint Development(Lesson 5)
Advanced SharePoint 2010 Features
Int quest
Share point 2010_day5
SharePoint 2013 Sneak Peek
Introduction to sharepoint 2010
Introduction To Microsoft SharePoint 2013
Resume-Srikanth_Jogula
SharePoint 2010 Basics for newbies
Aiimi Project Management Office
SharePoint 2010 and its development tools
Share point 2010
Share point 2010 Fundamentals
Share Point 2010 Foundation
Ad

More from than sare (20)

DOC
Project Management_Review_2018
DOCX
Android review_for final Semester II of Year4
PDF
Importain questions e_commerce_preview questions
PDF
E commerce preview questions23 jul-2018
PDF
Physic 12-2
PDF
Physic grade-12
PDF
Business plan
PDF
Judging rubric
PDF
Smartphone v ideo editing manual-ios(Tech By Ms.THAN Sare)
PDF
Database(db sql) review
PDF
Mid term & final- preparation- student-review(Oracle)
PDF
Answer ado.net pre-exam2018
PDF
Review oop and ood
PPTX
Technovation week6 planning_yourcode
PPTX
Sen sors(technovation) week6_thansare
PPTX
Week5(technovation)-Teach by Mr.than Sare
PPTX
App inventor week4(technovation)
PPTX
Algorithm week2(technovation)
PPT
Sharepoint
PPTX
Html training part1
Project Management_Review_2018
Android review_for final Semester II of Year4
Importain questions e_commerce_preview questions
E commerce preview questions23 jul-2018
Physic 12-2
Physic grade-12
Business plan
Judging rubric
Smartphone v ideo editing manual-ios(Tech By Ms.THAN Sare)
Database(db sql) review
Mid term & final- preparation- student-review(Oracle)
Answer ado.net pre-exam2018
Review oop and ood
Technovation week6 planning_yourcode
Sen sors(technovation) week6_thansare
Week5(technovation)-Teach by Mr.than Sare
App inventor week4(technovation)
Algorithm week2(technovation)
Sharepoint
Html training part1

Recently uploaded (20)

PPTX
Lesson notes of climatology university.
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
IGGE1 Understanding the Self1234567891011
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PDF
Computing-Curriculum for Schools in Ghana
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
advance database management system book.pdf
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
1_English_Language_Set_2.pdf probationary
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
Indian roads congress 037 - 2012 Flexible pavement
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Lesson notes of climatology university.
What if we spent less time fighting change, and more time building what’s rig...
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
IGGE1 Understanding the Self1234567891011
Digestion and Absorption of Carbohydrates, Proteina and Fats
Computing-Curriculum for Schools in Ghana
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Complications of Minimal Access Surgery at WLH
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Final Presentation General Medicine 03-08-2024.pptx
202450812 BayCHI UCSC-SV 20250812 v17.pptx
advance database management system book.pdf
History, Philosophy and sociology of education (1).pptx
1_English_Language_Set_2.pdf probationary
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Indian roads congress 037 - 2012 Flexible pavement
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Supply Chain Operations Speaking Notes -ICLT Program
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS

Share point review qustions

  • 1. Review Questions SharePoint is a web-based, collaborative platform that integrates with Microsoft Office. 1. What is the highest-level object in the SharePoint hierarchy?  The SPFarm object is the highest object within the Windows SharePoint Services object model hierarchy. 2. Which object corresponds to an IIS Web site?  3. What is the difference between an SPSite object and an SPWeb object? The SPSite  object represents a collection of sites, i.e. Site Collection, a top-level site and all its sub sites.  It is used to get a sub site of a Site Collection.  It is represented within an SPSiteCollection object that consists of the collection of all site collections in the Web application.  It contains the various subsites and the information regarding them. Spweb  The SPWeb object represents an instance of a SharePoint Web, and the SPWeb object contains things like the actual content.  It represents a SharePoint Foundation website.  SPWeb object automatically adds the new SPWeb object to an internal list.  It contains things like the actual content. 4. Which objects support the IDispose interface?  .NET Framework that support the IDispose interface. 5. In which general scenarios should you dispose of SPSite objects and SPWeb objects?  should you dispose of SPSite objects and SPWeb objects by "using"-construct 6. When should you not dispose of SPSite objects and SPWeb objects?  It is about the object that created SPSite or SPWeb, is the owner of the object, or even better is the Information Expert. As your user code did not create the Site or Web object, is not the owner and hasn't the right information when to dispose it, it is not responsible for disposing that object. 7. Describe some of the operations you can perform by using SharePoint Designer.  View the list of workflows that are available for a document or item.  Start a workflow on a document or item.  View, edit, or reassign a workflow task.  Complete a workflow task. 8. List and describe some of the SharePoint project types supported by Visual Studio 2010. Visual Studio 2010 provides tight integration with SharePoint 2010 and includes templates for different types of SharePoint projects. When you create a new project in Visual Studio 2010, you can select one of the following project types: • Empty SharePoint Project. Although this type of project does not contain any items, it enables you to add any type of SharePoint project item to it. As such, you can set up the project with your
  • 2. selected options (see the section titled “Creating SharePoint Projects” later in this topic), and then decide which items you require. • Visual Web Part. This project type includes a default user control (.ascx file) that you can use to design a graphical user interface and a Web Part that is preconfigured to load the user control at run time. • Sequential Workflow. A sequential workflow represents a business process with a well-defined start and end. • State Machine Workflow. A state machine workflow represents a business process where an item can move between two or more different states in no predefined order. • Business Data Connectivity Model. With this project type, you can develop more sophisticated, powerful, and complex solutions for connecting to line-of-business data than you could achieve with 2-10 Microsoft® SharePoint® 2010, Application Development SharePoint Designer 2010. • Event Receiver. In this type of project, you can add your code such that it can be run automatically by the SharePoint event subsystem when a specific event (or type of event) occurs. • List Definition. With this project type, you can create templates from which information workers and site administrators can create lists and libraries. You can also choose to add a list instance at the same time as creating a list definition project. You learn about list definitions and list instances later in this lesson. • Content Type. In this project type, you can create content types and their associated schemas and behaviors. You work with content types throughout this course. • Site Definition. With this project type, you can create templates from which information workers and site administrators can create entire sites. Site definitions can include multiple list definitions, multiple list instances, list data, event receivers, content types, Web Parts, and other SharePoint artifacts. 9. List and describe some of the SharePoint project item types supported by Visual Studio 2010.  10. What are the differences between deploying solutions from Visual Studio 2010 and deploying them by using Windows Power Shell?  Deploying solutions from Visual Studio 2010  A solution package is a distribution package that delivers your custom SharePoint Server 2010 development work to the Web servers or the application servers in your server farm.  Deploying them by using Windows Power Shell  perform many of the tasks that can be performed by using the Deployment Manager user interface. easily run deployment commands to change the configuration of your deployment, 11. A standard Web Part consists of what?  Create the web part's code files in your web project.  Register the web part in the system. 12. What types of Web Parts expose data in connected Web Part scenarios?
  • 3.  The Provider web part 13. What types of Web Parts retrieve data from other Web Parts in connected Web Part scenarios?  Consumer web part 14. Why do you need to create interfaces for connected Web Parts?  because that allow Web Parts to exchange information with each other at run time. 15. A Visual Web Part consists of what?  consists of Web Part Pages 16. What are different perceptions of users, administrators, and developers about a Visual Web Part?  Fill in the blank: 1) SPFarm objects are the highest-level object in the hierarchy and, as their name implies, they represent the SharePoint farm. 2) SPService objects represent farmwide services, such as Forms Services, Access Services, PerformancePoint Services, SharePoint Server Search Service, Excel Calculation Services, User Profile Service, Business Data Connectivity Service, Managed Metadata Services, and many more. 3) SPSite objects represent site collections, which are generally the largest-scoped object with which information workers typically interact. 4) SPList objects are the primary container for SharePoint data, such as SPListItem objects. SPListItem objects may contain native SharePoint data, documents, site pages, images and other media, and lookups to other list data. 5) Empty SharePoint Project does not contain any items, it enables you to add any type of SharePoint project item to it. As such, you can set up the project with your selected options and then decide which items you require. 6) Visual Web Part Project type includes a default user control (.ascx file) that you can use to design a graphical user interface and a Web Part that is preconfigured to load the user control at run time. 7) Sequential Workflow represents a business process with a well-defined start and end. 8) State Machine Workflow represents a business process where an item can move between two or more different states in no predefined order. 9) Business Data Connectivity Model. With this project type, you can develop more sophisticated, powerful, and complex solutions for connecting to line-of-business data than you could achieve with SharePoint Designer 2010.