Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Devops Engineer Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top Accenture Devops Engineer Interview Questions and Answers

  • Q1. If you want to restrict the communication between the kubernetes pod, how would you restrict that one?
  • Q2. What are the various branching strategies used in the version control system?
  • Q3. What are key elements which are there in continuous testing tools?
View all 39 questions

Accenture Devops Engineer Interview Experiences

34 interviews found

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

(1 Question)

  • Q1. About previous projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were question regarding git check ansible puppet docker kubernetes aws

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions regarding what all skill you have mentioned in resume
Round 3 - HR 

(1 Question)

  • Q1. What is your education why do you want to join this company
Round 4 - Technical 

(1 Question)

  • Q1. Coding based managerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Write those skills in resume which you have proper knowledge

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is k8s. What is Terraform state file and tfvar file. What is autoscaling. What is load balancer. What is cdn.
  • Ans. 

    K8s is a container orchestration platform. Terraform state file stores the state of your infrastructure. Autoscaling adjusts resources based on demand. Load balancer distributes traffic. CDN delivers content efficiently.

    • K8s, short for Kubernetes, is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Terraform state file is a JSON file tha...

  • Answered by AI
  • Q2. What is Run level
  • Ans. 

    Run level is a mode of operation in Unix-like operating systems that determines which services and processes are started at boot time.

    • Run levels range from 0 to 6, with each level having a specific set of services and processes that are started or stopped.

    • Run level 0 is used to halt the system, while run level 6 is used to reboot the system.

    • Run level 1 is known as single-user mode, used for system maintenance and troub...

  • Answered by AI
  • Q3. What isRbac abd why we are using it.
  • Ans. 

    RBAC stands for Role-Based Access Control, a method of restricting network access based on roles assigned to users.

    • RBAC assigns roles to users, allowing them access to specific resources based on their role.

    • It helps in managing permissions efficiently by grouping users with similar access levels.

    • RBAC enhances security by limiting access to sensitive data and resources.

    • Example: An admin role may have full access to all ...

  • Answered by AI
  • Q4. Tell me something about ansible.
  • Q5. Command related to docket and Kubernetes.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Explain your day to day activities. 2. What is variables groups and pipeline variables in azure DevOps? More questions on Azure Pipelines 3. Some basics questions on Azure Services.
  • Ans. 

    Day to day activities include managing Azure DevOps pipelines, working with variables groups and pipeline variables, and basic Azure services tasks.

    • Managing Azure DevOps pipelines for continuous integration and deployment

    • Working with variables groups to store and manage variables across multiple pipelines

    • Using pipeline variables to customize and parameterize pipeline runs

    • Basic tasks in Azure services like creating reso...

  • Answered by AI

Skills evaluated in this interview

Accenture interview questions for designations

 Devops

 (1)

 Senior Devops Engineer

 (6)

 AWS Devops Engineer

 (1)

 Azure DevOps Engineer

 (1)

 DevOps Architect

 (2)

 DevOps Manager

 (1)

 DevOps Team Lead

 (1)

 Software Engineer

 (216)

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

(2 Questions)

  • Q1. What is daemonset?
  • 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 a cluster

    • It is useful for deploying system daemons like log collectors, monitoring agents, etc.

    • DaemonSet is ideal for running a single instance of a Pod on each node in a cluster

    • It can be used to run storage daemons, node monitoring daemons, etc.

  • Answered by AI
  • Q2. What failure method used in project?
  • Ans. 

    We implemented a chaos engineering approach to induce controlled failures in our project.

    • Used chaos engineering to simulate various failure scenarios

    • Introduced faults in different parts of the system to test resilience

    • Monitored system behavior during failure simulations

    • Analyzed impact of failures on system performance and reliability

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Accenture Interview Questions

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

(2 Questions)

  • Q1. Aws glue and redshift
  • Q2. Kubernetes rolea and responsibilities

Devops Engineer Jobs at Accenture

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

(2 Questions)

  • Q1. What is CICD pipeline?
  • Ans. 

    CICD pipeline is a set of automated processes that allow for continuous integration, testing, and deployment of code changes.

    • Automates the process of building, testing, and deploying code changes

    • Helps in detecting and fixing issues early in the development cycle

    • Improves collaboration between development and operations teams

    • Examples: Jenkins, GitLab CI/CD, CircleCI

  • Answered by AI
  • Q2. CICD pipeline is a continuos integration and conitinuos deployment to automate the process.

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image Sangya Sagareeka

posted on 5 Jul 2024

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

(1 Question)

  • Q1. Describe devops projects I have worked on
  • Ans. 

    I have worked on implementing CI/CD pipelines, infrastructure as code, and automation scripts in various devops projects.

    • Implemented Jenkins pipelines for automated build, test, and deployment processes

    • Utilized Terraform to manage infrastructure as code for cloud environments

    • Developed Ansible playbooks for configuration management and automation

    • Integrated monitoring tools like Prometheus and Grafana for system health c

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image aman makrani

posted on 22 Nov 2024

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

Projects what we worked on

Devops Engineer Interview Questions & Answers

user image Shraiya parashar

posted on 28 May 2024

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

(1 Question)

  • Q1. They asked Git questions in deep.

Accenture Interview FAQs

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

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

  1. If you want to restrict the communication between the kubernetes pod, how would...read more
  2. What are the various branching strategies used in the version control syst...read more
  3. What are key elements which are there in continuous testing too...read more
How long is the Accenture Devops Engineer interview process?

The duration of Accenture Devops Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Accenture Devops Engineer Interview Process

based on 29 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Accenture Devops Engineer Salary
based on 3.4k salaries
₹4.1 L/yr - ₹16.9 L/yr
7% more than the average Devops Engineer Salary in India
View more details

Accenture Devops Engineer Reviews and Ratings

based on 125 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.2

Salary

3.6

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 125 Reviews and Ratings
DevOps Engineer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

DevOps Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 4-17.9 LPA

DevOps Engineer

Mumbai

5-9 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
39k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27.4k salaries
unlock blur

₹7 L/yr - ₹20.2 L/yr

Team Lead
24.8k salaries
unlock blur

₹7.2 L/yr - ₹25.9 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Analyst
17.9k salaries
unlock blur

₹5.5 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

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