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.
Ad

More Related Content

What's hot (20)

.NET Core, ASP.NET Core Course, Session 16
.NET Core, ASP.NET Core Course, Session 16.NET Core, ASP.NET Core Course, Session 16
.NET Core, ASP.NET Core Course, Session 16
Amin Mesbahi
 
.NET Core, ASP.NET Core Course, Session 13
.NET Core, ASP.NET Core Course, Session 13.NET Core, ASP.NET Core Course, Session 13
.NET Core, ASP.NET Core Course, Session 13
Amin Mesbahi
 
.NET Core, ASP.NET Core Course, Session 15
.NET Core, ASP.NET Core Course, Session 15.NET Core, ASP.NET Core Course, Session 15
.NET Core, ASP.NET Core Course, Session 15
Amin Mesbahi
 
Working With Sharepoint 2013 Apps Development
Working With Sharepoint 2013 Apps DevelopmentWorking With Sharepoint 2013 Apps Development
Working With Sharepoint 2013 Apps Development
Pankaj Srivastava
 
Hibernate
HibernateHibernate
Hibernate
Shaharyar khan
 
Leverage Hibernate and Spring Features Together
Leverage Hibernate and Spring Features TogetherLeverage Hibernate and Spring Features Together
Leverage Hibernate and Spring Features Together
Edureka!
 
Spring tutorial
Spring tutorialSpring tutorial
Spring tutorial
Sanjoy Kumer Deb
 
Struts notes
Struts notesStruts notes
Struts notes
Rajeev Uppala
 
.NET Core, ASP.NET Core Course, Session 19
 .NET Core, ASP.NET Core Course, Session 19 .NET Core, ASP.NET Core Course, Session 19
.NET Core, ASP.NET Core Course, Session 19
Amin Mesbahi
 
Hibernate notes
Hibernate notesHibernate notes
Hibernate notes
Rajeev Uppala
 
Web Application Deployment
Web Application DeploymentWeb Application Deployment
Web Application Deployment
elliando dias
 
Are you getting Sleepy. REST in SharePoint Apps
Are you getting Sleepy. REST in SharePoint AppsAre you getting Sleepy. REST in SharePoint Apps
Are you getting Sleepy. REST in SharePoint Apps
Liam Cleary [MVP]
 
Mongo db rev001.
Mongo db rev001.Mongo db rev001.
Mongo db rev001.
Rich Helton
 
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveDataAndroid MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Waheed Nazir
 
Lunacloud's Compute RESTful API - Programmer's Guide
Lunacloud's Compute RESTful API - Programmer's GuideLunacloud's Compute RESTful API - Programmer's Guide
Lunacloud's Compute RESTful API - Programmer's Guide
Lunacloud
 
Different Types of Containers in Spring
Different Types of Containers in Spring Different Types of Containers in Spring
Different Types of Containers in Spring
Sunil kumar Mohanty
 
.NET Core, ASP.NET Core Course, Session 17
.NET Core, ASP.NET Core Course, Session 17.NET Core, ASP.NET Core Course, Session 17
.NET Core, ASP.NET Core Course, Session 17
Amin Mesbahi
 
Struts notes
Struts notesStruts notes
Struts notes
dssreenath
 
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Akhil Mittal
 
Athena java dev guide
Athena java dev guideAthena java dev guide
Athena java dev guide
dvdung
 
.NET Core, ASP.NET Core Course, Session 16
.NET Core, ASP.NET Core Course, Session 16.NET Core, ASP.NET Core Course, Session 16
.NET Core, ASP.NET Core Course, Session 16
Amin Mesbahi
 
.NET Core, ASP.NET Core Course, Session 13
.NET Core, ASP.NET Core Course, Session 13.NET Core, ASP.NET Core Course, Session 13
.NET Core, ASP.NET Core Course, Session 13
Amin Mesbahi
 
.NET Core, ASP.NET Core Course, Session 15
.NET Core, ASP.NET Core Course, Session 15.NET Core, ASP.NET Core Course, Session 15
.NET Core, ASP.NET Core Course, Session 15
Amin Mesbahi
 
Working With Sharepoint 2013 Apps Development
Working With Sharepoint 2013 Apps DevelopmentWorking With Sharepoint 2013 Apps Development
Working With Sharepoint 2013 Apps Development
Pankaj Srivastava
 
Leverage Hibernate and Spring Features Together
Leverage Hibernate and Spring Features TogetherLeverage Hibernate and Spring Features Together
Leverage Hibernate and Spring Features Together
Edureka!
 
