Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Interview Questions, Process, and Tips for Experienced

Updated 9 Apr 2025

Top Accenture Interview Questions and Answers for Experienced

View all 1.5k questions

Accenture Interview Experiences for Experienced

Popular Designations

3k interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

In round one , Interviewer gave me 2 python problems based on basic data structures.

Round 2 - Aptitude Test 

In this round Interviewer asked about pamdas and python framework questions. Few are from sql.

Round 3 - HR 

(2 Questions)

  • Q1. Joining date they asked
  • Q2. Salary expectation they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare python coding from hacker rank

Software Development Team Lead Interview Questions asked at other Companies

Q1. What is Microservice architecture and how to design it?
View answer (1)

SAP ABAP Hana Developer Interview Questions & Answers

user image Hirendra Pratap Singh

posted on 9 Jul 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I appeared for an interview in Jun 2024.

Round 1 - Technical 

(13 Questions)

  • Q1. What are the features of s/4hana? explain me columnar storage concept on Hana?
  • Ans. 

    S/4HANA is the next-generation business suite from SAP, featuring simplified data models and real-time analytics. Columnar storage in HANA organizes data in columns rather than rows for faster data retrieval.

    • S/4HANA is designed to run on the SAP HANA platform, providing real-time analytics and simplified data models.

    • Columnar storage in HANA stores data in columns rather than rows, allowing for faster data retrieval and...

  • Answered by AI
  • Q2. What is TMG? What is the use? why it is been introduced? what are their events?
  • Ans. 

    TMG stands for Table Maintenance Generator. It is used to create table maintenance dialog programs in SAP ABAP.

    • TMG is used to create user-friendly interfaces for maintaining table data.

    • It simplifies the process of creating maintenance screens for tables.

    • TMG events include START-OF-SELECTION, END-OF-SELECTION, TOP-OF-PAGE, END-OF-PAGE, etc.

  • Answered by AI
  • Q3. How many types of Transport request are there in s4? what is the use of these different TR?
  • Ans. 

    There are 3 types of Transport Requests in S4: Workbench Request, Customizing Request, and Cross-Client Request.

    • Workbench Request is used for transporting changes to repository objects like programs, function modules, etc.

    • Customizing Request is used for transporting changes to customizing objects like IMG activities, table entries, etc.

    • Cross-Client Request is used for transporting changes that are client-independent, l

  • Answered by AI
  • Q4. How will you optimize the code from where you got to know what is my efficiency of my code i.e. ATC check?
  • Ans. 

    To optimize code and check efficiency, use ATC checks in SAP ABAP Hana development.

    • Use ATC (ABAP Test Cockpit) checks to analyze code quality and performance.

    • ATC checks can identify potential issues such as performance bottlenecks, security vulnerabilities, and coding standards violations.

    • Optimize code based on ATC check results to improve efficiency and maintainability.

    • Regularly run ATC checks to ensure code quality a...

  • Answered by AI
  • Q5. What is CDS Views ? Syntax to create parameter based views? syntax to create Association. How to publish CDS views
  • Ans. 

    CDS Views are virtual database views in SAP HANA. They can be parameter-based and have associations. They are published using annotations.

    • CDS Views are virtual database views in SAP HANA

    • Syntax to create parameter-based views: @AbapCatalog.sqlViewName: 'view_name' @AccessControl.authorizationCheck: #NOT_REQUIRED define view view_name(parameter_name) as select from table_name where field_name = :parameter_name

    • Syntax to c...

  • Answered by AI
  • Q6. What is difference between left outer join vs inner join and association? we can create normal joins using abap why to use CDS views?
  • Q7. For what purpose you have created table how you have created? Using GUI or CDS views ? explain with steps
  • Q8. Which modules you have worked most? name some t-code related to them and standard table related to their transaction. explain any scenario you have enhanced in any standard transaction with steps.
  • Ans. 

    I have worked most on SAP MM module. Some t-codes are ME21N, ME51N. Standard table is EKKO.

    • Worked most on SAP MM module

    • T-codes: ME21N, ME51N

    • Standard table: EKKO

    • Enhanced ME21N transaction to include additional fields

  • Answered by AI
  • Q9. Explains me WRICEF component one by one with example in which you have worked on.
  • Ans. 

    WRICEF stands for Workflow, Reports, Interfaces, Conversions, Enhancements, and Forms. It is a methodology used in SAP development projects.

    • Workflow - designing and implementing automated business processes

    • Reports - creating custom reports to analyze data

    • Interfaces - integrating SAP with external systems

    • Conversions - migrating data from legacy systems to SAP

    • Enhancements - customizing standard SAP functionality

    • Forms - d...

  • Answered by AI
  • Q10. What is the use of Authorization how it is helpful explain with any example? how its created? have you ever?
  • Ans. 

    Authorization in SAP ABAP Hana Developer is used to control access to specific functionalities or data within the system.

    • Authorization is helpful in ensuring that only authorized users can perform certain actions or access certain data in the system.

    • It helps in maintaining data security and preventing unauthorized access.

    • Authorizations are created using roles, profiles, and authorization objects in SAP.

    • For example, a u...

  • Answered by AI
  • Q11. What is lock objects? Where it is used and why? have you created any?
  • Ans. 

    Lock objects are used in SAP ABAP to manage concurrent access to shared data. They prevent multiple users from changing the same data simultaneously.

    • Lock objects are used to control access to shared data in SAP systems.

    • They help prevent data inconsistencies that can occur when multiple users try to change the same data at the same time.

    • Lock objects are created using the ENQUEUE and DEQUEUE function modules in ABAP.

    • They...

  • Answered by AI
  • Q12. What is OData? have you got chance to work on Fiori?
  • Q13. What syntax you feel as a difference in select(7.5) statement when it comes for HANA as compared to ECC?
  • Ans. 

    In HANA, select(7.5) statement allows for specifying the number of records to be fetched at a time.

    • In HANA, you can use the addition 'UP TO n ROWS' to limit the number of records fetched.

    • In ECC, there is no such addition available in the select statement.

    • Example: SELECT * FROM table_name INTO @DATA(lt_data) UP TO 100 ROWS.

  • Answered by AI

