Accenture is among the largest recruiters of engineering talent in India, hiring tens of thousands of graduates annually for two primary entry-level roles:
- Associate Software Engineer (ASE): Standard fresher role (~4.5 LPA).
- Advanced / Full Stack Engineer (FSE): Higher-tier role offering ~6.5 to 11 LPA for candidates with superior coding and algorithmic performance.
Having guided numerous candidates through Accenture's recruitment drives, I have documented the complete step-by-step roadmap to clear every elimination stage.
---
1. Accenture Recruitment Stages Overview
The Accenture selection process consists of 4 distinct rounds conducted online:
| Round | Format | Elimination? | Key Focus |
|---|---|---|---|
| Round 1 | Cognitive & Technical Assessment (90 mins, 90 Qs) | Yes | Analytical, Quantitative, English, Pseudo-code, Cloud & Networking |
| Round 2 | Coding Assessment (45 mins, 2 Questions) | Yes | Hands-on programming in C/C++/Java/Python |
| Round 3 | Communication Assessment (20 mins) | No (Scored) | Pronunciation, Fluency, Listening, Sentence Mastery |
| Round 4 | Technical & HR Interview (25–35 mins) | Final Selection | Projects, Core Fundamentals, Behavioral fitment |
---
2. Deep Dive: Round 1 (Cognitive & Technical Assessment)
This round is an adaptive, timed test split into two main sections:
Section A: Cognitive Assessment (50 Questions)
- Critical Thinking & Problem Solving: Flowcharts, arrangements, syllogisms, pattern deduction.
- Abstract Reasoning: Visual series completion, analogies.
- English Ability: Spotting errors, sentence completion, reading comprehension.
Section B: Technical Assessment (40 Questions)
- Pseudo-code (Highest Weightage!): 18–20 questions tracing nested loops, bitwise operators (
^,&,|), recursion, and conditional trees. You must trace variable values manually without an editor. - Common Applications & MS Office: Outlook shortcut keys, Excel formulas (VLOOKUP, INDEX, MATCH).
- Cloud & Network Security: Basics of cloud service models (IaaS, PaaS, SaaS), encryption types, firewalls, and protocols.
Pro-Tip: If you clear Section A & B, the platform immediately unlocks Round 2 (Coding) on the same day.
---
3. Deep Dive: Round 2 (Coding Assessment)
You are given 2 coding questions to solve in 45 minutes:
- Question 1: Easy difficulty (Array manipulation, math, string parsing).
- Question 2: Medium difficulty (Two pointers, hashing, sorting algorithms, matrix traversal).
Common Question Archetypes:
- Array Element Transformations: e.g., Replace every element with the greatest element on its right side.
- String Parsing: e.g., Finding the character with highest frequency, reversing words while preserving spaces.
- Math & Digit Operations: e.g., Difference between sum of odd and even digits, binary-to-decimal bitwise transformations.
Critical Scoring Rule: You must pass all public and hidden test cases for Question 1 and at least the public test cases for Question 2 to be shortlisted for the higher FSE package.
---
4. Deep Dive: Round 3 (Communication Assessment)
Conducted via automated AI speech recognition (Pearson/HireVue). You will wear a headset and complete these exercises:
- Reading Sentences: Read displayed sentences aloud with natural pacing.
- Sentence Repetition: Listen to a sentence and repeat it exactly word-for-word.
- Sentence Rearrangement: Reorder scrambled spoken phrases into a coherent sentence.
- Story Retelling: Listen to a short 30-second story and retell what happened in your own words.
- Open Question: Speak for 1 minute on a topic like *"Describe a place you love visiting."*
Preparation Tip: Speak clearly into the microphone at a steady, conversational pace. Do not rush, and do not use filler sounds ("um", "uh").
---
5. Deep Dive: Round 4 (Interview Round)
Accenture's final interview is typically a blended Technical & Behavioral interview:
Common Technical Questions:
- *"Explain the architecture of your final year project. What was your individual contribution?"*
- *"What is the difference between an abstract class and an interface in Java?"*
- *"How does a hash table prevent hash collisions?"*
- *"Write an SQL query to find second-highest salary."*
Common Behavioral Questions:
- *"Accenture values continuous upskilling. What new technology did you learn outside your college curriculum this year?"*
- *"Are you comfortable relocating to any Accenture office across India?"* (Always answer enthusiastically yes).
- *"Tell me about a time you handled conflict during a group assignment."*
---
Summary Preparation Timeline
- Weeks 1–2: Solve 20 pseudo-code questions daily and practice quantitative aptitude on IndiaBIX or PrepInsta.
- Weeks 3–4: Practice 30 array and string manipulation questions on HackerRank or LeetCode.
- Week 5: Rehearse project explanations, revise OOP and DBMS fundamentals, and practice speaking aloud for the communication test.

Written by Abu Thahir
Founder & Career MentorIT career advisor, technical interview coach, and observability specialist with years of hands-on experience in the tech industry.
Share This Opportunity
Related Articles
How to Crack Off-Campus IT Placement Drives in 2026: Complete Strategy
Step-by-step roadmap for freshers to crack off-campus hiring drives at TCS, Infosys, Wipro, and Cognizant when on-campus drives are limited. Cold outreach, aptitude, and technical preparation.
Cognizant GenC, GenC Elevate & GenC Next: Complete 2026 Preparation Guide
Comprehensive breakdown of Cognizant entry-level hiring tracks: GenC (4 LPA), GenC Elevate (4.25-5.5 LPA), and GenC Next (6.75+ LPA). Assessment rounds, skill requirements, and technical interview questions.
Top 20 Python Coding Questions for Technical Interviews (With Solutions)
Comprehensive collection of the top 20 Python coding problems tested in technical interviews. Complete code solutions, explanations, time complexity analysis, and Pythonic patterns.