Upload Button Icon Add office photos

Filter interviews by

Accenture Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Accenture Interview Questions and Answers

View all 3.9k questions

Accenture Interview Experiences

Popular Designations

8k interviews found

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is Polymorphism in CPP
  • Ans. 

    Polymorphism in CPP allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows for functions to be called on objects of different classes through a common interface.

    • There are two types of polymorphism in CPP: compile-time (function overloading, operator overloading) and runtime (virtual functions).

    • Example: A base class 'Shape' with virtual function 'draw()' can have subclass...

  • Answered by AI
  • Q2. Difference between For and While loop
  • Ans. 

    For loop is used when the number of iterations is known, while loop is used when the condition is true.

    • For loop is used when the number of iterations is known beforehand.

    • While loop is used when the condition needs to be checked before each iteration.

    • For loop is more concise and easier to read for simple iterations.

    • While loop is more flexible and can handle complex conditions.

    • Example: for(int i=0; i<5; i++) { //code }

    • Ex

  • Answered by AI
  • Q3. Write a program to implement do while loop
  • Ans. 

    A do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block as long as a specified condition is true.

    • Initialize a variable outside the loop

    • Use the do keyword to start the loop

    • Write the code block to be executed inside the loop

    • Use the while keyword followed by the condition to continue the loop

  • Answered by AI
  • Q4. What is exception handling
  • Ans. 

    Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It allows the program to gracefully handle unexpected situations without crashing.

    • Exceptions can be caught and handled using try-catch blocks.

    • Common exceptions include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.

    • Exception handling helps in improving the robustness and reliability of the software.

  • Answered by AI
  • Q5. Swap two integers without temp variable
  • Ans. 

    Use bitwise XOR operation to swap two integers without a temp variable.

    • Use XOR operation to swap two integers: a ^= b, b ^= a, a ^= b

    • Example: int a = 5, b = 10; a ^= b; b ^= a; a ^= b; // Now a = 10, b = 5

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • OOPS
  • C++
  • Multithreading
  • Socket Programming
Interview preparation tips for other job seekers - Depends on the interviewer

Skills evaluated in this interview

Top Accenture Application Developer Interview Questions and Answers

Q1. Difference between tmap &amp; tjoin Types of connection Difference between truncate delete What is ETL What are triggers Type of join
View answer (2)

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -&gt; 2 -&gt; 3 -&gt; 4-&gt; NULL. Then the reverse linked list is 4 -&gt; 3 -&g... read more
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about the windows version
  • Ans. 

    The Windows version refers to the specific operating system version of Microsoft Windows being used.

    • Windows 10 is the latest version of the Windows operating system

    • Previous versions include Windows 7, Windows 8, and Windows 8.1

    • Each version may have different features, updates, and system requirements

  • Answered by AI
  • Q2. What is hypertext language
  • Ans. 

    Hypertext language is a markup language used to create links between different web pages.

    • Hypertext language allows for the creation of hyperlinks within web pages

    • HTML (Hypertext Markup Language) is the most commonly used hypertext language

    • Links in hypertext language are typically displayed as underlined text or clickable buttons

  • Answered by AI
  • Q3. What is database
  • Ans. 

    A database is a structured collection of data that is stored and organized for easy access and retrieval.

    • A database is used to store and manage large amounts of data.

    • It allows for efficient retrieval and manipulation of data.

    • Examples of databases include MySQL, Oracle, and MongoDB.

  • Answered by AI

Skills evaluated in this interview

Collections Manager Interview Questions asked at other Companies

Q1. Collection efficiency and how will do the collection, plan for the month, repossession etc
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Golden rules of accounting
  • Ans. 

    The golden rules of accounting are basic principles that guide the process of recording financial transactions.

    • There are three golden rules of accounting: Debit the receiver, Credit the giver; Debit what comes in, Credit what goes out; Debit expenses and losses, Credit income and gains.

    • These rules help ensure that the accounting equation (Assets = Liabilities + Equity) remains balanced.

    • For example, when a company recei...

  • Answered by AI
  • Q2. Types of accounting
  • Ans. 

    Types of accounting include financial accounting, management accounting, and tax accounting.

    • Financial accounting focuses on recording and reporting financial transactions of a business.

    • Management accounting involves providing information to help with internal decision-making.

    • Tax accounting deals with tax-related matters such as tax returns and compliance.

    • Other types include cost accounting, forensic accounting, and aud

  • Answered by AI
  • Q3. What is depreciation
  • Ans. 

    Depreciation is the allocation of the cost of a tangible asset over its useful life.

    • Depreciation is a non-cash expense that reflects the decrease in value of an asset over time.

    • It is used to spread out the cost of an asset over its useful life instead of expensing it all at once.

    • Common methods of calculating depreciation include straight-line, double-declining balance, and units of production.

    • Examples of depreciable as...

  • Answered by AI
Round 2 - Aptitude Test 

5 topics 5 tests were there during the assessment

Round 3 - HR 

(2 Questions)

  • Q1. Everything related to accounts payble
  • Q2. Steps in procure to pay
  • Ans. 

    Procure to pay is the process of obtaining goods or services from a vendor, receiving and approving the invoice, and making payment.

    • Identify need for goods or services

    • Obtain quotes or proposals from vendors

    • Create purchase order

    • Receive goods or services

    • Approve invoice for payment

    • Make payment to vendor

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its nice for freshers to build their career

Top Accenture Accounts Payable Associate Interview Questions and Answers

Q1. What is the important of accounting
View answer (1)

Accounts Payable Associate Interview Questions asked at other Companies

Q1. Bank reconciliation and what is process of profit and loss account
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The test was divided into 5 sections
1.verbal ability
2.psedo code
3.critical thinking
4.logical thinking
5.cloud and ms office
This section is of 90 minutes.

If you qualify this round(as 90% of the student clear it ) you will now proceed to the next round.

Round 2 - Coding Test 

Coding round with 2 coding questions 1 easy level and 1 medium to hard level
If you are able to run one of the question you will be proceeded to the next round.

Round 3 - Communication round 

(1 Question)

  • Q1. The next round is communication round which is generally easy, you will be passed to the interview round .

Top Accenture Associate Software Engineer Interview Questions and Answers

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Accenture interview questions for popular designations

 Associate Software Engineer

 (652)

 Application Developer

 (251)

 Application Development Analyst

 (251)

 Software Developer

 (226)

 Software Engineer

 (223)

 Analyst

 (197)

 Application Development Associate

 (180)

 Senior Analyst

 (149)

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dot net related question
  • Q2. Database related question
Round 2 - Technical 

(2 Questions)

  • Q1. Deployment questions
  • Q2. Behaviour questions

Top Accenture Application Developer Interview Questions and Answers

Q1. Difference between tmap &amp; tjoin Types of connection Difference between truncate delete What is ETL What are triggers Type of join
View answer (2)

Application Developer Interview Questions asked at other Companies

Q1. Reverse Linked ListGiven a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -&gt; 2 -&gt; 3 -&gt; 4-&gt; NULL. Then the reverse linked list is 4 -&gt; 3 -&g... read more
View answer (6)

Get interview-ready with Top Accenture Interview Questions

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The questions were easy to moderate

Round 2 - Coding Test 

Array and string based questions

Round 3 - Technical 

(2 Questions)

  • Q1. What is your project about?
  • Ans. 

    My project focuses on developing a new software application for data analysis in the field of renewable energy.

    • Developing a software application for data analysis

    • Focused on renewable energy

    • Implementing algorithms for efficient energy production

    • Testing and optimizing the software for accuracy and speed

  • Answered by AI
  • Q2. Why did you choose this project?
  • Ans. 

    I chose this project because it aligns with my passion for sustainable engineering solutions.

    • Passion for sustainable engineering solutions

    • Interest in the specific technology or industry of the project

    • Opportunity to learn and grow in a new area

    • Alignment with personal values and goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your project well

Top Accenture Associate Engineer Interview Questions and Answers

Q1. In how many and in which cities of India Accenture is located?
View answer (1)

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Jobs at Accenture

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

It was easy if you are strong at fundamentals.

Round 2 - Coding Test 

Basically they ask questions from arrays and strings and the questions are easy to moderate level

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce your self
  • Q2. Explain about your project

Top Accenture Associate Software Engineer Interview Questions and Answers

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Software Engineer interview

user image Ashok Talk

posted on 16 Nov 2021

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

  • Answered by AI
  • Q2. What is serialisation
  • Ans. 

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (54)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a medium level hard

Round 2 - One-on-one 

(2 Questions)

  • Q1. How will you handle conflicts in your team
  • Ans. 

    I will address conflicts by promoting open communication, active listening, and finding mutually beneficial solutions.

    • Encourage team members to openly communicate their concerns and perspectives

    • Practice active listening to understand all sides of the conflict

    • Facilitate discussions to find common ground and mutually beneficial solutions

    • Seek input from team members on how to prevent similar conflicts in the future

  • Answered by AI
  • Q2. About roles and responsibilities in your previous experience

Security Delivery Associate Interview Questions asked at other Companies

Q1. Latest trends in IT
View answer (1)

Accenture Interview FAQs

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

Some of the top questions asked at the Accenture interview -

  1. If insurance premium is paid for an entire year 1st January to 31st December an...read more
  2. Case. There is a housing society “The wasteful society”, you collect all th...read more
  3. What are three golden rules of accounti...read more
What are the most common questions asked in Accenture HR round?

The most common HR questions asked in Accenture interview are -

  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

based on 3.9k interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 5.2k Accenture interviews
Job Portal
Company Website
Campus Placement
Referral
WalkIn
Recruitment Consultant
33%
18%
18%
13%
4%
2%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

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 Reviews and Ratings

based on 53.3k reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-Life balance

3.5

Salary & Benefits

3.8

Job Security

3.8

Company culture

3.2

Promotions/Appraisal

3.5

Work Satisfaction

Explore 53.3k Reviews and Ratings
Software Development Lead

Mumbai

12-17 Yrs

Not Disclosed

Application Lead

Bangalore / Bengaluru

3-8 Yrs

₹ 6.65-19.6 LPA

Full Stack Engineer

Mumbai

12-17 Yrs

Not Disclosed

Explore more jobs
Application Development Analyst
38.8k 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