Upload Button Icon Add office photos

Filter interviews by

Observe.AI Senior Devops Engineer Interview Questions and Answers

Updated 12 Jul 2024

Observe.AI Senior Devops Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Delete duplicate files inside a nested directory structure, it was taken by the director. Then he discussed some open ended questions like why K8s use etcd instead of mysql

Round 2 - Technical 

(1 Question)

  • Q1. Explain how karpenter works in eks
  • Ans. 

    Karpenter is a Kubernetes cluster autoscaler that works with EKS to automatically adjust the number of nodes based on workload

    • Karpenter monitors the resource usage of pods in the cluster

    • It automatically scales the number of nodes up or down based on the workload

    • Karpenter integrates with EKS to manage the underlying EC2 instances

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is VPC endpoint and explain its URL
  • Ans. 

    VPC endpoint is a virtual device within a VPC that allows private connectivity to AWS services without needing an internet gateway or NAT device.

    • VPC endpoint enables instances in a VPC to communicate with AWS services privately.

    • It provides a secure and scalable way to access AWS services without exposing them to the public internet.

    • VPC endpoint URLs typically follow the format 'vpce-xxxxxxxx.service.region.vpce.amazona

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Oct 2023. There were 7 interview rounds.

Round 1 - Coding Test 

Hacker rank based coding round having 3 python based and 1 kubernetes based question

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Cloud, Kubernetes
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Cloud, networking, Kubernetes
Round 4 - Coding Test 

This was done on screen share and given a problem solving question based on DSA

Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring Manager round
Round 6 - One-on-one 

(1 Question)

  • Q1. Hiring manager round with bit of tech and culture check
Round 7 - HR 

(1 Question)

  • Q1. Things like why ObserveAI, why looking for a change, etc

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. how to trigger a pipeline from specific version of Application co ... read more
Q3. what is ingress in Kubernetes and how does it helps us while we d ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. Default inbound/outbound NSG rules when we deploy VM with NSG? Ex ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to devops tools such as azure terraform kubernetes.
  • Q2. Java concurrency and exception handling
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join this organization?
  • Q2. Expected salary
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Some coding questions, devops mcqs and coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. What is Devops?
  • Ans. 

    Devops is a software development methodology that combines software development (Dev) with IT operations (Ops) to shorten the systems development life cycle.

    • Devops focuses on collaboration, communication, and integration between software developers and IT operations teams.

    • It aims to automate the process of software delivery and infrastructure changes to improve the speed and quality of software development.

    • Devops pract...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic shell, DevOps related questions
  • Q2. Scripting related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

45 min test with 4 sections

Round 2 - Technical 

(1 Question)

  • Q1. Questions on terraform azure devops, aws
Round 3 - HR 

(1 Question)

  • Q1. Normal HR discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

All people smile in my happy and etc .

Round 2 - One-on-one 

(6 Questions)

  • Q1. Self introduction in my life
  • Q2. My name is rajeshwari I am coming from kalugumalai currently I am staying in Chennai I completed in bsc computer science i family background is good
  • Q3. Ambition my ambition is IT company recruitment
  • Q4. Code full details tell me about
  • Ans. 

    Code full details refer to providing a comprehensive explanation of a piece of code.

    • Code full details involve explaining the purpose, functionality, and implementation of a specific code snippet.

    • It includes discussing the variables, functions, logic, and overall structure of the code.

    • Providing examples of input/output and expected behavior can help in explaining code full details.

  • Answered by AI
  • Q5. I am studying in web developement
  • Q6. Work experience Mill work Forest work Marketing Online business
Round 3 - One-on-one 

(1 Question)

  • Q1. Match box Mill work Forest work

Interview Preparation Tips

Topics to prepare for Classplus Web Developer interview:
  • Self introduction
Interview preparation tips for other job seekers - All people get your coming soon
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Testing you general IQ with aptitude exam along with java MCQ exams

Round 2 - Group Discussion 

Discussed about the projects done during engineering

Round 1 - Technical 

