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
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
-
Process Duration
-
Result
-

I appeared for an interview 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
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes Jenkins gitlab concepts
  • Q2. Docker, swarm architecture, networking

Interview Questionnaire 

4 Questions

  • Q1. Azure Services
  • Q2. OOPS
  • Q3. Design Patterns
  • Q4. Angular Basics

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

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

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Indium Software Interview Questions
4.1
 • 187 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
View all
TO THE NEW Senior Devops Engineer Salary
based on 62 salaries
₹9.8 L/yr - ₹25 L/yr
6% less than 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
Senior Software Engineer
619 salaries
unlock blur

₹9 L/yr - ₹27.5 L/yr

Software Engineer
568 salaries
unlock blur

₹3.5 L/yr - ₹13.8 L/yr

Associate Technical Leader
219 salaries
unlock blur

₹13.8 L/yr - ₹36 L/yr

Senior Quality Engineer
178 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Devops Engineer
161 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Explore more salaries
Compare TO THE NEW with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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