How to Hire Expert DevOps Engineers?

February 16, 2022

9 min read

Before moving on to instructions for hiring a DevOps engineer, let’s define this specialization and its features. We will also consider the main questions that should be asked during interviewing Junior, Middle and Senior level specialists.

Who is a DevOps engineer and what do they do?

DevOps (Development & Operations) engineer is a specialist with a wide range of competence. The task of this engineer lies in providing communication between system administrators and developers. Establishing links allows you to minimize the number of errors and revision cycles of your current software. According to the  Atlassian DevOps Trends Survey, 99% of respondents saw a positive impact of DevOps on their organizations.

Among the business goals that DevOps covers up are:

  •       acceleration of product release;
  •       the ability to deploy in different formats;
  •       improving testing efficiency;
  •       reduction in the cost of introducing new versions;
  •       optimization of work processes through automation.

Despite the fact that specialization took its shape only in 2013, today there is a need for DevOps in almost every IT company.

What are the qualification requirements for DevOps?

Even though each company has its own personal requirements for DevOps, there is a certain basic list of requirements from which the acquaintance with the candidate begins.

Required Skills:

  •       solid knowledge of Git and its processes;
  •       experience with programming languages (Ruby, Python);
  •       experience with databases and writing SQL queries;
  •       experience with cloud services (AWS, GCP, Azure) and their configuration (Terraform, Ansible);
  •       experience with containers and their orchestration (Docker, Kubernetes).

It is desirable to have:

  •       specialized engineering or computer education;
  •       network development or network administration experience.

DevOps engineer interview questions

Last year alone, StaffingPartner’s specialists recruited more than 40 DevOps engineers. Based on their experience, let’s look at the main questions to ask a DevOps engineer in an interview, according to the levels.

Read our Case Study about hiring a whole scrum team, including DevOps, for the UK-based IT company.

Junior

General questions and Linux

  1. What is DevOps? 
  2. What is HTTPS and how does it work?
  3. Explain the concept of Infrastructure as Code.
  4. What is the structure of the Linux filesystem? What are the main directories and their purposes?
  5. What is the difference between containerization and virtualization? 
  6. Describe the difference between zombie and orphan processes. What is inode and its purpose?
  7. How to collect all information about the status of the disk and memory?
  8. Name the variables for bash.
  9. What types of testing are generally used?
  10. How to resolve a merge conflict?
  11. What is the role of infrastructure monitoring?

Networks and Clouds

  1. What does an IP packet consist of?
  2. Explain the meaning and operation of firewalls, proxies and NAT.
  3. What port and protocol do Ping and Traceroute use?
  4. Tell us about the difference between IaaS, PaaS and SaaS?
  5. Describe the main components of a VPC.

Automation, information security and virtualization

  1. List the automation tools.
  2. Describe how HTTPS and certificate ciphers work.
  3. Define terms: MFA, TOTP, IaaC and Terraform.
  4. When starting a Docker container, how to “map” it from the 80th port in the container to 8081 to the host? 

CI/CD

  1. What is the difference between Continuous Delivery and Continuous Deployment?
  2. Describe the main stages of CI/CD.
  3. Specify tools and test types for CI.

Practical tasks

  1. Break down the structure of the service (using the Docker-Compose example).
  2. Create a program that will receive messages from the queuing service and pass them to stdout.

Middle

Linux

  1. Describe the architecture of the Linux kernel and its purpose.
  2. Describe the difference between RedHat and Debian distributions. What is the purpose of /proc and /sys directories.
  3. What is SSH? Is it possible to organize access to the server without a password or from certain hosts?
  4. Explain the case: the output of df -h indicates that there is not enough space on the disk, but the file cannot be written with the message no space left on device.
  5. Is it possible to increase the file system size?

Networks

  1. What network topologies do you know?
  2. What is the purpose of the IP address? How is it different from a MAC address?
  3. Is there a difference between a hub and an L2 switch in Ethernet networks?
  4. Describe the layers and functions of OSI.
  5. Describe the algorithm for TCP delivery.
  6. How to migrate a site to a new IP address without the user noticing?

Container orchestration

  1. What CNIs have you worked with, how do they differ, pros and cons.
  2. Is there a difference between managed Kubernetes and self-hosted?
  3. Tell us about cluster scaling.
  4. With what PID does the process start in the container?

Virtualization and containerization

  1. What types of virtualization are you familiar with?
  2. Are there any differences between Docker containers and virtual machines?
  3. Tell us about the image layer (maximum number, functions). 
  4. Solve the case: access to the VM is lost, how to recover the root password / SSH key, having only access to the disk?
  5. Name the main components of the kube cluster and their purpose.

CI/CD

  1. Describe the important stages of any pipeline (lint, test, build, deploy etc)?
  2. Case: there are two branches stage and dev. The Dockerfile was pushed to dev and then whitewashed to dev and stage. Will it be one artifact or different?
  3. Describe Deployment strategies and their differences.
  4. Give a summary of GitOps.

Clouds and Automation

  1. How to organize a multi-environment project?
  2. What cloud services did you work with? Describe their benefits.
  3. How to organize team access to AWS/GCP/Azure? Role-based access, assume role, SSO.

Monitoring/Logging

  1. What is SLI, SLO, SLA? How to use them?
  2. Monitoring helps to support the whole architecture of the system: do you agree or not?
  3. How to save logs in case of storage failure?
  4. How does Prometheus work?
  5. Define SAAS monitoring and its types.

Information security

  1. Give definitions to the concepts: XSS attack, SQL injection and CSP.
  2. How can you secure SSH connections?
  3. Solve the case: Root password is missing, how to update it?
  4. Tell us about the rights management on the file system in Linux.
  5. How to block traffic from IP addresses when a Linux server is hacked?

