Upload Button Icon Add office photos
Engaged Employer

i

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

TO THE NEW Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TO THE NEW Senior Devops Engineer Interview Questions, Process, and Tips

Updated 7 Sep 2024

Top TO THE NEW Senior Devops Engineer Interview Questions and Answers

TO THE NEW Senior Devops Engineer Interview Experiences

3 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes components
  • Ans. 

    Kubernetes components are essential parts of the Kubernetes architecture that work together to manage containerized applications.

    • Kubelet: Agent that runs on each node in the cluster and ensures containers are running.

    • Kube-Proxy: Network proxy that maintains network rules on nodes.

    • Kubernetes API Server: Component that exposes the Kubernetes API.

    • Controller Manager: Component that manages different types of controllers.

    • Sc...

  • Answered by AI
  • Q2. Scenario based quesitons

Interview Preparation Tips

Interview preparation tips for other job seekers - better to be prepared on coding

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Current projects
  • Q2. Briefing the same
Round 2 - HR 

(2 Questions)

  • Q1. Normal behavioural question
  • Q2. Expectations about the role

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is the difference between readiness and liveliness probe?
  • Ans. 

    Readiness probe checks if a container is ready to serve traffic, while liveness probe checks if a container is alive and healthy.

    • Readiness probe is used to determine when a container is ready to start accepting traffic.

    • Liveness probe is used to determine if a container is still running and healthy.

    • Readiness probe is often used to delay traffic until the container is fully ready.

    • Liveness probe is used to restart contain...

  • Answered by AI
  • Q2. What is the difference between tcp and http probing?
  • Ans. 

    TCP probing is a low-level network protocol used to check if a port is open, while HTTP probing is a higher-level protocol used to check if a web server is responding.

    • TCP probing involves sending a TCP packet to a specific port on a target host and waiting for a response.

    • HTTP probing involves sending an HTTP request to a web server and checking for a valid response code (e.g. 200 OK).

    • TCP probing is more generic and can...

  • Answered by AI
  • Q3. What is persistent volume and can we attach same volume in different pods?
  • Ans. 

    Persistent volume is storage that exists beyond the lifecycle of a pod and can be attached to different pods.

    • Persistent volume is a storage resource in Kubernetes that exists beyond the lifecycle of a pod.

    • It allows data to persist even after the pod is deleted or restarted.

    • Persistent volumes can be dynamically provisioned or statically defined.

    • Yes, the same persistent volume can be attached to different pods as long as

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They mainly focused on AWS, Terraform , Kubernetes and Jenkins

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ingress and how sidecar container works ?
  • Ans. 

    Ingress is a Kubernetes resource that manages external access to services, and a sidecar container is a secondary container that runs alongside the main container in a pod.

    • Ingress is a Kubernetes resource that acts as an API gateway for incoming traffic to services within the cluster.

    • Ingress controllers are responsible for implementing the rules specified in the Ingress resource.

    • Sidecar containers are additional contai...

  • Answered by AI
  • Q2. How services works in k8s
  • Ans. 

    Services in k8s are abstractions that define a set of pods and a policy for accessing them.

    • Services allow communication between different parts of an application within a Kubernetes cluster.

    • They provide a stable endpoint for accessing a set of pods, even if the pods are scaled up or down.

    • Services can be of different types such as ClusterIP, NodePort, LoadBalancer, and ExternalName.

    • ClusterIP services expose the service ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. About CI & CD process in jenkins

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Senior Devops Engineer interview:
  • Jenkins
  • sonarqube
  • git
  • nexus
  • kubernetes
  • docker

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Should be strong in devops life cycle
  • Q2. Package discussion, reason for resigning current company
Round 2 - HR 

(1 Question)

  • Q1. Reason for job change

Interview Preparation Tips

Interview preparation tips for other job seekers - What we mention in the resume we should be strong

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Terraform templates to create aks
  • Ans. 

    Terraform templates can be used to create AKS clusters.

    • Use the azurerm_kubernetes_cluster resource in Terraform to create an AKS cluster.

    • Specify the required parameters such as resource group, location, node count, and node size.

    • Use the azurerm_kubernetes_service_principal resource to create a service principal for the AKS cluster.

    • Use the azurerm_kubernetes_cluster_node_pool resource to create node pools with specific ...

  • Answered by AI
  • Q2. OpenShift Source to Image
  • Q3. Jenkins pipeline end to end
  • Q4. Ansible taks done in project
  • Ans. 

    Ansible was extensively used in the project for configuration management and automation.

    • Automated deployment of applications using Ansible playbooks

    • Configuration management of servers using Ansible roles

    • Automated backup and restore of databases using Ansible scripts

    • Automated provisioning of infrastructure using Ansible modules

  • Answered by AI
  • Q5. Handled team size and DevSecOps
Round 2 - Technical 

(3 Questions)

  • Q1. Shell script concepts
  • Q2. Istio Service Mesh , Kubernetes Troubleshooting
  • Q3. Docker file creation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Terraform , Azure DevOps concept, do hands on on Azure DevOps , should hv good understanding and experience of Jenkins and Kubernetes

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Walk through on recent technical skills
  • Ans. 

    I have recently worked on implementing CI/CD pipelines using Jenkins, Docker, and Kubernetes.

    • Implemented Jenkins pipelines for automating build, test, and deployment processes

    • Utilized Docker for containerization of applications and services

    • Managed Kubernetes clusters for container orchestration

    • Integrated monitoring and logging tools like Prometheus and ELK stack

  • Answered by AI

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

They given me assignment related to my job

Interview Preparation Tips

Interview preparation tips for other job seekers - They will only raise questions from the task you did in your previous organization. Practice on every type of skills you added in you resume.
Contribute & help others!
anonymous
You can choose to be anonymous

TO THE NEW Interview FAQs

How many rounds are there in TO THE NEW Senior Devops Engineer interview?
TO THE NEW interview process usually has 1-2 rounds. The most common rounds in the TO THE NEW interview process are One-on-one Round and HR.
How to prepare for TO THE NEW 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 TO THE NEW. The most common topics and skills that interviewers at TO THE NEW expect are AWS, Ansible, Cost Optimization, Devops and Jenkins.
What are the top questions asked in TO THE NEW Senior Devops Engineer interview?

Some of the top questions asked at the TO THE NEW Senior Devops Engineer interview -

  1. What is persistent volume and can we attach same volume in different po...read more
  2. What is the difference between readiness and liveliness pro...read more
  3. What is the difference between tcp and http probi...read more

Recently Viewed

INTERVIEWS

Bentley Systems

No Interviews

INTERVIEWS

Pitney Bowes

No Interviews

INTERVIEWS

Bentley Systems

No Interviews

INTERVIEWS

J&F

No Interviews

INTERVIEWS

TO THE NEW

No Interviews

INTERVIEWS

HCL Foundation

No Interviews

SALARIES

Manikaran Power Limited

INTERVIEWS

TO THE NEW

No Interviews

SALARIES

Bentley Systems

INTERVIEWS

Manikaran Power Limited

No Interviews

Tell us how to improve this page.

TO THE NEW Senior Devops Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • One-on-one Round
View more
TO THE NEW Senior Devops Engineer Salary
based on 60 salaries
₹8 L/yr - ₹25 L/yr
At par with the average Senior Devops Engineer Salary in India
View more details

TO THE NEW Senior Devops Engineer Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

4.3

Skill development

3.9

Work-life balance

4.5

Salary

3.9

Job security

4.3

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
561 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
556 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Leader
219 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Engineer
175 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TO THE NEW with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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