Premium Employer

i

This company page is being actively managed by BigBasket Team. If you also belong to the team, you can get access from here

BigBasket Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

BigBasket Devops Engineer Interview Questions and Answers

Updated 22 Dec 2024

BigBasket Devops Engineer Interview Experiences

2 interviews found

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

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

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic DevOps questions need to be prepared and docker and Jenkins plays vital role in interview
  • Q2. Git, Maven, Sonar, Jenkins docker,any load balancers and scripting must to work

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't dig depth in questions but you should be prepared with all devops tools in ur stack
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
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
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
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
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
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

Contribute & help others!
anonymous
You can choose to be anonymous

BigBasket Interview FAQs

How many rounds are there in BigBasket Devops Engineer interview?
BigBasket interview process usually has 1 rounds. The most common rounds in the BigBasket interview process are Coding Test.
How to prepare for BigBasket 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 BigBasket. The most common topics and skills that interviewers at BigBasket expect are Automation Testing, CCTV Monitoring, Cloud Computing, DevOps and GCP.
What are the top questions asked in BigBasket Devops Engineer interview?

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

  1. Design a web application architect...read more
  2. Docker, Ansible, similar to...read more
  3. AWS Basics on architect...read more

Recently Viewed

INTERVIEWS

TVS Motor

No Interviews

INTERVIEWS

Bajaj Motors

No Interviews

SALARIES

Yamaha Motor

SALARIES

Bajaj Motors

INTERVIEWS

BYJU'S

No Interviews

COMPANY BENEFITS

Bajaj Motors

No Benefits

DESIGNATION

SALARIES

Swiggy

INTERVIEWS

Swiggy

No Interviews

INTERVIEWS

Varroc Group

No Interviews

Tell us how to improve this page.

BigBasket Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join BigBasket India's largest online supermarket

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
DMart Interview Questions
3.9
 • 403 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
View all
BigBasket Devops Engineer Salary
based on 6 salaries
Lock Unlock
₹6.3 L/yr - ₹11.1 L/yr
32% more than the average Devops Engineer Salary in India
View more details

BigBasket Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Business Development Executive
654 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Inventory Executive
432 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Operations Controller
380 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Shift Incharge
371 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Customer Support Executive
326 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BigBasket with

Milkbasket

3.9
Compare

Amazon

4.1
Compare

Blinkit

3.7
Compare

Nature's Basket

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