.NET Core, ASP.NET Core Course, Session 19
 .NET Core, ASP.NET Core Course, Session 19 .NET Core, ASP.NET Core Course, Session 19
.NET Core, ASP.NET Core Course, Session 19
Amin Mesbahi
 
Web Application Deployment
Web Application DeploymentWeb Application Deployment
Web Application Deployment
elliando dias
 
Are you getting Sleepy. REST in SharePoint Apps
Are you getting Sleepy. REST in SharePoint AppsAre you getting Sleepy. REST in SharePoint Apps
Are you getting Sleepy. REST in SharePoint Apps
Liam Cleary [MVP]
 
Mongo db rev001.
Mongo db rev001.Mongo db rev001.
Mongo db rev001.
Rich Helton
 
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveDataAndroid MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Android MVVM architecture using Kotlin, Dagger2, LiveData, MediatorLiveData
Waheed Nazir
 
Lunacloud's Compute RESTful API - Programmer's Guide
Lunacloud's Compute RESTful API - Programmer's GuideLunacloud's Compute RESTful API - Programmer's Guide
Lunacloud's Compute RESTful API - Programmer's Guide
Lunacloud
 
Different Types of Containers in Spring
Different Types of Containers in Spring Different Types of Containers in Spring
Different Types of Containers in Spring
Sunil kumar Mohanty
 
.NET Core, ASP.NET Core Course, Session 17
.NET Core, ASP.NET Core Course, Session 17.NET Core, ASP.NET Core Course, Session 17
.NET Core, ASP.NET Core Course, Session 17
Amin Mesbahi
 
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Enterprise Level Application Architecture with Web APIs using Entity Framewor...
Akhil Mittal
 
Athena java dev guide
Athena java dev guideAthena java dev guide
Athena java dev guide
dvdung
 

Similar to Share point review qustions (20)

Share point answer the question
Share point answer the questionShare point answer the question
Share point answer the question
than sare
 
SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)
MJ Ferdous
 
SharePoint 2010 Introduction
SharePoint 2010 IntroductionSharePoint 2010 Introduction
SharePoint 2010 Introduction
Vishal Gupta
 
Office 365 development
Office 365 developmentOffice 365 development
Office 365 development
younjw
 
CVNUG - Share Point Development
CVNUG - Share Point DevelopmentCVNUG - Share Point Development
CVNUG - Share Point Development
ryanaoliveira
 
SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)
MJ Ferdous
 
Advanced SharePoint 2010 Features
Advanced SharePoint 2010 FeaturesAdvanced SharePoint 2010 Features
Advanced SharePoint 2010 Features
Ivor Davies
 
Resume
ResumeResume
Resume
Satendra Kasana
 
Int quest
Int questInt quest
Int quest
nvsvijay
 
Share point 2010_day5
Share point 2010_day5Share point 2010_day5
Share point 2010_day5
Narayana Reddy
 
SharePoint 2013 Sneak Peek
SharePoint 2013 Sneak PeekSharePoint 2013 Sneak Peek
SharePoint 2013 Sneak Peek
Shailen Sukul
 
Introduction to sharepoint 2010
Introduction to sharepoint 2010Introduction to sharepoint 2010
Introduction to sharepoint 2010
Sachchin Annam
 
Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013
Vishal Pawar
 
Resume-Srikanth_Jogula
Resume-Srikanth_JogulaResume-Srikanth_Jogula
Resume-Srikanth_Jogula
Srikanth Jogula
 
SharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbies
Sachchin Annam
 
Aiimi Project Management Office
Aiimi Project Management OfficeAiimi Project Management Office
Aiimi Project Management Office
AiimiLtd
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development tools
Shakir Majeed Khan
 
Share point 2010
Share point 2010Share point 2010
Share point 2010
balraj_s
 
Share point 2010 Fundamentals
Share point 2010 FundamentalsShare point 2010 Fundamentals
Share point 2010 Fundamentals
balraj_s
 
Share Point 2010 Foundation
Share Point 2010 FoundationShare Point 2010 Foundation
Share Point 2010 Foundation
balraj_s
 
Share point answer the question
Share point answer the questionShare point answer the question
Share point answer the question
than sare
 
SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)SharePoint Development (Lesson 4)
SharePoint Development (Lesson 4)
MJ Ferdous
 
