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

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. My Profile is AzureDevOps and interviewer asked me questions on Jenkins and Groovy Scripting
  • Q2. Interviewer is not aware of JD and my profile
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Azure Databricks Configuration related question
Round 2 - Technical 

(2 Questions)

  • Q1. Azure Databricks
  • Q2. Python Coding Q&As
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 5 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 - Aptitude Test 

There was an aptitude test with math, English and logical reasoning problems.

Round 3 - Coding Test 

A brief round of coding test based on language of your choice.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Managerial discussion
  • Q2. Regarding previous experience
  • Q3. Scenario based fitment questions
  • Q4. Behavioral questions
Round 5 - HR 

(1 Question)

  • Q1. This was a weird one, conducted over a 2 minute call on phone

Interview Preparation Tips

Interview preparation tips for other job seekers - Super weird interview experience. After all the rounds they reached out to me after 1 month offering just 5% hike whilst in the screening phase itself I had confirmed on no less than 50%. An unbelievably unprofessional and sluggish interview experience. A complete waste of time.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. No proper questions
  • Q2. They trick you if you now answers
  • Q3. What is java and help me understand your project worked on Maven tool
  • Q4. What are the challenges you havefaced in your previous project
  • Q5. Spme Troubleshooting scenarios on CI CD part

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ignore the interview they do not take you on projects.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure high available of eks cluster.
  • Ans. 

    To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

    • Utilize multiple availability zones to distribute workload and ensure redundancy.

    • Implement auto-scaling to automatically adjust resources based on demand.

    • Use managed node groups to simplify node management and ensure high availability.

    • Set up monitoring and al...

  • Answered by AI
  • Q2. What are liveness and readiness probe
  • Ans. 

    Liveness and readiness probes are used in Kubernetes to check the health of containers.

    • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

    • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

    • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a long process

Skills evaluated in this interview

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

(1 Question)

  • Q1. Hiw can you ensure high availability and scalability during deploying an application.
  • Ans. 

    To ensure high availability and scalability during deploying an application, utilize load balancing, auto-scaling, fault tolerance, and monitoring.

    • Implement load balancing to distribute traffic evenly across multiple servers.

    • Utilize auto-scaling to automatically adjust the number of instances based on traffic demand.

    • Design for fault tolerance by using redundant components and failover mechanisms.

    • Monitor the application...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is docker, what is DevOps
  • Ans. 

    Docker is a containerization platform that allows applications to be packaged and run in isolated environments. DevOps is a software development methodology that focuses on collaboration, automation, and integration between development and operations teams.

    • Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

    • Containers allow a developer to package up an application wit...

  • Answered by AI
  • Q2. Difference between git and sub git
  • Ans. 

    Git is a version control system used for tracking changes in source code, while Subversion (SVN) is another version control system with similar features.

    • Git is distributed, allowing for offline work and faster branching and merging.

    • Subversion is centralized, requiring a network connection for most operations.

    • Git uses a staging area for changes before committing, while Subversion commits changes directly to the reposito...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview

Skills evaluated in this interview

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

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

₹3.5 L/yr - ₹13.6 L/yr

Senior Software Engineer
559 salaries
unlock blur

₹8.6 L/yr - ₹27.5 L/yr

Associate Technical Leader
219 salaries
unlock blur

₹13.5 L/yr - ₹36 L/yr

Senior Quality Engineer
161 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Devops Engineer
157 salaries
unlock blur

₹4.5 L/yr - ₹14.5 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