SharePoint 2013 Interview Questions - Part 1
- Tell me something about yourself?
- Describe your roles and responsibilities?
- What’s your current project, which technologies you are using?
- Have you faced any challenges in SharePoint?
- What is SharePoint?
- What are Different versions of SharePoint?
- What’s new in SharePoint?
- SharePoint Page life Cycle?
- Why did you choose SharePoint?
- Can SharePoint be replaced by Other software?
- Any 3 features that you like most about SharePoint?
- What is SharePoint list and what is difference between List and Library?
- What is managed meta data? Define it’s terminology?
- How do you manage Meta data?
- Can managed meta date be used in SharePoint site?
- What are content types?
- How to create content types?
- What is Site column. How it is important in SharePoint?
- Can a list use multiple content types?
- What is a Workflow?
- What type of workflow you created?
- What do you know about SharePoint workflow types?
- What is a state machine workflow?
- How to create State machine workflow?
- What is the difference between Event Receiver and Workflow?
- How to attach workflow with SharePoint page?
- What is Nintex workflow, have you used Nintex?
- What is a timer job?
- Timer job base class and namespace?
- Steps to create and Schedule Timer jobs?
- How to debug Timer jobs?
- How can you ensure that timer job’s latest version is installed on server?
- How to move timer job\ Farm Solution from UAT to production?
- Have you created timer job, if yes please tell me scenario?
- What is event receiver?
- In which scenario we use event receiver?
- PowerShell Command to install Timer job\ SharePoint Farm Solution?
- How can you extract code from solution file?
- What is Sandbox solution. Does SharePoint still support Sand box solutions?
- Difference between Farm solution and Sandbox solutions?
- How to use code with higher privileges using SSOM and CSOM?
- Difference between CSOM and SSOM?
- Difference between CSOM and JSOM?
- CSOM and SSOM object hierarchy?
- Difference between CSOM and Rest Api?
- How Rest Api works in SharePoint?
- What is Rest Api?
- Default items fetched by RestApi?
- How can fetch more that 100 records?
- Can you fetch 5000+ items using SharePoint? If yes, how?
- How SharePoint handles Recursive calls?
- How to use calculated column in RestApi?
- How RestApi filter works?
- How to perform crud operations using RestApi?
- Difference between POST, PUT, MERGE and DELETE?
- What is Search Rest Api?
- How to work with Library documents using RestApi?
- What Cross site scripting?
- How to fetch documents from Sub site to root site?
- What is Request Digest?
REST Api stand for representational trasfer protocol. It is an interface which allows communication between SharePoint and Client machine.
Using SharePoint REST APIs, users can interact remotely with SharePoint data by using any technology that supports REST web request.
_REQUESTDIGEST is a security token released for a specific time. It proves identity of the request.
How to get request digest?
var digest = $('#__REQUESTDIGEST').val();
Please feel free to share your suggestions.
Thanks
Comments
Post a Comment