Upload Button Icon Add office photos

Filter interviews by

CtrlS Devops Engineer Interview Questions, Process, and Tips

Updated 28 Jan 2023

CtrlS Devops Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 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 - Technical 

(7 Questions)

  • Q1. What are environments in Azure Devops (pipelines)
  • Ans. 

    Environments in Azure DevOps are logical groups of resources where code is deployed and tested.

    • Environments can be created for different stages of the development process, such as development, testing, staging, and production.

    • Each environment can have its own set of resources, such as virtual machines, databases, and storage accounts.

    • Environments can be configured to automatically deploy code from a pipeline or manuall...

  • Answered by AI
  • Q2. How do you establish service connection? why do you give spn in Devops? what is the use of it?
  • Ans. 

    Establishing service connection involves configuring the service principal name (SPN) in DevOps.

    • Service connection is established by configuring the SPN in DevOps.

    • SPN is used to uniquely identify a service instance in a network environment.

    • It allows DevOps to authenticate and authorize the service instance.

    • SPN is also used to delegate authentication to other services.

    • Examples of services that require SPN include SQL Se

  • Answered by AI
  • Q3. Difference between git fetch and git pull difference between git clone and git remote
  • Ans. 

    git fetch vs git pull and git clone vs git remote

    • git fetch downloads the changes from the remote repository but does not merge them with the local branch

    • git pull downloads the changes and merges them with the local branch

    • git clone creates a copy of the remote repository on the local machine

    • git remote is used to manage the remote repositories that a local repository is connected to

  • Answered by AI
  • Q4. How do you get conflicts in git. scenarios
  • Ans. 

    Conflicts in Git occur when two or more people make changes to the same file or code at the same time.

    • Conflicts can occur when merging branches or pulling changes from a remote repository.

    • Git will notify you of conflicts and you must manually resolve them by editing the affected files.

    • Conflicts can be avoided by communicating with team members and establishing a clear workflow.

    • Using Git's branching and merging features

  • Answered by AI
  • Q5. Kubernetes- what are autoscaling methods used. explain
  • Ans. 

    Autoscaling methods in Kubernetes include Horizontal Pod Autoscaler (HPA), Cluster Autoscaler, and Vertical Pod Autoscaler (VPA).

    • Horizontal Pod Autoscaler (HPA) scales the number of pods based on CPU utilization or custom metrics

    • Cluster Autoscaler scales the number of nodes in a cluster based on resource utilization

    • Vertical Pod Autoscaler (VPA) adjusts the resource requests and limits of containers based on usage patte...

  • Answered by AI
  • Q6. How do you deploy webapp into k8s
  • Ans. 

    Deploy webapp into k8s by creating a deployment YAML file and applying it using kubectl command.

    • Create a Docker image of the webapp

    • Create a deployment YAML file with necessary specifications like image, replicas, ports, etc.

    • Apply the deployment YAML file using kubectl apply command

    • Expose the deployment using a service YAML file with necessary specifications like type, ports, etc.

    • Apply the service YAML file using kubect

  • Answered by AI
  • Q7. What is the cluster version? how many clusters and nodes are there in your project who manages the master node how many master nodes are there
  • Ans. 

    The cluster version, number of clusters and nodes, management of master node, and number of master nodes in the project.

    • The cluster version refers to the version of the software used to manage the cluster.

    • The number of clusters and nodes depends on the project requirements.

    • The master node is managed by the DevOps team or the system administrator.

    • The number of master nodes can vary depending on the project's high availa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interviewer has no professionalism. when we are not able to answer any question, he gets angry and impatient.

Skills evaluated in this interview

Interview questions from similar companies

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

(3 Questions)

  • Q1. About Your project
  • Q2. CI/CD,AWS,Docker
  • Q3. Any certification
  • Ans. 

    Yes, I have obtained the AWS Certified DevOps Engineer - Professional certification.

    • Obtained AWS Certified DevOps Engineer - Professional certification

    • Certification validates expertise in implementing and managing continuous delivery systems on AWS

    • Demonstrates ability to automate security controls, governance processes, and compliance validation

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Projects,Platforms,Docker
  • Q2. About your skills in platforms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever you have written in your resume
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?
  • Ans. 

    DevOps is needed in an organization to improve collaboration between development and operations teams, increase efficiency, and deliver high-quality software faster.

    • Improves collaboration between development and operations teams

    • Increases efficiency in software development and deployment processes

    • Helps in delivering high-quality software faster

    • Automates repetitive tasks to reduce manual errors

    • Facilitates continuous inte...

  • Answered by AI
  • Q2. What is the difference between ADD vs COPY?
  • Ans. 

    ADD and COPY are Dockerfile instructions used to copy files and directories into a Docker image, but they have some key differences.

    • ADD allows for URLs and automatically extracts compressed files, while COPY only works with local files

    • COPY is recommended for copying local files and directories into an image, while ADD is more versatile but can be less predictable

    • ADD can be used to download files from the internet and a

  • Answered by AI
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
  • Q2. Write a CI/CD Pipeline code for a 3 tier application
  • Q3. Difference between NSG and ASG

Interview Preparation Tips

Topics to prepare for Tiger Analytics Devops Engineer interview:
  • CI/CD
  • Azure
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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. In k8s and onpremises
  • Ans. 

    Kubernetes (k8s) is a container orchestration platform for managing containerized applications, while on-premises refers to running applications on local servers.

    • Kubernetes (k8s) is used for automating deployment, scaling, and management of containerized applications.

    • On-premises refers to running applications on local servers within an organization's own data center.

    • Kubernetes can be deployed both on-premises and in th...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Devops cloud azure
  • Q2. Terraform cloud azure
Round 3 - Technical 

(2 Questions)

  • Q1. Iaac terraform gcp
  • Q2. Iaac terraform gcp pipelien
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All question was for db

CtrlS Interview FAQs

How many rounds are there in CtrlS Devops Engineer interview?
CtrlS interview process usually has 2 rounds. The most common rounds in the CtrlS interview process are Resume Shortlist and Technical.
What are the top questions asked in CtrlS Devops Engineer interview?

Some of the top questions asked at the CtrlS Devops Engineer interview -

  1. what is the cluster version? how many clusters and nodes are there in your proj...read more
  2. difference between git fetch and git pull difference between git clone and git ...read more
  3. kubernetes- what are autoscaling methods used. expl...read more

Tell us how to improve this page.

CtrlS Devops Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
CtrlS Devops Engineer Salary
based on 6 salaries
₹4.5 L/yr - ₹8.5 L/yr
26% less than the average Devops Engineer Salary in India
View more details

CtrlS Devops Engineer Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.5

Salary

4.5

Job security

4.3

Company culture

4.5

Promotions

4.4

Work satisfaction

Explore 6 Reviews and Ratings
Associate Engineer
77 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Shift Manager
64 salaries
unlock blur

₹6.5 L/yr - ₹17.5 L/yr

Assistant Manager
62 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Program Manager
52 salaries
unlock blur

₹5.8 L/yr - ₹21.4 L/yr

Senior Manager
40 salaries
unlock blur

₹11.1 L/yr - ₹40 L/yr

Explore more salaries
Compare CtrlS with

Web Werks

2.6
Compare

Sify Technologies

3.8
Compare

Nxtgen Datacenter Cloud Technologies

3.6
Compare

STT Global Data Centres India

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