AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
messages 0
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Accenture

Compare button icon Compare button icon Compare
3.7

based on 64.6k Reviews

Play video Play video Video summary
  • About
  • Reviews
    64.6k
  • Salaries
    6.2L
  • Interviews
    8.7k
  • Jobs
    20.6k
  • Benefits
    6.7k
  • Photos
    48
  • Posts
    97

Filter interviews by

Accenture Interview Questions and Answers for Freshers

Updated 27 Jul 2025
Popular Designations

384 Interview questions

A Content Moderator was asked 1w ago
Q. What topics are currently trending in social media?
Ans. 

Trending social media topics include climate change, mental health awareness, AI advancements, and pop culture events.

  • Climate Change: Discussions around COP28 and global warming initiatives.

  • Mental Health: Increased focus on mental health resources and destigmatization.

  • AI Advancements: Conversations about AI ethics and new technologies like ChatGPT.

  • Pop Culture: Viral trends from music releases, celebrity news, and ...

View all Content Moderator interview questions
An Application Development Analyst was asked 1mo ago
Q. What are the differences between a HashMap and a HashSet?
Ans. 

HashMap stores key-value pairs, while HashSet stores unique values without duplicates.

  • HashMap allows duplicate values but not duplicate keys. Example: map.put('A', 1); map.put('A', 2); // value for 'A' is now 2.

  • HashSet stores only unique elements. Example: set.add('A'); set.add('A'); // set still contains only one 'A'.

  • HashMap is implemented as a hash table, while HashSet is backed by a HashMap.

  • HashMap allows null ...

View all Application Development Analyst interview questions
An Application Development Analyst was asked 1mo ago
Q. What are the key concepts of Object-Oriented Programming (OOP)?
Ans. 

OOP is a programming paradigm based on objects, encapsulating data and behavior through key principles like inheritance and polymorphism.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to presen...

View all Application Development Analyst interview questions
A PTP DOMAIN ASSOCIATE was asked 1mo ago
Q. What do you know about ERP?
Ans. 

ERP (Enterprise Resource Planning) integrates core business processes for improved efficiency and data management.

  • ERP systems streamline operations by integrating various functions like finance, HR, and supply chain management.

  • Examples of popular ERP software include SAP, Oracle, and Microsoft Dynamics.

  • ERP provides real-time data analytics, helping businesses make informed decisions quickly.

  • Customization and scala...

What people are saying about Accenture

View All
a team lead
1w
Regretting my offer negotiation
Hello Peeps, I need your honest opinions. I am working as a Team lead for SAP BASIS with 8.5 YOE. Cracked an interview at a fairly good product based company. My ctc is 16.5 F+2.5 VP. I demanded 25 lpa fixed considering 50% hike on my current Fixed. Now one month before joining my colleagues have been saying that I should have negotiated definitely more than this And that I made a big mistake. I do have a similar offer but I do not want to counter offer since I have made a professional commitment to them. Thanks 😊
Got a question about Accenture?
Ask anonymously on communities.
A Software Trainee Intern was asked 1mo ago
Q. How do you find the maximum element in an array starting from the right?
Ans. 

Find the maximum elements in an array from the right side, maintaining their order of appearance.

  • Traverse the array from right to left.

  • Keep track of the maximum value encountered so far.

  • If the current element is greater than the maximum, add it to the result.

  • Example: For array [3, 5, 2, 4, 1], the result is [5, 4, 1].

View all Software Trainee Intern interview questions
A Procurement Operations Associate was asked 1mo ago
Q. What do you know about SAP?
Ans. 

SAP is a leading enterprise resource planning (ERP) software that helps organizations manage business operations efficiently.

  • SAP stands for Systems, Applications, and Products in Data Processing.

  • It integrates various business functions like finance, HR, and supply chain into one system.

  • SAP modules include SAP FI (Financial Accounting), SAP MM (Materials Management), and SAP SD (Sales and Distribution).

  • Many large o...

View all Procurement Operations Associate interview questions

Accenture HR Interview Questions

177 questions and answers

Q. What was your role in your last organization?
Q. Explain what Accenture does.
Q. Can you manage an excessive workload while demonstrating confidence in team buil ... read more
View all HR interview questions
A Trust and Safety Specialist was asked 1mo ago
Q. What are five skills that could help improve our business?
Ans. 

