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 Cloud Devops Engineer Interview Questions, Process, and Tips

Updated 7 Feb 2022

Top GlobalLogic Cloud Devops Engineer Interview Questions and Answers

  • Q1. What command can be run to import a pre-exported Docker image into another Docker host?
  • Q2. What are the different types of EC2 instances based on their costs?
  • Q3. What is the difference between CMD and ENTRYPOINT in a Dockerfile?
View all 16 questions

GlobalLogic Cloud Devops Engineer Interview Experiences

2 interviews found

I was interviewed in Nov 2021.

Round 1 - Video Call 

(4 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round was primarily focused on AWS and its applications like why and how do we use its different features and all.

  • Q1. What are the different types of EC2 instances based on their costs?
  • Q2. What is Auto Scaling in AWS?
  • Q3. Can you explain Amazon EC2 in brief?
  • Q4. What is the use of lifecycle hooks in Auto Scaling?
Round 2 - Video Call 

(7 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round focused heavily on the fundamentals of Docker which was followed by some basic concepts from Git.

  • Q1. What are Docker images?
  • Q2. What command can be run to import a pre-exported Docker image into another Docker host?
  • Q3. What are Docker Namespaces?
  • Q4. What is the difference between CMD and ENTRYPOINT in a Dockerfile?
  • Q5. Can you describe the lifecycle of a Docker container?
  • Q6. When should you use Git rebase or Git merge?
  • Q7. What do you know about git stash?
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This was a typical HR round with some standard Behavioral questions.

  • Q1. Can you tell me something about yourself?

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAGlobal Logic interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. AWS Services like Auto scaling groups,
  • Q2. Load Balancer types , difference between application load balancer and network load balancer
  • Ans. 

    Application Load Balancer and Network Load Balancer are two types of load balancers used in cloud computing.

    • Application Load Balancer operates at the application layer and is used to distribute traffic to multiple targets based on the content of the request.

    • Network Load Balancer operates at the transport layer and is used to distribute traffic to multiple targets based on IP protocol data.

    • Application Load Balancer supp...

  • Answered by AI
  • Q3. Route 53 routing policies
  • Ans. 

    Route 53 routing policies determine how traffic is routed to your resources.

    • There are several routing policies available in Route 53, including simple, weighted, latency-based, geolocation-based, and failover.

    • Simple routing policy sends traffic to a single resource.

    • Weighted routing policy distributes traffic based on weights assigned to each resource.

    • Latency-based routing policy sends traffic to the resource with the l...

  • Answered by AI
  • Q4. Explain Jenkins pipeline of your Project
  • Ans. 

    Jenkins pipeline automates the software delivery process by defining a set of steps and actions to be executed.

    • Pipeline is defined using a Jenkinsfile

    • Pipeline stages define the steps to be executed

    • Pipeline can include parallel stages and conditional steps

    • Pipeline can integrate with other tools like Git, Docker, and Kubernetes

  • Answered by AI
  • Q5. Docker Files. Difference between CMD and ENTRYPOINT ,ADD and COPY instructions
  • Ans. 

    CMD and ENTRYPOINT are used to define the default command to run in a container. ADD and COPY are used to add files to a container.

    • CMD is used to specify the default command to run when a container is started. It can be overridden by passing a command to docker run.

    • ENTRYPOINT is similar to CMD, but it is not overridden by passing a command to docker run. It is used to define the main command that should be run in the c...

  • Answered by AI
  • Q6. Command to go inside docker container.
  • Q7. Branching strategy in your Project
  • Q8. Difference between Git rebase and Git merge
  • Ans. 

    Git rebase modifies the commit history while Git merge creates a new merge commit.

    • Git rebase rewrites the commit history by moving the entire feature branch to the tip of the master branch

    • Git merge creates a new merge commit that combines the changes from both branches

    • Rebasing is useful for keeping a linear commit history while merging is useful for combining multiple branches

    • Rebasing can cause conflicts if multiple de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 4 Rounds of interview
1 Round - Technical Interview
2 Round - Technical interview with DevOps SME and Cloud architect
3 Round - Managerial Round
4 Round - Client interview

Skills evaluated in this interview

Cloud Devops Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. What command can be run to import a pre-exported Docker image int ... read more
asked in GlobalLogic
Q2. What are the different types of EC2 instances based on their cost ... read more
Q3. Wt is ansible and how to write play book in ansible?
asked in GlobalLogic
Q4. What is the difference between CMD and ENTRYPOINT in a Dockerfile ... read more
asked in GlobalLogic
Q5. What do you know about git stash?

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic pipeline,python,some simple coding
  • Q2. More on resume and based on ur answers
  • Q3. Docker multistage
Round 2 - Technical 

(2 Questions)

  • Q1. Write the k8s deployment ymal with rolling update for given docker image
  • Ans. 

    Create a k8s deployment ymal with rolling update for a given docker image

    • Define a Deployment object in the YAML file

    • Specify the container image in the spec section

    • Set the update strategy to RollingUpdate

    • Define the number of replicas for the deployment

  • Answered by AI
  • Q2. Read json file and recursive way of geting value based on key

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is iap tunneling
  • Ans. 

    IAP tunneling refers to the process of securely accessing internal resources from outside a network using Identity-Aware Proxy.

    • IAP tunneling allows users to securely access internal resources without exposing them to the public internet.

    • It uses Identity-Aware Proxy to authenticate and authorize users before granting access to the resources.

    • This helps organizations maintain a secure network environment while enabling re

  • Answered by AI
  • Q2. What is canary deployment
  • Ans. 

    Canary deployment is a technique used to reduce risk by rolling out new features to a small subset of users before a full release.

    • Canary deployment involves gradually rolling out a new version of software to a small subset of users or servers.

    • This allows for monitoring of the new version's performance and stability before a full release.

    • If the canary deployment is successful, the new version can be gradually rolled out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer practical questions

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you use docker and kubernetes in your project
  • Ans. 

    I use Docker for containerization and Kubernetes for orchestration in my project.

    • I use Docker to create lightweight, portable containers for my applications.

    • I use Kubernetes to automate deployment, scaling, and management of these containers.

    • I define my application's infrastructure and dependencies in Dockerfiles and Kubernetes manifests.

    • I use Kubernetes features like pods, services, and deployments to ensure high avai

  • Answered by AI
  • Q2. Did you created the kubernetes cluster yourself
  • Ans. 

    Yes, I have experience creating and managing Kubernetes clusters.

    • Yes, I have created Kubernetes clusters from scratch

    • I have experience configuring and managing nodes in the cluster

    • I have deployed applications and services on the Kubernetes cluster

    • I have set up monitoring and scaling mechanisms for the cluster

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - leanr the basic perfrctly

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. They asked me to write a dockerfile
  • Q2. Minimal questions about linux

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on linux and k8s
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 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions in 15 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between HTTP AND HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to encrypt data transmitted over the network, providing a secure connection.

    • HTTPS is essential for websites that handle sensitive information li...

  • Answered by AI
  • Q2. What do you mean by release management
  • Ans. 

    Release management involves planning, scheduling, and controlling the software release process.

    • Planning and coordinating the release of software updates

    • Ensuring that the release process is smooth and efficient

    • Managing dependencies and version control

    • Communicating with stakeholders about release timelines and changes

    • Automating release processes to improve efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OS concepts- boot, handshake, dhcp, dora
  • Q2. Networking concepts
Round 2 - Behavioral 

(2 Questions)

  • Q1. Database concepts and Sql questions
  • Q2. Datawarehousing concepts
Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous project details
  • Q2. Explain critical issue worked on
Round 4 - HR 

(2 Questions)

  • Q1. Explain previous project in detail.
  • Q2. Explain critical issue worked on.
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
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How you do troubleshoot, explain you any experience
  • Q2. Explain procedure of application deployment on Windows server.
  • Ans. 

    Application deployment on Windows server involves packaging the application, configuring the server, and deploying the application using tools like IIS or PowerShell.

    • Package the application into a deployable format such as a zip file or MSI installer

    • Configure the Windows server with necessary dependencies and settings for the application to run

    • Deploy the application using tools like Internet Information Services (IIS) ...

  • Answered by AI

Skills evaluated in this interview

GlobalLogic Interview FAQs

How to prepare for GlobalLogic Cloud 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 GlobalLogic. The most common topics and skills that interviewers at GlobalLogic expect are Ansible, Devops, Docker, Jenkins and Terraform.
What are the top questions asked in GlobalLogic Cloud Devops Engineer interview?

Some of the top questions asked at the GlobalLogic Cloud Devops Engineer interview -

  1. Load Balancer types , difference between application load balancer and network ...read more
  2. Docker Files. Difference between CMD and ENTRYPOINT ,ADD and COPY instructi...read more
  3. Explain Jenkins pipeline of your Proje...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 810 Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
View all
GlobalLogic Cloud Devops Engineer Salary
based on 10 salaries
₹7 L/yr - ₹24 L/yr
66% more than the average Cloud Devops Engineer Salary in India
View more details
Associate Analyst
3.9k salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹5.3 L/yr - ₹22 L/yr

Analyst
3.1k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Software Engineer
3k salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹9.2 L/yr - ₹33.9 L/yr

Explore more salaries
Compare GlobalLogic with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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