SharePoint is a browser based document collaboration platform given by Microsoft. Actually SharePoint is an application framework as much as it is an application as its own. It is a platform where user can share Data, Collaborate and people can also take this platform and customized platform as per their requirements.
What are some of the tools that can be used when backing up a SharePoint 2010 environment?
SharePoint farm backup and recovery
SQL Server
What are content types?
A content type is a flexible and reusable WSS type definition (or we can a template) that defines the columns and behavior for an item in a list or a document in a document library. For example, you can create a content type for a leave approval document with a unique set of columns, an event handler, and its own document template and attach it with document library/libraries.
What is the difference between a Site Definition and a Site Template?
Site Definitions are stored on the hard drive of the SharePoint front end servers. They are used by the SharePoint application to generate the sites users can create. Site Templates are created by users as a copy of a site they have configured and modified so that they do not have to recreate lists, libraries, views and columns every time they need a new instance of a site.
What are the types of input forms that can be created for a workflow?
You can create four different types of input forms including
1. An association form
2. An initiation form
3. A modification form
4. A task edit form.
What are the two different products in SharePoint 2010?
SharePoint 2010 has basically two different products namely SharePoint Foundation 2010 and SharePoint Server 2010.
SharePoint Foundation 2010 is a free version.
SharePoint Server 2010 is a paid version.
How to create a simple Website in SharePoint 2010?
In order to create a Website in SharePoint 2010, we need to use SharePoint 2010 Central Administration tool. As soon as you click on SharePoint 2010 Central Administration tool it will ask for credential do put your credential and you will directed to the SharePoint 2010 Central Administration screen. Now from the Application Management screen click on Manage web applications, as soon as you click on Manage web applications a new window will open, now from the top most left of the screen click on new menu, again a new window will pop-up of Create New Web Application which enables you to create new web application.
What are features of SharePoint 2010?
Features are:
Document Collaboration
Enterprise Search FAST Search
New Enhance Web Part
Silver Light web part
Business Connectivity Services
Social Media Investments
Large lists
Enhanced collaboration features
Visio Services
Usage reporting and logging
Better Network Differencing & SharePoint Offline in SharePoint Workspace
High Availability/ Disaster Recovery Innovation
Admin Insights through the Logging & Usage database, and dev dashboard
Service Applications
SharePoint Designer Enhancements like portable workflows, and granular delegation
Sandbox Solutions
Difference between Library vs List ?
Library is used to store the document and Lists are the container of similar items in form of rows and columns. In Library you can create core document like Word, Excel, and PowerPoint. But in List You cannot create document, instead of that you can attach document in a particular List.
What are content types?
A content type is a flexible and reusable WSS type definition (or we can a template) that defines the columns and behavior for an item in a list or a document in a document library. For example, you can create a content type for a leave approval document with a unique set of columns, an event handler, and its own document template and attach it with document library/libraries.
What is a Field Control?
Field controls are simple ASP.NET 2.0 server controls that provide the basic field functionality of SharePoint. They provide basic general functionality such as displaying or editing list data as it appears on SharePoint list pages.
How to create links to the mapped network drives?
Creating links to mapped drives in WSS v3 or MOSS 2007 can be done via
The new content type for .lnk files.
What are sites available in SharePoint?
Team Site
Blank Site
Document Workspace
Blog
Group Work Site
Visio Process Repository
Basic Meeting Workspace
Blank Meeting Workspace
Decision Meeting Workspace
Social Meeting Workspace
Multipage Meeting Workspace
Assets Web Database
Charitable Contributions Web Database
Contacts Web Database
Issues Web Database
Projects Web Database
Document Center
Records Center
Business Intelligence Center
My Site Host
Personalization Site
Enterprise Search Center
Basic Search Center
FAST Search Center
Enterprise Wiki
Publishing Portal
Publishing Site
What is workspace?
A site or workspace is when you want a new place for collaborating on Web pages, lists and document libraries.
What are the types of authentication available for SharePoint 2010 ?
Claims
Windows
Forms-based authentication
What is the User Profile service?
Allows configuring and managing User profile properties, Audiences, Profile synchronization settings, organization browsing and management settings, and My Site settings
What is Performance Point Services?
Allows users to monitor and analyze a business by building dashboards, scorecards, and key performance indicators (KPIs).
What is the difference between Classic mode authentication and Claims-based authentication?
As the name implies, classic authentication supports NT authentication types like Kerberos, NTLM, Basic, Digest, and anonymous. Claims based authentication uses claims identities against a against a trusted identity provider.
What is Visio Services?
Allows users to share and view Microsoft Visio Web drawings. The service also enables data-connected Microsoft Visio 2010 Web drawings to be refreshed and updated from various data sources.
What is Access Services?
Allows users to edit, update, and create linked Microsoft Access 2010 databases that can be viewed and manipulated by using an internet browser, the Access client, or a linked HTML page.
What is Excel Services?
Allows sharing, securing, managing, and using Excel 2010 workbooks in a SharePoint Server Web site or document library. Excel Services consists of the Excel Calculation Services (ECS), Microsoft Excel Web Access (EWA), and Excel Web Services (EWS) components
What is the Secure Store Service (SSS)?
A secure database for storing credentials that are associated with application IDs
What are some useful, OOB features of SharePoint that aid with governance of an environment?
Site templates – consistent branding, site structure, and layout can be enforce a set of customizations that are applied to a site definition.
Quotas – limits to the amount of storage a site collection can use.
Locks - prevent users from either adding content to a site collection or using the site collection.
Web application permissions and policies – comprehensive security settings that apply to all users and groups for all site collections within a Web application.
Self-service site creation - enables users to create their own site collections, thus must be incorporated into a governance scheme.
Describe the monitoring features that are baked into SharePoint 2010.
Diagnostic logging captures data about the state of the system, whereas health and usage data collection uses specific timer jobs to perform monitoring tasks, collecting information about:
Performance Counter Fata
Event Log Data
Timer Service Data
Metrics For Site Collections and Sites
Search Usage Data
What are cmdlet's?
Windows PowerShell introduces the concept of a cmdlet which are simple build in commands, written in a .net language like C# or VB.
Where is Powershell located in sharePoint ?
On the Start menu, click All Programs -> Click Microsoft SharePoint 2010 Products -> Click SharePoint 2010 Management Shell.
What would you like to see in the next version of SharePoint?
SPS and STS on same machine
Tree view of Categories and Folders
General Discussion Web Part
Personalization of Dashboards
Role Customization
Email to say WHY a document has been rejected for Approval
More ways to customize the interface
Backup and restore an individual Workspaces
Filter for Visio
Better way to track activity on SPS
How can I make My site public?
By default, all sites are created private.If you want your site to be a public Web site, enable anonymous access for the entire site. Then you can give out your URL to anybody in yourbusiness card, e-mail or any other marketing material. The URL for your Web site will be:http:// yoursitename.wss.bcentral.com Hence, please take special care to name your site.These Web sites are ideal for information and knowledge intensive sites and/or sites where you need to have shared Web workspace.Remember: Under each parent Web site, you can create up to 10 sub-sites each with unique permissions, settings and security rights.
Which is faster a WebPart or a User Control?
A WebPart renders faster than a User Control. A User Control in SharePoint is usually loaded by a webpart which adds an overhead. User Controls however, gives you an Interface to add controls and styles.
If you have any queries/questions regarding the mentioned information then please let me know..
I would be more than HAPPY 2 HELP U as well as RESOLVES UR ISSUES :-)
Thanks friend. Really helpful information.
ReplyDeleteAlways welcome :)
DeleteHi
ReplyDeleteI read this post 2 times. It is very useful.
Pls try to keep posting.
Let me show other source that may be good for community.
Source: Data structure interview questions and answers
Best regards
Jonathan.
Thank you Burg :)
DeleteNice collection!! its really helpful for fresher as well as experienced. Check this link too its also having a good collection of sharepoint interview question with answer, link is...
ReplyDeletehttp://www.mindstick.com/Interviewer/QuestionPage.aspx?topicid=28&topic=SharePoint
Thank you very much Pravesh for your kind words. It's my pleasure that my blog information helped you to get the insight that you are looking for. Thanks once again :-)
ReplyDeletegood effort, please continue to post more questions. its helpful for beginners as well as experienced SP guys for a quick revision
ReplyDeleteThank you very much Sir for your kind words. I will try my best to post more questions as suggested. Have a great weekend ahead.
ReplyDeleteHi, Thanks for sharing. Here, I have also shared my best questions with answers on SharePoint workflows. Hope it will helpful to all our SharePoint colleagues.
ReplyDeletehttp://sasikumarreddyv.blogspot.in/2012/06/sharepoint-workflows-interview.html
-Thanks,
Sasi Kumar Reddy
http://sasikumarreddyv.blogspot.in/
Thank you Sasikumar :)
DeleteHI AMOL
ReplyDeleteYOU HAVE GREAT QA'S ON YOUR BLOG.BUT IS THERE A WAY YOU COULD GIVE MORE DETAILS ON THE CLIENT OBJECT MODEL.MOST OF THE INTERVIEWERS ARE ASKING ABOUT THIS.BEING A FRESHER,IT WOULD BE VERY HELPFUL IF YOU POST THOSE.
Thank you Priya :)
DeletePlease refer the following link for detailed description:
ReplyDeletehttp://sharepointknowledgebase.blogspot.in/2012/09/how-does-client-object-model-works.html
Thank you. Please let me know in case of any further queries/questions. I would be more than happy to help you as well as resolves your issues. Thanks Again !
ReplyDeleteHi Amol,
ReplyDeleteThis is really nice article. I just wanted to know the difference between properties.Current.Web vs SPContext.Current.Web.
When we need to use this and also is it a good practice to SPContext.Curren.Site.OpenWeb() instead of SPContext.Current.Web
Regards
Anand
Please refer the following links for detailed description:
Deletehttp://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb.aspx
http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spcontext.aspx
Let me know in case of any further queries/questions, Thank you
You should takе ρагt іn a contest fοr one
ReplyDeleteof the finest ѕites on the internеt. ӏ most certainly will recommend this ωеbsitе!
Also see my website > online captcha solver
Hi Amol,
ReplyDeleteI am a sharepoint administrator, please share your any id for contact. need your help on issues.
Thanks in advance.
navin
You can contact me on this- amghuge@gmail.com, I will try my best to resolve your issues. Thank you.
DeleteThanks for Publishing this, very Helpful, keep it up!
ReplyDeleteThank you Anand for your kind words :)
DeleteI'm not sure exactly why but this site is loading incredibly slow for me. Is anyone else having this problem or is it a issue on my end? I'll
ReplyDeletecheck back later on and see if the problem still exists.
my site web page
it working fine. please check again and let me know in case of any issues, Thanks once again!
DeleteAppreciating the hard work you put into your blog and in depth information you present.
ReplyDeleteIt's great to come across a blog every once in a while that isn't the
same outdated rehashed information. Wonderful read! I've saved your site and I'm adding your RSS
feeds to my Google account.
my webpage Bloody Trapland Part 1
Hurrah! Finally I got a website from where I know how to in fact obtain useful information concerning my study and knowledge.
ReplyDeletemy page: Click - www.kimbokyung.net,
Thank you, always welcome :)
DeleteHello there I am so grateful I found your website, I really
ReplyDeletefound you by error, while I was looking on Bing for
something else, Anyways I am here now and would
just like to say thank you for a fantadtic post andd a all roumd enjoyable blog (I also
love the theme/design), I don’t have time to browse it alll at the moment but I have bookmartked itt and also added in
your RSS feeds, so when I have time I will be bac to red much more, Please do keep up thee great jo.
Look at my weblog; Bluehost webmail app
Thank you Sir :)
DeleteI think that everything published made a great deal of
ReplyDeletesense. However, think on this, suppose you were to write a killer post title?
I mean, I don't want to tell you how to run your website, but what if you added something to maybe get people's attention?
I mean "SharePoint Interview Questions and Answers"
is a little plain. You could look at Yahoo's home page and note how they create post titles to grab viewers to click.
You might try adding a video or a related picture or two to get people interested about what you've got to
say. Just my opinion, it would bring your posts a little livelier.
Here is my site company of heroes 2 key generator key generator
Hi, constantly i used to check website posts here early in the morning,
ReplyDeletesince i enjoy to gain knowledge of more and more.
my page - biznes jest biznes
Way cool! Some extremely valid points! I appreciate
ReplyDeleteyou writing this write-up plus the rest of the site is also very good.
my page breastactivesprice.com - -
Thanks
DeleteI loved as much as you'll receive carried out right here.
ReplyDeleteThe sketch is tasteful, your authored subject matter stylish.
nonetheless, you command get got an edginess over that you wish be delivering the following.
unwell unquestionably come more formerly again since
exactly the same nearly very often inside case you shield this
increase.
Also visit my web page :: http://volumepillsonline.net (http://volumepillsonline.net/ways-increase-sperm-count-volume-pills-reviews/)
I do not even know how I ended up here, but I thought
ReplyDeletethis post was good. I don't know who you are but certainly you're going to a famouss blogger if you aren't already ;) Cheers!
my page - warez game - http://nitrowarez.com -
Thats the mystery, Thanks!
DeleteNice replies in return of this difficulty with solid
ReplyDeletearguments and explaining all regarding that.
Also visit my weblog: http://www.garcinia-cambogia-select.net
I simplƴ couldn't depart your site before suggestiոg that I really lovеd the usսal information ann іndividual ѕupply on your visitors?
ReplyDeleteIs gonna ƅe back steaԀily tto iոspect new poѕts
Feel fee to visit my wеb page supplement available
awesome, Thanks!
DeleteStep 3 : Select attack type, then click Start to remove RAR password.
ReplyDeleteTool like Atek Secure Password Organizer makes it simple to remember lengtrhy passwords, in case hackers compromise such tools, then this entire exercise becomes futile.
Without the importan thing, its unreadable, and without your device (or
even the codes for the network), you simply can't
decipher the information.
Also visit my blog ost :: non-criminal hackers available,
,
Thanks a bunch for sharing this with all folks you really
ReplyDeleterecognise what you're speaking about! Bookmarked. Please
additionally visit my site =). We may have a link
exchange arrangement among us
Review my blog :: aimbotcf
Thank you.
DeleteI like the valuable info you supply to your articles.
ReplyDeleteI'll bookmark your weblog and check once more right here regularly.
I am relatively certain I will learn many new stuff proper right
here! Good luck for the following!
Feel free to visit my web blog garcinia cambogia select cost
Greetings, I do think your website may be having browser compatibility problems.
ReplyDeleteWhenever I take a look at your site in Safari, it looks
fine but when opening in IE, it has some overlapping
issues. I simply wanted to give you a quick heads up!
Aside from that, excellent website!
My web-site :: Tao of Badass
So how much salt do health alliance plan we eat, and how to measure whether coverage
ReplyDeleteis considered affordable under the law.
Also visit my homepage :: yoou can find out more (alyciaalle.soup.io)
I thiոҟ everything posted was actuɑlly verу logical. Bսt, wgat about tҺis?
ReplyDeletewhat if you added a little content? I am nnߋt saying your iոformatiօn іis ոot solid.,
howeveг sսppose you added something to
pоssibly grab a peгson's atteոtion? I meaո "SharePoint Interview Questions and Answers"
is a lіttle vanilla. Ƴօu might look at Yahoo'ѕ front pаge and ѕee hօw
they wrіte article title to grab eople interested. You might try adding a video or a picture
or twwо to grab people excited about everything've got too say.
In my օρinion, it might bring your websіte a lіttle lіvelier.
Here is my web-site; body fat easily
Seriously lots of beneficial information!
ReplyDeleteHere is my blog; where to get garcinia cambogia pills
useful post.By following your post, i have written some i faced interview questions with answer by topic wise. please look into once and give me your valuable feedback.
ReplyDeletehttp://sharepointquicksolutions.blogspot.in//search/label/InterviewQuestions
Thanks,
Sasi kumar Reddy
شركة نقل اثاث شرق الرياض شركة نقل عفش شرق الرياض
ReplyDeleteنقل عفش من الرياض الى المدينة المنورة
شركة نقل اثاث
https://khalejmovers.com
شركة نقل العفش داخل وخارج تبوك
ارخص شركة نقل عفش بجدة ارخص شركة نقل اثاث بجدة