Upload Button Icon Add office photos
Engaged Employer

i

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

kipi.ai Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

kipi.ai Devops Engineer Interview Questions and Answers

Updated 14 Jun 2024

kipi.ai Devops Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Asking about devsecops questions more

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

    I was interviewed before May 2023.

    Round 1 - Technical 

    (2 Questions)

    • Q1. It was basic techincal interview with basic coding questions
    • Q2. Find Fabonacci sum till 555
    • Ans. 

      The Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones, starting from 0 and 1.

      • Start with 0 and 1 as the first two numbers in the sequence

      • Add the previous two numbers to get the next number in the sequence

      • Continue this process until reaching the sum of 555

    • Answered by AI
    Round 2 - Technical 

    (1 Question)

    • Q1. DSA questions like DP and string manipulation questions

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It was HR round
    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
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    Go,aws, kubernetes, docker, terraform, git

    kipi.ai Interview FAQs

    How many rounds are there in kipi.ai Devops Engineer interview?
    kipi.ai interview process usually has 1 rounds. The most common rounds in the kipi.ai interview process are Technical.
    How to prepare for kipi.ai 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 kipi.ai. The most common topics and skills that interviewers at kipi.ai expect are AWS, Azure, Big Data, Data Warehousing and Docker.

    Tell us how to improve this page.

    kipi.ai Devops Engineer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more

    Interview Questions from Similar Companies

    BYJU'S Interview Questions
    3.1
     • 2.2k Interviews
    Flipkart Interview Questions
    4.0
     • 1.4k Interviews
    Paytm Interview Questions
    3.3
     • 776 Interviews
    Swiggy Interview Questions
    3.8
     • 439 Interviews
    BigBasket Interview Questions
    3.9
     • 357 Interviews
    PolicyBazaar Interview Questions
    3.6
     • 346 Interviews
    Zomato Interview Questions
    3.7
     • 322 Interviews
    Ola Cabs Interview Questions
    3.4
     • 143 Interviews
    MakeMyTrip Interview Questions
    3.7
     • 122 Interviews
    View all
    kipi.ai Devops Engineer Salary
    based on 5 salaries
    ₹6.2 L/yr - ₹18 L/yr
    46% more than the average Devops Engineer Salary in India
    View more details
    Senior Software Engineer
    142 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Lead Engineer
    90 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Software Engineer
    59 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Senior Leader Engineer
    55 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Solution Architect
    38 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare kipi.ai with

    Paytm

    3.3
    Compare

    Flipkart

    4.0
    Compare

    Ola Cabs

    3.4
    Compare

    Swiggy

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