Skip to main content

Accenture Interview Questions & Process

Accenture is one of India’s largest recruiters, hiring across Associate Software Engineer (ASE) and Advanced ASE tracks for freshers plus lateral roles year-round. The fresher funnel is assessment-heavy: most rejections happen in the online cognitive and coding rounds before a human ever interviews you. The interviews themselves reward clear communication and honest fundamentals over exotic technical depth — Accenture staffs client-facing consulting and managed-services teams, and every round is partly a communication screen.

Fresher tracks

ASE and Advanced ASE (higher package, tougher coding bar)

Typical process

3 stages: online assessment → technical interview → HR interview

Assessment

Cognitive + technical MCQs, coding, and a communication (CEF-style) test

Timeline

Commonly 2–6 weeks from assessment to offer in recent cycles

The Accenture selection process

  1. 1

    Online assessment — cognitive, technical, coding

    MCQ sections covering verbal ability, logical/analytical reasoning, numerical ability, and basics of networking, security and cloud, followed by a coding section (typically 1–2 problems in your choice of C/C++/Java/Python/JavaScript on easy-to-moderate difficulty — arrays, strings, patterns, basic data structures). The Advanced ASE cut-off demands stronger coding performance. This round eliminates the majority of applicants; practice timed MCQs, not just coding.

  2. 2

    Communication assessment

    An automated spoken-English test (listening, repeating sentences, describing images, answering open questions). It is scored by software, so clarity and pace beat vocabulary — speak in complete, steady sentences into a good microphone from a quiet room.

  3. 3

    Technical interview

    For freshers: your projects line by line, language fundamentals (OOP concepts, arrays vs linked lists, SQL joins, basic OS/DBMS), and simple code on demand — reverse a string, find duplicates, a basic SQL query. For laterals: your stack, a system you built, and scenario questions from the role’s technology. Expect "explain it like I am the client" follow-ups — they are testing consulting communication as much as code.

  4. 4

    HR interview

    Standard HR screen plus Accenture specifics: willingness to relocate (offer letters name a city but projects can be anywhere in India), shift flexibility for global clients, notice period/joining date, and document verification expectations. Rejections here are usually about rigidity or inconsistent answers, not qualifications.

HR & Screening Questions

Tell me about yourself.

What they’re assessing: The interviewer is checking structure and communication first — this answer previews how you will sound in front of a client.

How to answer: Sixty to ninety seconds: education, your strongest technical skill or project with one number, and why Accenture’s consulting/technology work fits you. Rehearse it aloud until it is smooth but not robotic — the communication bar at Accenture is real, and this is its first test.

Why Accenture?

What they’re assessing: They are filtering candidates who mass-applied from those who know what the company does.

How to answer: Name something specific: the scale of its India delivery centers, the range of domains you can rotate across (cloud, SAP, data, security), its training investment for freshers, or a recent Accenture project or acquisition you read about. Avoid "it is a big brand" — every rejected answer says that.

Are you willing to relocate or work in shifts?

What they’re assessing: Project staffing across cities and global time zones is the operating model; rigidity here is a common rejection reason.

How to answer: If you can be flexible, say so plainly and mean it — the question is asked because it is enforced. If you have a genuine constraint, state it honestly with the reason; a clear constraint beats a yes you will walk back after the offer.

What do you know about Accenture and what we do?

What they’re assessing: Client-facing company; a candidate who cannot describe the business cannot be put in front of one.

How to answer: Two sentences is enough: Accenture is a global professional-services company across strategy, consulting, technology and operations, and in India it runs some of the company’s largest delivery centers building and operating systems for global clients. Add the domain you would want to work in to make it personal.

What are your salary expectations? / Fresher package questions.

What they’re assessing: Fresher packages are fixed per track, so this tests whether you researched; for laterals it is budget fit.

How to answer: Freshers: acknowledge the published track structure — packages for ASE and Advanced ASE are standard and commonly reported in the ~4.5–6.5 LPA band depending on track and cycle (verify the current figures on Accenture’s careers portal) — and say you are comfortable with the announced package. Laterals: quote a researched range on fixed CTC, not a hike percentage.

Technical Interview Questions

Explain the four pillars of OOP with a real example from your project.

What they’re assessing: The single most-asked fresher technical question; the project tie-in separates memorised answers from understood ones.

How to answer: Define encapsulation, abstraction, inheritance and polymorphism in one line each, then immediately ground two of them in your own code: "In my attendance app, the Student class encapsulated…". Practise the project link in advance — the follow-up is always "show me where you used this".

Walk me through your final-year project. What was your exact contribution?

What they’re assessing: Group projects hide non-contributors; they want evidence you personally built something.

How to answer: Structure: problem, your role, stack, one technical decision you made and why, one number (users, accuracy, response time). Use "I" for what you did and "we" for the team honestly. Be ready to draw the architecture and to code any function you claim you wrote.

Write a SQL query to find the second-highest salary. Explain joins.

What they’re assessing: SQL is universal across Accenture projects; this pair is the standard filter.

