Shiprocket interview experience Real time questions & tips from candidates to crack your interview

Devops Engineer

Shiprocket
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
It was little bit difficult but manageable. I entered the DevOps interview with a hint of nervousness, but my preparation soon took over. The interviewer presented me with a shell scripting question: "Write a script to list all files larger than 1GB in a directory." `#!/bin/bash find /path/to/directory -type f -size +1G -exec ls -lh {} \;` Next, they asked for a Python script to automate SSH connections and execute a command on multiple servers. I smiled, ready for the challenge: `import paramiko servers = ['server1', 'server2', 'server3'] command = 'df -h' for server in servers: ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect(server, username='username', password='password') stdin, stdout, stderr = ssh.exec_command(command) print(stdout.read())` The interviewer nodded, impressed. "You've got the job!" he said, shaking my hand. I left the room, proud of my scripting skills and the opportunity to join the team.
Application story
Here's an example of a DevOps job application experience: Application Process: Resume Submission: I submitted my resume through the company's website, highlighting my DevOps skills and experience. Phone Screening: A recruiter called me to discuss my background, interests, and salary expectations. Technical Assessment: I completed an online assessment, answering questions on Linux, AWS, and automation tools. Video Interview: I had a video call with the DevOps team lead, discussing my experience with containerization, monitoring, and Agile methodologies. Pair Programming: I participated in a pair programming session, collaborating with a team member to resolve a technical challenge. On-Site Interview: I visited the office, met the team, and discussed my approach to DevOps, security, and compliance. Job Offer: The company extended an offer, and I accepted the DevOps Engineer position! Tips: - Tailor your resume to highlight relevant DevOps skills and experience. - Prepare for technical assessments and interviews by reviewing industry tools and technologies. - Showcase your problem-solving abilities and experience with real-world scenarios.
Preparation
Duration: 1 month
Topics: DevOps requires a combination of skills, including: - Programming (Python, Ruby, shell scripting) - Automation tools (Ansible, Puppet, Chef) - Cloud platforms (AWS, Azure, Google Cloud) - Containerization (Docker, Kubernetes) - Agile methodologies (Scrum, Kanban) - Version control (Git, SVN) - Monitoring and logging (Nagios, Splunk) - Collaboration and communication skills.
Tip
Tip

Tip 1: Learn to code.

Tip 2: Learn Linux.

Tip 3: Learn Terraform.

Application process
Where: Campus
Eligibility: 3 years of experience
Resume Tip
Resume tip

Here are the skills required for DevOps:

- Programming: Python, Ruby, shell scripting
- Automation: Ansible, Puppet, Chef
- Cloud: AWS, Azure, Google Cloud
- Containerization: Docker, Kubernetes
- Agile: Scrum, Kanban
- Version control: Git, SVN
- Monitoring: Nagios, Splunk
- Logging: ELK, Sumo Logic
- Security: Compliance, Vulnerability

Interview rounds

01
Round
Medium
Face to Face
Duration45 minutes
Interview date11 May 2022
Coding problem2

1. Terraform

Write terraform vpc.

2. Shell script

Delete files older than 30 days.

02
Round
Easy
Face to Face
Duration20 minutes
Interview date12 Jul 2022
Coding problem1

1. Python Script

Get IPs that generate 5xx errors in Nginx logs.

03
Round
Easy
HR Round
Duration20 minutes
Interview date14 Jul 2022
Coding problem1

1. HR question

Salary Discussion.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Devops Engineer
3 rounds | 3 problems
Interviewed by Amazon
0 views
0 comments
0 upvotes
company logo
Devops Engineer
4 rounds | 7 problems
Interviewed by Amazon
2035 views
0 comments
0 upvotes
company logo
Devops Engineer
2 rounds | 3 problems
Interviewed by Optum
512 views
0 comments
0 upvotes