Databases

  1. Why should or should not indexes be used?
  2. Your strategy for building a billing system to operate thousands of invoices.
  3. How do transactions occur in the database?
  4. How to find slow queries in MySQL/PostgreSQL?
  5. Compare SQL and NoSQL, describe your own experience.

Practical tasks

  1. Containerize the application and create a helm chart for it.
  2. Create a Terraform module for the test service infrastructure on AWS.
  3. Describe the deployment of a simple program using GitOps.

Senior

Linux

  1. How to find out IP address, mask, network, routes without using ifconfig and ip?
  2. Tell us about Ceph.
  3. What happens if we move /dev/sda1 to /root?
  4. Tell us about pseudo-devices.
  5. Solve the case: the server has been hacked, a large number of files have been created in the /var/www directory. You cannot use cd /var/www followed by rm -rf*. How to delete files?

Networking

  1. What is the difference between IPv4 and IPv6, does it make sense to move to IPv6? Tell us about IPv6 everything you know.
  2. Define terms DPDK and SR-IOV.
  3. What is the difference between OpenFlow and NetFlow?
  4. Tell us about SDN and controllers.

General knowledge

  1. What is configuration drift? Why is it bad?
  2. Tell us about your latest experience in implementing an architecture for a service.
  3. Explain how Kafka works.
  4. How do I update the documentation of DevOps applications in GitOps?
  5. What do you know about Kubernetes on-premise design features?
  6. Difference between observability and conventional monitoring?

Container orchestration

  1. What do you know about Service mesh and Cluster federation?
  2. How to implement Pod fine-grained access?
  3. How to debug container traffic?

Clouds and Automation

  1. What tools to carry out cost optimization?
  2. Tell us about the organization of such processes: multi-account, multi-region cloud setup
  3. Tell us about AWS Lambda. Are there similar solutions in GCP or Kubernetes?

CI/CD

  1. What branching strategies do you know and which ones did you work with?
  2. How to emulate cloud-provider resources for local testing and development acceleration?
  3. What is Cloud-Agnostic?

Information security

  1. How to properly store passwords in databases?
  2. Ways to pass secrets to application.
  3. Compare CI/CD SAST and DAST.
  4. How to properly transfer secrets in the container and CI pipeline (using HashiCorp Vault)?
  5. The process of conducting Kubernetes cluster vulnerability testing.

Databases

  1. What is the CAP theorem? Where and how is it used?
  2. Tell us about rollback and backward-compatible migration?
  3. Describe tools for database performance testing.

Practical tasks

  1. What stack would you choose for accommodation booking services (language, code infrastructure, CI/CD settings)?
  2. You need to justify moving from AWS to GCP. What are your arguments?

Also, we recommend you to ask the question “What is DevOps?” every specialist you are interviewing, regardless their level.

Final words

Thus, DevOps is rightfully considered a complex specialization, and the selection of such a specialist requires immersion in the topic. Having such an engineer in your company will make a big difference and improve the efficiency of your processes.

Whether you’re planning to scale your business or upgrade your system to keep things running smoothly, a DevOps engineer is a must have.

In case your company has open DevOps or other software engineering vacancies, we can help you hire the right IT talent faster in any part of the world. Contact us right now to get the first candidates within 1 week.

Read also: How to Hire Expert Python Developers, How to Hire a Java DeveloperJavaScript Developer: Common Interview Questions

Latest articles

8 Best Recruitment Podcasts in the World

Nelson Mandela once said that education is the most powerful weapon you can use to change the world. It’s important to continue your professional development throughout your life, and quality…

read more
How To Hire Developers For Startups – A Definitive Guide

Hiring IT specialists for startups can be a tricky task. Startups are often operating on tight budgets and have limited resources, making it challenging to attract and retain top talent.…

read more
Complete Guide to IT Staffing: Definition, Models, Advantages, and Tips

The desire of companies and businesses to keep track of and take advantage of technological advancements encourages them to look for talented IT specialists. Since the roles of these professionals…

read more

You may also like

How to Choose an IT Recruitment Agency - StaffingPartner
How to Choose an IT Recruitment Agency: 7 Pro Tips

Whether you're the owner of a startup firm or an enterprise, it's always essential to have your hands on the best prospects. That being said, you must ensure that you…

read more
Case Study: Tech Recruitment for the UK-based Healthcare Company
Case Study: Tech Recruitment for the UK-based Healthcare Company

Project Overview A UK-based company that started developing a digital healthcare tool. The company had the project on the MVP stage when they reached out to us. They needed to…

read more
Recruitment Agency Services - What is Included in the Costs? - StaffingPartner
Recruitment Agency Services – What is Included in the Costs?

Most people don’t think about the costs associated with IT recruitment agency services until they are ready to hire someone. It's always better to have this information before partnering with…

read more
How to Hire Expert Python Developers - StaffingPartner
How to Hire Expert Python Developers

Why Python? Python is one of the most popular programming languages in the world. It has a clean, simple syntax and is incredibly versatile. It powers applications like Google's search…

read more
How to Start R&D Center in Ukraine - StaffingPartner
How to Start R&D Center in Ukraine

You have probably heard about enterprises like Amazon, Google, Facebook, and others that have opened their R&D centers worldwide. This is a fantastic chance for businesses to expand and access…

read more
Most Wanted Programming Languages - StaffingPartner
Most Wanted Programming Languages in 2021-2022 in Ukraine

Despite the pandemic rattling of all the industries, the IT sector in Ukraine, on the contrary, has shown a 20% growth in 2020. Ukraine is getting international recognition for its…

read more

Have open vacancies?

Fill the form below and we will get back to you with 1 business day.

    By clicking "send" you agree to the personal data processing