Skills evaluated in this interview

Top Accenture SAP ABAP Hana Developer Interview Questions and Answers

Q1. Which modules you have worked most? name some t-code related to them and standard table related to their transaction. explain any scenario you have enhanced in any standard transaction with steps.
View answer (1)

SAP ABAP Hana Developer Interview Questions asked at other Companies

Q1. Which modules you have worked most? name some t-code related to them and standard table related to their transaction. explain any scenario you have enhanced in any standard transaction with steps.
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. APP Configuration

Top Accenture SAP Consultant Interview Questions and Answers

Q1. What is sd and integration with fi
View answer (1)

SAP Consultant Interview Questions asked at other Companies

Q1. what all changes are there from AS to IND-AS in IND-AS 116
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Apex coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical Scenerio in LWC
  • Q2. Basic sceneries in Apex sharing
  • Ans. 

    Apex sharing allows developers to control access to records based on criteria.

    • Apex sharing rules can be used to extend sharing access beyond the organization-wide defaults.

    • Apex managed sharing allows developers to programmatically share records with specific users or groups.

    • Sharing reasons can be used to define the reason for sharing a record in Apex.

    • Apex sharing can be enforced using the 'with sharing' keyword in Apex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Basic of Salesforce admin and development

Top Accenture Salesforce Developer Interview Questions and Answers

Q1. write a batch code to update account rating
View answer (1)

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Accenture interview questions for popular designations

 Associate Software Engineer

 (644)

 Application Developer

 (261)

 Application Development Analyst

 (259)

 Software Developer

 (244)

 Software Engineer

 (217)

 Analyst

 (209)

 Application Development Associate

 (185)

 Senior Analyst

 (155)

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

(2 Questions)

  • Q1. What is the architecture of Snowflake?
  • Ans. 

    Snowflake follows a multi-cluster, shared data architecture with separate compute and storage layers.

    • Snowflake has a central data repository where all data is stored in a columnar format

    • It uses virtual warehouses to separate compute resources from storage, allowing for independent scaling

    • Data is stored in multiple micro-partitions, enabling efficient data retrieval and processing

    • Snowflake's architecture supports automa

  • Answered by AI
  • Q2. What is the concept of data warehousing?
  • Ans. 

    Data warehousing is the process of collecting, storing, and managing data from various sources for analysis and reporting.

    • Data warehousing involves extracting data from multiple sources and consolidating it into a central repository.

    • It is used for analyzing historical data to make informed business decisions.

    • Data warehousing helps in creating a single source of truth for an organization's data.

    • Examples of data warehous...

  • Answered by AI

Top Accenture Application Development Team Lead Interview Questions and Answers

Q1. Example- Explain STO process? How will you differentiate if a PO with document type NB is an STO.
View answer (1)

Application Development Team Lead Interview Questions asked at other Companies

Q1. Example- Explain STO process? How will you differentiate if a PO with document type NB is an STO.
View answer (1)