Key skills for a Trust and Safety Specialist enhance user experience, mitigate risks, and foster a secure environment.

  • Strong analytical skills: Ability to assess data trends to identify potential safety issues, like monitoring user reports for patterns.

  • Effective communication: Clearly conveying policies and procedures to users, ensuring they understand safety measures.

  • Crisis management: Quick decision-making durin...

View all Trust and Safety Specialist interview questions
Are these interview questions helpful?
A Technical Support Engineer was asked 1mo ago
Q. What are DNS and DHCP, and what are their respective functions?
Ans. 

DNS translates domain names to IP addresses, while DHCP assigns IP addresses to devices on a network.

  • DNS (Domain Name System) resolves human-readable domain names (e.g., www.example.com) to IP addresses (e.g., 192.0.2.1).

  • DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses to devices on a network, simplifying network management.

  • Without DNS, users would need to remember IP addresses instead...

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked 1mo ago
Q. What VPN and VDI solutions are utilized?
Ans. 

VPNs secure remote connections, while VDIs provide virtual desktops for users, enhancing flexibility and security.

  • VPN (Virtual Private Network) encrypts internet traffic, ensuring secure remote access.

  • Common VPN solutions include Cisco AnyConnect, OpenVPN, and NordVPN.

  • VDI (Virtual Desktop Infrastructure) allows users to access a virtual desktop environment remotely.

  • Popular VDI solutions are VMware Horizon, Citrix ...

View all Technical Support Engineer interview questions
A Security Delivery Analyst was asked 2mo ago
Q. What is CPM password rotation?
Ans. 

CPM password rotation automates the process of changing passwords for privileged accounts to enhance security.

  • CPM stands for CyberArk Password Manager, which manages and rotates passwords for sensitive accounts.

  • Automated password rotation reduces the risk of unauthorized access by frequently changing passwords.

  • For example, a system administrator's password can be set to rotate every 30 days.

  • CPM can integrate with ...

View all Security Delivery Analyst interview questions
1 2 3 4 5 6 7

Accenture Interview Experiences for Freshers

1k interviews found

HR Manager Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2025

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

I appeared for an interview in Feb 2025.

Round 1 - Group Discussion 

I'm interested fresher HR manager

Round 2 - Case Study 

I'm interested fresher HR manager best performance

Round 3 - One-on-one 

(2 Questions)

  • Q1. I'm interested fresher HR manager best
  • Add your answer
  • Q2. For a fresh HR manager looking for a great conference, the SHRM Talent Conference & Expo is widely considered one of the best options, as it focuses on talent acquisition and is well-suited for those new t...
  • Add your answer
Round 4 - Aptitude Test 

I'm interested fresher HR manager best conference

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm interested fresher HR Manager best conference
Anonymous

R2R Process Associate Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Aptitude Test 

-Basic Accounting questions like simple journals , Accounting principles and concepts.
-Basic Excel tasks like questions (commonly used simple formulas ,chart preparation, pivot tables
etc,)
-Email writing.
-Simple Aptitude and Logical Reasoning questions.
Prepare well and try to attend maximum questions with better accuracy. Overall aptitude test is simple.

Round 2 - Technical 

