1)
Which
version of IIS is used in Windows Server 2008 R2
a)
IIS
6.0
b)
IIS
7.5
c)
IIS
7.0
d)
both
b and c
Answer
both b and c
Explanation:
SharePoint 2010 supports IIS 7.x means IIS 7.0, IIS 7.5 etc
The following list gives us the details of the IIS version installed on a particular operating system.
Windows Server 2008 - Windows Vista - Home Premium/ Ultimate - IIS 7.0
Windows Server 2003 - IIS 6.0
Windows XP Professional - IIS 5.1
Explanation:
SharePoint 2010 supports IIS 7.x means IIS 7.0, IIS 7.5 etc
The following list gives us the details of the IIS version installed on a particular operating system.
Windows Server 2008 - Windows Vista - Home Premium/ Ultimate - IIS 7.0
Windows Server 2003 - IIS 6.0
Windows XP Professional - IIS 5.1
2- What
is the name of the worker process of IIS present Windows Server 2008 R2
a)
aspnet_wp.exe
b)
w3wp.exe
c)
wpw3.exe
d)
aspnet_w3wp.exe
Answer
w3wp.exe
Explanation:
w3wp.exe - This worker process is what is launched by the IIS 6.0 and later versions whereas the worker process (aspnet_wp.exe) was used with versions prior to IIS 6.0.
Explanation:
w3wp.exe - This worker process is what is launched by the IIS 6.0 and later versions whereas the worker process (aspnet_wp.exe) was used with versions prior to IIS 6.0.
3-Hosting
multiple websites on the same port no in a web server requires which of the
following option?
a)
Assign
different IP address.
b)
Assign
different IP address and a different host header name.
c)
Assign
same IP address with a different host header name.
d)
a
or b
Answer
Assign same IP address with a different host header name.
Explanation:
To host multiple websites on the same port no, we just need to give a different host header name. The IP address will still be the same as all the websites are hosted on the same web server. Every web server has only one unique IP address.
4- Which
of the following option is true?
a)
Every
virtual directory is associated with a web application.
b)
Every
web application is associated with a virtual directory.
c)
A
Web application need not be associated with a virtual directory.
d)
A
Web application’s resources are always present in the sub directory of it’s
website.
Answer
Every web application is associated with a virtual directory.
Explanation:
Every web application should always be associated with a virtual directory. The virtual directory is needed in order to hide the physical path of the web application’s resources from the end user. Also every virtual directory need not always be associated with a web application and a web application’s resources can also reside in a directory other than the physical directory of its website.
5- Which
of the following option is true?
a)
Application
Pool isolates different worker processes.
b)
An
Application Pool isolates web applications.
c)
Both
a and b are true
d)
Only
b is true
Answer
Both a and b are true
Explanation:
An Application Pool can contain one or more web applications and since each web application is associated with it's own worker process, we can say that an Application Pool isolates web applications thereby isolating the worker processes also.
6- Which
of the following actions can be performed in IIS manager?
a)
An
Application Pool can be recycled
b)
A
website can be recycled
c)
The
IIS web server can be recycled
d)
All
of the above
Answer
All of the above
Explanation:
An individual website or an Application Pool can be recycled. To recycle the IIS type iisreset in the command prompt. iisreset command stops and starts the IIS Admin Service, the Windows Process Activation Service (WAS), and the World Wide Web Publishing Service (WWW Service)Level Intermediate.
7-Which
of the following option is true regarding SharePoint?
a)
SharePoint
does authentication of users
b)
SharePoint
does authorization of users
c)
SharePoint
does both authentication and authorization
d)
None
of the above
Answer
SharePoint does authorization of users
Explanation:
SharePoint depends on Active Directory for authentication. All users present in Active Directory only need to provide their username and password to login to a SharePoint site. SharePoint is then responsible for providing authorization to users to access the resources of the site.
8- Which
of the following option is true regarding SharePoint?
a)
SharePoint
does authentication of users
b)
SharePoint
does authorization of users
c)
SharePoint
does both authentication and authorization
d)
None
of the above
Answer
SharePoint does authorization of users
Explanation:
SharePoint depends on Active Directory for authentication. All users present in Active Directory only need to provide their username and password to login to a SharePoint site. SharePoint is then responsible for providing authorization to users to access the resources of the site.
9-Which
of the following option is true?
a)
A
single machine configured to perform multiple roles is called a web garden
b)
An
Application Pool with multiple worker processes is called a web garden
c)
There
is one worker process in an Application Pool by default
d)
All
the above
Answer
All the above
Explanation:
A Web garden is represents a scenario in which a single machine is configured to perform multiple roles such as web server, database server, SMTP server, File server etc. An Application pool has one worker process by default and when the worker processes associated with an Application Pool is increased to more than one, the scenario is referred as a web garden. Having multiple worker processes with same the Application Pool can sometimes provide better throughput performance and application response time.
10-What
forms of authentication is supported by IIS 7.0
a)
Anonymous
b)
Digest
and Basic
c)
Windows
d)
All
the above
Answer
All the above
Explanation:
IIS 7.0 supports Anonymous, Windows, Digest and Basic authentication. In addition it also supports forms and client certificate authentication.
11-Which
of the following option is true?
a)
An
Application domain can be associated with more than one worker process.
b)
An
Application domain is a level of isolation provided by asp.net run time.
c)
When
a user requests for a page the second time, the same thread present in
Application Domain is used to execute the code for that page and the response
is rendered.
d)
You
cannot recycle an Application Domain unlike an Application Pool
Answer
An Application domain is a level of isolation provided by asp.net run time.
Explanation:
An Application Domain in short called as AppDomain is a lightweight process that acts as both a container and boundary. The .NET runtime uses an AppDomain as a container for isolating code. An Application Domain can be associated with only one worker process but a worker process can contain many application domains. When the browser is not closed and the user makes a request for a page for the second time that is present in the same Application Domain, ASP.NET runtime does not launch the AppDomain once again but instead, launches a new thread and the response is rendered. An AppDomain can also be recycled in ASP.NET. One simple way is to edit the web.config file.
12-SharePoint
2010 cannot be installed on which of the Operating Systems ?
a)
Windows
7 64 bit
b)
Windows
Server 2003 32 bit
c)
Windows
Server 2008 R2 64 bit
d)
Windows
Vista SP1 64 bit
Answer
Windows Server 2003 32 bit
Explanation:
Microsoft recommends that to have Windows Server 2008 R2
13-Which
of the following option does not fall under the six pillars of SharePoint 2010?
a)
Sites
b)
Composites
c)
Content
d)
networking
e)
Insights
Answer
networking
Explanation:
The six pillars of SharePoint are sites, communities, content, search, insights and composites.
14- Which
of the following option is not supported by SharePoint 2010?
a)
64-bit
processor
b)
ASP.NET
framework 4.0
c)
Application
Server
d)
Active
Directory Domain Controller
Answer
ASP.NET framework 4.0
Explanation:
SharePoint 2010 uses only ASP.NET 3.5 SP1 and less and does not support ASP.NET 4.0
15-The
Central Administration site of SharePoint cannot be accessed by which of the
following user?
a)
Primary
site collection administrator
b)
Secondary
site collection administrator
c)
Developer
d)
All
of the above
Answer
All of the above
Explanation:
Since Developer won’t have any permission to access Central Administration.
16-Which
of the following option is not true?
a)
A
Web application can be accessed only if it has at least one site collection.
b)
The
URL of a site collection and its top level site is the same.
c)
A
site collection can have more than one top level site.
d)
A
Web application in SharePoint is mapped to a website in IIS.
Answer
A site collection can have more than one top level site.
Explanation:
A site collection can only have one top level site (i.e. parent site). All other sites created in the site collection are considered as child sites or sub sites.
18-Which
of the following statement is False?
a)
A
content database can hold data for more than one site collection.
b)
We
need to create a content database when we deploy the server farm for the first
time.
c)
You
can use only an already existing content database in SQL server as a fail-over
database while creating a web application.
d)
A
content database can be associated with only one web application.
Answer
We need to create a content database when we deploy the server farm for the first time.
Explanation:
SharePoint 2010 uses SharePoint_Config database to store farm configurations and contents. This database gets automatically created whenever you deploy the farm for the first time.
19-Which
of the following authentication mechanisms does not come under classic mode
authentication?
a)
Form
based authentication
b)
NTLM
c)
Kerboros
d)
Negotiate
Answer
Form based authentication
Explanation:
Form based authentication(in MOSS 2007) now called as claims based authentication in SharePoint 2010 is used to authenticate users not present in Active Directory.
Classic mode authentication is nothing but windows authentication. It includes NTLM(New Technology LAN Manager) authentication and Kerboros authentication also called as Negotiate.
20- /_layouts
is a mapped url to which of the following physical file paths?
a)
C:/Program
Files/Common Files/Microsoft Shared/Web Server Extensions/14/Template
b)
C:/Windows/Microsoft
Shared/Framework/Web Server Extensions/14/Template
c)
C:/Windows/System
32/Common Files/Microsoft Shared/Web Server Extensions/14/Template
d)
C:/Program
Files/Common Files/Microsoft Shared/System 32/Web Server Extensions/14/Template
Answer
C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/Template
Explanation:
C:/Program Files/Common Files/Microsoft Shared/Web Server Extensions/14/Template
21-Site
Templates are stored under which of the following options?
a)
Galleries-->Site
Templates
b)
Galleries-->Solutions
c)
Galleries-->List
and Site Templates
d)
Galleries-->Templates
Answer
Galleries-->Solutions
Explanation:
Always Site template will be stored in Site Collection Galleries ->> Solution
22-Which
of the following option is not a site template category?
a)
Collaboration
b)
Publishing
c)
Content
d)
Enterprise
Answer
Content
Explanation:
There are 4 different site templates available in SharePoint 2010, from which you can create sites.
1. Collaboration: It has templates for Team Site, Blank Site, Document Workspace, Blog, Group Work Site etc.
2.Meetings: It has templates for Basic Meeting Workspace, Blank Meeting Workspace, Decision Meeting Workspace, Social Meeting Workspace, and Multipage Meeting Workspace.
3. Enterprise: It has templates for Document Center, Records Center, PowerPoint Broadcast Site, Business Intelligence Center, Enterprise Search Center, My Site Host, Basic Search Center, and FAST Search Center.
4. Publishing: It has templates for Publishing Portal and Enterprise Wiki Custom: Here you can define your own custom templates.
23- Where
does SharePoint store it's data?
a)
Configuration
Database
b)
Content
Database
c)
File
System
d)
File
system and Configuration system
Answer
Content Database
Explanation:
Sorry, there is no explanation for this question
24-Which
of the following option is not correct?
a)
Multiple
sub-sites can be created under a site collection.
b)
A
site collection can be created under another site collection.
c)
Multiple
site collections can be created under a web application
d)
The
first site collection is created under root(/)
Answer
A site collection can be created under another site collection.
Explanation:
Sorry, there is no explanation for this question
a)
25-Identify
the false statement from following.
b)
Processor:
64-bit, RAM: 4 GB Minimum and 6 GB is recommended.
c)
Processor:
64-bit, RAM: 2 GB Minimum and 4 GB is recommended.
d)
Processor:
64-bit, RAM: 4 GB Minimum and 80 GB HD Space is recommended.
e)
Processor:
64-bit, RAM: 6 GB Minimum and 100 GB is recommended.
Answer
Processor: 64-bit, RAM: 2 GB Minimum and 4 GB is recommended.
Explanation:
Sorry, there is no explanation for this question
26- What
are the software requirements for installing SharePoint 2010? Software
Requirements:
a)
Operating
system: 64-bit (Windows Server SP2 and higher or Windows 2008 R2) for
production Or can use 64 bit Windows Vista or 64 bit Windows 7 for development
and not for production. RDBMS: SQL Server 64 bit 2003 SP2 or higher.
b)
Operating
system: 64-bit (Windows Server SP1 and higher or Windows 2008) for production
Or can use 64 bit Windows Vista or 64 bit Windows 7 for development and not for
production. RDBMS: SQL Server 64 bit 2005 SP2 or higher.
c)
Operating
system: 64-bit (Windows Server SP2 and higher or Windows 2008 R2) for
production Or can use 64 bit Windows Vista or 64 bit Windows 7 for development
and not for production. RDBMS: SQL Server 64 bit 2005 SP2 or higher.
d)
Operating
system: 64-bit (Windows Server SP2 and higher or Windows 2008 R2) for
production Or can use 32 bit Windows Vista or 32 bit Windows 7 for development
and not for production. RDBMS: SQL Server 64 bit 2005 SP2 or higher.
Answer
Operating system: 64-bit (Windows Server SP2 and higher or Windows 2008 R2) for production Or can use 64 bit Windows Vista or 64 bit Windows 7 for development and not for production. RDBMS: SQL Server 64 bit 2005 SP2 or higher.
Explanation:
Sorry, there is no explanation for this question
27-What
is the role of Prerequisite Installer in SharePoint 2010 installer?
a)
It
only helps in configuring IIS
b)
It
helps to install all other components to run SharePoint on Server
Answer
It helps to install all other components to run SharePoint on Server
Explanation:
It helps in installing all the components that SharePoint will need and if these are not found locally then these will be downloaded. It also configures IIS and related applications as per the requirements of SharePoint.
28-What's
the role of Group Policy Objects (GPOs) in installation?
a)
It
Allows to users to check existing SharePoint Environment
b)
It
will delete existing Farm and create New Farm
c)
It
will identify the existing Farm through Organization Unit
d)
It
will block the installation
Answer
It will identify the existing Farm through Organization Unit
Explanation:
GPOs can be used to control expanding SharePoint installations in the organization. During installation of SharePoint, the GPO is verified for any existing Organization Unit (OU) and then either the installation is blocking or continues.
29- What
is PreUpgradeCheck?
a)
It
is tool for installing SharePoint 2010
b)
It
is a tool meant to run / check the prerequisite of SharePoint
c)
If
server farm is not created by using this we can create Server Farm
d)
It
is a tool to check the compatibility test for upgrading SharePoint server 2010
Answer
It is a tool to check the compatibility test for upgrading SharePoint server 2010
Explanation:
This is a tool used to check for compatibility tests for upgrading to SharePoint 2010.
30- Which
tool would you use to check if the system is ready for installing SharePoint
2010 for the first time?
a)
SharePoint
Prerequisite Checker
b)
Prerequite
Server Checker
c)
SharePoint
installer
d)
Prerequisite
Installer.
Answer
Prerequisite Installer.
Explanation:
Prerequisite Installer. It will be located in SharePoint 2010 setup folder.
31-What
are the 2 upgrade methods available for SharePoint 2007 to SharePoint 2010?
i)
In-place(on existing hardware) and ii) Database attach (on new hardware)
i)
on existing hardware Install MOSS 2010 and ii) Database (on existing hardware)
i)
Install SharePoint 2010 on existing hardware and ii) Database attach (on
existing hardware)
i)
In-place(New hardware and Upgrade Server Farm ) and ii)Create New Database (on
new hardware)
Answer
i) In-place(on existing hardware) and ii) Database attach (on new hardware)
Explanation:
Sorry, there is no explanation for this question
32-What
types of files can be stored in Document Library?
a)
Any
type of file any is stored
b)
It
only meant for storing office documents
c)
It
can store all the form templates
d)
All
the Above
Answer
Any type of file any is stored
Explanation:
It can store any type of file. According to Microsoft Standard Documents Library is meant for storing Office Documents of Excel, Word, PowerPoint, PDF, etc.
33-What
is the role SharePoint with Active Directory in Authentication and
Authorization?
a)
SharePoint
can Authenticate and Active Directory Can Authorize the users
b)
SharePoint
can authenticate and Authorize the users
c)
SharePoint
Can Perform only Authorization. Active Directory will authenticate the users
d)
Active
Directory can Authenticate and Authorize the users
Answer
SharePoint Can Perform only Authorization. Active Directory will authenticate the users
Explanation:
Authentication process is for proving the identity of a user to the computer. In general it means to verify that the user who actually they say they are.
Authorization is a process preceded after authentication. This process lets an authenticated user to use the resources as defined in policy/permissions.
34-Can
we change the name of feature.xml file?
a)
No
b)
Yes
Answer
No
Explanation:
Sorry, there is no explanation for this question
35- Where
does the SharePoint save error logs? And what are the Tools used to see the
Logs.
a)
C:\ProgramFiles\Common
Files\Microsoft Shared\web server extensions\14\Logs Tool: ULS Log Viewer
b)
C:\ProgramFiles
x86\Common Files\Microsoft Shared\web server extensions\14\Logs Tool: ULS Log
Viewer
c)
C:\ProgramFiles\Common
Files\web server extensions\14\Logs Tool: ULS Log Viewer
d)
C:\ProgramFiles\Common
Files\Microsoft Shared\web server extensions\14\Layouts\Logs\ Tool: ULS Log
Viewer
Answer
C:\ProgramFiles\Common Files\Microsoft Shared\web server extensions\14\Logs Tool: ULS Log Viewer
Explanation:
Sorry, there is no explanation for this question
36-What
is Sandbox Solution?
a)
It
will provide a restricted environment that restricts the user to access the
resource
b)
Sandbox
Solutions are configured by using a quota template
c)
Every
Sandbox Solution will have scope as Site (Site Collection )
d)
All
the above Statements are true
Answer
All the above Statements are true
Explanation:
It is used for creating features or solutions that can run in SharePoint with restricted access to resources. Rules, such as quota templates, are predefined for the particular feature or solution. Once the rule is broken, the particular content is disabled for 24 hours.
37-What
are the advantages of Sandboxed Solution?
a)
The
custom code written can be deployed on production without affecting other
sites.
b)
If
the code is expected to work in an abnormal way, the affect can be minimized on
the whole site.
c)
Easy
to stop the Sandboxed solution from one central location(Central
Administrator).
d)
All
the above
Answer
All the above
Explanation:
Sorry, there is no explanation for this question
38-What
are the differences between Farm and Sandboxed Solution?
a)
Farm:
An application can run without any detailed monitoring Runs in an restricted
environment One application can affect the whole site performance Sandboxed: An
application runs with active monitoring (also shows on a graph as points) Runs
in an restricted environment Custom code that is sandboxed will not affect
complete site performance
b)
Farm:
An application can run without any detailed monitoring Runs in an unrestricted
environment One application will not affect the whole site performance
Sandboxed: An application runs with active monitoring (also shows on a graph as
points) Runs in an restricted environment Custom code that is sandboxed will
not affect complete site performance
c)
Farm:
An application can run without any detailed monitoring Runs in an unrestricted
environment One application can affect the whole site performance Sandboxed: An
application runs with active monitoring (also shows on a graph as points) Runs
in an restricted environment Custom code that is sandboxed will affect complete
site performance
d)
Farm:
An application can run without any detailed monitoring Runs in an unrestricted
environment One application can affect the whole site performance Sandboxed: An
application runs with active monitoring (also shows on a graph as points) Runs
in an restricted environment Custom code that is sandboxed will not affect
complete site performance
Answer
Farm: An application can run without any detailed monitoring Runs in an unrestricted environment One application can affect the whole site performance Sandboxed: An application runs with active monitoring (also shows on a graph as points) Runs in an restricted environment Custom code that is sandboxed will not affect complete site performance
Explanation:
Sorry, there is no explanation for this question
39- Which
of the following is not permission available by default in SharePoint 2010?
a)
Full
Control
b)
Edit
c)
Contribute
d)
Read
e)
View
Only
Answer
Edit
Explanation:
SharePoint 2010 offers 5 permissions by default. They are as follows
1) Full Control - Has full Control
2) Design -Can view add, update, and delete, approve and customize
3) Contribute- Can view, add, update and delete list items and documents
4) Read -Can view pages and list items and download documents.
5) View Only - Can view pages, list items, and documents. Document types with server- side file handlers can be viewed in the browser but not downloaded.
40-Which
of the following is not a permission group available by default in SharePoint
2010?
a)
Members
b)
Owners
c)
Viewers
d)
Administrators
Answer
Administrators
Explanation:
SharePoint provides 4 permission groups by default. They are Members, Owners, Viewers, and Visitors. The permission levels associated by default to these groups are as follows:-
Members - Contribute
Owners - Full Control
Viewers - View Only
Visitors - Read
41-Which of the
following is not true with regarding Claims based authentication(CBA)?
a)
It can authenticate non windows users.
b)
It uses STS (Secure Token Service).
c)
When CBA is enabled, AD users cannot be authenticated.
d)
It is based on identity and trust.
Answer
When CBA is enabled, AD users cannot be authenticated.
Explanation:
When Claims Based authentication is enabled for a site, it redirects the user to a sign -in- -page that also gives an option of (Windows Authentication) which if chosen can authenticate windows users as well.
42-What
kind of security token is created by the STS?
a)
SXAML
Token
b)
SAML
Token
c)
SSL
Token
d)
CAML
Token
Answer
SAML Token
Explanation:
A SAML (Secure Assertion Markup Language) token is issued by STS (Secure Token Service).
43- Which
of the following web.config files should be compulsorily edited for claims
based authentication?
a)
Web
Application
b)
SharePoint
Central Administration website
c)
Secure
Token Service
d)
All
the above
Answer
Secure Token Service
Explanation:
Only the Secure Token Service web.config file needs to be compulsorily edited to allow claims based authentication. Editing the Web Application’s (WebApp) and SharePoint Central Administration’s (CA) web.config files is optional. Editing the WebApp and CA web.config files facilitates populating the people picker and find options with the users who should be authenticated using claims based authentication.
44-Which
of the following option is not true regarding zones?
a)
Zones
provide a way for different authentications for the same web application
b)
A
copy of the same web application is created in each zone
c)
To
create a new zone, you need to extend the site collection
d)
None
of them
Answer
None of them
Explanation:
Zones are a way to provide different authentication mechanisms for the same web application. There are 5 zones available. Default, Custom, Internet, Intranet and Extranet.In order to create a zone you need to extend the web application.
45- What
is Role of SharePoint in Authentication and Authorization?
a)
SharePoint
Authorizes and Authentication done by AD
b)
SharePoint
Authenticates and Authorization done by AD
c)
SharePoint
Authorizes and AD also Authorizes
d)
SharePoint
can Authenticate and Authorize and AD can also Authenticate and Authorize
Answer
SharePoint Authorizes and Authentication done by AD
Explanation:
An authentication system is how you identify yourself to the computer. The goal behind an authentication system is to verify that the user is actually who they say they are.
Once the system knows who the user is through authentication, authorization is how the system decides what the user can do.
46-How
would you pass user credentials while using SharePoint Web Service from your
Web Part or appl
a)
listService.UseDefaultCredentials
= true; listService.Credentials = new
System.Net.NetworkCredential("user", "pass",
"domain");
b)
listservice.Credentials
= true; listService.Credentials = new
System.Net.NetworkCredential("user", "pass", "domain");
c)
listService.DefaultCredentials
= true; listService.Credentials = new
System.Net.NetworkCredential("user", "pass",
"domain");
d)
None
of these
Answer
listService.UseDefaultCredentials = true; listService.Credentials = new System.Net.NetworkCredential("user", "pass", "domain");
Explanation:
The web service needs credentials to be set before making calls.
Examples:
listService.UseDefaultCredentials = true; // use currently logged on user
listService.Credentials = new System.Net.NetworkCredential("user", "pass", "domain"); // use specified user
47-What
is the lowest level of meta data definition?
a)
Term
set
b)
Term
c)
Word
d)
Data
Answer
Term
Explanation:
A term is a word or phrase that can be associated with an item in SharePoint 2010. While a term set is a collection of related terms.
Explanation:
A term is a word or phrase that can be associated with an item in SharePoint 2010. While a term set is a collection of related terms.
48- Which
of the following is true?
Managed
terms are usually hierarchical
Enterprise
keywords are hierarchical
Both
Managed terms and Enterprise keywords are hierarchical
none
of the above
Answer
Explanation:
Managed terms are usually predefined, and are often organized into a hierarchy and can be only created by users with appropriate permissions.
Enterprise keywords on the other hand are simply words or phrases and are a part of a single, non hierarchical term set called keyword set that have been added to SharePoint Server items.
50-What is the
hierarchy of Terms, Groups and Term sets, keywords in Taxonomy term store?
a)
Term Sets-->Groups-->keywords--->terms
b)
Groups-->Term sets-->Terms-->keywords
c)
Groups-->Term sets-->keywords-->terms
d)
Termsets-->Terms-->Groups-->keywords
Answer
Groups-->Term sets-->Terms-->keywords
Explanation:
A taxonomy store can contain many groups. Each group has termsets and each termset can contain many terms, further each term can have many keywords.
51-Which of the
following option is true?
a)
A local termset is created within a context of a site
b)
A local termset is created within a context of a site
collection
c)
A local termset is created within a context of a list
d)
A local termset is created within a context of a web
application
Answer
A local termset is created within a context of a site collection
Explanation:
A local termset is created within a context of a site collection. For example, if you add a column to a list and create a new term set to bind the column, the new term set is local to the site collection that contains the list.
Note: On the other hand global term sets are created outside the context of a site collection.
52-Which of the
following is not true with regard to a content type hub?
a)
It allows publishing and consuming Meta data across site
collections
b)
It allows sharing of Content Types through the Metadata
Service Application.
c)
Content Types synchronization is done by timer jobs
d)
All are true.
Answer
All are true.
Explanation:
The Content Type Hub publishes the Content Types and through the Metadata Service Application they are replicated to the Subscribers. These subscribers can be Site Collections that are in different Web Applications even in different Farms. Content Types Synchronism is done by 2 Timer Jobs that are executed in the background. They are:
Content Type Hub – Responsible for managing the Content Types to be published.
Content Type Subscriber – Responsible for publishing the Content Types from the Hub to the Content Type Gallery of the Site Collection.
53-Which of the
following is not true regarding a Document Set?
a)
It is a feature within a site collection
b)
It is a content type and has a document id
c)
To use Document Sets, you need to activate Document ID feature
d)
It is a collection of documents
Answer
To use Document Sets, you need to activate Document ID feature
Explanation:
In order to create a document set, we need to enable "Document Set Feature" and not "Document ID Feature"
54-Which of the
following option is not true regarding Document Id Service?
a)
Document Ids can be assigned to documents
b)
Document Ids can be assigned to list items
c)
Document Ids can be assigned to both list items and
documents
d)
Document Id Service requires running jobs
Answer
Document Ids can be assigned to list items
Explanation:
Document Ids cannot be assigned to list items. Document Id capability is activated and managed at site collection level.
a)
55-Which of the
following site collection features should be activated in order to assign
Document Ids to documents?
b)
Document Id Enable/Disable job
c)
Document Id assignment job
d)
only b
e)
only a
f)
both a and b
Answer
both a and b
Explanation:
You need to run two jobs to use Document Id
1) Document Id Enable/Disable job
and
2) Document Id assignment job
56-When the
Content Organizer feature is activated, what is the name of the document
library that is created?
a)
Document Set library
b)
Drop off Library
c)
Content Organizer library
d)
Document Content Library
Answer
Drop off Library
Explanation:
Drop off Library.
When the content organizer feature is activated, a special document library, the Drop Off Library is created and added to the Quick Launch Tool Bar.
57- To
manage records which site collection feature should be activated?
a)
In-Place Records Management
b)
In-Place-Documents Management
c)
In-Place Records Declaration
d)
In-Place-Documents Declaration
Answer
In-Place Records Management
Explanation:
In-Place Records Management
58-How do you
undeclare a record?
a)
Click on “undeclare a record” in library settings
b)
Click Compliance details
c)
Click the button “undeclare a record” present on the ribbon
interface
d)
none of the above
Answer
Click Compliance details
Explanation:
Click Compliance details
Note:- There is no icon to undeclare a record in the Ribbon. In order to undeclare a record, go to the item and select Compliance Details on the drop down menu and from the opo up form, select “Undeclare Record”.
59-Which of the
following database is not used by the user profile synchronization service application?
a)
Synchronization Database.
b)
Organization Profile Database.
c)
Social Tagging Database.
d)
Profile Database.
Answer
Organization Profile Database.
Explanation:
Organization Profile Database
The three databases that an user profile synchronization service application uses are Profile database, Synchronization database and Social Tagging Database.
60- The
site collection template that is used to create “My Site” is?
a)
Group Work Site
b)
Custom Template
c)
Team Site
d)
My site host
Answer
My site host
Explanation:
My Site Host
61- To
start the User Profile Service, which of the following services should be
started?
a)
User Profile Service
b)
User Profile Synchronization service
c)
Only B
d)
Both A and B
Answer
Both A and B
Explanation:
Sorry, there is no explanation for this question
62-When do you
use SPSiteDataQuery?
a)
To query the data from only one list
b)
To query the data from only one or more list
c)
To query the data from only one list and One Library
d)
To query the data from only one or more lists and Libraries
Answer
To query the data from only one or more lists and Libraries
Explanation:
You can use SPSiteDataQuery when you need to extract data from more than one list\library in your site collection. The data is extracted on the basis of the query you write and is
returned as a Datatable. You can also specify the GUID for the lists\libraries you want to query against.
63-What is a
SPSite and SPWeb object, and what is the difference between each of the
objects?
a)
SPSite – Site Collection and SPWeb –SubSite
b)
SPSite – Site Collection’s Top Level Site and SPWeb –SubSite
under Top Level Site
c)
SPSite – Site Collection’s ,Web Collection and SPWeb
–SubSite and Top Level Site
d)
SPSite –Site Collection’s and SPWeb – Top Level Site and
SubSite
Answer
SPSite –Site Collection’s and SPWeb – Top Level Site and SubSite
Explanation:
The SPSite object represents a collection of sites. The SPWeb object represents an instance SharePoint Web, and SPWeb object represents top level site and even subsite and displays the actual content under Website. A SPSite object contains the various subsites and the information regarding them.
64-What does a
SPWebApplication object represent?
a)
Central Administration
b)
Any one web Application based on URL which were present in
Central Administration
c)
Any one web Application based on web Application Name which
were present in Central Administration
d)
Any one web Application based root site collection URL which
were present in Central Administration
Answer
Any one web Application based on web Application Name which were present in Central Administration
Explanation:
The SPWebApplication objects represents a SharePoint Web Application, which essentially is an IIS virtual server. Using the class you can instigate high level operations, such as getting all the features of an entire Web Application instance, or doing high level creation operations like creating new Web Applications through code
65-You have a
Web application that contains the following code segment.
private void CreatingSPSite()
{
SPSite siteCollection = null;
try
{
siteCollection = new SPSite("http://contoso.com");
}
Finally
{ }
}
66-You need to prevent the code segment from causing a memory leak.
Which code segment should you add?
{
SPSite siteCollection = null;
try
{
siteCollection = new SPSite("http://contoso.com");
}
Finally
{ }
}
66-You need to prevent the code segment from causing a memory leak.
Which code segment should you add?
a)
if (siteCollection != null) { siteCollection.Close(); }
b)
if (siteCollection != null) { siteCollection.Dispose(); }
c)
siteCollection = null
d)
siteCollection.WriteLocked = false
Answer
if (siteCollection != null) { siteCollection.Dispose(); }
Explanation:
Method 1:
The basic difference between Close() and Dispose() is, when a Close() method is called, any managed
resource can be temporarily closed and can be opened once again. It means that, with the same object the
resource can be reopened or used. Whereas Dispose() method permanently removes any resource (un-
managed) from memory for cleanup and the resource no longer exists for any further processing.
Method 2:
Using (SPSite site =new SPSite("http://www.contoso.com/default.aspx"))
Using "Using" guarantees that resources are properly cleaned up and that they're cleaned up in the most timely
manner.
67 A
feature cannot be activated at which scope?
Web application
a)
Site collection
b)
List and document
c)
Site level
Answer
List and document
Explanation:
A feature can be activated at Farm level, Web Application level, Site Collection level and Site level.
68-The
architecture of SharePoint foundation relies on files stored in a special
directory of the local file system of the front end of the Web Server in
SharePoint. What is the name of this directory?
a)
SharePoint System Directory
b)
SharePoint Root directory
c)
SharePoint 14 hive directory
d)
SharePoint 2010 14 directory
Answer
SharePoint Root directory
Explanation:
SharePoint Root Directory. The default path of SharePoint Root directory is
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\14
69-What is the
minimum file required to create/deploy a feature?
a)
Elements.xml
b)
Feature.xml
c)
Manifest.xml
d)
Parent.xml
Answer
Feature.xml
Explanation:
every feature directory should contain atleast one file called feature.xml. But a feature directory can contain one or more xml files as well as resource files such as image files, css files or js files.
70-The
Feature.xml file is in which format?
XML
XAML
CAML
XHTML
Answer
CAML
Explanation:
Feature.xml file is in CAML format (Collaborative Application Markup language)
70-What is the
class name that allows to write code for methods handling events for features?
a)
SPEventReceiver
b)
SPFeatureReceiver
c)
SPFeatureAction
d)
SPEventAction
Answer
SPFeatureReceiver
Explanation:
The SPFeature Receiver class
71- Which
of the following is not a method provided by SPFeatureReceiver class to handle
events for a feature
a)
FeatureUpgrading
b)
FeatureActivating
c)
FeatureDeploying
d)
FeatureUninstalling
Answer
FeatureDeploying
Explanation:
There are 5 methods provided by SPFeatureReceiver class to handle events for a feature. They are
FeatureInstalled, FeatureUninstalling, FeatureActivated, FeatureDeactivating and FeatureUpgrading.
72-What type of
components can’t be created or can’t be deployed as a feature?
a)
Custom Actions
b)
Workflows
c)
Sub Site
d)
WebParts
Answer
Sub Site
Explanation:
We can create menu commands, Custom Actions, page templates, page instances, list definitions, list instances, event handlers, webparts and workflows as feature.
73-You create a
Feature.
You need to add an item to the context menu of a list.
Which type of element should you use?
You need to add an item to the context menu of a list.
Which type of element should you use?
a)
CustomAction
b)
ListInstance
c)
ListTemplate
d)
Module
Answer
CustomAction
Explanation:
<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<CustomAction
Id="MyCustomAction"
RegistrationType="List"
RegistrationId="101"
Location="EditControlBlock"
Title="My custom action">
<UrlAction Url="~site/_layouts/MyCustomAction.aspx?List={ListId}&Item={ItemId}"/>
</CustomAction></Elements>
74-Which of the
following is true?
a)
A web part is an asp.net user control that can be added to a
web part zone of a webpart page
b)
A web part is an asp.net server control that can be added to
a web part zone of a webpart page
Answer
A web part is an asp.net server control that can be added to a web part zone of a webpart page
Explanation:
Sorry, there is no explanation for this question
75-In
SharePoint Server object model, SPSite Base Class represents?
a)
A site
b)
A site collection
c)
A collection of all site collections
d)
A top-level site
Answer
A site collection
Explanation:
SPSite represents a site collection representing a collection of sites (site collection [a top level site and all its sub sites]).
76-A SPField
base class represents?
a)
All the fields in a list
b)
All items of a list
c)
A column in a list
d)
A collection of field of all lists in a site
Answer
A column in a list
Explanation:
SPField represents a field in a list.
77-When we
create a custom page which of the following page will be created?
a) Custom.page
b) Application page
c) Default page
d)
Main page
Answer
Application page
Explanation:
Sorry, there is no explanation for this question
78-Which of the
following option is not true regarding an Application page?
It is usually stored in the /_layouts folder
It cannot be customized on a site by site basis
We cannot write inline code in it
All Application pages are compiled into a single assembly
dll
Answer
We cannot write inline code in it
Explanation:
We can write inline code in Application pages unlike in site pages.
79- How
would you remove a webapart from the web Part gallery? Does it get removed with
Web part retraction?
a)
Yes, Web part will be automatically removed
b)
No, Web Part can’t be removed
c)
Web Part Will be removed from categories remains in Web Part
gallery
d)
No, Does not get removed from the Web Part Gallery
Answer
No, Does not get removed from the Web Part Gallery
Explanation:
No, Web part does not get removed from the Web Part gallery on retraction. You can write a feature receiver on Feature deactivating method to remove the empty web part from the gallery.
80- In
SharePoint API Client object model which of the following statement is true
regarding Client Object Model for SharePoint 2010?
a)
Using Client Object Model, we can access SharePoint data
outside of SharePoint server 2010.
b)
Using Client Object Model, we cannot access SharePoint data
outside of site Collection.
c)
Using Client Object Model, We can Access Central
administration resources.
d)
Using Client Object Model, We can Access resource from root
folder of SharePoint.
Answer
Using Client Object Model, we cannot access SharePoint data outside of site Collection.
Explanation:
Using Client Object Model, we can access data within the site collection Since Scope of Client Object Mode only Site Collection So, COM won’t provide any permission scope to access resource above site Collection.
81-In Client
Object Model, what namespace should be added to get Client Context Object
a) SPClientContext
b) SP.ClientContext
c) ClientContext
d) SP.ClientObjectContext
Answer
Explanation:
To use Client Object Model, we need to use ClientContext Object.
82-hich of the
following option is not a Client Object Model API?
a)
JavaScript
b)
Managed Client
c)
ECMAClientScript
d)
Silverlight
Answer
Explanation:
ECMAClientScript.There are three Client Object Model APIs in SharePoint 2010. They are JavaScript/ECMAScript, .NET Managed Client and Silverlight.
83-What can be
used to fetch only the required data from a round trip to server is made in
Client Object Model?
a)
CAML query
b)
Lambda expression
c)
XAML query
d)
SQL query
Answer
Lambda expression
Explanation:
A lambda expression is used to fetch only the required properties/data from a list.
84- What
is not true regarding LINQ?
a)
It is a query language that cans only a SQL data source.
b)
It stands for Language Integrated Query Language.
c)
It translates into CAML queries.
d)
It is defined in Microsoft.Sharepoint.Linq namespace.
Answer
It is a query language that cans only a SQL data source.
Explanation:
It is a query language that can query any data source and is usually used to query object collections, XML and SQL data sources.
85-Whenever we
create a Silverlight project. Where the Solution package file(.XAP) will be
stored in SharePoint Root Folder ?
a)
Resource
b)
ISAPI
c)
Layouts/1033
d)
Client Bin
Answer
Client Bin
Explanation:
Always .XAP Files will be stored in ClientBin folder which is under root folder (Layouts/ClientBin) of SharePoint 2010.
86-ou are
creating a Web Part for SharePoint Server 2010.
The Web Part contains the following code segment. (Line numbers are included for reference only.)
01 protected override void CreateChildControls() {
02 base.CreateChildControls();
03 SPSecurity.RunWithElevatedPrivileges (ElevatedCode ());
04
05 }
06 private void ElevatedCode() {
07 Label ListCount = new Label ();
08 ListCount. Text = String. Format ("There are {0} Lists", SPContext.Current.Web.Lists.Count);
09 Controls.Add (ListCount);
10 }
You need to identify which line of code prevents the Web Part from being deployed as a sandboxed solution.
Which line of code should you identify?
The Web Part contains the following code segment. (Line numbers are included for reference only.)
01 protected override void CreateChildControls() {
02 base.CreateChildControls();
03 SPSecurity.RunWithElevatedPrivileges (ElevatedCode ());
04
05 }
06 private void ElevatedCode() {
07 Label ListCount = new Label ();
08 ListCount. Text = String. Format ("There are {0} Lists", SPContext.Current.Web.Lists.Count);
09 Controls.Add (ListCount);
10 }
You need to identify which line of code prevents the Web Part from being deployed as a sandboxed solution.
Which line of code should you identify?
02
03
08
09
Answer
03
Explanation:
Calls from sandboxed solutions to APIs in SharePoint assemblies, other than Microsoft.SharePoint.dll, are subject to the same restrictions as any other calls from sandboxed solutions: only assemblies with the AllowPartiallyTrustedCallersAttribute can be called, only assemblies in the general assembly cache (GAC) may be called, and all APIs that are called are subject to the CAS policy and the restricted security token of the
sandboxed worker process. For more information, see Restrictions on Sandboxed Solutions and Available and Unavailable SharePoint Assemblies from Sandboxed Solutions.RunWithElevatedPrivileges is not supported in Sandboxed Solutions
87- How do
you create a Custom action for an item in a list ?
a)
Using designer
b)
Using SharePoint UI browser
c)
Generate Feature using VS (IDE)
d)
None
Answer
Generate Feature using VS (IDE)
Explanation:
This can be done by adding a new feature into SharePoint. You would need to use customaction tag in your elements.xml file and will have to set various properties like imageurl or UrlAction for your customaction. You can later add this feature into SharePoint using stsadm install feature command.
88- How do
you deploy a User Control in SharePoint?
a)
Web Part
b)
WebPart page
c)
List Controls
d)
Smartpart
Answer
Web Part
Explanation:
You deploy your User Control either by a Custom webpart, which will simply load the control on the page or can use tools like SmartPart, which is again a webpart to load user control on the page. User Control can be deployed using a custom solution package for the web application or you can also the control in the webpart solution package so that it gets deployed in _controlstemplate folder.
89-What
SharePoint Databases are not created during the standard Installation of
SharePoint?
a)
SharePoint_AdminContent
b)
SharePoint_DB
c)
WWS_Search_SERVERNAME%_%GUID_3%
d)
SharedServicesContent_%GUID_4%
Answer
SharePoint_DB
Explanation:
During standard install, the following databases are created :
SharePoint_AdminContent
SharePoint_Config
WWS_Search_SERVERNAME%_%GUID_3%
SharedServicesContent_%GUID_4%
SharedServices1_DB_%GUID_5%
SharedServices1_Search_DB_%
GUID_6%WSS_Content_%GUID_7%
90-Can you add
a Custom HttpHandler in SharePoint?
a)
Yes
b)
No
Answer
Yes
Explanation:
Yes, a Custom httphandler can be deployed in _layouts folder in Root folder of SharePoint. Also, we need to be register the handler in the webapp's webconfig file.
91-How do you
return SharePoint List items using SharePoint web services?
a)
using Lists.ascx by establishing a web reference
b)
using AllItems.aspx by establishing a web reference
c)
using Lists.ascx by establishing a BDC reference
d)
using Lists.asmx by establishing a web reference
Answer
using Lists.asmx by establishing a web reference
Explanation:
In order to retrieve list items from a SharePoint list through Web Services, you should use the lists.asmx web service by establishing a web reference in Visual Studio. The lists.asmx exposes the GetListItems method, which will allow the return of the full content of the list in an XML node. It will take parameters like the GUID of the name of the list you are querying against, the GUID of the view you are going to query, etc.
92-You create a
Feature.
You need remove the link to the Site Content Type page from the Site Settings page by using the Feature.
Which element should you use in the Feature?
You need remove the link to the Site Content Type page from the Site Settings page by using the Feature.
Which element should you use in the Feature?
a)
ContentType
b)
ContentTypeBinding
c)
HideCustomAction
d)
Module
Answer
HideCustomAction
Explanation:
<HideCustomAction
GroupId = "Text"
HideActionId = "Text"
Id = "Text"
Location = "Text">
</HideCustomAction>
93- Which
of the following option is true regarding events
a)
Synchronous events execute after an action has committed
b)
Asynchronous events execute after an action has committed
c)
Asynchronous events execute before and after an action had
committed
d)
Synchronous events execute before and after an action have
committed
Answer
Asynchronous events execute after an action has committed
Explanation:
A synchronous event executes before an action has taken place whereas an Asynchronous event executes after an action has taken place.
94- Find
the false statement from following regarding events?
a)
After events are always executed in asynchronous mode
b)
After Events do not support cancelling the event action
c)
After events are always executed in synchronous mode
d)
None
Answer
After events are always executed in synchronous mode
Explanation:
Sorry, there is no explanation for this question
95-which of the
following option is not true regarding events?
a)
An event can be triggered when a new list is being created
b)
We can display our custom error page after cancelling an
event
c)
An event can be triggered when a list is getting deleted
d)
We can display only a standard error page after cancelling
an event
Answer
We can display only a standard error page after cancelling an event
Explanation:
In SharePoint 2010 we can now display not only a standard error page but also a custom error page
96-How will you
cancel a deployment from central admin -> solution management, if its stuck
at “deploying” or “Error”.
a)
PowerShell
b)
Retracting Solution in Central Administration
c)
Force Timer Jobs execution
d)
Both a and c.
Answer
Both a and c.
Explanation:
You can either try to force execute timer jobs using execadmsvcjobs command or can cancel the dpeloyment using stsadm command stsadm –o cancaldeployment –id {GUID} command. The Id here would be GUID of the timer or deployment job. You can get the Id from stsadm enumdeployment command. This will display all the deployments which are process or are stuck with Error.
97-What base
class do event receivers inherit from?
a)
SPListEventReciever
b)
SPItemEventReciever
c)
SpEventReciverBase
d)
All the above
Answer
All the above
Explanation:
Event receivers either inherit from the SPListEventReciever base class or the SPItemEventReciever base class, both which derive from the abstract base class SPEventReceiverBase.
98-If I wanted
not to allow people to delete documents from a document library, which event
should I use?
a)
ItemRemove
b)
ItemDeleting
c)
ItemDelete
d)
ItemDeleted
Answer
ItemDeleting
Explanation:
You would on the ItemDeleting event set: properties. Cancel= true.
99-What is the
difference between an asynchronous and synchronous event receiver?
a)
asynchronous are after events and synchronous events are
before events
b)
asynchronous are before events and synchronous events are
after events
c)
asynchronous are after events and synchronous events are
after events
d)
asynchronous are before events and synchronous events are
before events
Answer
asynchronous are after events and synchronous events are before events
Explanation:
An asynchronous event occurs after an action has taken place, and a synchronous event occurs before an action has taken place. For example, an asynchronous event is ItemAdded, and its sister synchronous event is ItemAdding
100- How do
make an existing non-publishing site to Publish?
a)
Activate a feature in Central Administration
b)
Activate a feature in Site Collection
c)
Activate a feature in Site Level
d)
Activate a feature in Web Application
Answer
Activate a feature in Site Collection
Explanation:
You can simply activate Site Collection the SharePoint Publishing Feature, you want to make publishing.
101-What are
Application Pages in SharePoint?
a) Administrative Page
b) Pages in Wiki page Library Site Pages
c) WebPart Page
d)
None
Answer
Administrative Page
Explanation:
Unlike site pages (for example, default.aspx), a custom application page is deployed once per Web server and cannot be customized on a site-by-site basis. Application pages are based in the virtual _layouts directory. In addition, they are compiled into a single assembly DLL.
A good example of an Application Page is the default Site Settings page: every site has one, and it's not customizable on a per site basis (although the contents can be different for sites).
With application pages, you can also add inline code. With site pages, you cannot add inline code.
102- How do
you retrieve the value of an InfoPath field
a)
MainDataSource.XpathNavigator()
b)
MainDataSource.CreateNavigator()
c)
MainDataSource.GetXPathNavigator()
d)
MainDataSource.GetCreateNavigator()
Answer
MainDataSource.CreateNavigator()
Explanation:
Sorry, there is no explanation for this question
103-Which of the
following option is true regarding BCS?
a)
It can only read data from external data sources
b)
It can only update data present in the external data source
c)
It can both read and write data present in external data
sources
d)
Only a is true
Answer
It can both read and write data present in external data sources
Explanation:
It provides both read and write capable connectivity from client and server to database, WCF/Web Services and .Net Sources
104-Which of the
following option is not true regarding SharePoint Designer(SPD)?
a)
We can create sites using SPD
b)
We can customize the look and feel of websites
c)
We can only modify existing workflows but not create them
d)
We can create Master Page for a site
Answer
We can only modify existing workflows but not create them
Explanation:
Using SharePoint Designer 2010, we both create powerful workflow enabled solutions and also modify existing workflows to suit our requirements.
105-The InfoPath
form template file has which extension?
a)
.xfn
b)
.xns
c)
.xsn
d)
.xnf
Answer
.xsn
Explanation:
Sorry, there is no explanation for this question
106-Which is not
a SharePoint 2010 Master Page?
a)
content.master
b)
V4.master
c)
Simple.master
d)
Minimal.master
Answer
content.master
Explanation:
There are four kinds of master pages in SharePoint 2010 called v4.master, default.master,minimal.master,simple.master.
107-Which of the
following option is not true regarding a ghosted page?
a)
It is an uncustomized page
b)
It is a site page
c)
Its content is stored in a content database
d)
The content column of a ghosted page’s table contains a null
value
Answer
Its content is stored in a content database
Explanation:
Ghosted pages are uncustomized site pages whose content does not reside in a content database. They are saved as a row in the table with a null value for content column and not null value for setup path column pointing to the file on the file system.
108-Identify the
false statement from the following options?
a)
A ghosted page is a site page
b)
An unghosted page is a site page
c)
An application page is a site page
d)
Sandboxed solutions can contain site pages
Answer
An application page is a site page
Explanation:
An application page is not a site page and is an .aspx file that is physically deployed under /_layouts folder. They are not tracked by content database and are not owned by any particular site, rather they can be used by any site in the farm.
109-How Do you
bind a Drop-Down Listbox with a Column in SharePoint List from following
statements?
a)
Add list items to a data table then Configure table as data
source to drop-down.
b)
Using SPDataSource bind it to Drop-Down.
c)
Use SPListData and bind it to Drop-Down.
d)
None
Answer
Using SPDataSource bind it to Drop-Down.
Explanation:
Method 1: You can get a data table for all items in the list and add that table to a data set. Finally, specify the dataset table as data source for dropdown listbox.
Method 2 : You can also use SPDataSource in your aspx or design page
110- Can
you edit sites other than SharePoint sites using SharePoint Designer 2010?
a)
Yes
b)
No
Answer
No
Explanation:
No, You can’t edit external sites including SharePoint 2007 sites using SharePoint Designer 2010.
111- Can
you create site collections using SharePoint Designer?
a)
Yes
b)
No
Answer
No
Explanation:
Sorry, there is no explanation for this question
112- Can we
create External Content types in SharePoint designer 2010?
a)
Yes
b)
No
Answer
Yes
Explanation:
Sorry, there is no explanation for this question
113-Data within
an External content type can be exposed through which kind of a list?
a)
Any custom list
b)
Any predefined List
c)
An External List
Answer
An External List
Explanation:
Sorry, there is no explanation for this question
114-Can we use
Business Data Connectivity services in SharePoint 2010?
a)
Yes
b)
No
Answer
Yes
Explanation:
Sorry, there is no explanation for this question
115-You have a
Web page named ShowMessage.aspx.
You create a new Web page.
You need to display the content from ShowMessage.aspx in an IFRAME on the new Web page. You must achieve this goal by using the minimum amount of effort.
What should you do?
You create a new Web page.
You need to display the content from ShowMessage.aspx in an IFRAME on the new Web page. You must achieve this goal by using the minimum amount of effort.
What should you do?
a)
Add a FormView Web Part that displays ShowMessage.aspx.
b)
Use Response.Write to write text to the browser.
c)
Use SP.UI.ModalDialog.showModalDialog () to display a
dialog.
d)
Use Response.Redirect to send users to the ShowMessage.aspx
page.
Answer
Use SP.UI.ModalDialog.showModalDialog () to display a dialog.
Explanation:
The snippet shows how to implement the content of a div in a SP.UI.ModalDialog-window.
<script type="text/java script">
function showDialog() {
var _html = document.createElement('div');
_html.innerHTML = document.getElementById('TestDiv').innerHTML;
var _options = { html: _html };
SP.UI.ModalDialog.showModalDialog(_options);
}
</script>
<div id="TestDiv">
<h1>Hello</h1>
<h3>Helloo Robert</h3>
<asp:Button ID="Button2" runat="server" Text="Button" />
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</div>
116-You need to
add a modal dialog box to a SharePoint application.What should you use?
a)
the Core.js JavaScript
b)
the Microsoft.SharePoint assembly
c)
the Microsoft.SharePoint.Client assembly
d)
the SP.js JavaScript
Answer
the SP.js JavaScript
Explanation:
Sorry, there is no explanation for this question
1. For Sharepoint 2010 to run effectively it is up to the administrator to configure the system for optimimal performance. Microsoft recommends several best practices for diagnostic logging. Which of the following would NOT be considered a best practice?
Change the drive that logging uses from the Sharepoint installation drive to another
Use verbose logging as standard
Switch on event log flooding protection
Regularly backup logs
Answer:
Use verbose logging as standard
Comments:
Verbose logging will record every action that Sharepoint performs, whether it is success of failure. Its recommended that you switch this off to improve performance. Developers might need to switch this on but it shouldn't really run on a production server.
Use verbose logging as standard
Comments:
Verbose logging will record every action that Sharepoint performs, whether it is success of failure. Its recommended that you switch this off to improve performance. Developers might need to switch this on but it shouldn't really run on a production server.
2. A technical consultant is helping your organisation build a custom Sharepoint portal for the human resources department. He is developing a solution that will integrate with the company payroll system and other internal databases. During development he noticed that the Sharepoint Server is logging similar events multiple times. This is making it very hard for him to diagnose any issues with the solution.
He recommends that you change a particular setting. What might that be?
He recommends that you change a particular setting. What might that be?
Switch off Verbose logging
Enable event log flooding protection
Schedule regular backups to flush out duplicate entries
Log errors and warnings only
Answer:
Enable event log flooding protection
Comments:
Enabling Enable event log flooding protection configures the system to detect repeating events in the Windows event log. When the same event is logged repeatedly, the repeating events are detected and suppressed until conditions return to a typical state. We could switch off Verbose logging but the developer may need these messages and it wouldn't prevent multiple similar messages.
Enable event log flooding protection
Comments:
Enabling Enable event log flooding protection configures the system to detect repeating events in the Windows event log. When the same event is logged repeatedly, the repeating events are detected and suppressed until conditions return to a typical state. We could switch off Verbose logging but the developer may need these messages and it wouldn't prevent multiple similar messages.
3. Sharepoint 2010 comes with the ability to write usage and health data to a logging folder and to a logging database. There are different ways to configure both usage and health data collection including using PowerShell and Central Administration. Which of the following is FALSE?
You can configure health data collection by using Windows PowerShell
You can configure usage data collection by using Windows PowerShell
You can use the Stsadm command-line tool to configure usage data collection
You can change the Database Server value using Windows PowerShell
Answer:
You can configure health data collection by using Windows PowerShell
Comments:
You CANNOT configure health data collection by using Windows PowerShell. Note: Although the Stsadm command-line tool has been deprecated, it is included to support compatibility with previous product version. We recommend not using it though.
You can configure health data collection by using Windows PowerShell
Comments:
You CANNOT configure health data collection by using Windows PowerShell. Note: Although the Stsadm command-line tool has been deprecated, it is included to support compatibility with previous product version. We recommend not using it though.
4. You've finished installing SharePoint Server 2010 on a Windows Server 2008 machine. You now want to configure SharePoint so that users can subscribe to alerts and administrators can receive notices when users request access to a site. You want to achieve this by configuring the outgoing email settings for SharePoint.
Which of the following must you consider when setting up outgoing email?
Which of the following must you consider when setting up outgoing email?
The SMTP service to relay messages
The reply to address to use when users reply to alerts or notifications
The address to use in the header of an alert or notification that identifies the sender
All of these
Answer:
All of these
Comments:
All of these points are important when configuring your Sharepoint out-going email settings
All of these
Comments:
All of these points are important when configuring your Sharepoint out-going email settings
5. The mobile alert feature is very similar to the outgoing e-mail alerts feature but instead of receiving alerts via e-mail when changes are made in a SharePoint list or item, users receive the alerts on their mobile phones via SMS. The mobile alert feature enables users to react quickly when they receive an SMS alert that an item in a SharePoint list has changed.
Which of the following information is incorrect regarding setting up mobile alerts?
Which of the following information is incorrect regarding setting up mobile alerts?
You need a root certificate from a service provider
The Service account needs to have permission to access the internet
You configure mobile accounts using the E-Mail and Text Messages (SMS) section of Central Administration
You need the HTTP URL of the Text Message Service
Answer:
You need the HTTP URL of the Text Message Service
Comments:
You need the HTTPS URL of the Text Message Service.
You need the HTTP URL of the Text Message Service
Comments:
You need the HTTPS URL of the Text Message Service.
6. RBS is a library API set that is incorporated as an add-on feature pack for Microsoft SQL Server. By using RBS, you can move 80 to 90 percent of the data (BLOBs) onto less expensive storage such as RAID 5 or external storage solutions.
Which of the following is FALSE regarding RBS and BLOBS?
Which of the following is FALSE regarding RBS and BLOBS?
RBS is supported on Microsoft SQL 2005 and SQL 2008
BLOB data is typically large data such as image files, streaming video, or sound clips
Using RBS helps ensure database server resources are freed for database operations
RBS is good for content databases that are larger than 500 GB
Answer:
RBS is supported on Microsoft SQL 2005 and SQL 2008
Comments:
RBS is only supported on SQL 2008.
RBS is supported on Microsoft SQL 2005 and SQL 2008
Comments:
RBS is only supported on SQL 2008.
7. Microsoft Office Web Apps is the online companion to Word, Excel, PowerPoint and OneNote applications that enables users to access documents from anywhere. Users can view, share, and work on documents together with other users online across personal computers, mobile telephones, and the Web
In SharePoint 2010, you can configure whether browser-enabled documents are opened in a client application or in the browser. Which of the follow scenarios will cause a document to be opened in the browser?
In SharePoint 2010, you can configure whether browser-enabled documents are opened in a client application or in the browser. Which of the follow scenarios will cause a document to be opened in the browser?
OpenInClient feature is not present and Office Web Apps is not installed
OpenInClient feature is not present, Office Web Apps is installed and Office Web Apps service applications are activated
None of these
OpenInClient Feature is present and enabled, and Office Web Apps service applications are activated
Answer:
OpenInClient feature is not present, Office Web Apps is installed and Office Web Apps service applications are activated
OpenInClient feature is not present, Office Web Apps is installed and Office Web Apps service applications are activated
8. In Microsoft SharePoint Server 2010, some service applications can be shared across server farms. By publishing a service application you can optimize resources, avoid redundancy, and provide enterprise-wide services without installing a dedicated enterprise services farm.
Which of the following service applications can you publish in a SharePoint Server 2010 farm:
Which of the following service applications can you publish in a SharePoint Server 2010 farm:
Business Data Connectivity
All of these
User Profile
Managed Metadata
Answer:
All of these
Comments:
All of the following can be published in a SharePoint Server 2010 farm; Business Data Connectivity, Managed Metadata, User Profile, Search, Secure Store, Web Analytics.
All of these
Comments:
All of the following can be published in a SharePoint Server 2010 farm; Business Data Connectivity, Managed Metadata, User Profile, Search, Secure Store, Web Analytics.
9. In Microsoft SharePoint Server 2010, some service applications can be shared across server farms. The farm that contains the service application and publishes the service application so that other farms can consume the service application is known as the publishing farm. The farm that connects to a remote location to use a service application that the remote location is hosting is known as theconsuming far.
Which of the following service applications does NOT require a level of trust when used on server farms in different domains?
Which of the following service applications does NOT require a level of trust when used on server farms in different domains?
User Profile
Search
Secure Store
Business Data Connectivity
Answer:
Search
Comments:
If the server farms are located in different domains, the User Profile service application requires both domains to trust one another. For the Business Data Connectivity and Secure Store service application administration features to work from the consuming farm, the domain of the publishing farm must trust the domain of the consuming farm. Other cross-farm service applications work without a trust requirement between domains.
Search
Comments:
If the server farms are located in different domains, the User Profile service application requires both domains to trust one another. For the Business Data Connectivity and Secure Store service application administration features to work from the consuming farm, the domain of the publishing farm must trust the domain of the consuming farm. Other cross-farm service applications work without a trust requirement between domains.
10. In Microsoft SharePoint Server 2010, some service applications can be shared across server farms.
The first step required to publish and consume service applications across farms is to Exchange trust certificates between the farms. Can you tell which of the following statements is INCORRECT?
The first step required to publish and consume service applications across farms is to Exchange trust certificates between the farms. Can you tell which of the following statements is INCORRECT?
Administrator of consuming farm must provide a root certificate to the administrator of the publishing farm
Administrator of consuming farm must provide a security token service (STS) certificate to the administrator of the publishing farm
Administrator of publishing farm must provide a security token service (STS) certificate to the administrator of the consuming farm
Administrator of publishing farm must provide a root certificate to the administrator of the consuming farm
Answer:
Administrator of publishing farm must provide a root certificate to the administrator of the consuming farm
Comments:
The publishing farm only needs to provide a root certificate to the administrator of the consuming farm NOT a STS certificate.
Administrator of publishing farm must provide a root certificate to the administrator of the consuming farm
Comments:
The publishing farm only needs to provide a root certificate to the administrator of the consuming farm NOT a STS certificate.
11. A content source is an essential part of the Search Service used for enterprise search in SharePoint 2010. Which of the follow is an option that you can configure for a content source?
Specify the type of content that is crawled
Specify the crawl frequency
Specify the crawl depth
All of these
Answer:
All of these
Comments:
A content source allows you to specify; crawl frequency, type of content, crawl depth and priority.
All of these
Comments:
A content source allows you to specify; crawl frequency, type of content, crawl depth and priority.
12. Microsoft SharePoint Server 2010 and the Microsoft Office 2010 suites include Microsoft Business Connectivity Services, which are a set of services and features that provide a way to connect SharePoint solutions to sources of external data.
Which term describes an XML file that defines an object, such as Customer, Order, or Contact, that can be used in a business application?
Which term describes an XML file that defines an object, such as Customer, Order, or Contact, that can be used in a business application?
BDC model
External content type
Connector model
Sandbox model
Answer:
External content type
Comments:
External content types define data that is stored in a supported external system, such as a SQL Server database or other relational database, a SharePoint site, a Web service, or a custom data connector.
External content type
Comments:
External content types define data that is stored in a supported external system, such as a SQL Server database or other relational database, a SharePoint site, a Web service, or a custom data connector.
13. Which term is described by the statements below?
*The fields of data that are contained in the object *The methods to create, read, update, query, or delete that object *Actions that users can take on the object *Information that supports connecting to the data source that provides the object's data
*The fields of data that are contained in the object *The methods to create, read, update, query, or delete that object *Actions that users can take on the object *Information that supports connecting to the data source that provides the object's data
Workflow meta file
BDC External content type
Site Theme
Site Template
Answer:
BDC External content type
Comments:
An external content type is an XML file that defines an object, such as Customer, Order, or Contact, that can be used in a business application. The definition can include the following information:
BDC External content type
Comments:
An external content type is an XML file that defines an object, such as Customer, Order, or Contact, that can be used in a business application. The definition can include the following information:
14. SharePoint Server 2010 include Microsoft Business Connectivity Services, which are a set of services and features that provide a way to connect SharePoint solutions to sources of external data and to define external content types that are based on that external data.
You have configured a BDC service that connects to your payroll system and want to give users the ability to view data and filter records. How should you achieve this?
You have configured a BDC service that connects to your payroll system and want to give users the ability to view data and filter records. How should you achieve this?
Use web parts
Ask the development team to create a SharePoint site solution that accesses the BDC service
Create a new site using the Business Intelligence Center template
Create a new site using the Assets Web Database template
Answer:
Use web parts
Comments:
There's no need to do anything special, Business Connectivity Services continues to offer Web Parts: External Data List, External Data Item, External Data Item Builder, External Data Related List, and External Data Connectivity Filter. There is no required coding as these Web Parts enable you to display external data on your portal site without writing any code.
Use web parts
Comments:
There's no need to do anything special, Business Connectivity Services continues to offer Web Parts: External Data List, External Data Item, External Data Item Builder, External Data Related List, and External Data Connectivity Filter. There is no required coding as these Web Parts enable you to display external data on your portal site without writing any code.
15. The User Profile service stores information about users in a central location. Social computing features use this information to facilitate productive interactions which enable users to collaborate efficiently.
Which terms enables organizations to target content to users based on their job or task, as defined by their membership in a SharePoint Server group or distribution list?
Which terms enables organizations to target content to users based on their job or task, as defined by their membership in a SharePoint Server group or distribution list?
My Site Web site
Audiences
Organization profiles
Social tags and notes
Answer:
Audiences
Comments:
Audeinces enable organizations to target content to users based on their job or task, as defined by their membership in a SharePoint Server group or distribution list, by the organizational reporting structure, or by the public properties in their user profiles.
Audiences
Comments:
Audeinces enable organizations to target content to users based on their job or task, as defined by their membership in a SharePoint Server group or distribution list, by the organizational reporting structure, or by the public properties in their user profiles.
16. Policies are sets of rules that administrators of the User Profile service assign to users or groups of users. These rules enable administrators to specify both the site content that users can see and how users can interact with that content.
You have created a FavouriteWebsite property so users can add their favourite URL string. You want to ensure that users can select whether to share their favourite website with My Colleagues, My Team and other visibility groups. Which policy setting should you select for the property?
You have created a FavouriteWebsite property so users can add their favourite URL string. You want to ensure that users can select whether to share their favourite website with My Colleagues, My Team and other visibility groups. Which policy setting should you select for the property?
User Override
Optional
Required
Enabled
Answer:
User Override
Comments:
Properties that have the User Override option selected enable users to change the default visibility settings for those properties. With this option selected, each user can decide who can see the values they entered for the property. If this option is not selected, only administrators of the User Profile Service can change default access settings.
User Override
Comments:
Properties that have the User Override option selected enable users to change the default visibility settings for those properties. With this option selected, each user can decide who can see the values they entered for the property. If this option is not selected, only administrators of the User Profile Service can change default access settings.
17. You want to create a new profile property called Interest that you will provide a default value for, but still want users to be able to remove the information. You also want to use the property in search so that users can be found by searches for the property.
what settings should you choose?
what settings should you choose?
Create a Required property and set the default access policy to Everyone.
Create an Optional property and set the default access policy to Everyone.
Create a Required property and set the default access policy to My Colleagues.
Create an Optional property and set the default access policy to My Colleagues.
Answer:
Create an Optional property and set the default access policy to Everyone.
Comments:
Optional property: You decide to provide default values for properties, but still want users to be able to remove the information, or if you want to enable each user to provide the relevant value for the property. Access policy to Everyone: Properties that have more restrictive access will not be used by search.
Create an Optional property and set the default access policy to Everyone.
Comments:
Optional property: You decide to provide default values for properties, but still want users to be able to remove the information, or if you want to enable each user to provide the relevant value for the property. Access policy to Everyone: Properties that have more restrictive access will not be used by search.
No comments:
Post a Comment