Get interview-ready with Top Accenture Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What are constructors in python?
  • Ans. 

    Constructors in Python are special methods used for initializing objects. They are defined using the __init__() method.

    • Constructors are called automatically when a new instance of a class is created.

    • They are used to initialize instance variables within the object.

    • Constructors are defined using the __init__() method in Python.

    • Example: class MyClass: def __init__(self, x): self.x = x obj = MyClass(5)

  • Answered by AI
  • Q2. WAP with numpy to calculate mean median and standard deviation of an array?
  • Ans. 

    Use numpy to calculate mean, median, and standard deviation of an array.

    • Import numpy library: import numpy as np

    • Create an array: arr = np.array([1, 2, 3, 4, 5])

    • Calculate mean: mean = np.mean(arr)

    • Calculate median: median = np.median(arr)

    • Calculate standard deviation: std_dev = np.std(arr)

  • Answered by AI
  • Q3. What are generators in python?
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a series of values on the fly.

    • Generators are memory efficient as they only compute the next value when needed.

    • They can be iterated over using a for loop or by calling the 'next()' function.

  • Answered by AI
  • Q4. What is shallow and deep copy?
  • Ans. 

    Shallow copy creates a new object but does not duplicate nested objects, while deep copy creates a new object with all nested objects duplicated.

    • Shallow copy only copies the references of nested objects, not the objects themselves

    • Deep copy creates new instances of all nested objects

    • Example: Shallow copy - Object.assign({}, originalObject); Deep copy - JSON.parse(JSON.stringify(originalObject));

  • Answered by AI
  • Q5. What is list and tuples?
  • Ans. 

    Lists and tuples are data structures in Python used to store multiple items.

    • Lists are mutable, ordered collections of items enclosed in square brackets, while tuples are immutable, ordered collections enclosed in parentheses.

    • Lists can be modified after creation, while tuples cannot be changed once created.

    • Lists are typically used for storing homogeneous items, while tuples are used for heterogeneous items.

    • Example of a ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture interview:
  • Python
  • Numpy
  • pandas
Interview preparation tips for other job seekers - Go through only basics and don’t panic about the job description. They will ask you what they know and not what you have experienced or were doing.

Skills evaluated in this interview

Jobs at Accenture

View all
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Rest api
  • Ans. 

    REST API is a set of rules and conventions for building and interacting with web services.

    • REST stands for Representational State Transfer

    • Uses standard HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Stateless communication between client and server

    • Example: GET request to retrieve user data from a server

  • Answered by AI
  • Q2. What is a multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently.

    • Multithreading allows multiple threads to run within the same process.

    • Each thread can perform different tasks simultaneously.

    • Examples include running a background task while the main application continues to run.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

  • Answered by AI

Skills evaluated in this interview

Top Accenture Software Developer Interview Questions and Answers

Q1. Maximum Subarray Sum Problem Statement Given an array ARR consisting of N integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array. Example of Subarrays: An array C is considered a su... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Devops Engineer Interview Questions & Answers

user image Fehma Aftab

posted on 22 Jun 2024

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

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

Round 1 - One-on-one 

