Upload Button Icon Add office photos
Engaged Employer

i

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

Globant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Globant Senior Devops Engineer Interview Questions and Answers

Updated 2 Feb 2025

Globant Senior Devops Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Related to current Job and work
  • Q2. Related to current CTC
Round 2 - Technical 

(4 Questions)

  • Q1. Docker questions
  • Q2. Kubernetes questions
  • Q3. Terraform questions
  • Q4. AWS account
Round 3 - One-on-one 

(2 Questions)

  • Q1. Docker kubernetes AWS terraform
  • Q2. Personal questions related to how I work and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident do you homework
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. DevOps questions
Round 2 - One-on-one 

(1 Question)

  • Q1. DevOps questions
Round 3 - One-on-one 

(1 Question)

  • Q1. DevOps questions

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 questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cicd pipeline and describe cicd in detail.
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to deliver code changes more frequently and reliably.

    • CI/CD stands for Continuous Integration/Continuous Delivery.

    • CI involves automatically building and testing code changes frequently to catch errors early.

    • CD involves automatically deploying code changes to production after passing tests.

    • CI/CD pipelines typically include stages like build, test, deplo...

  • Answered by AI
  • Q2. What is dif bet cmd and entry point
  • Ans. 

    CMD is used to provide default arguments for an executing container, while ENTRYPOINT is used to specify the command that will run when the container starts.

    • CMD is optional and can be overridden during container runtime

    • ENTRYPOINT is required and cannot be overridden during container runtime

    • CMD can be used to provide default arguments to the ENTRYPOINT command

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asking questions from Google.

Skills evaluated in this interview

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

I was interviewed before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Python or Shell Scripting
  • Q2. Redhat Openshift Architecture
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins basic scenario questions, Plugins, Shared Libraries.
  • Q2. Python or Shell Scripting basic
  • Q3. What challenges did you face in your current org?
  • Ans. 

    I faced challenges with outdated infrastructure, lack of automation, and siloed teams.

    • Outdated infrastructure caused frequent downtime and performance issues.

    • Lack of automation led to manual, error-prone processes and slow deployments.

    • Siloed teams resulted in communication gaps and inefficiencies in collaboration.

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Strength and Weakness?
  • Ans. 

    Strength - Problem-solving skills, Weakness - Overcommitting

    • Strength: Strong problem-solving skills - able to analyze complex issues and find effective solutions

    • Weakness: Tendency to overcommit - sometimes take on too many tasks at once and struggle to meet deadlines

  • Answered by AI
  • Q2. Why Synechron?
  • Ans. 

    Synechron is a leading digital consulting firm with a strong focus on innovation and cutting-edge technology solutions.

    • Synechron has a reputation for delivering high-quality digital solutions to clients across various industries.

    • The company values innovation and encourages employees to think outside the box.

    • Synechron offers opportunities for professional growth and development through training and mentorship programs.

  • Answered by AI
  • Q3. What challenges did you face working with Development and Operation team?
  • Ans. 

    Collaboration challenges between Development and Operation teams

    • Communication gaps leading to misunderstandings

    • Conflicting priorities and timelines

    • Resistance to change from either team

    • Lack of shared goals and objectives

    • Difficulty in integrating new technologies or processes

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about docker
Round 2 - Technical 

(1 Question)

  • Q1. What is kubectl
  • Ans. 

    kubectl is a command line tool for interacting with Kubernetes clusters.

    • Used to deploy applications, inspect and manage cluster resources, and view logs.

    • Can be used to create, delete, and update resources in a Kubernetes cluster.

    • Allows for scaling deployments, rolling updates, and debugging applications.

    • Provides access to cluster information such as nodes, pods, services, and namespaces.

  • Answered by AI

Skills evaluated in this interview

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
Contribute & help others!
anonymous
You can choose to be anonymous

Globant Interview FAQs

How many rounds are there in Globant Senior Devops Engineer interview?
Globant interview process usually has 3 rounds. The most common rounds in the Globant interview process are One-on-one Round, HR and Technical.
How to prepare for Globant 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 Globant. The most common topics and skills that interviewers at Globant expect are Kubernetes, Devops, Linux, Python and Powershell.
What are the top questions asked in Globant Senior Devops Engineer interview?

Some of the top questions asked at the Globant Senior Devops Engineer interview -

  1. Docker kubernetes AWS terraf...read more
  2. Docker questi...read more
  3. Related to current ...read more

Recently Viewed

INTERVIEWS

Thales

No Interviews

INTERVIEWS

Thales

No Interviews

SALARIES

Larsen & Toubro Limited

INTERVIEWS

Revv

No Interviews

INTERVIEWS

Thales

No Interviews

INTERVIEWS

Globant

No Interviews

INTERVIEWS

Thales

No Interviews

SALARIES

Emerson Electric Co.

SALARIES

ABB

SALARIES

ABB

Tell us how to improve this page.

Globant Senior Devops Engineer Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
Globant Senior Devops Engineer Salary
based on 173 salaries
₹11.3 L/yr - ₹36.5 L/yr
33% more than the average Senior Devops Engineer Salary in India
View more details

Globant Senior Devops Engineer Reviews and Ratings

based on 23 reviews

3.4/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.5

Salary

3.3

Job security

3.5

Company culture

2.8

Promotions

3.2

Work satisfaction

Explore 23 Reviews and Ratings
Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
294 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
254 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Automation Test Engineer
210 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Globant with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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