Upload Button Icon Add office photos

Global Cloud Xchange

Compare button icon Compare button icon Compare

Filter interviews by

Global Cloud Xchange Devops Engineer Interview Questions and Answers

Updated 10 Feb 2024

Global Cloud Xchange Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image sheetal tarwate

posted on 5 Feb 2024

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain day to day of AvtDevops
  • Ans. 

    The day-to-day of AvtDevops involves managing and automating software development and IT operations processes.

    • Collaborating with development and operations teams to ensure smooth software delivery

    • Implementing and maintaining continuous integration and continuous deployment (CI/CD) pipelines

    • Monitoring and troubleshooting production systems

    • Automating infrastructure provisioning and configuration management

    • Implementing an...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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 Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain MessageQueue
  • Ans. 

    MessageQueue is a communication system that allows different software components to communicate by sending messages asynchronously.

    • MessageQueue helps in decoupling different components of a system.

    • It allows for asynchronous communication between components.

    • Messages are stored in a queue until they are processed by the receiving component.

    • Examples include RabbitMQ, Apache Kafka, and Amazon SQS.

  • Answered by AI
  • Q2. Design of Loadbalancer for Kubernetes
  • Ans. 

    Designing a Loadbalancer for Kubernetes involves using an Ingress Controller to route traffic to different services.

    • Use an Ingress Controller to manage external access to services within a Kubernetes cluster

    • Define Ingress resources to specify how incoming requests should be routed

    • Consider using a cloud provider's load balancer service for external traffic

    • Implement SSL termination and routing rules in the Ingress Contro

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you perform docker migration from one machine to another machine?
  • Ans. 

    Docker migration from one machine to another involves exporting the container as an image, transferring the image to the new machine, and then importing it.

    • Export the Docker container as an image using 'docker save' command

    • Transfer the image to the new machine using a secure method like SCP or Docker Hub

    • Import the image on the new machine using 'docker load' command

    • Run the container on the new machine using 'docker run

  • Answered by AI
  • Q2. How will you handle production deployment issues?
  • Ans. 

    I will troubleshoot the issue, identify the root cause, and work with the team to implement a solution while minimizing downtime.

    • Quickly assess the situation and gather relevant information

    • Identify the root cause of the deployment issue

    • Collaborate with team members to come up with a solution

    • Implement the solution while minimizing impact on production environment

    • Communicate with stakeholders about the issue and resoluti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Communications Devops Engineer interview:
  • Kubernetes
  • Linux

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Regarding AWS networking, Jenkins, Terraform, Linux
  • Q2. Write dockerfile to run python script.
  • Ans. 

    Dockerfile to run a Python script

    • Use a base Python image as the starting point

    • Copy the Python script into the container

    • Specify the command to run the Python script

  • Answered by AI
  • Q3. Run vs CMD vs ENTRYPOINT.
  • Ans. 

    Run vs CMD vs ENTRYPOINT are Docker instructions used to specify commands to be executed when a container is launched.

    • RUN is used to execute commands during the build of the image

    • CMD is used to provide default arguments for the entrypoint or to specify the command to run when the container starts

    • ENTRYPOINT is used to specify the executable that will run when the container starts, and CMD can be used to provide addition...

  • Answered by AI
  • Q4. How to upgrade kubernetes cluster version
  • Ans. 

    To upgrade a Kubernetes cluster version, you can use kubeadm tool or manually update each component.

    • Use kubeadm tool to upgrade the cluster version

    • Check the current version of the cluster using kubectl

    • Upgrade the control plane components first, followed by worker nodes

    • Ensure compatibility of applications with the new version before upgrading

    • Backup important data and configurations before upgrading

  • Answered by AI
  • Q5. Terraform file to provision ec2 instance and import existing instance with their configuration
  • Ans. 

    Use Terraform to provision ec2 instance and import existing instance with their configuration

    • Create a Terraform configuration file with necessary resources like aws_instance

    • Use the import command to import existing instance with their configuration

    • Update the Terraform configuration file with the imported instance details

    • Apply the Terraform configuration to provision the ec2 instance

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2021. 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 

(2 Questions)

  • Q1. Backup process flow,
  • Q2. Backup port no for SQL
  • Ans. 

    The backup port number for SQL is 1433.

    • The default backup port number for SQL is 1433.

    • This port number can be changed during installation or configuration.

    • It is important to ensure that the backup port is open and accessible for backup and restore operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In sify i have faced 2 round, one technical round and then HR round. both are very smooth and questions also very technical part.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions from backup technical part
  • Q2. All good in the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare with the topic which you are working.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Its about technical questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Its about technical questions
Round 3 - HR 

(1 Question)

  • Q1. Its about Technical Questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What happens in BG when we reduce lvm
  • Ans. 

    When reducing LVM in BG, the data blocks are moved to free space and the size of the logical volume is decreased.

    • Data blocks are moved to free space within the logical volume

    • The size of the logical volume is decreased

    • File systems may need to be resized after reducing LVM

  • Answered by AI
  • Q2. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and be positive. You can’t deliver 100% but how you response that matter

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic concepts of VOIP and trunk configuration. Need to know ongoing voip trends in the market. Teams is budding platform and would be great to have Skype for business background
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join Tata?

Interview Preparation Tips

Interview preparation tips for other job seekers - Location wise its a little challenge in pune. everything else about TATA is great.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2022. There were 3 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 

(2 Questions)

  • Q1. BGP MPLS QOS OSPF
  • Q2. Work profile in last company
  • Ans. 

    I worked as a Senior Engineer in my previous company.

    • Led a team of engineers in developing and implementing new software solutions

    • Collaborated with cross-functional teams to ensure project success

    • Designed and implemented scalable and efficient code

    • Participated in code reviews and provided constructive feedback

    • Mentored junior engineers and facilitated their professional growth

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion for role
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 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 - Coding Test 

2 levels of interview asked on Java Spring boot

Round 3 - Aptitude Test 

2 levels of interview asked on java spring

Interview Preparation Tips

Topics to prepare for Tata Communications Senior Engineer interview:
  • Java
Interview preparation tips for other job seekers - Be prepared for the coding rounds on java spring and hibvernate

Global Cloud Xchange Interview FAQs

How many rounds are there in Global Cloud Xchange Devops Engineer interview?
Global Cloud Xchange interview process usually has 1 rounds. The most common rounds in the Global Cloud Xchange interview process are One-on-one Round.

Tell us how to improve this page.

Global Cloud Xchange Devops Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
4.0
 • 843 Interviews
Vodafone Idea Interview Questions
4.1
 • 553 Interviews
Ericsson Interview Questions
4.1
 • 411 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
BT Group Interview Questions
3.9
 • 179 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
Sify Technologies Interview Questions
3.9
 • 122 Interviews
Verizon Interview Questions
4.1
 • 110 Interviews
View all
Network Engineer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Coordinator
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Global Cloud Xchange with

Tata Communications

4.0
Compare

Bharti Airtel

4.0
Compare

Reliance Communications

4.0
Compare

Vodafone Idea

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