(17 Questions)

  • Q1. Did you face any challenge while creating the DevOps pipeline?
  • Ans. 

    Yes, I faced challenges while creating the DevOps pipeline.

    • One challenge was integrating multiple tools and technologies into the pipeline.

    • Another challenge was ensuring smooth communication and collaboration between different teams involved in the pipeline.

    • I also faced challenges in automating the testing and deployment processes to achieve continuous integration and continuous delivery.

    • Dealing with legacy systems and...

  • Answered by AI
  • Q2. How do your container communicate in Kubernetes?
  • Ans. 

    Containers in Kubernetes communicate with each other through networking and service discovery mechanisms.

    • Containers within the same pod can communicate over localhost.

    • Containers in different pods can communicate using Kubernetes services.

    • Kubernetes assigns each pod a unique IP address for communication.

    • Kubernetes also supports DNS-based service discovery for containers.

  • Answered by AI
  • Q3. If you want to restrict the communication between the kubernetes pod, how would you restrict that one?
  • Ans. 

    Restricting communication between Kubernetes pods can be achieved using network policies.

    • Use Network Policies in Kubernetes to define rules for pod-to-pod communication

    • Specify which pods are allowed to communicate with each other based on labels

    • Deny all traffic by default and only allow specific traffic as needed

    • Example: Define a network policy to allow communication only between pods with label 'app=frontend' and 'app

  • Answered by AI
  • Q4. What is virtual private cloud or Vnet? What is the use of Vnet and why we use it in DevOps?
  • Ans. 

    A virtual private cloud (VPC) or Vnet is a private network in the cloud that allows you to isolate resources and control network traffic.

    • VPC/Vnet provides a secure and isolated environment for resources in the cloud.

    • It allows you to define your own IP address range, subnets, route tables, and network gateways.

    • VPC/Vnet helps in creating a secure connection between on-premises data centers and cloud resources.

    • It is used ...

  • Answered by AI
  • Q5. Can you tell me something about Ansible work in DevOps?
  • Ans. 

    Ansible is a popular automation tool used in DevOps for configuration management, application deployment, and orchestration.

    • Ansible is agentless, meaning it does not require any software to be installed on the nodes being managed.

    • It uses YAML syntax for writing playbooks, which are used to define automation tasks.

    • Ansible can be used for tasks such as provisioning servers, deploying applications, and managing configurat...

  • Answered by AI
  • Q6. What is Client based development?
  • Ans. 

    Client based development is a software development approach where the client's needs and feedback are prioritized throughout the development process.

    • Focus on meeting client requirements and expectations

    • Regular communication and feedback from the client

    • Iterative development cycles based on client input

    • Client involvement in decision-making processes

    • Examples: Agile development, customer-centric design

  • Answered by AI
  • Q7. What is resilience testing?
  • Ans. 

    Resilience testing is a type of testing that evaluates a system's ability to recover from failures and continue functioning.

    • Resilience testing involves intentionally introducing failures or disruptions to a system to see how it responds.

    • The goal of resilience testing is to identify weaknesses in the system's design or implementation that could lead to downtime or data loss.

    • Examples of resilience testing include simulat...

  • Answered by AI
  • Q8. What are DevOps KPI?
  • Ans. 

    DevOps KPI are key performance indicators used to measure the success of DevOps practices in an organization.

    • DevOps KPIs should align with business goals and objectives.

    • Examples of DevOps KPIs include deployment frequency, lead time for changes, mean time to recover, and change failure rate.

    • Monitoring KPIs helps in identifying areas for improvement and optimizing DevOps processes.

  • Answered by AI
  • Q9. What are the various branching strategies used in the version control system?
  • Ans. 

    Various branching strategies in version control systems help manage code changes effectively.

    • Mainline/Branch by Release: Each release has its own branch for bug fixes and maintenance.

    • Feature Branching: Each new feature is developed in a separate branch and merged back to main branch after completion.

    • Gitflow Workflow: Uses main, develop, feature, release, and hotfix branches for a structured workflow.

    • Trunk-Based Develop...

  • Answered by AI
  • Q10. What is feature branching and task branching?
  • Ans. 

    Feature branching and task branching are strategies used in version control systems to manage development tasks.

    • Feature branching involves creating a separate branch for each new feature being developed, allowing for isolation and independent development.

    • Task branching is similar to feature branching but is used for smaller tasks or bug fixes.

    • Both feature branching and task branching help in organizing and managing cod...

  • Answered by AI
  • Q11. What is the difference b/w Continuous delivery and continuous deployment?
  • Ans. 

    Continuous delivery focuses on automating the software delivery process up to production, while continuous deployment automatically deploys every change to production.

    • Continuous delivery involves automating the software delivery process up to production, ensuring that code is always in a deployable state.

    • Continuous deployment goes a step further by automatically deploying every change that passes automated tests to pro...

  • Answered by AI
  • Q12. Different phases in DevOps Methodology
  • Ans. 

    DevOps methodology consists of various phases including plan, code, build, test, release, deploy, operate, and monitor.

    • Plan: Define goals, set priorities, and create a roadmap.

    • Code: Develop and review code changes.

    • Build: Compile the code and create executable files.

    • Test: Verify code changes through automated testing.

    • Release: Deploy changes to production environment.

    • Deploy: Automate deployment process to various environ...

  • Answered by AI
  • Q13. What is blue green deployment pattern
  • Ans. 

    Blue green deployment pattern is a software release strategy that reduces downtime and risk by running two identical production environments.

    • In blue green deployment, one environment (blue) is currently live and serving production traffic, while the other environment (green) is idle.

    • Once the new version of the software is deployed to the green environment and tested thoroughly, traffic is switched from the blue to the ...

  • Answered by AI
  • Q14. What are key elements which are there in continuous testing tools?
  • Ans. 

    Key elements in continuous testing tools include automation, integration with CI/CD pipelines, reporting and analytics, scalability, and support for various testing types.

    • Automation of test cases to ensure quick feedback on code changes

    • Integration with CI/CD pipelines for seamless testing in the software delivery process

    • Reporting and analytics capabilities to track test results and identify issues

    • Scalability to handle ...

  • Answered by AI
  • Q15. Difference b/w centralized and distributed VCS
  • Ans. 

    Centralized VCS stores all versions of files in a central server, while distributed VCS allows each user to have a full copy of the repository.

    • Centralized VCS has a single point of failure, while distributed VCS is more resilient.

    • In centralized VCS, users need constant connection to the central server, while distributed VCS allows offline work.

    • Examples of centralized VCS include SVN and CVS, while Git is a popular dist

  • Answered by AI
  • Q16. How do you setup the VPC with azure?
  • Ans. 

    Setting up a VPC in Azure involves creating a virtual network, subnets, and configuring security groups.

    • Create a virtual network in the Azure portal

    • Define subnets within the virtual network

    • Configure network security groups to control inbound and outbound traffic

    • Establish peering connections with other VPCs if needed

  • Answered by AI
  • Q17. Describe about IAC and Configuration management
  • Ans. 

    IAC stands for Infrastructure as Code, which involves managing and provisioning infrastructure through code. Configuration management involves managing and maintaining the state of systems.

    • IAC allows for automating the process of setting up and managing infrastructure using code

    • Configuration management ensures that the desired state of systems is maintained consistently

    • Tools like Terraform, Ansible, and Puppet are comm...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Devops Engineer interview:
  • Azure
  • git
  • kubernetes
  • ansible
  • IAC
  • Configuration management
