Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India Devops Engineer Interview Questions and Answers

Updated 2 Apr 2024

Amazon Development Centre India Devops Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Aws and DevOps scenario based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics and have good practical knowledge

Interview questions from similar companies

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

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

They gave me an option to write a Python or Shell script(simple assessment). Asked about Kubernetes pods as to how they are created. Also a little about Terraform

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

(1 Question)

  • Q1. Last experience of company

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad
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 before Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is ps command
  • Ans. 

    ps command is a command-line utility in Unix-like operating systems for viewing information about running processes.

    • Used to display information about currently running processes

    • Can show process IDs, CPU and memory usage, and more

    • Commonly used with options like -aux or -ef

  • Answered by AI
  • Q2. Can we create S3 buckets same on multi region
  • Ans. 

    Yes, S3 buckets can be created in multiple regions.

    • S3 buckets are global by default, meaning they can be accessed from any region.

    • However, you can specify a region when creating a bucket to optimize latency and costs.

    • You can also replicate data across regions using Cross-Region Replication (CRR).

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ansible
  • Ans. 

    Ansible is an open-source automation tool used for configuration management, application deployment, and task automation.

    • Ansible uses YAML syntax for writing playbooks which define the tasks to be executed on remote hosts.

    • It does not require any agents to be installed on remote hosts, making it agentless.

    • Ansible can be used for automating repetitive tasks like software installation, configuration, and updates.

    • It suppor...

  • Answered by AI
  • Q2. How CI/CD Work and tell me the branching plan used for it
  • Ans. 

    CI/CD is a software development practice that integrates continuous integration and continuous delivery/deployment.

    • CI/CD automates the process of integrating code changes, testing them, and deploying them to production.

    • Branching plan typically involves a main branch (e.g. master) for production-ready code, feature branches for new development, and release branches for preparing for deployment.

    • Example: Feature branches ...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

A coding link is provided which has DSA related problems. Graph based problems are given

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions were asked

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. AWS Basics on architecture
  • Q2. Docker, Ansible, similar tools
  • Q3. Design a web application architecture
  • Ans. 

    A scalable web application architecture with load balancing and fault tolerance.

    • Use a load balancer to distribute traffic across multiple servers

    • Implement fault tolerance by using multiple servers and a backup database

    • Use a microservices architecture to break down the application into smaller, more manageable components

    • Implement caching to improve performance

    • Use a containerization platform like Docker to simplify deplo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for devops related questions and it would be good

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. 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 - HR 

(2 Questions)

  • Q1. And experience and she asked about know AWS and linux CI/CD
  • Q2. Current salary and expectations
Round 3 - Technical 

(8 Questions)

  • Q1. When we create a AWS instance I want to show public ip
  • Q2. What is Terraform and why we used it
  • Ans. 

    Terraform is an infrastructure as code tool used for building, changing, and versioning infrastructure safely and efficiently.

    • Terraform allows for defining infrastructure in code using a declarative configuration language.

    • It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.

    • Terraform helps in automating the provisioning of infrastructure, making it easier to manage and scale.

    • It provides a ...

  • Answered by AI
  • Q3. Different between Terraform and ansible
  • Ans. 

    Terraform is used for infrastructure provisioning and management, while Ansible is used for configuration management and automation.

    • Terraform is used for defining and managing infrastructure as code, focusing on provisioning resources like virtual machines, networks, and storage.

    • Ansible is used for configuration management and automation of software deployment, focusing on tasks like installing packages, configuring se...

  • Answered by AI
  • Q4. Can we create buckets same name toh same other account
  • Ans. 

    No, bucket names must be unique across all AWS accounts.

    • Bucket names must be globally unique.

    • If a bucket with the same name already exists in another account, you cannot create a bucket with the same name.

    • Each bucket name is DNS-compliant and must follow specific naming rules.

  • Answered by AI
  • Q5. What is Terraform 10k
  • Ans. 

    Terraform 10k is a fictional term and does not have a specific meaning in the context of DevOps or infrastructure automation.

    • Terraform 10k is not a real term used in the DevOps industry

    • It may have been mistakenly referenced in the interview question

    • Terraform is a popular infrastructure as code tool, but there is no version called 10k

  • Answered by AI
  • Q6. What is the field of fstab
  • Ans. 

    fstab is a system configuration file in Unix-like operating systems that controls how filesystems are mounted.

    • fstab stands for file system table

    • It contains information about all available disk partitions and how they should be mounted

    • It is located in /etc/fstab

    • It specifies the file systems to be mounted at boot time

  • Answered by AI
  • Q7. What is use of fstab
  • Ans. 

    fstab is a configuration file in Unix-like operating systems that controls how file systems are mounted and managed.

    • fstab stands for file system table.

    • It is used to specify which file systems are mounted at boot time and other mount options.

    • It contains information about partitions and storage devices.

    • It is located at /etc/fstab in most Unix-like systems.

    • Example: /dev/sda1 /mnt/data ext4 defaults 0 2

  • Answered by AI
  • Q8. Ansible module and details

Interview Preparation Tips

Interview preparation tips for other job seekers - Listen the question of interviewer and then give the answer if you know told that I dnt know about it

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Anil Neerukonda Institute, Chennai and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - MCQ EXAM 

(1 Question)

  • Q1. MCQ's on Networking,OS and basic programming
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to networking
Round 3 - Technical 

(1 Question)

  • Q1. Question related to OS
Round 4 - HR 

(1 Question)

  • Q1. Some behavioral questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Jenkins, python, docker kubernates, automation

Round 2 - One-on-one 

(1 Question)

  • Q1. Jenkins, automation, docker

Amazon Development Centre India Interview FAQs

How many rounds are there in Amazon Development Centre India Devops Engineer interview?
Amazon Development Centre India interview process usually has 1 rounds. The most common rounds in the Amazon Development Centre India interview process are Technical.

Tell us how to improve this page.

Amazon Development Centre India Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Amazon Development Centre India Devops Engineer Salary
based on 89 salaries
₹2.8 L/yr - ₹11 L/yr
15% less than the average Devops Engineer Salary in India
View more details

Amazon Development Centre India Devops Engineer Reviews and Ratings

based on 5 reviews

4.4/5

Rating in categories

4.7

Skill development

4.4

Work-life balance

4.9

Salary

4.3

Job security

4.4

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Customer Service Associate
2.9k salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Customer Service Executive
885 salaries
unlock blur

₹1.2 L/yr - ₹5.8 L/yr

Senior Associate
816 salaries
unlock blur

₹2.5 L/yr - ₹9.2 L/yr

Quality Specialist
648 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Microsoft Corporation

4.0
Compare

Google

4.4
Compare

IBM

4.0
Compare

Oracle

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