Devops
Devops
In short, DevOps is the intersection point of software development, operations and quality assurance (QA).
Organisations around the world are fast adapting to the DevOps culture to streamline their business
strategy. If you are an expert DevOps professional, there is a great chance that some of the top companies
are looking for candidates like you. If you are new to the field, you can do a DevOps certification course to
improve your chances of getting a good job.
Essential Skills Required
Here are some of the following DevOps interviews questions and answers
that are generally asked in DevOps interviews:
Ans. It is a system that records changes to a file or set of files over time so that you can recall specific
versions later.
Ans. Containers are form of lightweight virtualization, heavier than ‘chroot’ but lighter than ‘hypervisors’.
They provide isolation among processes while using same kernel as the host machine, and ‘cgroups’
functionality within kernel.
Ans. It is practice of delivering the software for testing as soon as it is built by CI (Continuous Integration)
servers.
Q4. What are the uses of Version control?
Ans.
Q5. What are the core operations of DevOps in terms of development and
Infrastructure?
Ans. The core operations of DevOps are: application development, code developing, code coverage, unit
testing, packaging, deployment with infrastructure, provisioning, configuration, orchestration, and
deployment.
Ans. DevOps can be considered complementary to the agile methodology, but not completely similar.
Q7. Name some of the top tools used in DevOps? What are the tools that you have
used?
Ans. Some of the common tools are – Docker, Git, Selenium, Puppet, Nagios and Chef
Ans. Git is a Distributed Version Control system (DVCS). It can track changes to a file and allows you to
revert back to any particular change.
Q9. In Git how do you revert a commit that has already been pushed and made
public?
By removing or fixing the bad file in a new commit and pushing it to the remote repository. Once the
necessary changes to the file has been made, commit it to the remote repository. Use: git commit -m
“commit message”
By creating a new commit that undoes all changes that were made in the bad commit. To do this, use
command: git revert <name of bad commit>
Q10. What is Git bisect?
Ans. Git bisect is used to find the commit that introduced a bug by using binary search.
Ans. Continuous Integration of Dev and Testing improves the quality of software, and reduces the time
taken to deliver it, by replacing the traditional practice of testing after completing all development.
Ans. Python.
Ans. Vagrant is a tool that can create and manage virtualized (or containerized) environments for testing
and developing software.
Ans. It is done to discuss what went wrong and what steps should be taken so that failure doesn’t happen
again.
Ans. It is a development practice that requires developers to integrate code into a shared repository several
times a day.
Ans. Pointer (PTR) record is used for revers DNS (Domain Name System) lookup.
Q17. What testing is necessary to insure a new service is ready for production?
Ans. Continuous Testing is the process of executing automated tests as part of the software delivery
pipeline to obtain immediate feedback on the business risks associated with in the latest build.
Ans. Automation testing or Test Automation is a process of automating the manual process to test the
application/system under test.
Ans. Risk assessment, policy analysis, requirements traceability, advanced analysis, test optimisation, and
service virtualisation
Ans. Asset Management, broadly defined, refers to any system that monitors and maintains things of value
to an entity or group.
Configuration Management is the process of planning for, identifying, controlling and verifying the
Configurations Items (CIs) within a service, recording their status and, in support of Change Management,
assessing the potential IT impact of changing those items.
Ans. The HTTP protocol works in a client and server model like most other protocols. A web browser using
which a request is initiated is called as a client and a web server software which responds to that request
is called a server. World Wide Web Consortium and the Internet Engineering Task Force are two important
spokes in the standardization of the HTTP protocol.
Q25. Describe two-factor authentication?
Ans. Two-factor authentication is a security process in which the user provides two means of identification
from separate categories of credentials; one is typically a physical token, such as a card, and the other is
typically something memorized, such as a security code.
These are some of the popular questions asked in DevOps interviews. Always be prepared to answer
all types of questions — technical skills, interpersonal, leadership or methodology. If you are someone who
has recently started your career in DevOps, you can always get certified in the various tools and skills
needed to be an expert in the field.