Interview preparation tips for other job seekers - Clear basics and be confident!!

Skills evaluated in this interview

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?
View answer (1)

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between Salesforce profile and Role
  • Ans. 

    Salesforce profile defines what a user can do, while role defines what a user should do.

    • Profiles control access to objects, fields, and records in Salesforce.

    • Roles define the hierarchy of users in an organization.

    • Profiles determine the permissions and settings available to a user.

    • Roles determine the level of access a user has to records owned by other users.

    • A user can have multiple profiles but only one role.

  • Answered by AI

Top Accenture Software Engineer Interview Questions and Answers

Q1. Reverse String Operations Problem Statement You are provided with a string S and an array of integers A of size M. Your task is to perform M operations on the string as specified by the indices in array A. The operations should be executed ... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Wat is cardinality
  • Ans. 

    Cardinality refers to the uniqueness of values in a column or relationship.

    • Cardinality is the number of unique values in a column or relationship.

    • High cardinality means a column has many unique values, while low cardinality means few unique values.

    • For example, a column like 'Customer ID' may have high cardinality, while 'Gender' may have low cardinality.

  • Answered by AI
  • Q2. Challenges faced
Round 2 - One-on-one 

(1 Question)

  • Q1. Write SQL query
  • Ans. 

    SQL query to retrieve data from a table

    • Use SELECT statement to specify columns to retrieve

    • Use FROM statement to specify the table to retrieve data from

    • Use WHERE statement to filter the data based on conditions

  • Answered by AI

Skills evaluated in this interview

Top Accenture Power BI Developer Interview Questions and Answers

Q1. Connection modes in Power BI and how they work
View answer (1)

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)

Accenture Interview FAQs

How many rounds are there in Accenture interview for experienced candidates?
Accenture interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Accenture interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Accenture interview for experienced candidates?
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 Consulting, SQL, Application Development, Java and Business process.
What are the top questions asked in Accenture interview for experienced candidates?

Some of the top questions asked at the Accenture interview for experienced candidates -

  1. If insurance premium is paid for an entire year 1st January to 31st December an...read more
  2. What are three golden rules of accounti...read more
  3. What are the basic concepts of accountin...read more
What are the most common questions asked in Accenture HR round for experienced candidates?

The most common HR questions asked in Accenture interview are for experienced candidates -

  1. What are your salary Expectatio...read more
  2. General questi...read more
How long is the Accenture interview process?

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

Tell us how to improve this page.

Accenture Interview Process for Experienced

based on 1.6k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all

Accenture Reviews and Ratings

based on 58.7k reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.7

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 58.7k Reviews and Ratings
S&C Global Network - Strategy - MC - Industry

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

S&C - GN - CFO EV - ERP Platforms - Manager

Pune

10-14 Yrs

₹ 16.85-46 LPA

S&C - GN - CFO EV - ERP Platforms - Consultant

Bangalore / Bengaluru

4-7 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.9k salaries
unlock blur

₹7.2 L/yr - ₹25.7 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