Placement11 min read

Accenture Coding Questions & Assessment Guide

By the QUFF Team

Accenture's fresher assessment is broader than most. Alongside the expected cognitive and coding sections sits a technical block that ranges over networking, security, cloud and computer fundamentals, plus a communication assessment that many candidates discover only when it appears on screen. The coding round has been an elimination stage in recent cycles, and every section carries its own cutoff - so a strong total does not save a weak part. This guide covers each section and what to prepare.

A pattern grid with a question mark, gears, a pie chart and a rising arrow, representing a multi-section technical assessment

The assessment structure

The assessment runs as a long single sitting with distinct sections. The shape reported for recent fresher cycles:

Accenture fresher assessment as reported for recent cycles
SectionContentApproximate size
Cognitive AbilityVerbal, reasoning and numerical reasoning~24 questions / ~35 min
Technical AssessmentCoding fundamentals, pseudocode, networking, security, cloud, MS Office~40 questions / ~40 min
Coding2 problems (elimination round)~45 min
Communication AssessmentSpoken and written English tasksSeparate 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.

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.

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.

The bottom line

Now go test yourself

Accenture's assessment is less about depth in any one area and more about not having a hole. Independent sectional cutoffs mean the section you skipped is the section that ends your candidature - and for most students that is either the networking-security-cloud block or the communication module, both of which are entirely learnable in a couple of weeks.

Start with the objective sections, since they carry the most questions and are the easiest to drill. Run timed cognitive-style quizzes plus networking and security rounds on QUFF, and write two full coding programs a day with real input handling.

FAQs

Frequently asked questions

What is the Accenture assessment pattern for freshers?

Cognitive ability (verbal, reasoning, numerical), a technical assessment covering coding fundamentals, pseudocode, networking, security and cloud, a coding round with two problems, and a communication assessment. Recent cycles report roughly 125 objective questions over about 175 minutes.

Is the Accenture coding round an elimination round?

In recent cycles yes - it has functioned as an elimination stage, and every section carries its own cutoff. A strong score elsewhere does not compensate for a weak coding attempt.

What topics come in the Accenture technical assessment?

Programming fundamentals and pseudocode, plus networking (OSI and TCP/IP, IP addressing, DNS, HTTP), security (authentication, encryption, firewalls, attack types), cloud basics (IaaS, PaaS, SaaS, virtualisation) and common office applications.

How difficult are Accenture coding questions?

Generally easy to medium - array, string, number, matrix and simple recursion logic. Most failures come from input-format mistakes and untested edge cases rather than from difficult algorithms.

What is the Accenture communication assessment?

An automatically scored module with spoken and written tasks - reading sentences aloud, repeating audio, describing a situation, and short written responses - assessed on fluency, pronunciation, grammar and clarity. Use a good microphone in a quiet room and speak at a steady pace.

Is there negative marking in the Accenture assessment?

No negative marking has been reported in recent cycles, so attempt every question. Check the on-screen instructions to confirm for your drive.

Can non-CS branches apply to Accenture?

Yes - Accenture hires across engineering branches for many fresher roles. Non-CS candidates should invest specifically in programming fundamentals, pseudocode tracing, and the networking, security and cloud basics in the technical block.

What is asked in the Accenture interview?

A technical round on one programming language, your projects and the fundamentals from the technical assessment - notably networking, security and cloud - followed by an HR round on communication, motivation, relocation and teamwork, with the usual behavioural questions.

Related quizzes

Put it into practice

Keep reading

Related articles

Browse all articles →

Test yourself in two minutes

Six adaptive questions, every answer explained by an AI tutor. Free.

▶ Start an AI quiz