Fresh SharePoint Developer Interview Preparation Guide
Download PDF

SharePoint Developer Frequently Asked Questions in various SharePoint Developer job interviews by interviewer. The set of questions are here to ensures that you offer a perfect answer posed to you. So get preparation for your new job interview

80 SharePoint Developer Questions and Answers:

Table of Contents:

Fresh  SharePoint Developer Job Interview Questions and Answers
Fresh SharePoint Developer Job Interview Questions and Answers

1 :: Explain me what is new with Visual WebPart in SharePoint 2013?

A new Visual WebPart Template has been added to Visual Studio 2012 for Creating Visual Webparts for SharePoint 2013. In this new Template both the User Control and WebPart Classes are merged to Create one template unlike SharePoint 2010 where you had a separate ascx and webpart file. Also, now you can Create both Sandbox and Farm solutions using Visual WebPart Template.

2 :: Tell me what is MOSS?

Microsoft Office SharePoint Server (MOSS) is the full version of a portal-based platform for collaboratively creating, managing and sharing documents and Web services.
In MOSS additional feature add that can not in WSS 3.0.

3 :: Tell us what is the new SPSecurityEventReceiver?

In SharePoint 2013, MS has added “SPSecurityEventReceiver” class to handle events for SharePoint Groups, Users, Roles and Permission Inheritance.

4 :: Tell us what is new with Social Capabilities in SharePoint 2013?

In SharePoint 2013 Microsoft has Introduced new Social Capabilities to let users Collaborate Socially in the Company. My Sites have been enhanced Incredibly to Integrate these Social features. Some of the new Features added are Community Sites, Microblogging, NewsfeedSite feed, Follow people and Follow Sites.

5 :: Please explain what is SuiteBarBrandingDelegate delegate Control used for?

SuiteBarBrandingDelegate Delegate Control is responsible for displaying ‘SharePoint’ or ‘Office 365’ text on top left of the new SharePoint 2013 site (in the blue bar). This text can only be replaced by Overriding SuiteBarBrandingDelegate Delegate Control with a custom Custom Control Created using Visual Studio.

6 :: Tell us what are Callout Popups in SharePoint 2013?

Similar to Dialog framework in SharePoint 2010, Microsoft has added a new Callout Popup framework to Create Hover Popups that you know as Preview Windows as well. These NotificationTooltipHelp (whatever you call it..) Callout Popups can be fully Customized to add Custom Text & Actions for guiding End-users.

7 :: Do you know what kind of Apps Can Developed?

The Code for an app runs in different places, depending on where your app is hosted.They never run in the context of SharePoint Server, but they will run in the context of the browser or in the context of the hosted platform.You Can Develop three kind of Apps –

SharePoint-hosted apps
Provider-hosted and autohosted apps – In the cloud
Apps that have a mix of Components in SharePoint and in the cloud

8 :: Explain me what is Embed Code and How do you get Embed Code for a document?

SharePoint 2013 provides a support to get “Embed Information” for documents and other digital Content types such as Videos,Audios etc. to be added on any SharePoint Page or in a Microblogging feed.

9 :: Tell me what is the difference between Sandbox solution & farm solution?

We can create sandbox solution for particular site but not for the entire site collection or farm. It is not applicable for farm solution. There are some restriction while creating the sandbox solution.

10 :: Do you know what are the new “Digital Content types”?

In SharePoint 2013 Microsoft has introduced a new set of content types called “Digital Asset Content Types” for better use of Audio, Video and Images as Web Content.These content types can be added to any library and can be used as a one of the items files.

11 :: How to Deploy Master Page and Custom Css from SharePoint 2010 in SharePoint 2013?

Master Pages and Css has Changed a lot in SharePoint 2013. You can deploy a master page in Master page gallery but the styles from old core.css needs to be updated.

12 :: Tell us what is a Site Collection in SharePoint?

1. A site collection is a set of web sites.

2. Every site collection has top-level site, created when the site collection is created.

3. THere might be multiple site collections in web application and each site collection may have a multiple child sites.

