Sharepoint 2010 Test Questions

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Pravinmohite
P
Pravinmohite
Community Contributor
Quizzes Created: 2 | Total Attempts: 531
Questions: 24 | Attempts: 468

SettingsSettingsSettings
Sharepoint 2010 Quizzes & Trivia

SharePoint is a web-based, collaborative platform that integrates with Microsoft Office. The app helps in content management. Having adequate knowledge on the use of SharePoint helps you to make proper use of its features. Just how conversant are you with SharePoint? Take the simple quiz and see for yourself. Best of luck!


Questions and Answers
  • 1. 

    Which dll is important for COM ?

    • A.

      Microsoft.SharePointClient

    • B.

      Windows.SharePoint

    • C.

      Microsoft.SharePoint.Silverlight

    • D.

      Windows.SharePoint.Service

    • E.

      Microsoft.SharePoint.Client

    Correct Answer
    E. Microsoft.SharePoint.Client
    Explanation
    The Microsoft.SharePoint.Client dll is important for COM because it provides the necessary functionality and APIs for interacting with SharePoint sites and data. This dll allows developers to access and manipulate SharePoint objects, such as lists, libraries, and sites, using client-side code. It is commonly used in applications that integrate with SharePoint, enabling them to perform operations such as reading and writing data, managing permissions, and creating workflows.

    Rate this question:

  • 2. 

    How can we change the item level permission ?

    • A.

      Using Site Settings

    • B.

      Using List Settings

    • C.

      Using Site Permissions

    • D.

      Using List Permissions

    • E.

      None of above

    Correct Answer
    E. None of above
    Explanation
    The correct answer is "None of above" because changing item level permissions cannot be done using Site Settings, List Settings, Site Permissions, or List Permissions. There is no specific option provided in the given options to change item level permissions.

    Rate this question:

  • 3. 

    What is the advantage in using Windows PowerShell over stsadm in SharePoint 2010 

    • A.

      Unlike stsadm, which accept and return text, Windows PowerShell is built on the Microsoft .NET Framework

    • B.

      PowerShell has access to windows registry and secure appdata cache also.

    • C.

      None of above.

    • D.

      Both are same

    Correct Answer
    A. Unlike stsadm, which accept and return text, Windows PowerShell is built on the Microsoft .NET Framework
    Explanation
    Windows PowerShell has an advantage over stsadm in SharePoint 2010 because it is built on the Microsoft .NET Framework. This means that PowerShell has access to the windows registry and secure appdata cache, which stsadm does not have. Therefore, PowerShell is able to perform more advanced and complex tasks compared to stsadm, making it a more powerful and versatile tool for managing SharePoint 2010.

    Rate this question:

  • 4. 

    User can upload more than one document to document library Item.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The statement is false because in a document library, users can only upload one document per item.

    Rate this question:

  • 5. 

    User can upload more than one document to list Item.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The statement suggests that users have the ability to upload multiple documents to a list item. This implies that there is a feature or functionality in place that allows users to select and attach more than one document to a single list item. Therefore, the answer is true.

    Rate this question:

  • 6. 

    User can upload more than one document to document Set Item.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The given statement suggests that users have the ability to upload multiple documents to a document set item. This implies that the system or platform being referred to allows users to attach more than one document to a single item within a document set. Therefore, the correct answer is "True."

    Rate this question:

  • 7. 

    This class belong to client object Model

    • A.

      Site site =

    • B.

      SPSite SPSite =

    • C.

      Site spSite =

    Correct Answer
    A. Site site =
    Explanation
    The given code snippet is declaring three variables: site, SPSite, and spSite. The correct answer is "Site site =". This is because the variable "site" is being declared with the data type "Site", which suggests that it belongs to the client object model. The other two variables, "SPSite" and "spSite", do not have a clear data type specified and may not be related to the client object model.

    Rate this question:

  • 8. 

    Which of the following is correct 

    • A.

      SPWeb web = SPContext.Current.Site.RootWeb;

    • B.

      SPSite site = new SPSite(SPContext.Current.Web.Url);

    • C.

      SPWeb web = site.OpenWeb();

    • D.

      SPWeb web = SPContext.Current.Site.RootWeb;

    Correct Answer(s)
    A. SPWeb web = SPContext.Current.Site.RootWeb;
    B. SPSite site = new SPSite(SPContext.Current.Web.Url);
    C. SPWeb web = site.OpenWeb();
    D. SPWeb web = SPContext.Current.Site.RootWeb;
  • 9. 

    Add one item(containing date and time) in list A, whenever user add a item to list B. To perform this scenario which method is useful?

    • A.

      Timer Job

    • B.

      Event Handler using Server Object Model

    • C.

      Workflow

    • D.

      Event Handler using Client Object Model

    Correct Answer
    B. Event Handler using Server Object Model
    Explanation
    The Event Handler using Server Object Model is the most suitable method for performing the given scenario. Event handlers are used to respond to specific events that occur in SharePoint, such as adding an item to a list. By using the Server Object Model, the event handler can be deployed on the server and will be triggered whenever a user adds an item to list B. This allows the event handler to then add a corresponding item to list A, containing the date and time of the addition.

    Rate this question:

  • 10. 

    Which of the below command is used to install feature on SharePoint 2010 site

    • A.

      Stsadm -o installfeature -filename

    • B.

      Stsadm -installfeature -filename

    • C.

      stsadm -i installfeature -name

    • D.

      stsadm -i installfeature -filename

    Correct Answer
    A. Stsadm -o installfeature -filename
    Explanation
    The correct command to install a feature on a SharePoint 2010 site is "stsadm -o installfeature -filename". This command uses the "-o" parameter to specify the operation to be performed, which in this case is "installfeature". The "-filename" parameter is used to specify the file name of the feature that needs to be installed.

    Rate this question:

  • 11. 

    Where we can able to create the site content type?

    • A.

      Site Permission -> Content Type

    • B.

      Site Setting -> Galleries

    • C.

      List Settings -> Create Content Type

    Correct Answer
    B. Site Setting -> Galleries
    Explanation
    In the given options, the correct answer is "Site Setting -> Galleries". This is because in the Site Settings section, there is an option called "Galleries" where we can create and manage different types of content for the site. This includes creating site content types, which are templates for organizing and categorizing content on the site. Therefore, the correct place to create the site content type is in the Site Setting's Galleries section.

    Rate this question:

  • 12. 

    What does a SPWebApplication object represent?

    • A.

      SharePoint Web Application

    • B.

      SharePoint Site Collection

    • C.

      SharePoint Sub Site

    Correct Answer
    A. SharePoint Web Application
    Explanation
    A SPWebApplication object represents a SharePoint Web Application. It is used to manage and configure the web application settings, such as authentication, policies, and service connections. This object is responsible for handling requests and managing resources for the web application, allowing users to access and interact with the SharePoint site collections and subsites within the web application.

    Rate this question:

  • 13. 

    What is a SPSite and SPWeb object, and what is the difference between each of the objects?

    • A.

      The SPSite object represents a collection of sites (site collection [a top level sites and all its subsites]).

    • B.

      The SPWeb object represents an instance SharePoint Web, and SPWeb object contains things like the actual content.

    • C.

      A SPSite object contains the various subsites and the information regarding them.

    • D.

      None of above

    Correct Answer(s)
    A. The SPSite object represents a collection of sites (site collection [a top level sites and all its subsites]).
    B. The SPWeb object represents an instance SharePoint Web, and SPWeb object contains things like the actual content.
    C. A SPSite object contains the various subsites and the information regarding them.
    Explanation
    The SPSite object represents a collection of sites, including the top-level site and all its subsites. It contains information about the site collection and can be used to perform operations on the entire collection. On the other hand, the SPWeb object represents an individual SharePoint web within the site collection. It contains the actual content of the web, such as lists, libraries, and pages. The SPWeb object is used to perform operations specific to that web. In summary, the SPSite object represents the entire site collection, while the SPWeb object represents an individual web within that collection.

    Rate this question:

  • 14. 

    What is a .ddf file 

    • A.

      Data directive file

    • B.

      Data download file

    • C.

      Download data file

    Correct Answer
    A. Data directive file
    Explanation
    A .ddf file is a data directive file. It is used to provide instructions or directives for how data should be processed or handled. This file format is commonly used in database management systems to define the structure and organization of data. It may contain commands or specifications for data manipulation, such as creating tables, defining fields, or setting data types. The .ddf file acts as a blueprint or guide for processing and managing data effectively.

    Rate this question:

  • 15. 

    What file does a SharePoint solution package use to orchestrate (describe) its packaged contents?

    • A.

      Element.xml

    • B.

      Manifest.XML

    • C.

      Feature.xml

    Correct Answer
    B. Manifest.XML
    Explanation
    A SharePoint solution package uses the Manifest.XML file to orchestrate its packaged contents. This file contains information about the various components included in the solution package, such as features, assemblies, files, and resources. It serves as a blueprint for SharePoint to understand how to deploy and activate the solution package on a SharePoint site. The Manifest.XML file helps SharePoint to properly organize and configure the solution package's contents during the deployment process.

    Rate this question:

  • 16. 

    What base class do event receivers inherit from?

    • A.

      SPListEventReciever

    • B.

      SPItemEventReciever

    • C.

      SPEventReceiverBase

    • D.

      SPEvent

    Correct Answer(s)
    A. SPListEventReciever
    B. SPItemEventReciever
    C. SPEventReceiverBase
    Explanation
    Event receivers in SharePoint inherit from the SPEventReceiverBase class. This is the base class for all event receivers and provides the necessary methods and properties to handle events in SharePoint. The SPListEventReceiver and SPItemEventReceiver classes are specific types of event receivers that inherit from SPEventReceiverBase. Therefore, the correct answer is SPListEventReciever, SPItemEventReciever, and SPEventReceiverBase.

    Rate this question:

  • 17. 

    Which of the below is asynchronous event

    • A.

      ItemAdded

    • B.

      ItemAdding

    • C.

      ItemWillAdd

    Correct Answer
    A. ItemAdded
    Explanation
    The correct answer is "ItemAdded" because an asynchronous event refers to an event that occurs independently of the main program flow. In this case, "ItemAdded" suggests that the event of adding an item is happening asynchronously, meaning it can occur at any time without blocking or interrupting the main program execution. On the other hand, "ItemAdding" and "ItemWillAdd" do not imply asynchronous behavior as they suggest a process that is currently happening or about to happen, respectively.

    Rate this question:

  • 18. 

    Can an event receiver be deployed through a SharePoint feature?

    • A.

      True

    • B.

      False

    • C.

      Only possible for WSS or SharePoint Foundation Service

    Correct Answer
    A. True
    Explanation
    Yes, an event receiver can be deployed through a SharePoint feature. Event receivers are custom code that respond to specific events that occur in SharePoint, such as when an item is added or deleted. These event receivers can be packaged and deployed as part of a SharePoint feature, which allows for easy installation and activation of the event receiver on SharePoint sites.

    Rate this question:

  • 19. 

    Which of the below is synchronous event

    • A.

      ItemAdded

    • B.

      ItemAdding

    • C.

      ItemWillAdd

    Correct Answer
    B. ItemAdding
    Explanation
    The correct answer is "ItemAdding" because it suggests an event that occurs before an item is added, indicating a synchronous behavior where the action of adding an item is not completed until the "ItemAdding" event is finished.

    Rate this question:

  • 20. 

    Can SharePoint be linked to an external data source?

    • A.

      Yes

    • B.

      No

    • C.

      Only possible for WSS or SharePoint Foundation Service

    Correct Answer
    A. Yes
    Explanation
    SharePoint can be linked to an external data source. This allows users to access and interact with data from external systems within their SharePoint sites. This integration enables organizations to consolidate and centralize their data, providing a unified view for users. By linking SharePoint to external data sources, users can leverage SharePoint's collaboration and document management features while still accessing and working with data from other systems.

    Rate this question:

  • 21. 

    Where can we create SharePoint Business Taxonomy ?

    • A.

      Site

    • B.

      List

    • C.

      Central Admin

    Correct Answer
    C. Central Admin
    Explanation
    In SharePoint, the Central Admin is the place where we can create the SharePoint Business Taxonomy. This is because the Central Admin is the central administration site for managing the SharePoint environment, including configuring and managing service applications, site collections, and other settings. Creating the Business Taxonomy involves defining and organizing the terms, term sets, and hierarchies that will be used for classifying and organizing content in SharePoint.

    Rate this question:

  • 22. 

    What are the types of input forms that can be created for a workflow?

    • A.

      Association form

    • B.

      Initiation form

    • C.

      Modification form

    • D.

      Task edit form

    Correct Answer(s)
    A. Association form
    B. Initiation form
    C. Modification form
    D. Task edit form
    Explanation
    The types of input forms that can be created for a workflow include association forms, initiation forms, modification forms, and task edit forms. Association forms are used to associate a workflow with a specific item or document. Initiation forms are used to gather information from users when starting a workflow. Modification forms allow users to make changes to a workflow that is already in progress. Task edit forms are used to collect input from users when they are working on a specific task within a workflow.

    Rate this question:

  • 23. 

    Which of the below can be deployed using SharePoint 2010 Features?

    • A.

      Simple site customizations

    • B.

      Custom site navigation

    • C.

      WebParts

    • D.

      Pages

    • E.

      List types

    • F.

      Workflows

    Correct Answer(s)
    A. Simple site customizations
    B. Custom site navigation
    C. WebParts
    D. Pages
    E. List types
    F. Workflows
    Explanation
    SharePoint 2010 Features allow for the deployment of various elements within a SharePoint site. Simple site customizations, such as changing the site theme or adding a logo, can be deployed using Features. Custom site navigation can also be deployed using Features, allowing for the creation of custom menus or navigation structures. WebParts, which are customizable components that can be added to a SharePoint page, can be deployed using Features. Pages, list types, and workflows can also be deployed using Features, allowing for the creation and customization of various functionalities within a SharePoint site.

    Rate this question:

  • 24. 

    How many type of connections can be crated from Infopath?

    • A.

      Submit

    • B.

      Retrive

    • C.

      Save

    • D.

      Receive

    • E.

      Get&Set

    Correct Answer(s)
    A. Submit
    D. Receive
    Explanation
    Infopath is a software application that allows users to create electronic forms. The question asks about the types of connections that can be created from Infopath. The correct answer includes "Submit" and "Receive." These connections refer to the ability to submit the form data to a specified destination and receive data from an external source respectively. These connections are essential for integrating Infopath forms with other systems or workflows.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 01, 2010
    Quiz Created by
    Pravinmohite
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.