🌐
HackerRank
hackerrank.com › writing › hands-on-devops-assessments-aws-sandbox-hackerrank-design-score-scale
Hands-On DevOps Assessments with AWS Sandbox in HackerRank: Design, Score, Scale
November 7, 2025 - HackerRank's DevOps platform uses two types of Bash scripts for automated assessment: ... #!/bin/bash # Setup script for container orchestration assessment # Install Docker and Kubernetes tools apt-get update && apt-get install -y docker.io kubectl # Start Docker daemon systemctl start docker systemctl enable docker # Create test application files mkdir -p /assessment/app cat > /assessment/app/Dockerfile << EOF FROM nginx:alpine COPY index.html /usr/share/nginx/html/ EXPOSE 80 EOF # Prepare validation data echo "Assessment environment ready" > /tmp/setup_complete
Discussions

HackerRank for DevOps - Trying to prepare for the worst.

Update!I figured I should share my experience for future users. Overall it was definitely better than I expected. All except for the AWS questions had you ssh into a server to perform the tasks.

  • Writing some basic Terraform and showing how to work with variables, resources and outputs with some manipulation

  • Git scenario with a local branch, merges, rebase .. etc.

  • K8s creating a couple of deployments with given requirements e.g. multi pods, memory or cpu limits, labels and then scaling said deployments

  • Bash calculate the sum of values from multiple files with a few requirements e.g. from X column

  • AWS was multiple choice scenario questions based on the diagrams provided e.g. is the current infrastructure able to handle the loss of a single AZ

Hopefully, I didn't give too much away and good luck for anyone in the future!

More on reddit.com
🌐 r/ITCareerQuestions
2
2
February 18, 2022
Coding interviews for SRE/DevOps
I can code pretty well but I'll ask the interview process before hand on the first call and follow up about the coding section is there is one. I don't mind take these log lines and pull out data. I've been asked to write a bubble sort algo. A lot of that is I am devops #1 so some devs have no idea how to interview ops I just decline the interview if it's some crazy coding challenge More on reddit.com
🌐 r/devops
89
108
September 19, 2020
What to expect from the IBM DevOps Intern Coding Assessment?
RemindMe! 1day More on reddit.com
🌐 r/csMajors
14
15
August 19, 2021
This is how I cheat in hackerrank!

I have gotten 5 onsite interview invites and I have cleared 2 of them.

I mean if you can clear the onsite interviews then you prob have what it takes to do the job anyway

More on reddit.com
🌐 r/cscareerquestions
61
143
October 9, 2018
🌐
HackerRank
hackerrank.com › blog › assess-devops-skills-interviews
HackerRank Unveils Ability to Assess DevOps Skills- HackerRank Blog
June 22, 2023 - HackerRank introduced a new feature that allows hiring teams to assess DevOps skills during interviews through real-time collaboration.
🌐
Medium
medium.com › @vijayramraju22 › hackerrank-devops-07e97e7841f4
Hackerrank DevOps. HackerRank is a technology hiring… | by Vijayramraju | Medium
December 2, 2023 - This helps in assessing how candidates handle practical problems and tasks that are common in DevOps workflows. ... Through practical challenges, HackerRank can test a candidate’s ability to integrate various software development tools, manage deployment pipelines, and troubleshoot deployment ...
🌐
HackerRank
support.hackerrank.com › articles › 5203924209-creating-a-devops-question
Creating a DevOps Question
You can write a script to score the performance of candidates or rely on the session playback of the session to grade the test subjectively. The video playback feature lets you view if a candidate checked a manpage or knew how a tool worked from memory. When a candidate views a DevOps problem, this problem statement is displayed alongside the login credentials and an SSH command for logging into the Linux virtual machine.
🌐
HackerRank
hackerrank.com › blog › tag › devops
DevOps Archives - HackerRank Blog
Save time and accelerate your hiring · Conduct stellar technical interviews
🌐
Glassdoor
glassdoor.com › hackerrank interviews › hackerrank devops engineer interviews
HackerRank Devops Engineer Interview Experience & Questions | Glassdoor
1 HackerRank Devops Engineer interview questions and 1 interview reviews. Free interview details posted anonymously by HackerRank interview candidates.
Find elsewhere
🌐
LeetCode
leetcode.com › discuss › interview-experience › 2012436 › salesforce-devops-challengehackerrank
salesforce devops challenge(hackerrank) - Discuss - LeetCode
June 5, 2022 - Hi , I did gave my devops chalenge in hackerrank today for salesforce . its 90 mins test. ->7 MCA questions on APIs(rest,sopa,graphql),caching,database tech ci/cd etc. ->1 SQL question on coputing sum of votes on one table bases on foreign relation on tow different tables ->coding question 9 on process input http logfile and print count of requests from same hosts.
🌐
UnoGeeks
unogeeks.com › home › blog › hackerrank devops
Hackerrank DevOps
November 29, 2023 - Some of the popular DevOps-related courses on HackerRank include: DevOps Foundation: This course provides an introduction to the core principles and practices of DevOps, covering topics like version control, automation, monitoring, and collaboration. Docker for DevOps: Learn how to use Docker containers to streamline development, testing, and deployment processes.
🌐
GitHub
github.com › bregman-arie › devops-exercises › blob › master › prepare_for_interview.md
devops-exercises/prepare_for_interview.md at master · bregman-arie/devops-exercises
* [HackerRank](https://www.hackerrank.com) * [LeetCode](https://leetcode.com) · * [Exercism](https://exercism.io) · Starting your own project is also a good idea. More on that later on. · #### Architecture and Design · · This is also an important aspect of DevOps.
Author   bregman-arie
🌐
HackerRank
hackerrank.com › blog › devops-engineer-role-overview
What Does a DevOps Engineer Do? Job Overview - HackerRank Blog
June 27, 2023 - A DevOps engineer is responsible for managing and maintaining code, application maintenance, as well as application management. They work with a variety of experts in different departments to coordinate the design, development, testing, release, and lifecycle management of software and applications.
🌐
Quora
quora.com › Is-there-any-similar-platform-to-hackerrank-for-system-administrator-or-DevOps
Is there any similar platform to hackerrank for system administrator or DevOps? - Quora
Hackerrank is based on people solving the same algorithm over the same dataset as quickly as possible. Change those constraints to “least energy consumption”, or “least code needed”, ...
🌐
HackerRank
support.hackerrank.com › articles › 5929074504-devops-questions
DevOps Questions
March 26, 2026 - DevOps questions are designed to evaluate a candidate's proficiency in Linux. These questions provide candidates with a sandbox Linux virtual machine environment where they can perform various tasks.
🌐
HackerRank
support.hackerrank.com › articles › 8182862423-devops-questions-in-hackerrank-interviews
DevOps Questions in HackerRank Interviews
HackerRank Interviews allows you to use DevOps questions to evaluate a candidate's Linux skills during live interviews. This article explains