Upload Button Icon Add office photos

Filter interviews by

Cricbuzz Devops Engineer Interview Questions and Answers

Updated 15 Jun 2024

Cricbuzz Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image Jash Kumar

posted on 15 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is remote backend in terraform
  • Ans. 

    Remote backend in Terraform is a method of storing Terraform state files in a remote location instead of locally.

    • Remote backend allows for collaboration and sharing of infrastructure state files among team members.

    • It provides a centralized location for storing and managing Terraform state files, reducing the risk of file corruption or loss.

    • Popular remote backends include Amazon S3, Azure Blob Storage, and HashiCorp Ter...

  • Answered by AI
  • Q2. How to lock statefile
  • Ans. 

    Statefile can be locked using state locking mechanisms to prevent concurrent access and ensure consistency.

    • Use state locking mechanisms provided by the infrastructure as code tool being used (e.g. Terraform state locking)

    • Implement locking strategies such as DynamoDB locking, Consul locking, or file-based locking

    • Ensure only one user or process can modify the statefile at a time to prevent conflicts

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Jobs at Cricbuzz

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Git fetch vs git pull
  • Q2. How hpa works in kubermetes
  • Q3. How to terraforn check resources
  • Q4. Python basic questions
  • Q5. Ejati docker expose and publish command
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is devops?
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It emphasizes communication and collaboration between development and operations teams.

    • DevOps aims to shorten the development lifecycle and provide continuous delivery of high-quality software...

  • Answered by AI
  • Q2. How to handle devops operations?
  • Ans. 

    Devops operations involve managing the development and deployment of software applications.

    • Automate repetitive tasks to improve efficiency

    • Use version control systems like Git for tracking changes

    • Implement continuous integration and continuous deployment pipelines

    • Monitor system performance and troubleshoot issues proactively

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between devops and sre?
  • Ans. 

    DevOps focuses on collaboration between development and operations teams, while SRE focuses on reliability and scalability of systems.

    • DevOps is a cultural and organizational practice that emphasizes collaboration and communication between development and operations teams.

    • SRE (Site Reliability Engineering) is a specific role within an organization that focuses on ensuring the reliability, scalability, and performance of...

  • Answered by AI
  • Q2. How is the devops important?
  • Ans. 

    DevOps is important for streamlining software development and deployment processes.

    • DevOps helps in automating manual tasks, increasing efficiency and reducing errors.

    • It promotes collaboration between development and operations teams, leading to faster delivery of software.

    • DevOps enables continuous integration and continuous delivery (CI/CD) pipelines, ensuring rapid and reliable software releases.

    • It improves overall so...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Persistent volume
  • Ans. 

    Persistent volume is a storage volume that exists beyond the life cycle of a container.

    • Persistent volumes are used to store data that needs to persist even if the container is deleted or recreated.

    • They are decoupled from the container and can be attached to different containers.

    • Examples include network-attached storage (NAS), cloud storage, and local storage.

    • Persistent volumes are managed by the storage administrator r

  • Answered by AI
  • Q2. Volumein kubernetes which can be attached and deattached
  • Ans. 

    PersistentVolumes (PVs) in Kubernetes can be attached and detached.

    • PersistentVolumes (PVs) can be attached to pods using PersistentVolumeClaims (PVCs).

    • PVs can be detached from pods when no longer needed.

    • Examples of PV types include NFS, iSCSI, and AWS EBS.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Question on cloud and kubernetes
Round 3 - HR 

(1 Question)

  • Q1. Nothing much just basic hr question

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

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

I applied via AmbitionBox and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your Strength?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How many clusters are there in your project?
  • Q2. What are the objects in kubernetes service?
  • Ans. 

    Objects in Kubernetes service include pods, services, endpoints, and namespaces.

    • Pods: Basic unit of deployment in Kubernetes, consisting of one or more containers.

    • Services: Abstraction that defines a logical set of pods and a policy by which to access them.

    • Endpoints: Dynamically updated list of IP addresses and ports for pods backing a service.

    • Namespaces: Virtual clusters within a Kubernetes cluster, used to divide clu

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. DevOps Concepts, Focused on CICD
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can we connection between 2 EC2 instance
  • Ans. 

    You can connect between 2 EC2 instances by using their private IP addresses or public DNS names.

    • Use private IP addresses for communication within the same VPC

    • Use public DNS names for communication across different VPCs or over the internet

  • Answered by AI
  • Q2. How do you connections between public subnet and private subnet.
  • Ans. 

    Connections between public and private subnets are established using a NAT gateway or a NAT instance.

    • Use a NAT gateway to allow instances in a private subnet to initiate outbound traffic to the internet while preventing inbound traffic from reaching those instances.

    • Alternatively, use a NAT instance with a security group that only allows inbound traffic from instances in the public subnet.

    • Ensure that the route tables fo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Devops Engineer interview:
  • Terraform
  • Docker
Interview preparation tips for other job seekers - Give interview call more

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA questions leetcode easy level

Round 2 - HR 

(2 Questions)

  • Q1. Why we Hire you?
  • Ans. 

    I have a strong background in DevOps tools and practices, with a proven track record of successfully implementing automation and improving efficiency.

    • Extensive experience with CI/CD pipelines, configuration management, and infrastructure as code

    • Strong knowledge of cloud platforms such as AWS, Azure, and GCP

    • Ability to collaborate effectively with cross-functional teams to drive continuous improvement

    • Proven ability to tr...

  • Answered by AI
  • Q2. What's your expectations
  • Ans. 

    I expect a challenging role with opportunities for growth and learning in a collaborative team environment.

    • Opportunities for professional development

    • Collaborative team environment

    • Challenging projects

    • Clear communication and expectations

  • Answered by AI

Cricbuzz Interview FAQs

How many rounds are there in Cricbuzz Devops Engineer interview?
Cricbuzz interview process usually has 1 rounds. The most common rounds in the Cricbuzz interview process are One-on-one Round.
How to prepare for Cricbuzz 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 Cricbuzz. The most common topics and skills that interviewers at Cricbuzz expect are Ansible, Puppet, Terraform, Devops and Docker.
What are the top questions asked in Cricbuzz Devops Engineer interview?

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

  1. What is remote backend in terraf...read more
  2. How to lock statef...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Google Interview Questions
4.4
 • 847 Interviews
Facebook Interview Questions
4.4
 • 70 Interviews
Times Internet Interview Questions
3.6
 • 61 Interviews
Disney+ Hotstar Interview Questions
3.8
 • 32 Interviews
Stats Perform Interview Questions
3.5
 • 16 Interviews
View all
DevOps Engineer - Bangalore

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
17 salaries
unlock blur

₹7.5 L/yr - ₹17.7 L/yr

System Administrator
8 salaries
unlock blur

₹4 L/yr - ₹7.6 L/yr

Front end Developer
6 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Motion Graphics Artist
5 salaries
unlock blur

₹8.5 L/yr - ₹9.6 L/yr

Android Developer
5 salaries
unlock blur

₹4.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Cricbuzz with

Disney+ Hotstar

3.8
Compare

Star Sports

4.3
Compare

Sony Pictures Networks

3.8
Compare

Reliance Industries

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