Top 50 Microsoft Sharepoint 2013 Interview Questions You Must Prepare 08.Sep.2024

Q1. What Request Type From A Rest Resource Allows One To Delete A Sharepoint Object?

POST to that resource including an X-Http-Method header of DELETE.

Q2. What Are Some Examples Of Feed Types?

Personal, News, Timeline, Likes, and Everyone.

Q3. How Can You Avoid Direct Code Against The Odata Source?

Business Connectivity Services (BCS) can communicate with OData sources, or producers, without having to code directly to the OData source.

Q4. What Is Managed Navigation?

Managed navigation is the taxonomy-based alternative to the traditional SharePoint navigation feature.

Q5. What As An App In Its Most Basic Form?

A web application that is registered with SharePoint using an app manifest.

Q6. What Is A Display Template In Terms Of Sharepoint Search?

Display templates define the visual layout and behavior of a result type by using HTML, CSS, and JavaScript.

Q7. What Are Some Options For App Publishing?

  1. Public SharePoint app store
  2. Organization’s app catalog

Q8. What Request Type From A Rest Resource Allows One Update The Contents Of A File?

PUT request.

Q9. What Are The Three Types Of Authorization Policies?

user-only policy, user + app policy, or app-only policy.

Q10. How Does One Use The Search .net Framework Managed Csom?

Get a ClientContext instance then use the Microsoft.SharePoint.Client.Search.Query namespace

Q11. What Are Remote Event Receivers?

Remote event receivers handle events that occur to an item in the app, such as a list, a list item, or a web.

Q12. What Is The Snippet Gallery?

Allows a user to select a component, configure its properties and update the snippet, copy the HTML snippet that’s generated, and paste that HTML snippet into your HTML file.

Q13. What Is Meant By A Fully Declarative Workflow?

The workflow is described (literally) in XAML and then executed interpretively at run time.

Q14. What Office Technology Can Be Used To Build Sharepoint 2013 Workflows?

Visio 2013 includes a SharePoint 2013 Workflow template that can be used.

Q15. What Is The Design Manager?

The Design Manager enables a step-by-step approach for creating design assets that you can use to brand sites.

Q16. What Api Can Be Used To Programmatically Follow People?

Client object models, mobile client object model, JavaScript object model, representational State Trfer (REST) service, and server object model.

Q17. Do Custom Search Solutions Support Sql Syntax?

No.

Q18. How Does An App Communicate With Sharepoint?

  1. REST and JavaScript APIs
  2. Managed APIs (.NET)

Q19. What Is Oauth Used?

To authorize requests by an app for SharePoint to access SharePoint resources on behalf of a user and to authenticate apps in the Office Store, an app catalog, or a developer tenant.

Q20. What Are Interactive Social Feeds?

Interactive social feeds are designed to encourage people to share information and to stay connected with people and content.

Q21. What Is An External Content Enrichment Web Service?

Enables users to modify the managed properties of crawled items before they are indexed.

Q22. What Is The Primary Benefit Of Odata?

Simplified approach for connecting to and working with data sources that are hosted within an organization.

Q23. What Is Oauth?

An open protocol for authorization.

Q24. What Are Html Etags?

The SharePoint REST service uses HTML ETags for concurrency control.

Q25. Describe The Cloud App Model.

The Cloud App Model that enables you to create apps. Apps for SharePoint are self-contained pieces of functionality that extend the capabilities of a SharePoint website.

Q26. Why Build Apps?

Enables you to build apps for SharePoint by using familiar tools and a rich set of features. Familiar programming model and access to SharePoint data and services, Multiple options for hosting, Familiar user experience for end users, Integration with apps for Office, and SharePoint Store and App Catalog.

Q27. What Is Powerpoint Automation Services?

Allows conversion from the PowerPoint binary file format (.ppt) and the PowerPoint Open XML file format (.pptx) to other formats.

Q28. What Is The Workflow Execution Host In The New Workflow Infrastructure In Sharepoint 2013?

Windows Azure.

Q29. What Is Keyword Query Language (kql)?

Allows you to you specify the search terms or property restrictions that are passed directly to the search service.

Q30. How Are Apps Distributed?

Apps for SharePoint are distributed as an app package.

Q31. What Is The The Onear Operator?

Provides ordered near functionality.

Q32. What Are Some Of The Features Of Office 365 Development Tools?

Create and manage projects, develop apps, share and publish apps.

Q33. What Are Some Common Programming Tasks When Working With Social Feeds?

Get the user for the current context, get the feed for the current user, get the personal feed for a particular user.

Q34. What Are Result Types In Terms Of Sharepoint Search?

Result types define how to display a set of search results.

Q35. What Is A Workflow Loop Shape In Sharepoint Designer 2013?

Loops are a series of connected shapes that will execute as a loop, returning from the last shape in the series to the first, until a condition is satisfied.

Q36. What Are Device Channels?

Device channels define channels for one or more devices allowing finely-tuned control over how mobile users experience your site.

Q37. How Can The App Authenticate To Sharepoint?

  1. Inside SharePoint
  2. In the cloud

Q38. What Is Odata?

The Open Data protocol (OData) lets you access a data source, such as a database, by browsing to a specially constructed URL.

Q39. What Is An Example Approach To Navigate Sharepoint Data Structure In Sharepoint 2013?

Managed code or the SharePoint REST service.

Q40. What Are Catalogs?

Allow you to incorporate lists into your publishing sites.

Q41. Hat Is The Spcontextwebinformation Structure?

Contains the initialization properties that can be used in subsequent REST requests.

Q42. Where Can The Code For An App Run?

SharePoint-hosted apps, Provider-hosted and auto hosted apps, Apps that have a mix of components in SharePoint and in the cloud.

Q43. What Is A Web Info Object?

From REST resources it is an object that contains the scalar properties of the site, but that does not include any associated entity sets such as list collections or field collections.

Q44. What Is A Trigger Condition In Terms Of A Web Service Callout?

A trigger condition is an expression that is used to configure the web service callout.

Q45. What Is Microsoft Push Notification Service?

Using the Microsoft Push Notification Service (MPNS), Windows Phone apps can receive notifications through the Internet of events triggered on Microsoft SharePoint Server.

Q46. What Is A Workflow Stage Shape In Sharepoint Designer 2013?

A stage can contain any number of shapes and may include branching. The stage or step itself might be one node of a longer workflow.

Q47. Are Workflows Are No Longer Compiled Into Managed Assemblies?

No they are fully declarative.

Q48. How Is An App Granted The Permissions Requested?

An app must be granted permissions by the user who is installing it and users can grant only the permissions that they have; the user installing the app must be able to grant all permissions required by the app, or app installation fails.

Q49. What Is The Benefit Os Mpns?

The app can be registered to receive notifications from the server, and an event receiver can initiate a notification and send it to the receiving app for handling.

Q50. What Request Type From A Rest Resource Allows One To Access The Contents Of A File ?

GET request.