(9 Questions)

  • Q1. Tell me About Yourself
  • View 2 more answers
  • Q2. What is an Accrual Concept
  • Ans. 

    Accrual concept refers to recognizing revenues and expenses when they are incurred, regardless of when cash is exchanged.

    • Accrual concept is a fundamental accounting principle that states that revenues and expenses should be recognized when they are incurred, not when cash is exchanged.

    • This concept helps in providing a more accurate representation of a company's financial position and performance.

    • For example, if a compa...

  • Answered by AI
    Add your answer
  • Q3. Difference between Deferral and Accrual accounting
  • Ans. 

    Deferral accounting recognizes revenue or expenses when they are earned or incurred, while accrual accounting recognizes revenue or expenses when they are realized or incurred.

    • Deferral accounting involves postponing the recognition of revenue or expenses until a later period.

    • Accrual accounting involves recognizing revenue or expenses when they are incurred, regardless of when cash is exchanged.

    • Deferral accounting is co...

  • Answered by AI
    Add your answer
  • Q4. Journal entries for Accrual and Deferral transactions
  • Ans. 

    Accrual and deferral transactions involve recording revenues or expenses before or after they are actually earned or incurred.

    • Accrual transactions involve recording revenues or expenses before they are actually earned or incurred

    • Deferral transactions involve recording revenues or expenses after they are actually earned or incurred

    • Examples of accrual transactions include recognizing revenue for services provided but not...

  • Answered by AI
    Add your answer
  • Q5. What is a Bank Reconciliation and how to process it
  • Ans. 

    Bank reconciliation is the process of comparing a company's records with those of the bank to ensure they match.

    • Gather bank statements and company records

    • Compare deposits, withdrawals, and fees on both sets of records

    • Identify and resolve any discrepancies

    • Adjust the company's records to match the bank's records

    • Prepare a bank reconciliation statement to document the process

    • Example: If the company recorded a deposit of $5...

  • Answered by AI
    View 1 more answer
  • Q6. Difference between Depreciation and Amortization
  • Add your answer
  • Q7. Difference between Provisions and Contingent
  • Ans. 

    Provisions are liabilities that are certain to occur, while contingencies are potential liabilities that may or may not occur.

    • Provisions are recognized when the amount is known with reasonable certainty, while contingencies are disclosed in the financial statements as a footnote.

    • Provisions are measured at the best estimate of the amount required to settle the obligation, while contingencies are disclosed if the outcome...

  • Answered by AI
    View 1 more answer
  • Q8. Bad debts journal entries
  • Add your answer
  • Q9. Other normal questions based on Resume like internships and educational qualifications and about year gap ; And also availability to WFO and to work in any shifts.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay positive and answer boldly. Be well prepared with the basics. I brushed up the basic accounting before interview which helped me a lot. Even though my english communication was not that good, my way of answering in the technical round helped me to get selected.
In Aptitude round try to answer more questions also with better accuracy.
All the best guys.
Anonymous

Payroll Associate Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2025

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

I appeared for an interview in Feb 2025.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Expected CTC
  • Add your answer
  • Q3. Why you left your previous company (Negative answers should be avoided)
  • View 1 more answer
Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on the concepts of payroll
  • Add your answer
  • Q2. Expected CTC
  • Add your answer
  • Q3. Discussion regards to Shift timings, Cab facility, Annual leaves, Variable bonus, Relocate bonus.
  • Add your answer
Round 3 - Behavioral 

(1 Question)

  • Q1. Regards to Payroll questions on what I did on daily basis.
  • Add your answer
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

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

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a simple Aptitude test designed to test your english proficiency and your quantitative skills.

Round 2 - Communication Assessment 

(1 Question)

  • Q1. Multiple questions meant to test your english communication proficiency
  • Add your answer
Round 3 - Coding Test 

There were 2 coding questions. The level of questions were not very high. The languages available for the round were Python, Java, C++, C, C#.

Round 4 - One-on-one 

(4 Questions)

  • Q1. Please Introduce yourself
  • Add your answer
  • Q2. What project did you work on in your final year?
  • Add your answer
  • Q3. Do you have any connections in the industry?
  • Add your answer
  • Q4. Did you undergo any Internships?
  • Ans. 

    Yes, I completed internships that enhanced my software development skills and provided real-world experience in team environments.

    • Interned at XYZ Corp, where I developed a web application using React and Node.js.

    • Participated in a summer internship at ABC Tech, focusing on mobile app development.

    • Worked on a team project that improved the performance of an existing software tool by 30%.

  • Answered by AI
    Add your answer
Anonymous

Procure to Pay Manager Interview Questions & Answers

user image Anonymous

posted on 24 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. During the interview for a one-year contract role, what basic questions did the HR representative ask regarding your education and family background?
  • Add your answer
  • Q2. Then she told me to prepare some basic accounting questions as it was based on accounts 1. Accounting 2. Golden principle 3. Account payable and receivable 4. Trial balance and balance sheet diffrence ...
  • Add your answer
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Accounts payable
  • Add your answer
  • Q3. Purchase journal entries If selected after this hr will contact for one on one round same questions will be asked.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on basic accounting; freshers should focus on this, while those with experience are expected to discuss their past work.
Anonymous

Application Developer Interview Questions & Answers

user image Kay Snow

