The assessment structure
The assessment runs as a long single sitting with distinct sections. The shape reported for recent fresher cycles:
| Section | Content | Approximate size |
|---|---|---|
| Cognitive Ability | Verbal, reasoning and numerical reasoning | ~24 questions / ~35 min |
| Technical Assessment | Coding fundamentals, pseudocode, networking, security, cloud, MS Office | ~40 questions / ~40 min |
| Coding | 2 problems (elimination round) | ~45 min |
| Communication Assessment | Spoken and written English tasks | Separate module |
- ✓Total question count across the objective sections has been reported at roughly 125, over about 175 minutes.
- ✓Sectional cutoffs are independent - clear each one, do not bank on a strong overall score.
- ✓No negative marking has been reported, so guess rather than leave blanks.
- ✓Accenture revises this regularly. Confirm the section list and timings on the official Accenture careers portal for your drive.
Practice this now
Cognitive ability
This is the aptitude section under a different name: English usage and comprehension, logical and abstract reasoning, and numerical reasoning. The English component leans on comprehension passages, fill-in-the-blanks, synonyms and antonyms, para jumbles and sentence completion, so vocabulary matters more here than in a purely quantitative paper.
- ✓English - comprehension, vocabulary, sentence completion, para jumbles, error spotting.
- ✓Reasoning - series, analogies, arrangements, syllogisms, abstract pattern questions.
- ✓Numerical - percentages, ratio, averages, time & work, speed-distance, data interpretation.
- ✓Pace - roughly 90 seconds per question on average, so do not sink time into any single passage.
Practice this now
The technical assessment: wider than you expect
This is the section that catches people out. It is not only about code - it samples general IT literacy across the areas Accenture's delivery work touches. Candidates from non-CS branches in particular should not assume it is optional territory.
- ✓Programming fundamentals - data types, operators, control flow, functions, arrays, pointers and OOP concepts.
- ✓Pseudocode - predicting the output of short C-like snippets, so practise hand-tracing with a variable table.
- ✓Networking - the OSI and TCP/IP layers, IP addressing, DNS, DHCP, HTTP and HTTPS, routers versus switches.
- ✓Security - authentication versus authorisation, encryption basics, firewalls, common attack types, password hygiene.
- ✓Cloud - IaaS, PaaS and SaaS, public versus private versus hybrid, virtualisation, and what elasticity means.
- ✓Common applications - basic spreadsheet and document tooling questions do appear.
The coding round
Two problems, around 45 minutes, and in recent cycles an elimination stage - which makes it the highest-stakes part of the assessment. The difficulty is typically easy to medium: the logic you would meet in a first programming course, tested on whether you can produce a complete, correct, correctly-formatted program under time pressure.
Prepare by writing full programs rather than functions. Read input, handle the stated constraints, print exactly what is asked. Then test deliberately against the edges - this is where most eliminations actually happen.
- ✓Arrays - searching, reversal, rotation, second largest, duplicates, frequency counts, subarray sums.
- ✓Strings - palindromes, anagrams, vowel and character counts, reversal, substring checks, simple compression.
- ✓Numbers - primes, factors, GCD and LCM, digit manipulation, Armstrong, perfect and Fibonacci numbers.
- ✓Matrices - traversal, transpose, row and column sums, spiral order.
- ✓Recursion and simple DP - factorial, Fibonacci, staircase counting, subset sums.
- ✓Test cases to always run: empty input, single element, all identical, negatives, maximum stated size.
The communication assessment
The final module tests spoken and written English through tasks such as reading sentences aloud, repeating what you hear, describing an image or situation, and short written responses. It is scored automatically on fluency, pronunciation, grammar and clarity.
Two practical rules. Speak at a steady, moderate pace into a decent microphone in a quiet room - rushing degrades the recognition of what you said. And answer the task as given: describe what is actually in the image, or repeat exactly what was spoken, rather than improvising something more interesting.
- ✓Test your microphone and find a quiet space before the module starts.
- ✓Speak clearly and evenly; do not race or trail off at the end of sentences.
- ✓Practise reading aloud for ten minutes a day - it improves fluency scores measurably.
- ✓For written tasks, prefer short correct sentences over long ambitious ones.
Practice this now
The interviews
Candidates who clear the assessment go to a technical interview and an HR round. The technical conversation is resume-driven and generally moderate: one language, your projects, and the fundamentals from the technical assessment - especially networking, security and cloud, since those map to the work.
The HR round assesses communication, attitude and fit, with the usual set: introduce yourself, why Accenture, strengths and weaknesses, willingness to relocate, and how you handle deadlines or teamwork friction.
- ✓Be able to explain one project clearly to a non-specialist - Accenture's work is client-facing and communication is weighted.
- ✓Revise cloud and security fundamentals; they come up more here than at most recruiters.
- ✓Have concrete examples ready for teamwork and deadline questions rather than adjectives.
