Upload Button Icon Add office photos

Filter interviews by

Accenture DevOps Manager Interview Questions and Answers

Updated 27 Mar 2023

Accenture DevOps Manager Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Past exp and roles and responsibilities
  • Q2. Devops questions, CI CD, GIT, Azure devOps, Azure infrastructure services, docker, kubernetes, terraform
Round 3 - Technical 

(2 Questions)

  • Q1. Managerial questions and technical questions
  • Q2. Terraform coding, shell and powershell coding
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your skills basics well and do practice terraform and scripting

DevOps Manager Jobs at Accenture

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between IAAS, PAAS, SAAS in AWS?
  • Q2. How do you ensure high availability in cloud computing?
  • Q3. How you monitor and troubleshoot in kubernetes?
  • Q4. Tell the best security practices in AWS cloud?

Interview Preparation Tips

Topics to prepare for TCS Devops Engineer interview:
  • aws
  • kubernetes
Interview preparation tips for other job seekers - Learn AWS services.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Ci cd pipeline and variables?
  • Q2. Blue green and canary deployment kubernetes
  • Q3. Security in Terraform
  • Ans. 

    Security in Terraform involves managing sensitive data, implementing access controls, and using secure communication channels.

    • Use Terraform's sensitive data handling features like sensitive variables and sensitive outputs to protect sensitive information.

    • Implement access controls using Terraform's built-in features like IAM policies, resource-level permissions, and secure storage backends.

    • Use secure communication chann...

  • Answered by AI
  • Q4. Helm chart and how to use it?
  • Ans. 

    Helm is a package manager for Kubernetes that simplifies the deployment and management of applications.

    • Helm charts are packages of pre-configured Kubernetes resources that can be easily deployed using Helm.

    • Helm charts are written in YAML and can include templates for Kubernetes manifests.

    • Helm allows for easy versioning, sharing, and management of Kubernetes applications.

    • To use Helm, you need to install the Helm client ...

  • Answered by AI
  • Q5. Branching strategies

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. S3 storwge class
  • Q2. Day to day activities in current role
  • Q3. Amazon vpc advantages vpc peering
  • Q4. Jenkins pipeline building
  • Q5. Terraform validate command

Devops Engineer Interview Questions & Answers

IBM user image Bhuvaneswari Subramaniyan

posted on 6 Nov 2024

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Dockerfile for any of the applications
  • 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 (e.g. FROM ubuntu:latest)

    • Install dependencies and set up environment (e.g. RUN apt-get update && apt-get install -y python3)

    • Copy application code into the image (e.g. COPY . /app)

    • Set the default command to run when the container starts (e.g. CMD ["python3", "app.py"])

    • Build th...

  • Answered by AI
  • Q2. Program which is related to file parsing

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain in detail about clusters creation and how you handled practical bugs?
  • Ans. 

    Clusters creation involves setting up multiple servers to work together, while handling practical bugs requires troubleshooting and fixing issues in the cluster.

    • Clusters creation involves setting up multiple servers to work together to distribute workload and increase reliability.

    • Tools like Kubernetes or Docker Swarm can be used to create and manage clusters efficiently.

    • Practical bugs in clusters can include network is...

  • Answered by AI
  • Q2. How much do you experience in Ansible
  • Ans. 

    I have 3 years of experience working with Ansible in automating infrastructure and configuration management.

    • Implemented Ansible playbooks to automate deployment of applications across multiple servers

    • Utilized Ansible roles to standardize configurations and ensure consistency

    • Integrated Ansible with CI/CD pipelines for continuous deployment

    • Troubleshooted and resolved issues related to Ansible scripts and configurations

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Devops Engineer interview:
  • Aws
  • Devops
  • Docker
  • Kubernetes
  • Ansible
  • Terraform
Interview preparation tips for other job seekers - Do practice on senario based topics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to call APIs in Python
  • Ans. 

    To call APIs in Python, you can use libraries like requests or urllib.

    • Use the requests library to make HTTP requests to APIs

    • Send GET, POST, PUT, DELETE requests using requests library

    • Parse JSON responses using the json module

  • Answered by AI
  • Q2. How to write script to configure Veracode with ADO
  • Ans. 

    To configure Veracode with ADO, you can write a script that automates the process of setting up the integration.

    • Use Veracode API to authenticate and interact with Veracode services

    • Create a script that retrieves Veracode API credentials from ADO secure variables

    • Automate the process of configuring Veracode settings in ADO pipelines

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What is devops explain tools in devops
  • Ans. 

    DevOps is a software development methodology that combines software development with IT operations to shorten the systems development life cycle.

    • DevOps is a combination of Development (Dev) and Operations (Ops)

    • It focuses on collaboration, automation, and integration between developers and IT operations

    • Tools in DevOps include Jenkins, Docker, Ansible, Git, Kubernetes, etc.

  • Answered by AI
  • Q2. How to create s3 bucket and explain
  • Ans. 

    To create an S3 bucket, you can use the AWS Management Console, AWS CLI, or AWS SDKs.

    • Use the AWS Management Console to create an S3 bucket by navigating to the S3 service, clicking on 'Create bucket', and following the prompts.

    • Use the AWS CLI command 'aws s3api create-bucket' to create an S3 bucket from the command line.

    • Use AWS SDKs such as boto3 for Python or AWS SDK for Java to programmatically create an S3 bucket.

  • Answered by AI
  • Q3. What is ec2 instance
  • Ans. 

    An EC2 instance is a virtual server in Amazon Web Services (AWS) Elastic Compute Cloud (EC2) service.

    • Virtual server in AWS EC2 service

    • Can be easily scaled up or down based on demand

    • Can run various operating systems and applications

    • Example: t2.micro, m5.large

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

30 Minutes Round- Easy to moderate level

Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day activities?
  • Ans. 

    Day to day activities involve managing Azure DevOps pipelines, monitoring builds, resolving issues, collaborating with teams.

    • Managing Azure DevOps pipelines for continuous integration and deployment

    • Monitoring builds and deployments for any issues or failures

    • Resolving any issues that arise during the development process

    • Collaborating with development teams to ensure smooth workflow and communication

    • Implementing best prac...

  • Answered by AI
  • Q2. Quetsions on various devops tools

Accenture Interview FAQs

How many rounds are there in Accenture DevOps Manager interview?
Accenture interview process usually has 4 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
How to prepare for Accenture DevOps Manager 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 Accenture. The most common topics and skills that interviewers at Accenture expect are AWS, AWS Cloud, AWS Lambda, Amazon Ec2 and Customer Service.
What are the top questions asked in Accenture DevOps Manager interview?

Some of the top questions asked at the Accenture DevOps Manager interview -

  1. Devops questions, CI CD, GIT, Azure devOps, Azure infrastructure services, dock...read more
  2. Terraform coding, shell and powershell cod...read more
  3. Managerial questions and technical questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Accenture DevOps Manager Salary
based on 25 salaries
₹20 L/yr - ₹48 L/yr
At par with the average DevOps Manager Salary in India
View more details

Accenture DevOps Manager Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

3.6

Skill development

2.7

Work-Life balance

4.1

Salary & Benefits

3.6

Job Security

3.2

Company culture

2.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 3 Reviews and Ratings
GN - SONG - Service - AWS Devops Manager

Bangalore / Bengaluru

10-13 Yrs

₹ 21-26 LPA

Explore more jobs
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

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