Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Interview Questions, Process, and Tips for Freshers

Updated 28 Mar 2025

Top Accenture Interview Questions and Answers for Freshers

View all 399 questions

Accenture Interview Experiences for Freshers

Popular Designations

981 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitute is easy. You need to prepare basics and some practice to Clear it.

Round 2 - Coding Test 

You need to have skill to solve basic problems like fibinocci, area, perimeter of quadrilateral, Armstrong number in one programming language such as c, java, python e.t.c. Then you can clear it.

Round 3 - Assignment 

This is the communication assessment round on English speaking, listening, memory, sentence forming. It not an elimination round but you have to score good.

Round 4 - HR 

(5 Questions)

  • Q1. About accenture?
  • Q2. Accademic project?
  • Ans. 

    Developed a web-based project management system using Java and MySQL.

    • Implemented user authentication and authorization using Spring Security.

    • Utilized Hibernate for database operations and RESTful APIs for communication.

    • Designed a responsive front-end using HTML, CSS, and JavaScript.

    • Tested the application using JUnit and Selenium for automated testing.

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have a strong technical background, a passion for software development, and a proven track record of delivering high-quality solutions.

    • I have a Bachelor's degree in Computer Science and relevant internship experience.

    • I am proficient in programming languages such as Java, C++, and Python.

    • I have successfully completed projects that demonstrate my problem-solving skills and attention to detail.

  • Answered by AI
  • Q4. What are you goals?
  • Ans. 

    My goal is to continuously improve my technical skills, contribute to innovative projects, and eventually become a senior software engineer.

    • Continuous learning and improvement of technical skills

    • Contributing to innovative projects

    • Working towards becoming a senior software engineer

  • Answered by AI
  • Q5. Are willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I am flexible and willing to move to a new location

    • I understand the importance of being open to relocation for career growth

  • Answered by AI

Top Accenture Associate Software Engineer Interview Questions and Answers

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Filter source data based on department id (assuming 1000+ departments are there) and store in unique files.
  • Ans. 

    Filter source data by department id and store in unique files

    • Use Talend components like tFilterRow to filter data based on department id

    • Create a unique file for each department using tFileOutputDelimited component

    • Loop through all department ids to process data for each department

  • Answered by AI
  • Q2. Various ways to optimize an SQL Query to improve query performance.
  • Ans. 

    Optimizing SQL queries can improve query performance by using indexes, avoiding unnecessary joins, and optimizing the query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Avoid using SELECT * and only retrieve necessary columns

    • Optimize joins by using INNER JOIN instead of OUTER JOIN when possible

    • Use WHERE clause to filter data early in the query

    • Avoid using functions in WHERE clauses as they can preven

  • Answered by AI

Skills evaluated in this interview

ETL Talend Developer Interview Questions asked at other Companies

Q1. What is scd type 2 and incremental load
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

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

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

Round 1 - HR 

(9 Questions)

  • Q1. TELL ME ABOUT YOURSELF
  • Q2. TECHNOLOGIES USED IN THE PROJECTS DONE IN THE FINAL YEAR?
  • Q3. PROJECTS DONE AT INTERNSHIP?
  • Q4. WHAT ARE THE FEATURES ADDED IN YOUR INTERNSHIP PROJECT?
  • Q5. WHAT ARE YOUR HOBBIES?
  • Q6. WHICH IS YOUR FAVOURITE SUBJECT?
  • Q7. WHICH IS YOUR LEAST FAVOURITE SUBJECT?
  • Q8. WHAT IS YOUR WEAKNESS?
  • Q9. ANY QUESTIONS FOR ME?

Interview Preparation Tips

Topics to prepare for Accenture interview:
  • Python
Interview preparation tips for other job seekers - BE CLEAR ABOUT WHATEVER YOU SHARE IN YOUR RESUME.
KINDLY AVOID IRRELEVANT DETAILS ACCORDING TO THE JOB DESCRIPTION.
TELL YOUR KEY SKILLS THAT MATCH TO YOUR JOB ROLE.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2024.

Round 1 - Group Discussion 

Recruiter tries to learn about your speaking skills.

Round 2 - Aptitude Test 

General questions regarding logical reasoning, general English, mathematics.

Round 3 - One-on-one 

(3 Questions)

  • Q1. What is content moderation
  • Ans. 

    Content moderation is the process of monitoring and reviewing user-generated content to ensure it meets community guidelines and standards.

    • Monitoring and reviewing user-generated content

    • Ensuring content meets community guidelines and standards

    • Removing inappropriate or harmful content

    • Blocking or banning users who violate guidelines

    • Implementing filters and algorithms to automate moderation

  • Answered by AI
  • Q2. Why should we hire you
  • Q3. Where do you see yourself in next few years

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your tone and conversation skills be prepared with the basic knowledge of content moderation...

Skills evaluated in this interview

Content Associate Interview Questions asked at other Companies

Q1. What is an effective one-line prompt to create an efficient, SEO-optimized blog using ChatGPT?
View answer (1)

