Upload Button Icon Add office photos

Filter interviews by

Kratos Ads Devops Engineer Interview Questions and Answers

Updated 13 Mar 2024

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 - Technical 

(2 Questions)

  • Q1. They asked me to write a dockerfile
  • Q2. Minimal questions about linux

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on linux and k8s
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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Pods are the smallest deployabl...

  • Answered by AI
  • Q2. Types of instances in AWS
  • Ans. 

    Types of instances in AWS include On-Demand Instances, Reserved Instances, and Spot Instances.

    • On-Demand Instances: Pay for compute capacity by the hour or second with no long-term commitments.

    • Reserved Instances: Reserve capacity for 1 or 3 years in exchange for a significant discount.

    • Spot Instances: Bid on unused EC2 capacity and potentially save up to 90% compared to On-Demand prices.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Devops Engineer interview:
  • Kubernetes
  • AWS
  • prometheus
  • grafana
Interview preparation tips for other job seekers - prepare your skills what you wrote in resume that's it.

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
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. S3 storage class
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is node affinity?
  • Ans. 

    Node affinity is a feature in Kubernetes that allows pods to be scheduled onto nodes based on labels assigned to nodes.

    • Node affinity is used to ensure that pods are scheduled onto nodes that meet certain criteria specified in the pod's affinity rules.

    • There are two types of node affinity: requiredDuringSchedulingIgnoredDuringExecution and preferredDuringSchedulingIgnoredDuringExecution.

    • Node affinity rules can be based o...

  • Answered by AI
  • Q2. What is security groups?
  • Ans. 

    Security groups are virtual firewalls that control inbound and outbound traffic for instances in a cloud network.

    • Security groups are used to control traffic at the instance level.

    • They act as virtual firewalls for instances in a cloud network.

    • They allow you to specify which traffic is allowed to reach your instances.

    • You can define rules for inbound and outbound traffic based on protocols, ports, and IP addresses.

    • Securit...

  • Answered by AI

Skills evaluated in this interview

Kratos Ads Interview FAQs

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

Tell us how to improve this page.

Assistant Manager
3 salaries
unlock blur

₹5.1 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Kratos Ads with

Cognizant

3.8
Compare

Deloitte

3.8
Compare

Ernst & Young

3.5
Compare

Teleperformance

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview