Company Corner

Deloitte Off-Campus Drive: 2026 Process and Eligibility Guide

Deloitte's off-campus drive runs three rounds: aptitude test, group discussion, and technical interview. Eligibility, documents, and prep plan for B.Tech freshers.

By FACE Prep Team 6 min read
deloitte off-campus-drive fresher-recruitment campus-recruitment placement-prep aptitude-test technical-interview

Deloitte’s off-campus drive selects freshers through three rounds: an online aptitude test, a group discussion, and a technical/HR interview. This article covers the full process, eligibility requirements, documents checklist, and a preparation plan for each stage.

What the Off-Campus Drive Covers

Deloitte USI (US-India) is the legal entity that runs Deloitte’s technology and consulting operations in India and hires the bulk of the engineering graduates joining Deloitte from Indian campuses. The off-campus drive follows the same three-round structure as the on-campus hiring process. Roles typically available through off-campus hiring include Software Engineer and Quality Engineer positions in Deloitte’s technology delivery practice.

Off-campus drives open periodically across the year, not on a fixed calendar. The Deloitte India Careers portal is the primary channel for announcements. Drives are also listed on LinkedIn and Naukri when batches open. The official portal is worth bookmarking directly rather than relying on aggregator listings, which sometimes carry outdated or duplicate postings.

Students who did not attend a Deloitte on-campus visit, or who graduated in the previous one to two batches, are the target audience. Some drives are batch-year-specific; the eligibility notification will say so explicitly.

Eligibility Criteria

Each drive publishes its own eligibility section. The standard criteria for Deloitte tech off-campus drives are:

  • Educational qualification: B.Tech, primarily circuit branches (CSE, IT, ECE, EEE)
  • Academic score: 60% or 6.5 CGPA and above throughout 10th, 12th, and degree
  • Backlogs: no active backlogs at the time of application
  • Graduation year: typically the most recent one to two graduating batches (varies per drive)

Non-circuit branches have been included in some Deloitte off-campus notifications. The eligibility section of the specific drive announcement is the only reliable source for branch inclusion; do not rely on information from a previous drive.

Selection Process

The three-round structure runs in sequence. Clearing the online test is the prerequisite for the group discussion invitation; clearing the GD is the prerequisite for the interview call.

Online Aptitude Test

The online written test is the highest-volume filter in the off-campus process. It runs on the CoCubes platform, now operated as HirePro. CoCubes is adaptive, meaning question difficulty adjusts based on your responses within each section. Accuracy on the opening questions of a section carries more weight under an adaptive system than speed on the later ones.

The test covers three core areas:

SectionKey Topics
Quantitative AptitudePercentages, Profit and Loss, Logarithms, Probability
Verbal AbilitySynonyms, Antonyms, Sentence Correction, Reading Comprehension
Logical ReasoningAge Problems, Series, Data Interpretation

No negative marking applies. An unanswered question is a missed opportunity; attempt every question. When uncertain between two options, eliminate and commit rather than skip.

For the complete section-wise topic breakdown, question counts per section, and a four-week preparation plan, see the Deloitte aptitude test pattern and important topics.

Group Discussion

Deloitte’s GD format is case-study based. The structure:

  • Reading: You receive a written case describing a technical or business problem encountered by an organisation. You have 5 minutes to read it independently.
  • Discussion: The group discusses the case for 15 minutes. Deloitte moderators observe — they are not active participants.
  • Follow-up: After the group discussion closes, moderators may ask specific questions about your proposed solution or about points you raised during the discussion.

What Deloitte moderators look for: structured thinking (problem identification, options, recommendation), ability to build on others’ points rather than restart the conversation from scratch, and communication clarity. A candidate who contributes a clear framing of the problem in the first two minutes tends to anchor the discussion; even if others disagree with their framing, it gives the group a structure to argue around.

One practical preparation approach: read one business or technology case per day for two weeks before the drive. After reading, write down three key issues in under two minutes. Then argue each side of the case out loud for 3 minutes. This replicates the time pressure and structured reasoning the GD tests.

Technical and HR Interview

The technical interview covers three CS fundamentals areas:

  • Operating systems: process scheduling, memory management, deadlock conditions and handling
  • Computer networks: OSI model layers, TCP vs. UDP, HTTP/HTTPS, DNS resolution basics
  • Databases: normalisation up to 3NF, SQL joins, aggregate functions, subqueries

Expect to write code during the session. Interviewers at Deloitte have historically accepted solutions in C, C++, and Java. Some sessions include puzzle questions. The interview is not competitive-programming-style; it tests whether you understand the fundamentals and can explain your reasoning, not whether you can solve hard DP problems under pressure.

The HR round that follows the technical checks three things: communication clarity, motivation (why professional services vs. product companies), and whether your resume accurately reflects what you know. A well-prepared 2-minute professional summary and one concrete project or internship story cover most of what the HR round asks.

For detailed question patterns and sample answers across both rounds, the Deloitte interview questions guide covers what to expect.

Documents to Carry

Bring physical copies of the following to any in-person interview stage:

  • Mark sheets for 10th, 12th, and all degree semesters
  • Updated resume (the current version, not the one submitted online months earlier)
  • Passport-size photographs (at least 4)
  • Government-issued photo ID: Aadhaar, PAN, or passport

Some drives also request a printout of your application confirmation or a hall ticket. Check the drive communication for any additional items. Organise everything into a single folder the day before the interview, not the morning of.

How to Prepare

A round-by-round preparation plan:

For the Aptitude Test

Start with the test pattern, then move to timed practice:

The adaptive nature of the CoCubes platform means accuracy in the first few questions matters more than finishing fast. Slow down on the first three to four questions of each section; pick up pace after that.

For the Group Discussion

Practice the structure, not just the topic knowledge:

  • Read one case per day for two weeks. The topic is less important than the practice of framing problems quickly.
  • After each reading, write down three issues without looking back at the text. If you cannot name them in 90 seconds, your retention is the gap to close.
  • Practise speaking your recommendation out loud, capped at 2 minutes. Timed self-review builds the instinct for when to conclude.

For the Technical Interview

Cover OS, networks, and databases before anything else. These are the highest-frequency areas in Deloitte technical interviews. Within each area, prioritise the basics:

  • OS: know process vs. thread, scheduling algorithms, and what causes a deadlock.
  • Networks: know the OSI layers, what happens in a TCP handshake, and why HTTPS differs from HTTP.
  • Databases: write a JOIN from scratch. Know when to use a subquery vs. a join. Understand 1NF, 2NF, and 3NF with an example.

On coding: prepare to write 15 to 25 lines of working code in C, C++, or Java on paper or a whiteboard. Standard question types include string manipulation, linked list operations, and simple sorting. Competitive-programming knowledge is not expected.

For the HR Round

Three things to prepare before the HR interview:

  • A 2-minute professional summary: your branch, your final-year project in one sentence, and what drew you to a technology role at a professional services firm.
  • One concrete project or internship story: what problem it solved, what you built, what it taught you.
  • A clear answer to why professional services: Deloitte’s work spans client industries rather than a single product. If that breadth is what appeals to you, say so specifically.

The GD case-study round and the technical interview both test a version of the same skill: given structured information, identify the key issue and propose a reasoned next step. That reasoning process also translates to evaluating AI-generated output. The key question is whether the model’s recommendation is defensible and where it might be wrong. TinkerLLM at ₹299 is where most engineers start building that layer practically.

Primary sources

Frequently asked questions

What CGPA is required for Deloitte off-campus drive?

The standard cutoff is 60% or 6.5 CGPA throughout 10th, 12th, and degree, with no active backlogs at the time of application. Verify the exact figure in each drive's notification.

Does Deloitte hire freshers from all B.Tech branches in off-campus drives?

Off-campus drives for tech roles primarily target circuit branches: CSE, IT, ECE, and EEE. Some drives include non-circuit branches; check the eligibility section of each notification.

How is the Deloitte group discussion different from a normal GD?

Deloitte GDs are case-study based, not open-topic debates. You get a written case describing a technical or business problem, read it for 5 minutes, then discuss as a group for 15 minutes. Moderators can ask follow-up questions.

What topics are tested in the Deloitte technical interview?

Deloitte's technical interview covers operating systems, computer networks, and databases. Expect to write or explain code in C, C++, or Java. Puzzle questions appear in some sessions.

How do I register for the Deloitte off-campus drive?

Monitor the Deloitte India Careers portal at deloitte.com/in/en/careers for off-campus announcements. Drive-specific application links open through the portal when a batch is announced.

Does the Deloitte aptitude test carry negative marking?

The Deloitte campus test on CoCubes/HirePro does not carry negative marking. Leaving a question unanswered is always the wrong choice; attempt every question including ones you are uncertain about.

Build AI projects

A self-paced playground for building with LLMs.

TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.

Try TinkerLLM (₹299 launch)
Free AI Roadmap PDF