(5 Questions)

  • Q1. Devops Aws and Maveen linux and Nexus and sonarqube and tomcat and jenkins
  • Q2. What is maven What is maven default port no
  • Ans. 

    Maven is a build automation tool used primarily for Java projects. It manages project dependencies and builds the project.

    • Maven is based on the concept of a Project Object Model (POM) file, which describes the project structure and dependencies.

    • It uses a centralized repository called Maven Central to download dependencies.

    • Maven can be used to compile, test, package, and deploy Java applications.

    • It provides a consistent...

  • Answered by AI
  • Q3. How to create soft link and hardlink How to create empty file in Linux?
  • Ans. 

    To create a soft link, use the 'ln -s' command. To create a hard link, use the 'ln' command. To create an empty file, use the 'touch' command.

    • To create a soft link: ln -s

    • To create a hard link: ln

    • To create an empty file: touch

Answered by AI
  • Q4. How to create the sub directories using mkdir command?
  • Ans. 

    To create sub directories using mkdir command, use the -p option followed by the directory path.

    • Use the command 'mkdir -p directory/subdirectory'

    • The -p option creates parent directories if they don't exist

    • Multiple subdirectories can be created at once using 'mkdir -p directory/subdirectory1/subdirectory2'

    • Use 'mkdir -m' option to set permissions for the directory

  • Answered by AI
  • Q5. What is the use of chmod and chown command? give me one example?
  • Ans. 

    chmod and chown commands are used to change file permissions and ownership respectively.

    • chmod command is used to change the permissions of a file or directory

    • chown command is used to change the ownership of a file or directory

    • Example: chmod 755 file.txt - This command gives read, write and execute permissions to the owner and read and execute permissions to group and others

    • Example: chown user1 file.txt - This command c

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Devops is good job

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    -

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

    Round 1 - Assignment 

    Need to convert psd into HTML and hosted in net

    Round 2 - HR 

    (2 Questions)

    • Q1. General Questions
    • Q2. Why you chose Yellow.ai.?

    Observe.AI Interview FAQs

    How many rounds are there in Observe.AI Senior Devops Engineer interview?
    Observe.AI interview process usually has 5 rounds. The most common rounds in the Observe.AI interview process are Technical, Coding Test and One-on-one Round.
    How to prepare for Observe.AI Senior 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 Observe.AI. The most common topics and skills that interviewers at Observe.AI expect are AWS, Docker, Jenkins, Kubernetes and Natural Language Processing.
    What are the top questions asked in Observe.AI Senior Devops Engineer interview?

    Some of the top questions asked at the Observe.AI Senior Devops Engineer interview -

    1. Explain how karpenter works in ...read more
    2. What is VPC endpoint and explain its ...read more
    3. Hiring manager round with bit of tech and culture ch...read more

    Tell us how to improve this page.

    Observe.AI Senior Devops Engineer Interview Process

    based on 3 interviews

    Interview experience

    3.3
      
    Average
    View more

    Interview Questions from Similar Companies

    Zoho Interview Questions
    4.3
     • 512 Interviews
    Freshworks Interview Questions
    3.5
     • 154 Interviews
    Innovaccer Interview Questions
    3.5
     • 80 Interviews
    NoBrokerHOOD Interview Questions
    3.3
     • 55 Interviews
    Vyapar Interview Questions
    3.5
     • 48 Interviews
    Zenoti Interview Questions
    3.0
     • 40 Interviews
    InMobi Interview Questions
    3.5
     • 35 Interviews
    View all
    Software Engineer
    4 salaries
    unlock blur

    ₹26.5 L/yr - ₹40 L/yr

    Software Development Engineer
    4 salaries
    unlock blur

    ₹28 L/yr - ₹32 L/yr

    Associate Product Manager
    4 salaries
    unlock blur

    ₹29 L/yr - ₹29 L/yr

    Market Research Analyst
    4 salaries
    unlock blur

    ₹3.5 L/yr - ₹5 L/yr

    Senior Integration Engineer
    4 salaries
    unlock blur

    ₹21.4 L/yr - ₹35 L/yr

    Explore more salaries
    Compare Observe.AI with

    Freshworks

    3.5
    Compare

    InMobi

    3.5
    Compare

    Zoho

    4.3
    Compare

    Druva

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