posted on 9 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the differences between a procedure and a function?
  • Ans. 

    Procedures do not return a value, while functions return a value.

    • Procedures are used to perform an action, while functions are used to calculate and return a value.

    • Functions must return a value, while procedures do not have a return statement.

    • Functions can be called from within SQL statements, while procedures cannot.

    • Example: Procedure - void PrintMessage(string message) { Console.WriteLine(message); }

    • Example: Function...

  • Answered by AI
    View 1 more answer
  • Q2. Write a query to find 3rd highest salary from each department
  • Ans. 

    Query to find 3rd highest salary from each department

    • Use window functions like ROW_NUMBER() to rank salaries within each department

    • Filter the results to only include rows where the rank is 3

    • Group by department to get the 3rd highest salary for each department

  • Answered by AI
    Add your answer
  • Q3. What is synonym.
  • Add your answer
  • Q4. What are the indexes you used ? Diff between bitmap and btree index
  • Ans. 

    Indexes used include bitmap and btree. Bitmap index is used for low cardinality columns, while btree index is used for high cardinality columns.

    • Bitmap index is efficient for low cardinality columns with few distinct values

    • Btree index is efficient for high cardinality columns with many distinct values

    • Bitmap index uses bitmaps to represent the presence of a value in a column

    • Btree index is a balanced tree structure that a...

  • Answered by AI
    Add your answer
Anonymous

Home Connect Master Supervisor Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. About basic details of day to day life
  • Add your answer
  • Q2. Technical questions
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Managorial +technical
  • Add your answer
  • Q2. All the scenario based questions
  • Add your answer
Anonymous

Data Scientist Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2024

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

(3 Questions)

  • Q1. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
    Add your answer
  • Q2. Parameters of Decision Tree
  • Ans. 

    Parameters of a Decision Tree include max depth, min samples split, criterion, and splitter.

    • Max depth: maximum depth of the tree

    • Min samples split: minimum number of samples required to split an internal node

    • Criterion: function to measure the quality of a split (e.g. 'gini' or 'entropy')

    • Splitter: strategy used to choose the split at each node (e.g. 'best' or 'random')

  • Answered by AI
    Add your answer
  • Q3. Explain any one of your project in detail
  • Ans. 

    Developed a predictive model to forecast customer churn in a telecom company

    • Collected and cleaned customer data including usage patterns and demographics

    • Used machine learning algorithms such as logistic regression and random forest to build the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

    • Provided actionable insights to the company to reduce customer churn rate

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

HR Service Delivery Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2025

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. What makes you a suitable candidate for this position?
  • Add your answer
  • Q2. Where do you envision yourself in the next three years?
  • Add your answer
  • Q3. How do you manage challenging situations?
  • Add your answer
  • Q4. How do you manage your workload during periods of high demand?
  • Add your answer
Anonymous

Backend Developer Intern Interview Questions & Answers

user image Akash Rao

posted on 1 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Describe your project
  • Add your answer
  • Q3. Tell me about your project
  • Ans. 

    Developed a RESTful API for a task management application using Node.js and MongoDB, enhancing team collaboration and productivity.

    • Utilized Express.js to create a robust RESTful API for task management.

    • Implemented JWT for secure user authentication and authorization.

    • Integrated MongoDB for efficient data storage and retrieval of tasks.

    • Designed a user-friendly interface using React for seamless interaction.

    • Conducted unit...

  • Answered by AI
    Add your answer
  • Q4. What told you use
  • Add your answer
  • Q5. Why I want to hire you
  • Add your answer
  • Q6. Tell me about your weakness
  • Add your answer
  • Q7. Tell me about your stunt
  • Add your answer
  • Q8. Which version you use in your project
  • Add your answer
  • Q9. Tell me about your python project
  • Add your answer
  • Q10. Why python is famous
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest we are regular and more focus and communication skill
Anonymous
More about working at Accenture
golden leaf award AmbitionBox awards

#12 Top Rated Mega Company - 2024

golden leaf award
golden leaf award AmbitionBox awards

#4 Top Rated Company for Women - 2024

golden leaf award
golden leaf award AmbitionBox awards

#2 Top Rated IT/ITES Company - 2024

