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
3.8

based on 579 Reviews

Filter interviews by

TO THE NEW AWS Devops Engineer Interview Questions and Answers

Updated 15 Sep 2021

TO THE NEW AWS Devops Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. Aws services like Ec2 , VPN, RDS and Route 53
  • Q2. Basic linux commands Working of Docker and Ansible

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask you more scenario based questions

Interview questions from similar companies

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

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Why DevOps is needed in an organisation?
  • Q2. What is the difference between ADD vs COPY?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a DevOps Engineer with 5 years of experience in automating, optimizing, and monitoring software development processes.

    • 5 years of experience in DevOps

    • Proficient in automating software development processes

    • Skilled in optimizing and monitoring systems

    • Strong knowledge of CI/CD pipelines

    • Experience with tools like Jenkins, Docker, Kubernetes

  • Answered by AI
  • Q2. Write a CI/CD Pipeline code for a 3 tier application
  • Ans. 

    A CI/CD Pipeline code for a 3 tier application

    • Use a version control system like Git to store the application code

    • Set up a CI tool like Jenkins to automate the build process

    • Define stages in the pipeline for building, testing, and deploying each tier of the application

    • Leverage tools like Docker for containerization and Kubernetes for orchestration

    • Implement automated testing at each stage to ensure code quality and reliab

  • Answered by AI
  • Q3. Difference between NSG and ASG
  • Ans. 

    NSG stands for Network Security Group and is used to control inbound and outbound traffic to Azure resources. ASG stands for Availability Set Group and is used to ensure high availability of virtual machines.

    • NSG controls traffic by setting rules for inbound and outbound traffic based on source and destination IP addresses, ports, and protocols.

    • ASG groups virtual machines together to ensure high availability by distribu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tiger Analytics Devops Engineer interview:
  • CI/CD
  • Azure

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hour.
Technical questions on AWS, Python Pseudocode, Docker, Kubernetes, Linux commands and git commands.

Round 2 - Technical 

(3 Questions)

  • Q1. Aws services and how to create and launch EC2 instances
  • Ans. 

    AWS services include EC2 for virtual servers. To create and launch EC2 instances, use the AWS Management Console, CLI, or SDK.

    • Access the AWS Management Console and navigate to the EC2 dashboard

    • Click on 'Launch Instance' to choose an Amazon Machine Image (AMI), instance type, and configure instance details

    • Review and launch the instance, selecting key pair for SSH access

    • Use AWS CLI or SDK to create and launch EC2 instanc

  • Answered by AI
  • Q2. Git and Linux commands
  • Q3. Docker related concepts
Round 3 - Technical 

(2 Questions)

  • Q1. In depth about my projects and previous internship and its project
  • Q2. In depth of AWS cloud , VPC, Advance Git and Linux commands

Interview Preparation Tips

Topics to prepare for HashedIn by Deloitte Devops Engineer interview:
  • AWS
  • Docker
  • Git Commands
  • Linux
  • Kubernetes
Interview preparation tips for other job seekers - Prepare on AWS concepts, Docker and also learn concepts on Kubernetes, Linux and Git commands. Thorough with your college projects and internship projects.

Skills evaluated in this interview

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
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Devops and how do you use
  • 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 involves continuous integration, continuous delivery, and continuous deployment.

    • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

  • Answered by AI
  • Q2. Explain k8s in your infratsru
  • Ans. 

    K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration files to define the desired state of the a...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. About RBAC , Kubernetes other techincal stuff

TO THE NEW Interview FAQs

What are the top questions asked in TO THE NEW AWS Devops Engineer interview?

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

  1. Basic linux commands Working of Docker and Ansi...read more
  2. Aws services like Ec2 , VPN, RDS and Route...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 TO THE NEW interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
555 salaries
unlock blur

₹4 L/yr - ₹13.9 L/yr

Senior Software Engineer
545 salaries
unlock blur

₹9 L/yr - ₹27.5 L/yr

Associate Technical Leader
233 salaries
unlock blur

₹12.4 L/yr - ₹35.4 L/yr

Senior Quality Engineer
164 salaries
unlock blur

₹7 L/yr - ₹22.5 L/yr

Devops Engineer
153 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.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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