SharePoint 2010 Introduction
SharePoint 2010 IntroductionSharePoint 2010 Introduction
SharePoint 2010 Introduction
Vishal Gupta
 
Office 365 development
Office 365 developmentOffice 365 development
Office 365 development
younjw
 
CVNUG - Share Point Development
CVNUG - Share Point DevelopmentCVNUG - Share Point Development
CVNUG - Share Point Development
ryanaoliveira
 
SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)
MJ Ferdous
 
Advanced SharePoint 2010 Features
Advanced SharePoint 2010 FeaturesAdvanced SharePoint 2010 Features
Advanced SharePoint 2010 Features
Ivor Davies
 
SharePoint 2013 Sneak Peek
SharePoint 2013 Sneak PeekSharePoint 2013 Sneak Peek
SharePoint 2013 Sneak Peek
Shailen Sukul
 
Introduction to sharepoint 2010
Introduction to sharepoint 2010Introduction to sharepoint 2010
Introduction to sharepoint 2010
Sachchin Annam
 
Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013Introduction To Microsoft SharePoint 2013
Introduction To Microsoft SharePoint 2013
Vishal Pawar
 
SharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbies
Sachchin Annam
 
Aiimi Project Management Office
Aiimi Project Management OfficeAiimi Project Management Office
Aiimi Project Management Office
AiimiLtd
 
SharePoint 2010 and its development tools
SharePoint 2010 and its development toolsSharePoint 2010 and its development tools
SharePoint 2010 and its development tools
Shakir Majeed Khan
 
Share point 2010
Share point 2010Share point 2010
Share point 2010
balraj_s
 
Share point 2010 Fundamentals
Share point 2010 FundamentalsShare point 2010 Fundamentals
Share point 2010 Fundamentals
balraj_s
 
Share Point 2010 Foundation
Share Point 2010 FoundationShare Point 2010 Foundation
Share Point 2010 Foundation
balraj_s
 
Ad

More from than sare (20)

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

Recently uploaded (20)

Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdfBiophysics Chapter 3 Methods of Studying Macromolecules.pdf
Biophysics Chapter 3 Methods of Studying Macromolecules.pdf
PKLI-Institute of Nursing and Allied Health Sciences Lahore , Pakistan.
 
apa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdfapa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdf
Ishika Ghosh
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
SPRING FESTIVITIES - UK AND USA -
SPRING FESTIVITIES - UK AND USA            -SPRING FESTIVITIES - UK AND USA            -
SPRING FESTIVITIES - UK AND USA -
Colégio Santa Teresinha
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Library Association of Ireland
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
P-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 finalP-glycoprotein pamphlet: iteration 4 of 4 final
P-glycoprotein pamphlet: iteration 4 of 4 final
bs22n2s
 
Handling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptxHandling Multiple Choice Responses: Fortune Effiong.pptx
Handling Multiple Choice Responses: Fortune Effiong.pptx
AuthorAIDNationalRes
 
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingHow to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
How to Customize Your Financial Reports & Tax Reports With Odoo 17 Accounting
Celine George
 
apa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdfapa-style-referencing-visual-guide-2025.pdf
apa-style-referencing-visual-guide-2025.pdf
Ishika Ghosh
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
Unit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdfUnit 6_Introduction_Phishing_Password Cracking.pdf
Unit 6_Introduction_Phishing_Password Cracking.pdf
KanchanPatil34
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
How to track Cost and Revenue using Analytic Accounts in odoo Accounting, App...
Celine George
 
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACYUNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
UNIT 3 NATIONAL HEALTH PROGRAMMEE. SOCIAL AND PREVENTIVE PHARMACY
DR.PRISCILLA MARY J
 
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Niamh Lucey, Mary Dunne. Health Sciences Libraries Group (LAI). Lighting the ...
Library Association of Ireland
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
To study the nervous system of insect.pptx
To study the nervous system of insect.pptxTo study the nervous system of insect.pptx
To study the nervous system of insect.pptx
Arshad Shaikh
 
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar RabbiPresentation on Tourism Product Development By Md Shaifullar Rabbi
Presentation on Tourism Product Development By Md Shaifullar Rabbi
Md Shaifullar Rabbi
 
Quality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdfQuality Contril Analysis of Containers.pdf
Quality Contril Analysis of Containers.pdf
Dr. Bindiya Chauhan
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Phoenix – A Collaborative Renewal of Children’s and Young People’s Services C...
Library Association of Ireland
 

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.