13 :: Explain me what is CAML?

CALM tands for Collaborative Application Markup Language and is an XML-based language that is used in Microsoft Windows SharePoint Services to define sites and lists, including, for example, fields, views, or forms, but CAML is also used to define tables in the Windows SharePoint Services database during site provisioning.

14 :: Tell us how are Sandbox Solution Migrated in SharePoint 2013?

Sandbox Solutions are upgraded with the Content databases.

15 :: Do you know what is “Image Renditions”?

Image renditions enable you to render a single image in multiple ways. An image can be displayed in various sizes or with different cropping.

16 :: Explain me what is the new Out-of-box PDF Support?

SharePoint 2013 now offers Out-of-box PDF Support and what that really means is that PDF icon is now natively supported and PDF when opened in SharePoint 2013 will try to open in the Adobe Reader and prompt user to either checkout & open or open the file in PDF directly.

17 :: Explain me what is PromotedActions delegate Control used for?

PromotedActions Delegate Control is responsible for displaying Links “Share,
Follow, SYNC, EDIT” in top right below SuiteLinksDelegate Control. These Links can be replaced by Overriding PromotedActions Delegate Control using a Custom Control Created using Visual Studio.

18 :: Tell us web Applications Vs Site Collections Vs Sites in SharePoint?

SharePoint Site basically is a website. SharePoint allows us to create websites of specific types like Personal site, a Team Site, a social media site, a blogs or a Wiki Site etc.

On the other hand, a Site Collection in SharePoint is a collection of SharePoint sites that share common features like Content types, Templates, Site columns, permissions, Web Parts etc.

A Web Application is a collection of Site Collections in SharePoint OR in order way a site collection resides in a
web application. Normally a SharePoint web application is corresponds to a website in IIS means when a SharePoint Web application is created, it creates a WebSite and an application Pool in IIS .

19 :: Tell me what are ways to create input forms for workflow?

Two
☛ You can create your forms by using custom application pages, which are standard .aspx pages deployed to run out of the _layouts directory.
☛ Using Microsoft Office InfoPath 2007

20 :: How to create & Deploy Sandbox Solutions in SharePoint 2013?

Sandbox Solutions are depreciated in SharePoint 2013. You can still Create them and deploy them but they are not supported by Microsoft (not 100% sure about this though).

21 :: Explain me what players are Supported for playing SharePoint 2013 Video files?

SharePoint 2013 supports two Video players – HTML 5 player and a Silverlight player.SharePoint chooses the player automatically, depending on the video format that it encounters in the video set (the collection of files that are related to the video). If the format can’t be played on the HTML 5 player, the SharePoint uses the Silverlight player.

22 :: Tell us what is the new Analytics Processing Component in SharePoint 2013?

The Analytics Processing Component in SharePoint Server 2013 analyzes both the Content and the way users interact with it.The results from the analysis are added to the items in the search index to be used by Search Webparts,Recommendation Reports,Most Popular Items reports and other WebParts.

23 :: Do you know what is a Theme?

Themes are used to apply customization to a SharePoint Site and applying a lightweight branding by changing overall site layout, colors, fonts, background image etc. In SharePoint 2013, Microsoft has extensively improved theming Engine. Now, Theme customization is available by creating Font Schemes and Color Palletes. Further, we can add custom themes to Theme Gallery.

24 :: Tell me what is WebApplication in SharePoint?

1. In SharePoint WebApplication is a IIS website.

2. From Central Admin we can create the web application. Each web application is associated with one IIS web site.

3. Once the web application is created, we can extend the web application in different zones.

4. For each web application, content database is created.

25 :: Tell me what are the zones in SharePoint?

1. Zones provides the separate logical paths of authentication for the same web application.

2. We can create 5 zones for each web application as follows :
☛ a. Default
☛ b. Intranet
☛ c. Extranet
☛ d. Internet and
☛ e. Custom

3. Each zone represented by different web sites in IIS.
SharePoint Developer Interview Questions and Answers
80 SharePoint Developer Interview Questions and Answers