Upload Button Icon Add office photos
Engaged Employer

i

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

Amdocs Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 3.8k Reviews

Filter interviews by

Amdocs Devops Engineer Interview Questions, Process, and Tips

Updated 7 Dec 2024

Top Amdocs Devops Engineer Interview Questions and Answers

View all 10 questions

Amdocs Devops Engineer Interview Experiences

8 interviews found

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is VPC and its concepts?
  • Ans. 

    VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account.

    • VPC allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources.

    • You can define your own IP address range, create subnets, configure route tables, and network gateways within a VPC.

    • VPC provides security by allowing you to control inbound and outbound traffic to and from your instances.

    • You can c...

  • Answered by AI
  • Q2. What are the two health checks when EC2 instance is launched?
  • Ans. 

    The two health checks when an EC2 instance is launched are System Status Checks and Instance Status Checks.

    • System Status Checks ensure that the underlying host system is healthy and reachable.

    • Instance Status Checks ensure that the instance is running properly and can be accessed.

    • Examples: System Status Checks may include checking network connectivity, while Instance Status Checks may include verifying system logs.

  • Answered by AI
  • Q3. What is difference between IAM group and IAM roles?
  • Ans. 

    IAM groups are collections of IAM users, while IAM roles are permissions that can be assumed by users or services.

    • IAM groups are used to manage permissions for multiple users at once

    • IAM roles are used to delegate permissions to users or services

    • IAM groups can contain multiple users, while IAM roles can only be assumed by one entity at a time

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image Aditya Raj

posted on 21 Jun 2024

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

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array,String,Data Structure, java ,oops

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is oopsin java?
  • Ans. 

    OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • OOPs concepts help in organizing and structuring code for better reusability and maintainability.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionalities.

    • Polymorphism all...

  • Answered by AI
  • Q2. What is link list?
  • Ans. 

    A linked list is a data structure consisting of a sequence of elements where each element points to the next element in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes)

    • Common operations include insertion, deletion, and traversal

    • Example: Singly linke...

  • Answered by AI

Skills evaluated in this interview

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

Devops Engineer Interview Questions & Answers

user image Parthiban K

posted on 24 Jul 2024

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

(2 Questions)

  • Q1. About EKS in AWS
  • Q2. About ECS in AWS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - Technical 

(2 Questions)

  • Q1. Explain the Kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Nodes communicate with each oth...

  • Answered by AI
  • Q2. Write the terraform script
  • Ans. 

    Writing a terraform script for infrastructure provisioning

    • Define provider and required variables

    • Create resources like instances, networks, and storage

    • Use modules for reusable code

    • Implement variables and outputs for flexibility

    • Leverage terraform state for tracking changes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Write the dockerfile
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image

    • Use the RUN instruction to execute commands

    • Use the COPY instruction to add files from your Docker client’s current directory

    • Use the CMD instruction to specify the command to run when the container starts

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Skills evaluated in this interview

Amdocs interview questions for designations

 Devops

 (1)

 AWS Devops Engineer

 (1)

 DevOps Specialist

 (1)

 Software Engineer

 (45)

 Softwaretest Engineer

 (12)

 Test Engineer

 (7)

 QA Engineer

 (4)

 Data Engineer

 (3)

Devops Engineer Interview Questions & Answers

user image Kanchan Prasad Sinha

posted on 29 Feb 2024

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

(1 Question)

  • Q1. Write down the code of scripted and declarative pipeline
  • Ans. 

    Scripted and declarative pipelines in Jenkins for DevOps Engineer role

    • Scripted pipeline uses Groovy script syntax

    • Declarative pipeline uses a more structured format with predefined stages

    • Scripted pipeline example: node { stage('Build') { echo 'Building' } }

    • Declarative pipeline example: pipeline { agent any stages { stage('Build') { steps { echo 'Building' } } } }

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Amdocs Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Medium DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Terraform uses and flow in your company
  • Q2. Remote backend in terraform?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for the interviews.

Devops Engineer Jobs at Amdocs

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

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly related to kubernetes docker and other devops tools fundamentals
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations, growth etc

Interview Questionnaire 

2 Questions

  • Q1. Scenario based questions about AWS services
  • Q2. Working of Terraform , Packer ,Puppet
  • Ans. 

    Terraform, Packer, and Puppet are tools used in DevOps for infrastructure automation and configuration management.

    • Terraform is used for infrastructure as code and automates the provisioning of infrastructure resources.

    • Packer is used for creating machine images for multiple platforms from a single source configuration.

    • Puppet is used for configuration management and automates the deployment and management of software and

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Deep dive into all DevOps tools
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain our company devops process
  • Ans. 

    Our company's DevOps process focuses on continuous integration, automated testing, and deployment.

    • Continuous integration: Developers regularly merge their code changes into a shared repository, triggering automated builds and tests.

    • Automated testing: Testing is automated at various stages of the development process to ensure code quality and reliability.

    • Deployment automation: Code changes are automatically deployed to ...

  • Answered by AI

Amdocs Interview FAQs

How many rounds are there in Amdocs Devops Engineer interview?
Amdocs interview process usually has 1-2 rounds. The most common rounds in the Amdocs interview process are Technical, HR and Coding Test.
How to prepare for Amdocs 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 Amdocs. The most common topics and skills that interviewers at Amdocs expect are Automation, microsoft, Linux, Monitoring and Computer science.
What are the top questions asked in Amdocs Devops Engineer interview?

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

  1. What are the two health checks when EC2 instance is launch...read more
  2. What is difference between IAM group and IAM rol...read more
  3. Working of Terraform , Packer ,Pupp...read more

Tell us how to improve this page.

Amdocs Devops Engineer Interview Process

based on 6 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 Amdocs interviews
Company Website
WalkIn
Referral
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Amdocs Devops Engineer Salary
based on 586 salaries
₹4.8 L/yr - ₹19 L/yr
41% more than the average Devops Engineer Salary in India
View more details

Amdocs Devops Engineer Reviews and Ratings

based on 45 reviews

3.9/5

Rating in categories

3.4

Skill development

3.6

Work-Life balance

3.2

Salary & Benefits

3.3

Job Security

3.7

Company culture

2.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 45 Reviews and Ratings
DevOps Engineer

Pune

2-6 Yrs

₹ 4.2-18.9 LPA

DevOps Engineer

Pune

2-7 Yrs

₹ 4.2-20 LPA

DevOps Engineer

Pune

2-7 Yrs

₹ 4.2-20 LPA

Explore more jobs
Software Developer
7.6k salaries
unlock blur

₹4.9 L/yr - ₹16.7 L/yr

Software Engineer
1.9k salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.1
Compare

Infosys

3.7
Compare

Wipro

3.7
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