Accenture interview questions for popular designations

 Associate Software Engineer

 (641)

 Application Developer

 (260)

 Application Development Analyst

 (258)

 Software Developer

 (244)

 Software Engineer

 (215)

 Analyst

 (207)

 Application Development Associate

 (184)

 Senior Analyst

 (154)

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

Aptitude test include general questions to check problem solving skill

Round 2 - Coding Test 

Two coding tests which are moderate to check our coding skills

Round 3 - Technical 

(2 Questions)

  • Q1. Asked general questions suchs as about projects and hr questions
  • Q2. Why should we hire you? Such general hr questions asked

Top Accenture Application Development Associate Interview Questions and Answers

Q1. Sum of Even & Odd Digits Problem Statement Create a program that accepts an integer N and outputs two sums: the sum of all even digits and the sum of all odd digits found in the integer. Explanation: Digits refer to the numbers themselv... read more
View answer (6)

Application Development Associate Interview Questions asked at other Companies

Q1. Sum of Even & Odd Digits Problem Statement Create a program that accepts an integer N and outputs two sums: the sum of all even digits and the sum of all odd digits found in the integer. Explanation: Digits refer to the numbers themselv... read more
View answer (6)

Get interview-ready with Top Accenture Interview Questions

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

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

Round 1 - Aptitude Test 

Eng,cn,cc,triangles.

Round 2 - Coding Test 

There were 2 codes and to pass some test cases from both.

Round 3 - communication 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Recent graduate with a degree in Computer Science

    • Strong passion for software development

    • Experience with programming languages such as Java, Python, and C++

    • Completed internships at tech companies to gain practical experience

  • Answered by AI
  • Q2. About your hobbies
Round 4 - HR 

(2 Questions)

  • Q1. About project based
  • Q2. Resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident.

Top Accenture Associate Software Engineer Interview Questions and Answers

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Jobs at Accenture

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

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

Round 1 - Aptitude Test 

Aptitude - cognitive ability with multiple sections testing knowledge in numerical, reasoning verbal ability along with psuedocode

Round 2 - Coding Test 

2 questions of coding easy and medium level

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Listening audio
  • Q2. Story telling in 30 seconds
Round 4 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Project internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything you have mentioned in your resume

Top Accenture Application Development Associate Interview Questions and Answers

Q1. Sum of Even & Odd Digits Problem Statement Create a program that accepts an integer N and outputs two sums: the sum of all even digits and the sum of all odd digits found in the integer. Explanation: Digits refer to the numbers themselv... read more
View answer (6)

Application Development Associate Interview Questions asked at other Companies

Q1. Sum of Even & Odd Digits Problem Statement Create a program that accepts an integer N and outputs two sums: the sum of all even digits and the sum of all odd digits found in the integer. Explanation: Digits refer to the numbers themselv... read more
View answer (6)

R2R Associate Interview Questions & Answers

user image Aakash Moryani

posted on 4 May 2024

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

4 sections
Email writing excel accounting

Round 2 - One-on-one 

(5 Questions)

  • Q1. Not completed yet pending
  • Q2. Golden rules of accounts
  • Ans. 

    Golden rules of accounts are basic principles that guide the recording of financial transactions.

    • Debit what comes in, credit what goes out

    • Debit the receiver, credit the giver

    • Debit expenses and losses, credit income and gains

  • Answered by AI
  • Q3. Accounts payable
  • Q4. Accounts receivable
  • Q5. Bank reconciliation statement

Top Accenture R2R Associate Interview Questions and Answers

Q1. journal entry for fixed asset sold with adjustment of gain or loss on sale of fixed asset
View answer (1)

R2R Associate Interview Questions asked at other Companies

Q1. journal entry for fixed asset sold with adjustment of gain or loss on sale of fixed asset
View answer (1)

Associate Interview Questions & Answers

user image Anonymous

posted on 16 Aug 2024

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 Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What are your weakness
  • Ans. 

    One of my weaknesses is that I can be overly critical of my own work.

    • I tend to be a perfectionist and can spend too much time on a task to ensure it is flawless.

    • I sometimes struggle with delegating tasks because I want to make sure they are done correctly.

    • I am working on improving my time management skills to prioritize tasks more effectively.

  • Answered by AI
  • Q2. Long term and short term goals

Top Accenture Associate Interview Questions and Answers

Q1. What is KPI and it's other factors
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Customer Associate Interview Questions & Answers

user image Ziniya Al Baha

posted on 11 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and all about your skills
Round 2 - One-on-one 

(1 Question)

  • Q1. Personality and problem solving
Round 3 - HR 

(1 Question)

  • Q1. Management Skills
Round 4 - Assignment 

Aptitude and communication

Customer Associate Interview Questions asked at other Companies

Q1. What do you know about ecommerce processes and non responsibilities?
View answer (1)

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 Operations, Customer Service, Content Management, Consulting and Digital Marketing.
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. 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 Freshers

based on 492 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
View all

Accenture Reviews and Ratings

based on 58.1k reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.8

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 58.1k Reviews and Ratings
Trust & Safety New Associate

Hyderabad / Secunderabad

0-1 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

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.7k salaries
unlock blur

₹7.1 L/yr - ₹26 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹6 L/yr - ₹19.1 L/yr

Senior Analyst
17.7k 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