Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Swiggy Devops Engineer Interview Questions, Process, and Tips

Updated 13 Jun 2024

Swiggy Devops Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to check the open files in the linux without using lsof
  • Ans. 

    To check open files in Linux without using lsof, you can use the /proc filesystem.

    • Access the /proc//fd directory to view open files for a specific process.

    • Use the find command to search for open files in the /proc directory.

    • Check the /proc/sys/fs/file-nr file to see the total number of open files system-wide.

  • Answered by AI
  • Q2. What is /proc linux
  • Ans. 

    The /proc filesystem in Linux is a virtual filesystem that provides detailed information about the system's hardware, processes, and kernel.

    • It is a virtual filesystem located at /proc that allows access to kernel data structures.

    • It provides information about processes, hardware, and kernel configuration.

    • Files in /proc can be read to gather system information, such as CPU usage, memory usage, and network statistics.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between http1.1 vs https2
  • Ans. 

    HTTP/1.1 is a protocol for transferring data over the internet, while HTTPS/2 is a secure version of HTTP/2 with improved performance.

    • HTTP/1.1 is not secure by default, while HTTPS/2 provides encryption and security.

    • HTTP/1.1 uses multiple connections for parallel loading of resources, while HTTPS/2 uses a single connection with multiplexing.

    • HTTPS/2 supports header compression, reducing overhead and improving performanc...

  • Answered by AI
  • Q2. What is grpc ?
  • Ans. 

    gRPC is a high-performance, open-source RPC (Remote Procedure Call) framework developed by Google.

    • gRPC stands for Google Remote Procedure Call.

    • It uses HTTP/2 for transport, Protocol Buffers for serialization, and supports multiple programming languages.

    • gRPC allows for efficient communication between services in a microservices architecture.

    • It enables bi-directional streaming and authentication features.

    • Example: gRPC ca...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. AWS Basics on architecture
  • Q2. Docker, Ansible, similar tools
  • Q3. Design a web application architecture
  • Ans. 

    A scalable web application architecture with load balancing and fault tolerance.

    • Use a load balancer to distribute traffic across multiple servers

    • Implement fault tolerance by using multiple servers and a backup database

    • Use a microservices architecture to break down the application into smaller, more manageable components

    • Implement caching to improve performance

    • Use a containerization platform like Docker to simplify deplo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for devops related questions and it would be good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

They gave me an option to write a Python or Shell script(simple assessment). Asked about Kubernetes pods as to how they are created. Also a little about Terraform

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

You will be asked basic coding questions like:
1. Reverse a string
2. Find if the given word is palindrome.
3. Few shell scripting

Round 3 - HR 

(3 Questions)

  • Q1. Your expected ctc
  • Ans. 

    I am expecting a competitive salary based on my skills, experience, and the market rate for DevOps Engineers.

    • I have researched the average salary range for DevOps Engineers in my area.

    • I have considered my years of experience and expertise in the field.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a salary that reflects the value I can bring to the company.

    • I am also interest...

  • Answered by AI
  • Q2. Your last day/ notice period in current org
  • Q3. Let them know how early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some one reference…. You’ll get a good chance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

A coding link is provided which has DSA related problems. Graph based problems are given

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions were asked
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - MCQ EXAM 

(1 Question)

  • Q1. MCQ's on Networking,OS and basic programming
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to networking
Round 3 - Technical 

(1 Question)

  • Q1. Question related to OS
Round 4 - HR 

(1 Question)

  • Q1. Some behavioral questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What happens when you search "google.com"?
  • Ans. 

    When you search 'google.com', it will redirect you to the Google homepage.

    • Typing 'google.com' in the browser's address bar will take you to the Google search engine homepage.

    • You can also directly search for 'google.com' in the Google search bar to access the Google homepage.

    • Google.com is the domain name for the Google search engine.

    • Google.com may also redirect to localized versions of Google based on the user's locatio

  • Answered by AI
  • Q2. Traceroute in Linux
  • Ans. 

    traceroute is a command-line tool used to trace the route that packets take from your computer to a destination server.

    • traceroute command is used to track the path that packets take to reach a destination server

    • It shows the IP addresses of the routers that the packets pass through

    • It also displays the round-trip time for each hop

    • Example: traceroute google.com

  • Answered by AI
Round 2 - Leadership Principle 

(1 Question)

  • Q1. Had like 5 more rounds all around leadership principles. Also multiple Linux questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Jenkins, python, docker kubernates, automation

Round 2 - One-on-one 

(1 Question)

  • Q1. Jenkins, automation, docker
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Infrastructure, docker, Kubernetes, cicd, AWS, solutions architecture questions and leadership principle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand leadership principles
Round 1 - Technical 

(1 Question)

  • Q1. What is actual rule is using to sale more products in this company
  • Ans. 

    The actual rule for selling more products in this company is to focus on customer needs and provide excellent customer service.

    • Focus on customer needs and preferences

    • Provide excellent customer service

    • Offer promotions and discounts

    • Maintain high product quality

    • Stay up-to-date with market trends

    • Build strong relationships with customers

    • Encourage customer feedback and use it to improve

    • Train sales staff to be knowledgeable a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing is hard work may take bow in life
Contribute & help others!
anonymous
You can choose to be anonymous

Swiggy Interview FAQs

How many rounds are there in Swiggy Devops Engineer interview?
Swiggy interview process usually has 2 rounds. The most common rounds in the Swiggy interview process are Technical.
How to prepare for Swiggy Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Swiggy. The most common topics and skills that interviewers at Swiggy expect are Devops, Docker, Kubernetes, Linux and Ansible.
What are the top questions asked in Swiggy Devops Engineer interview?

Some of the top questions asked at the Swiggy Devops Engineer interview -

  1. How to check the open files in the linux without using l...read more
  2. Difference between http1.1 vs htt...read more
  3. What is grp...read more

Recently Viewed

INTERVIEWS

Varroc Group

No Interviews

COMPANY BENEFITS

ChicMic

No Benefits

DESIGNATION

INTERVIEWS

Bajaj Motors

No Interviews

INTERVIEWS

Valplast Technologies

No Interviews

INTERVIEWS

Government of Odisha

No Interviews

SALARIES

Bajaj Motors

INTERVIEWS

Lazer Ken It Services

No Interviews

SALARIES

BYJU'S

INTERVIEWS

BYJU'S

No Interviews

Tell us how to improve this page.

Swiggy Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Lenskart Interview Questions
3.2
 • 305 Interviews
Zepto Interview Questions
3.5
 • 215 Interviews
View all
Swiggy Devops Engineer Salary
based on 8 salaries
Lock Unlock
₹5.1 L/yr - ₹12 L/yr
35% more than the average Devops Engineer Salary in India
View more details
Delivery Boy
867 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Fleet Manager
580 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Sales Manager
519 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Assistant Manager
494 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Assistant Store Manager
450 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.8
Compare

Dunzo

3.4
Compare

FoodPanda

3.7
Compare

Rapido

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview