Upload Button Icon Add office photos
Engaged Employer

i

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

GlobalLogic Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GlobalLogic Devops Engineer Interview Questions, Process, and Tips for Experienced

Updated 25 Feb 2025

Top GlobalLogic Devops Engineer Interview Questions and Answers for Experienced

GlobalLogic Devops Engineer Interview Experiences for Experienced

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is node affinity?
  • Ans. 

    Node affinity is a feature in Kubernetes that allows pods to be scheduled onto nodes based on labels assigned to nodes.

    • Node affinity is used to ensure that pods are scheduled onto nodes that meet certain criteria specified in the pod's affinity rules.

    • There are two types of node affinity: requiredDuringSchedulingIgnoredDuringExecution and preferredDuringSchedulingIgnoredDuringExecution.

    • Node affinity rules can be based o...

  • Answered by AI
  • Q2. What is security groups?
  • Ans. 

    Security groups are virtual firewalls that control inbound and outbound traffic for instances in a cloud network.

    • Security groups are used to control traffic at the instance level.

    • They act as virtual firewalls for instances in a cloud network.

    • They allow you to specify which traffic is allowed to reach your instances.

    • You can define rules for inbound and outbound traffic based on protocols, ports, and IP addresses.

    • Securit...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How will you optimize cost ?
  • Ans. 

    Optimizing cost in DevOps involves efficient resource utilization and automation.

    • Implementing infrastructure as code to automate provisioning and scaling of resources

    • Utilizing cloud cost management tools to monitor and optimize spending

    • Implementing containerization to improve resource utilization and reduce costs

    • Optimizing CI/CD pipelines to reduce build and deployment times, saving on compute costs

  • Answered by AI
  • Q2. How will you deployed app on AWS cloud?
  • Ans. 

    I would deploy the app on AWS cloud using services like EC2, S3, and Elastic Beanstalk.

    • Create an EC2 instance to host the application

    • Store static files in S3 bucket

    • Use Elastic Beanstalk for easy deployment and scaling

    • Set up security groups and IAM roles for access control

  • Answered by AI

Devops Engineer Interview Questions Asked at Other Companies for Experienced

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
Q2. Docker command to transfer an image from one machine to another w ... read more
asked in Einfochips
Q3. How to copy a commit one branch to another branch?
asked in Einfochips
Q4. How we can create EC2 instance by using terraform ? (write)
Q5. Execute a command to show whether httpd service is running or not

Devops Engineer Interview Questions & Answers

user image Techie girl

posted on 19 Jun 2024

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

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Simple coding question with hands-on and more on the theoretical part
Round 2 - Behavioral 

(1 Question)

  • Q1. Scenario based question

Devops Engineer Jobs at GlobalLogic

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Terraform, CI/CD definition, Git basic, Pipeline mostly in integration side

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focused on your basic

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to check kubernetes resources
  • Ans. 

    To check kubernetes resources, use kubectl command-line tool.

    • Use 'kubectl get' command to list resources

    • Use 'kubectl describe' command to get detailed information about a resource

    • Use 'kubectl logs' command to view logs of a container

    • Use 'kubectl exec' command to execute a command in a container

    • Use 'kubectl apply' command to apply changes to a resource

    • Use 'kubectl delete' command to delete a resource

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is the current CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviews are relaxed . It's the wait to get project is the torture

Skills evaluated in this interview

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 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. About your company and project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with devops , k8s and jenkins pipelines.
Be strong in gcp and AWS.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions based on general aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Tell me more about yourself Where you see yourself in 5 year ?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

1hour on basics aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Academics questions
Round 3 - HR 

(1 Question)

  • Q1. Communication related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain CI/CD pipeline .
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to continuously integrate code changes and deploy them to production.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to a shared repository.

    • Continuous Deployment (CD) involves automatically deploying code changes to production environments after passing automated tests.

    • CI/CD pipelines typicall...

  • Answered by AI
  • Q2. Explain daemonset in kubernetes.
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in the cluster

    • It is useful for running a single instance of a Pod on every node, such as log collection or monitoring agents

    • DaemonSet automatically adds or removes Pods as nodes are added or removed from the cluster

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the networking services in AWS.
  • Ans. 

    AWS provides a variety of networking services to help users manage their network infrastructure.

    • Virtual Private Cloud (VPC) allows users to create isolated networks within the AWS cloud

    • Elastic Load Balancing distributes incoming traffic across multiple instances to ensure high availability

    • Route 53 is a scalable domain name system (DNS) web service

    • Direct Connect allows users to establish a dedicated network connection b...

  • Answered by AI
  • Q2. What is terraform module?
  • Ans. 

    Terraform module is a reusable, configurable, and self-contained collection of Terraform resources.

    • Terraform modules help organize and reuse code for infrastructure components

    • Modules can be shared and reused across different projects

    • Modules can have input variables to customize their behavior

    • Modules can output values that can be used by other parts of the infrastructure code

  • Answered by AI
Round 3 - Client Interview 

(2 Questions)

  • Q1. Why GitOps tool ?
  • Ans. 

    GitOps tools help automate infrastructure management, version control, and deployment processes.

    • Enables infrastructure as code practices

    • Facilitates version control for infrastructure configurations

    • Automates deployment processes

    • Promotes collaboration and visibility among team members

    • Examples: Argo CD, Flux, Jenkins X

  • Answered by AI
  • Q2. What is AWS secret manager?
  • Ans. 

    AWS Secret Manager is a service that helps you protect access to your applications, services, and IT resources.

    • It allows you to securely store, manage, and retrieve sensitive credentials and configuration data.

    • You can rotate, manage, and retrieve secrets throughout their lifecycle.

    • Integrates with AWS services like Lambda, EC2, RDS, and more for secure access to secrets.

    • Helps you meet security and compliance requirement...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. S3 storage class

GlobalLogic Interview FAQs

How many rounds are there in GlobalLogic Devops Engineer interview for experienced candidates?
GlobalLogic interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the GlobalLogic interview process for experienced candidates are Technical and Behavioral.
How to prepare for GlobalLogic Devops Engineer interview for experienced candidates?
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 GlobalLogic. The most common topics and skills that interviewers at GlobalLogic expect are Kubernetes, Docker, Devops, AWS and Jenkins.
What are the top questions asked in GlobalLogic Devops Engineer interview for experienced candidates?

Some of the top questions asked at the GlobalLogic Devops Engineer interview for experienced candidates -

  1. How will you deployed app on AWS clo...read more
  2. How will you optimize cos...read more
  3. What is node affini...read more

Tell us how to improve this page.

GlobalLogic Devops Engineer Interview Process for Experienced

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
GlobalLogic Devops Engineer Salary
based on 198 salaries
₹5.4 L/yr - ₹21.9 L/yr
53% more than the average Devops Engineer Salary in India
View more details

GlobalLogic Devops Engineer Reviews and Ratings

based on 15 reviews

3.7/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.3

Salary

3.3

Job security

3.7

Company culture

2.5

Promotions

3.6

Work satisfaction

Explore 15 Reviews and Ratings
Associate Analyst
4k salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Senior Software Engineer
3.4k salaries
unlock blur

₹5.2 L/yr - ₹22.3 L/yr

Analyst
3.1k salaries
unlock blur

₹1.2 L/yr - ₹5.7 L/yr

Software Engineer
3k salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

Associate Consultant
2.9k salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Explore more salaries
Compare GlobalLogic with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

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