golden leaf award
  • HQ - Dublin, Ireland
  • IT Services & Consulting
  • 1 Lakh+ Employees (India)
  • Public
  • Analytics & KPO
  • Software Product
  • Management Consulting

Accenture Interview FAQs

How many rounds are there in Accenture interview for freshers?
Accenture interview process for freshers usually has 2-3 rounds. The most common rounds in the Accenture interview process for freshers are Aptitude Test, HR and Technical.
How to prepare for Accenture interview for freshers?
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 Customer Service, Content Management, Operations, Digital Marketing and Qualitative Research.
What are the top questions asked in Accenture interview for freshers?

Some of the top questions asked at the Accenture interview for freshers -

  1. Case. There is a housing society “The wasteful society”, you collect all th...read more
  2. A marketing strategy case. Client is a perfume seller in Jaipur. The perfumes h...read more
  3. How can solve the problem? When employees have their different solut...read more
What are the most common questions asked in Accenture HR round for freshers?

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

  1. What are your salary expectatio...read more
  2. Why are you looking for a chan...read more
  3. Where do you see yourself in 5 yea...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 Interviews By Designations

  • Accenture Associate Software Engineer Interview Questions
  • Accenture Application Development Analyst Interview Questions
  • Accenture Application Developer Interview Questions
  • Accenture Software Developer Interview Questions
  • Accenture Software Engineer Interview Questions
  • Accenture Analyst Interview Questions
  • Accenture Application Development Associate Interview Questions
  • Accenture Senior Analyst Interview Questions
  • Show more
  • Accenture Application Development - Senior Analyst Interview Questions
  • Accenture Team Lead Interview Questions

Interview Questions for Popular Designations

  • Associate Software Engineer Interview Questions
  • Application Development Analyst Interview Questions
  • Application Developer Interview Questions
  • Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Analyst Interview Questions
  • Application Development Associate Interview Questions
  • Senior Analyst Interview Questions
  • Show more
  • Application Development - Senior Analyst Interview Questions
  • Team Lead Interview Questions

Overall Interview Experience Rating

4.1/5

based on 540 interview experiences

Difficulty level

Easy 29%
Moderate 67%
Hard 3%

Duration

Less than 2 weeks 53%
2-4 weeks 29%
4-6 weeks 8%
6-8 weeks 5%
More than 8 weeks 5%
View more

Explore Interview Questions and Answers for Top Skills at Accenture

Web Development Interview Questions & Answers
250 Questions
Software Development Interview Questions & Answers
250 Questions
Java Interview Questions & Answers
250 Questions
Data Structures Interview Questions & Answers
250 Questions
Algorithms Interview Questions & Answers
250 Questions
SQL Interview Questions & Answers
250 Questions

Interview Questions from Similar Companies

TCS
TCS Interview Questions
3.6
 • 11.2k Interviews
Infosys
Infosys Interview Questions
3.6
 • 8k Interviews
Wipro
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra
Tech Mahindra Interview Questions
3.5
 • 4.2k Interviews
HCLTech
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Genpact
Genpact Interview Questions
3.7
 • 3.5k Interviews
IBM
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology
DXC Technology Interview Questions
3.6
 • 846 Interviews
View all

Accenture Reviews and Ratings

based on 64.6k reviews

3.7/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.3

Salary

3.7

Job security

3.7

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 64.6k Reviews and Ratings
Jobs at Accenture
Accenture
S&C GN - SC&O - Operations & Process Transformation Senior Manager

Bangalore / Bengaluru

15-20 Yrs

₹ 17-110 LPA

Accenture
Business Transformation Assoc Manager

Gurgaon / Gurugram

10-14 Yrs

₹ 16-23 LPA

Accenture
Delivery Lead Manager

Mumbai

13-18 Yrs

₹ 27-31.9 LPA

Explore more jobs
Accenture Salaries in India
Application Development Analyst
39.4k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16.1 L/yr

Team Lead
26.9k salaries
unlock blur

₹12.7 L/yr - ₹22.5 L/yr

Senior Analyst
19.9k salaries
unlock blur

₹9.1 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.6k salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with
TCS

TCS

3.6
Compare
Cognizant

Cognizant

3.7
Compare
Capgemini

Capgemini

3.7
Compare
Infosys

Infosys

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Accenture Interview Questions >
  • Accenture Interview Questions for Fresher
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter