Upload Button Icon Add office photos
Engaged Employer

i

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

Optum Global Solutions Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 5.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Optum Global Solutions Devops Engineer Interview Questions and Answers

Updated 25 Apr 2023

Optum Global Solutions Devops Engineer Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed before Apr 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 - Aptitude Test 

Basic core subjects and aptitude will do. (or Friends)

Round 3 - Technical 

(3 Questions)

  • Q1. Basics about jenkins, docker and ansible. Some about personal projects, linux, git, Oops and DSA
  • Q2. About the role devops.
  • Q3. Code on their editor basic concepts like overloading vs overriding, operator overloading, constructor types.

Interview Preparation Tips

Interview preparation tips for other job seekers - During your introduction tell the interviewer your area of expertise, you got to have knowledge about other concepts but one area of expertise is mandatory. Don't quote areas like deep learning, machine learning, AI, computer vision to interviewer who are developers for more than a decade. Most (majority) of them don't care. Give them fields like web dev, cloud, database management, system design etc. If you are too enthusiast about fields i warned you about then you might as well be well connected to land into areas like that, don't ask for it from people who are not hiring for it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Do basic aptitude and one coding question.

Round 3 - Technical 

(2 Questions)

  • Q1. Be patient. You'll definately crack if your basic of programming and oops are clear.
  • Q2. Questions specific to my final year project and code review.

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself. My interviewer was very helpful and supportive.

Devops Engineer Interview Questions Asked at Other Companies

asked in Lentra AI
Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q2. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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 questions from similar companies

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
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux related questions
  • Q2. Networking related

Interview Preparation Tips

Interview preparation tips for other job seekers - Study in-depth
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Docker
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. Question on ansible modules
Round 2 - Technical 

(2 Questions)

  • Q1. Question on CI/CD tools
  • Q2. Any automation that you done in the past.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was mix of questions from logical reasoning, english grammar to simple numerical problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were regarding projects done.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Devops with aws
Round 2 - HR 

(1 Question)

  • Q1. Devops questions

Optum Global Solutions Interview FAQs

How many rounds are there in Optum Global Solutions Devops Engineer interview?
Optum Global Solutions interview process usually has 3 rounds. The most common rounds in the Optum Global Solutions interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Optum Global Solutions Devops Engineer interview?

Some of the top questions asked at the Optum Global Solutions Devops Engineer interview -

  1. code on their editor basic concepts like overloading vs overriding, operator ov...read more
  2. Basics about jenkins, docker and ansible. Some about personal projects, linux, ...read more
  3. About the role devo...read more

Tell us how to improve this page.

Optum Global Solutions Devops Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Optum Global Solutions Devops Engineer Salary
based on 26 salaries
₹4 L/yr - ₹10.5 L/yr
At par with the average Devops Engineer Salary in India
View more details

Optum Global Solutions Devops Engineer Reviews and Ratings

based on 14 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.2

Salary

4.7

Job security

4.6

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 14 Reviews and Ratings
Claims Associate
1k salaries
unlock blur

₹1.8 L/yr - ₹4.6 L/yr

Senior Software Engineer
607 salaries
unlock blur

₹7.5 L/yr - ₹28.5 L/yr

Software Engineer
442 salaries
unlock blur

₹5 L/yr - ₹20.1 L/yr

Senior Claims Associate
367 salaries
unlock blur

₹2.3 L/yr - ₹5.8 L/yr

Senior Associate
149 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Optum Global Solutions with

Cognizant

3.8
Compare

Accenture

3.8
Compare

IBM

4.0
Compare

TCS

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