Upload Button Icon Add office photos

Filter interviews by

IAMOPS Devops Engineer Interview Questions and Answers

Updated 11 Dec 2024

IAMOPS Devops Engineer Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cloud architecture given, improve it
  • Ans. 

    Optimize cloud architecture by implementing auto-scaling, load balancing, and disaster recovery.

    • Implement auto-scaling to automatically adjust resources based on demand

    • Utilize load balancing to evenly distribute traffic across multiple servers

    • Set up disaster recovery to ensure data is backed up and accessible in case of failure

  • Answered by AI
  • Q2. Why not to use server less in AWS?
  • Ans. 

    Serverless may not be suitable for applications requiring long-running tasks, high performance, or specific infrastructure requirements.

    • Serverless may not be cost-effective for applications with consistent high traffic or long-running tasks.

    • Serverless may have limitations in terms of performance compared to traditional server-based architectures.

    • Serverless may not provide as much control over the underlying infrastruct...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please hire some professional interviewers!

The questions asked were not even close to what's listed in the JD, The interviewers think that he knows everything and has a very rude behaviour.

Literally there was a major security exposure in their architecture and I was telling them that this is not how it should be implemented, at this point they began to backfire at me and got offended.

He basically told that "You don't know anything, We don't care if you know Kubernetes, docker, serverless etc", Then why it's listed in JD?

NO questions asked on CICD, IaaC, Automation, Containerisation, Orchestration, Build etc

Don't expect this to be a "DevOps" job rather consider it as "Cloud Implementation" job.

Very very bad experience.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Question were about EC2, S3 and VPC

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contai ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... 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 NumberYou are given an integer ‘N’ and there is a hidde ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. It was a discussion round with Hr, she asked questions related to aws security and networking.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy. .

Round 2 - Group Discussion 

Cartoon and enimes is the topic of gd

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. Project what do u did

IAMOPS interview questions for designations

 Automation Test Engineer

 (1)

 Software Developer

 (1)

Devops Engineer Jobs at IAMOPS

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
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 - Technical 

(2 Questions)

  • Q1. Explain the Role and Functionality of the Control Plane Components in Kubernetes.
  • Ans. 

    Control plane components in Kubernetes manage the cluster and make decisions about the state of the cluster.

    • Control Manager: Ensures that the desired state of the cluster matches the actual state.

    • Scheduler: Assigns workloads to nodes based on resource availability and constraints.

    • API Server: Acts as the front-end for the Kubernetes control plane and is the primary interface for users and other components.

    • etcd: Consiste...

  • Answered by AI
  • Q2. How Would You Implement Zero-Downtime Deployments in Kubernetes?
  • Ans. 

    Implementing zero-downtime deployments in Kubernetes involves using rolling updates and readiness probes.

    • Use rolling updates to gradually replace old pods with new ones

    • Configure readiness probes to ensure new pods are ready before routing traffic to them

    • Utilize tools like Helm for managing releases and versioning

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How Can You Ensure High Availability of the etcd Cluster Used by Kubernetes?
  • Ans. 

    To ensure high availability of the etcd cluster used by Kubernetes, you can implement redundancy, monitoring, and disaster recovery strategies.

    • Implement a multi-node etcd cluster to ensure redundancy and fault tolerance.

    • Utilize monitoring tools like Prometheus and Grafana to track the health and performance of the etcd cluster.

    • Set up regular backups and implement disaster recovery plans to quickly recover from failures...

  • Answered by AI
  • Q2. How Would You Approach Capacity Planning for a Kubernetes Cluster?
  • Ans. 

    Capacity planning for a Kubernetes cluster involves analyzing resource usage, predicting future needs, and scaling infrastructure accordingly.

    • Monitor resource usage of pods and nodes using tools like Prometheus and Grafana

    • Analyze historical data to identify trends and patterns in resource consumption

    • Estimate future resource requirements based on application growth and workload changes

    • Scale the cluster by adding or remo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Devops Engineer interview:
  • docker
  • Kubernetes
  • Jenkins
  • Cloud
  • GIT
Interview preparation tips for other job seekers - Customize your resume for each job application. Highlight relevant skills and experiences that align with the specific job description.
stay updated with the latest trends and technologies in your field. Consider online courses or certifications that can enhance your skills and make you more marketable.

Skills evaluated in this interview

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