How to answer: Know the second-highest pattern two ways (subquery with MAX, and LIMIT/OFFSET or DENSE_RANK) and say the trade-off aloud. For joins, define inner/left/right/full in one line each with a two-table example. Write real SQL on paper while you explain — silent writing loses communication marks.

Basics: array vs linked list, stack vs queue, and where each is used.

What they’re assessing: Data-structure fundamentals predict whether training will stick; nobody expects competitive-programming depth on the ASE track.

How to answer: Contrast on access time, insertion cost and memory layout, then give one practical use each (undo stack, task queue, contact list). Clean fundamentals confidently delivered beat a nervous attempt at an advanced answer.

What is cloud computing? Difference between IaaS, PaaS and SaaS.

What they’re assessing: Cloud is Accenture’s biggest technology business; the assessment syllabus itself includes cloud basics.

How to answer: One-line definition, then the three service models each with one example (EC2, App Service/Heroku, Gmail/Salesforce). If you have used any cloud service in a project — even a free-tier deployment — say so; it upgrades the answer from theory to experience.

Managerial & Situational Questions

A client asks for something your team cannot deliver by the deadline. What do you do?

What they’re assessing: Consulting reality; they are screening for ownership and communication under pressure, not heroics.

How to answer: Answer in sequence: assess the gap honestly, inform your lead early with options (scope cut, phased delivery, added effort), and communicate the revised plan to the client before the deadline, not after. The winning theme is "no surprises" — early escalation is presented as professionalism at Accenture, not failure.

You are assigned a technology you have never used. How do you handle it?

What they’re assessing: Rotation across stacks is normal; adaptability is a core hiring criterion for the ASE track.

How to answer: Show a learning system, not enthusiasm alone: official docs plus a structured course, a small proof-of-concept in week one, pairing with the team’s senior, and delivering a first real task within the sprint. If you have actually done this once (new framework in a project), tell that story instead.

Describe a time you disagreed with a teammate. How was it resolved?

What they’re assessing: Delivery teams are large and cross-functional; they are checking you disagree with ideas, not people.

How to answer: Pick a real, low-stakes conflict. STAR format: the disagreement, how you argued from data or user impact rather than preference, the resolution, and one line on the relationship afterwards. Never choose a story where the other person was simply wrong and you won.

Accenture-specific preparation tips

  • The online assessment eliminates most candidates — drill timed aptitude MCQs and one coding language until easy-moderate problems take under 20 minutes.
  • Record yourself answering "tell me about yourself" — the communication assessment and every interview round scores delivery, and hearing your own pace fixes it fastest.
  • Know your resume cold: every project, every skill listed will be probed. Remove anything you cannot defend live.
  • Prepare the flexibility answers (relocation, shifts) before the HR round, not during it.
  • Keep your documents ready early — mark sheets, ID, offer/relieving letters for laterals — Accenture’s onboarding is document-heavy and delays cost joining dates.

Rehearse the Accenture interview aloud

The AI coach runs a spoken mock interview and scores your answers — content, structure and delivery — so the real round is not your first attempt.

Start a Mock Interview →

Accenture process FAQs

What is the Accenture interview process for freshers in 2026?

Three stages in recent cycles: an online assessment (cognitive + technical MCQs, coding, and a spoken communication test), a technical interview on your projects and fundamentals, and an HR interview covering flexibility, documents and joining. Most eliminations happen in the online assessment, so preparation weight should sit there. Exact format varies by cycle — the invite email and Accenture’s careers portal are authoritative.

What is the Accenture fresher salary package?

Accenture hires freshers into standard tracks — ASE and Advanced ASE — with fixed packages per track that are commonly reported in the ~4.5–6.5 LPA band depending on track and cycle. The figures are announced during each recruitment drive; verify the current numbers on Accenture’s official careers portal rather than forums, and note the Advanced track requires clearing a harder coding bar.

Can I reapply to Accenture after being rejected?

Yes. Accenture allows reapplication after a waiting period — commonly reported as around 90 days for assessment stages in recent cycles, though the exact policy varies by role and drive. The rejection email or careers-portal profile usually states your eligibility date; improving your coding and aptitude scores before reattempting is what actually changes the outcome.

How hard is the Accenture coding round?

Easy to moderate for the ASE track — array, string and pattern problems solvable with clean loops and basic data structures, in your choice of common languages. The Advanced ASE cut-off expects faster, cleaner solves. Candidates fail it mostly on time management and unpracticed typing of code in an online editor, not on algorithmic difficulty.

Is the Accenture interview in English? How much does communication matter?

Yes, and it matters more than at most mass recruiters — there is a dedicated automated communication assessment, and interviewers score clarity throughout because roles are client-facing. You are not judged on accent; you are judged on structured, complete sentences at a steady pace. Practising answers aloud is the highest-return preparation for Accenture specifically.

Process details, packages and policies describe commonly reported recent cycles and change between drives — the company’s official careers portal and your invite email are authoritative.