Question:- What are the features of SharePoint?
Answer:- • Communities: The new version of SharePoint allows users to work together in different ways. Microsoft has enhanced the social feature of SharePoint 2007 in SharePoint 2010 and has made it look better. Communities allow people to collaborate in groups, share knowledge, and find information on various topics easily. • Content: SharePoint content shifts SharePoint 2010 from a departmental solution to an enterprise solution. There has been massive improvement in content wherein users can add a significant number of documents to SharePoint. They can even use external data storage options to store more data. • Search: Microsoft SharePoint 2010 has acquired a fast search server, which improves the search tremendously for users. Now, users can search not only for content but also for people. Users can opt for better language options with thumbnails and previews. Users can even sort out search queries and study similar search to get relevant search results. • Insights: With the help of SharePoint insights, users can access information through different data sources such as dashboards, scorecards, reports, and more. To help users, Microsoft has introduced performance point server to the SharePoint platform. It is also known as performance point services for SharePoint. It helps users discover right people and expertise to make better business decisions.
Question:- Why is it required to use sandbox solution in SharePoint?
Answer:- The sandbox solution allows the usage of easy, deployable, and reusable packages that consist of features, site definitions, and many more functionalities. The sandbox solution can be enabled and disabled manually by going and changing from the settings. The solution can be deployed on the server. Sandbox allows the restriction to be put where the execution of the environment allows certain resources to be enabled and kept into the sandbox without affecting the rest of the server. Sandbox solutions can’t affect the whole server as they are not used to deploy at the administrative level. It can be deployed on a site with the administrator permissions using the site collection. Only the administrator is allowed to configure the sandboxed solutions that are related to settings like load balancing, tiers, quotas, resource points, etc.
Question:- What is DevOps?
Answer:- DevOps • A collaboration of development and operations teams. It is more of a cultural shift. • Agile methodology • Resource management, communication, and teamwork • Speed, functionality, stability, and innovation
Question:- How does HTTP work?
Answer:- HTTP or Hypertext Transfer Protocol works in a client–server model like the most other protocols. HTTP provides a way to interact with web resources by transmitting hypertext messages between clients and servers.
Question:- In terms of development and infrastructure, mention the core operations of DevOps.
Answer:- Core operations of DevOps include: • Development • Version Control • Testing • Integration • Deployment • Delivery • Configuration • Monitoring • Feedback
Question:- What are some technical and business benefits of DevOps work culture?
Answer:- Technical benefits: • Continuous software delivery • Less complex problems to fix • Faster bug resolution Business benefits: • Faster delivery of features for customer satisfaction • More stable operating environments • More time available to add product value
Question:- Name some of the most important DevOps tools?
Answer:- • Git • Maven • Selenium • Jenkins • Docker • Puppet • Chef • Ansible • Nagios
Question:- What is CI? What is its purpose?
Answer:- CI or Continuous Integration is the process of compiling the entire code base, every time a member of the software development team checks the code, into the shared source code repository. If a team member checks into the code file with a bug, then the build gets broken. In this sort of scenario, other developers can’t synchronize the shared source code repository without introducing compilation errors into their own local workspaces. Thus, collaborative and shared software development cannot go forward. When a CI build breaks, it is crucial that the problem is corrected immediately. A CI process often includes a suite of unit, and integration and regression tests that run every time the compilation succeeds. If any of these tests fail, the build will be considered unstable, not broken.
Question:- Name three important DevOps KPIs.
Answer:- Three of the most common DevOps KPIs are: • Meantime to failure recovery • Deployment frequency • Percentage of failed deployments
Question:- What is the difference between continuous deployment and continuous delivery?
Answer:- Continuous deployment is fully automated, and the deployment to production needs no manual intervention in continuous deployment; whereas, in continuous delivery, the deployment to production requires some manual intervention for change management in the organization, and it needs to be approved by the manager or higher authorities to be deployed in production. According to your organization’s application risk factor, continuous deployment/delivery approach will be chosen.
Question:- What is DevOps? Is it a tool?
Answer:- DevOps can’t be referred to as a tool; it is a collaborative work culture that combines development and operations teams for continuous development, continuous testing, continuous integration, continuous deployment, and continuous monitoring.
Question:- What are the core operations of DevOps in terms of development and infrastructure?
Answer:- The core operations of DevOps are application development, version control, unit testing, deployment with infrastructure, monitoring, configuration, and orchestration.
Question:- Our team has some ideas and wants to turn those ideas into a software application. Now, as a manager, I am confused about whether I should follow the Agile work culture or DevOps. Can you tell me why I should follow DevOps over Agile?
Answer:- According to the current market trend, instead of releasing big sets of features in an application, companies are launching small features for software with better product quality and quick feedback from customers, for high customer satisfaction. Now, to keep up with this, we have to: • Increase the deployment frequency in the safest and reliable way • Lower the failure rate of new releases • Shorten the bug resolution time DevOps fulfills all these requirements for fast and reliable development and deployment of software. Companies like Amazon and Google have adopted DevOps and are launching thousands of code deployments per day. But Agile, on the other hand, only focuses on the development of software.
Question:- Can one consider DevOps as an Agile methodology?
Answer:- DevOps can be considered as complementary to the Agile methodology but not completely similar.