Upload Button Icon Add office photos

Filter interviews by

ChicMic Devops Engineer Interview Questions and Answers

Updated 23 May 2024

ChicMic Devops Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

60 minutes, math, reasoning, DSA

Round 2 - One-on-one 

(1 Question)

  • Q1. DSA and OOPS concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I give special thanks to technical lead Vinod Goswami. He puts a lot of pressure on employees and he treats employees like flunky. I will explain one incident that is why am I quiet, Vinod Godswami gave me a task and said I will tell you when the tracker is free; I am asking to continue in three days Sir is the tracker free or not he is not replying my messages. He complained to the CEO that I was not doing work and the CEO (Manish Gulati) talked to me very rudely and sometimes abused me. I am quite immediate and pay two months' salary to the company because I am not serving the notice period. Why I am thanks to Vinod Godswami because I got approximately 100% + hike.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
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 - Aptitude Test 

Reasoning test. with multiple choice question.

Round 2 - Technical 

(2 Questions)

  • Q1. How to make vpc in aws
  • Ans. 

    To create a VPC in AWS, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use the AWS Management Console to navigate to the VPC dashboard and click on 'Create VPC'.

    • Specify the VPC name, CIDR block, and other details like DNS support and hardware tenancy.

    • You can also use the AWS CLI command 'create-vpc' with the necessary parameters.

    • Another option is to use AWS SDKs like Boto3 for Python to programmatically c

  • Answered by AI
  • Q2. What was your daily devops day to day task.
  • Ans. 

    My daily tasks as a DevOps Engineer included managing infrastructure, automating processes, monitoring system performance, and collaborating with development teams.

    • Managing and maintaining infrastructure using tools like Terraform and Ansible

    • Automating deployment processes with CI/CD pipelines using Jenkins or GitLab

    • Monitoring system performance and troubleshooting issues with tools like Prometheus and Grafana

    • Collabora...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well accourding to your resume and skills.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA Round (Prepare Stack DS)
  • Q2. Prepare core DevOps tools & Have proper knowledge about a specific cloud + learn k8s

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident & be approachable in interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Go,aws, kubernetes, docker, terraform, git

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

Find element in a linkedList , Reverse a linkedList

Round 2 - Technical 

(1 Question)

  • Q1. Experience in python, Some python related questions and bash scipting

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about cloud python and ai tools
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
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

    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
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed before Jul 2022. There were 4 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 tips
    Round 2 - Coding Test 

    Binary Tree , Stacks & Queues , Recursion

    Round 3 - Technical 

    (1 Question)

    • Q1. DSA Questions and Interview question on Networking
    Round 4 - HR 

    (1 Question)

    • Q1. Basic HR Questions that you will get
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    2 questions linked list and 2nd max element

    Round 2 - Technical 

    (2 Questions)

    • Q1. Cloud computing topics
    • Q2. Quick sort coding

    ChicMic Interview FAQs

    How many rounds are there in ChicMic Devops Engineer interview?
    ChicMic interview process usually has 2 rounds. The most common rounds in the ChicMic interview process are Aptitude Test and One-on-one Round.

    Tell us how to improve this page.

    ChicMic Devops Engineer Interview Process

    based on 1 interview

    Interview experience

    1
      
    Bad
    View more

    Interview Questions from Similar Companies

    BYJU'S Interview Questions
    3.1
     • 2.1k Interviews
    Flipkart Interview Questions
    3.9
     • 1.3k Interviews
    Paytm Interview Questions
    3.3
     • 752 Interviews
    Swiggy Interview Questions
    3.8
     • 428 Interviews
    PolicyBazaar Interview Questions
    3.6
     • 359 Interviews
    BigBasket Interview Questions
    3.9
     • 359 Interviews
    Zomato Interview Questions
    3.8
     • 312 Interviews
    Ola Cabs Interview Questions
    3.4
     • 139 Interviews
    MakeMyTrip Interview Questions
    3.7
     • 122 Interviews
    BookMyShow Interview Questions
    4.0
     • 23 Interviews
    View all

    ChicMic Devops Engineer Reviews and Ratings

    based on 2 reviews

    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 2 Reviews and Ratings
    Associate Software Engineer
    32 salaries
    unlock blur

    ₹3.6 L/yr - ₹9 L/yr

    Associate Software Developer
    22 salaries
    unlock blur

    ₹3.6 L/yr - ₹6.5 L/yr

    Software Developer
    12 salaries
    unlock blur

    ₹3 L/yr - ₹9.9 L/yr

    Software Engineer
    11 salaries
    unlock blur

    ₹3 L/yr - ₹13 L/yr

    Senior Software Engineer
    8 salaries
    unlock blur

    ₹5 L/yr - ₹8 L/yr

    Explore more salaries
    Compare ChicMic with

    Flipkart

    3.9
    Compare

    Paytm

    3.3
    Compare

    Ola Cabs

    3.4
    Compare

    Zomato

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