(7 Questions)

  • Q1. What is your roles and responsibilities in your current job..?
  • Q2. What is CICD...? What is functions used in jenkinsfile..?
  • Ans. 

    CICD stands for Continuous Integration/Continuous Deployment. Jenkinsfile functions include stages, steps, post, and more.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkinsfile functions include stages, steps, post, agent, environment, and more

    • Stages define a series of tasks to be executed in a pipeline

    • Steps define individual actions within a stage

    • Post defines actions to be taken after the pipeline has...

  • Answered by AI
  • Q3. What is Kubernetes ..?
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It allows for easy scaling of applications by adding or removing containers based on demand.

    • Kubernetes provides features like service discovery, load balancing, and self-healing ...

  • Answered by AI
  • Q4. What is Workspaces in docker
  • Ans. 

    Workspaces in Docker are isolated environments where developers can work on different projects without affecting each other.

    • Workspaces allow developers to have separate environments for each project, preventing conflicts between dependencies.

    • Each workspace has its own set of containers, volumes, and networks, ensuring isolation.

    • Developers can easily switch between workspaces to work on different projects.

    • Workspaces are...

  • Answered by AI
  • Q5. How Cost Optimization achieved ..? Give a example where you achieved this.
  • Ans. 

    Cost optimization in DevOps is achieved through efficient resource utilization, automation, and continuous monitoring.

    • Implementing auto-scaling to dynamically adjust resources based on demand

    • Using containerization to maximize resource utilization and reduce costs

    • Leveraging cloud services for pay-as-you-go pricing model

    • Implementing cost monitoring tools to identify and eliminate wasteful spending

    • Optimizing code and infr...

  • Answered by AI
  • Q6. What is the challange that you faced in your work and how you can overcome that..?
  • Q7. How monitoring has been done .? Explain Prometheus and Grafana.
  • Ans. 

    Monitoring is done using Prometheus and Grafana. Prometheus collects metrics and Grafana visualizes them.

    • Prometheus is an open-source monitoring and alerting toolkit

    • It collects metrics from monitored targets by scraping HTTP endpoints

    • Grafana is a visualization tool that creates dashboards for the collected metrics

    • It allows users to create graphs, charts, and alerts based on the data from Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you have learnt and experience. Try to elaborate and explain your answer as much as it can possible.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is Persistent volume
  • Ans. 

    Persistent volume is a storage volume that exists beyond the life cycle of a container.

    • Persistent volumes are used to store data that needs to persist even if the container is deleted or recreated.

    • They are decoupled from the container and can be attached to different containers.

    • Examples include network-attached storage (NAS), cloud storage, and local storage.

    • Persistent volumes are managed by the storage administrator r

  • Answered by AI
  • Q2. Volumein kubernetes which can be attached and deattached
  • Ans. 

    PersistentVolumes (PVs) in Kubernetes can be attached and detached.

    • PersistentVolumes (PVs) can be attached to pods using PersistentVolumeClaims (PVCs).

    • PVs can be detached from pods when no longer needed.

    • Examples of PV types include NFS, iSCSI, and AWS EBS.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Question on cloud and kubernetes
Round 3 - HR 

(1 Question)

  • Q1. Nothing much just basic hr question

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What happens when you search "google.com"?
  • Ans. 

    When you search 'google.com', it will redirect you to the Google homepage.

    • Typing 'google.com' in the browser's address bar will take you to the Google search engine homepage.

    • You can also directly search for 'google.com' in the Google search bar to access the Google homepage.

    • Google.com is the domain name for the Google search engine.

    • Google.com may also redirect to localized versions of Google based on the user's locatio

  • Answered by AI
  • Q2. Traceroute in Linux
  • Ans. 

    traceroute is a command-line tool used to trace the route that packets take from your computer to a destination server.

    • traceroute command is used to track the path that packets take to reach a destination server

    • It shows the IP addresses of the routers that the packets pass through

    • It also displays the round-trip time for each hop

    • Example: traceroute google.com

  • Answered by AI
Round 2 - Leadership Principle 

(1 Question)

  • Q1. Had like 5 more rounds all around leadership principles. Also multiple Linux questions.

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

Jio user image mouni123 vara

posted on 21 May 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about pipeline What is provisoner in terraform etc
  • Ans. 

    A pipeline is a series of automated steps that allow for the continuous integration and delivery of software.

    • A pipeline typically includes stages such as building, testing, and deploying code.

    • Tools like Jenkins, GitLab CI/CD, and AWS CodePipeline are commonly used for creating pipelines.

    • Pipelines help in automating the software development process and ensuring faster delivery of updates.

    • Provisioner in Terraform is a to...

  • Answered by AI
  • Q2. Cicd process explained
  • Ans. 

    CI/CD process automates the building, testing, and deployment of code changes.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) involves automatically deploying code changes to production.

    • CI/CD pipelines use tools like Jenkins, GitLab CI/CD, or CircleCI to automate the process.

    • Automated testing is a key component of CI/CD to ensure code quality.

    • CI...

  • Answered by AI

Skills evaluated in this interview

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.

IAMOPS Interview FAQs

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

Some of the top questions asked at the IAMOPS Devops Engineer interview -

  1. Why not to use server less in A...read more
  2. Cloud architecture given, improve...read more
  3. It was a discussion round with Hr, she asked questions related to aws security ...read more

Tell us how to improve this page.

IAMOPS Devops Engineer Interview Process

based on 4 interviews in last 1 year

Interview experience

2.8
  
Poor
IAMOPS Devops Engineer Salary
based on 13 salaries
₹2.4 L/yr - ₹7 L/yr
40% less than the average Devops Engineer Salary in India
View more details

IAMOPS Devops Engineer Reviews and Ratings

based on 8 reviews

4.6/5

Rating in categories

4.8

Skill development

4.8

Work-Life balance

4.7

Salary & Benefits

3.9

Job Security

4.8

Company culture

4.8

Promotions/Appraisal

4.6

Work Satisfaction

Explore 8 Reviews and Ratings
Devops Engineer

Pune,

Surat

2-6 Yrs

Not Disclosed

Devops Engineer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
Devops Engineer
13 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Associate DevOps Engineer
4 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

DevOps Associate
4 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

DevOps Intern
3 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

DevOps Support Engineer
3 salaries
unlock blur

₹2.5 L/yr - ₹3.6 L/yr

Explore more salaries
Compare IAMOPS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview