Upload Button Icon Add office photos
Engaged Employer

i

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

Movate Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 1.9k Reviews

Filter interviews by

Movate Devops Engineer Interview Questions and Answers

Updated 29 Jun 2024

Movate Devops Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Everything is good they are given for good aptitude test

Round 2 - Coding Test 

Good interview is very deep ...they are asked to very scenario questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your yourself
  • Q2. What is your Expect salary

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic Python question
  • Q2. VPC, subnet, SGs and then Lambda function
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

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Docker
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What technologies you know
  • Ans. 

    I am familiar with a variety of technologies commonly used in DevOps, including Docker, Kubernetes, Jenkins, Ansible, and Git.

    • Docker

    • Kubernetes

    • Jenkins

    • Ansible

    • Git

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try to express your self and try to give accurate answers
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
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

Movate Interview FAQs

How many rounds are there in Movate Devops Engineer interview?
Movate interview process usually has 3 rounds. The most common rounds in the Movate interview process are Aptitude Test, Coding Test and HR.
How to prepare for Movate 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 Movate. The most common topics and skills that interviewers at Movate expect are Devops and IDE.

Tell us how to improve this page.

Movate Devops Engineer Salary
based on 94 salaries
₹2.6 L/yr - ₹10 L/yr
35% less than the average Devops Engineer Salary in India
View more details

Movate Devops Engineer Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.3

Skill development

4.2

Work-Life balance

3.7

Salary & Benefits

4.3

Job Security

3.4

Company culture

3.1

Promotions/Appraisal

3.7

Work Satisfaction

Explore 5 Reviews and Ratings
Senior Engineer
1.5k salaries
unlock blur

₹2.2 L/yr - ₹12 L/yr

Technical Support Engineer
1.4k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Network Engineer
1.1k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Engineer
1.1k salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

Specialist
312 salaries
unlock blur

₹4.5 L/yr - ₹17.3 L/yr

Explore more salaries
Compare Movate with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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