Deloitte is one of the Big Four accounting firms providing audit, consulting, financial advisory, and technology services. Founded in 1845, Deloitte operates in 150+ countries. Deloitte India has a large presence in technology consulting, digital transformation, and enterprise solutions.
Deloitte CGPA criteria is widely known among candidates as the “60-60-60 rule” - here’s the detailed, candidate-reported breakdown:
The 60-60-60 Rule
Class 10 (SSC): Minimum 60% aggregate or 6.0 CGPA
Class 12 (HSC/Diploma): Minimum 60% aggregate or 6.0 CGPA
Graduation: Minimum 60% aggregate or 6.0 CGPA across ALL semesters (not just overall average)
Critical: Candidate reports indicate even one sub-60% score at any single level typically disqualifies the application at screening - there is no averaging across levels.
CGPA for Better Selection Chances
6.0-6.9 CGPA (60-69%): Meets the minimum floor, eligible to apply
7.0-7.4 CGPA (70-74%): Good chances of shortlisting
7.5+ CGPA (75%+): Best chances, especially for consulting-track and higher-package roles
Access free Deloitte placement papers PDF and Deloitte previous year question paper with detailed solutions. Download Deloitte last year question paper and Deloitte question paper PDF from previous years with comprehensive question banks covering consulting case studies, aptitude questions, and technical concepts.
Deloitte Last 3 Years Placement Papers with Solutions PDF Download
The Deloitte USI placement process centers on a single 90-minute online assessment, followed - in many 2026 off-campus and NLA drives - by a distinctive Case Study/Group Exercise round that candidates report eliminates more people than the technical interview itself.
Stage
Format
Time
Focus Areas
Online Assessment
Single proctored test, 4 sections
90 min
Aptitude, Language Skills, Computer Fundamentals, Technical/Coding
All four sections are part of one single 90-minute test, not separate scheduled tests
Deloitte does not publish official cutoffs; candidate reports across 2023-2025 drives suggest scoring approximately 75-78% overall with no section below 62-65% as the approximate shortlist threshold
Treat any specific cutoff percentage as an estimate, not an official figure
Success Rate: ~30-40% of candidates clear this round (candidate-reported)
Case Study / Group Exercise - 30-45 minutes
Format: Groups of 8-10 candidates, common in several 2026 off-campus and NLA drives (some campus drives skip this and combine technical + HR into one round instead)
Example Topics: “How should a retail client migrate to cloud?”, “What technology would you recommend for a logistics company?”
What’s Evaluated:
Logical thinking and structured reasoning
Communication clarity in a group setting
Teamwork and ability to build on others’ points
Business or technology judgment depending on the scenario
Preparation Tip: This round is unique to Deloitte among most IT/consulting recruiters and is reported to eliminate a significant share of candidates - practice the Situation-Complication-Resolution framework and issue-tree breakdowns specifically for group settings.
Technical Interview - 30-45 minutes
Format: Virtual or onsite, 1-on-1
Time: 30-45 minutes
Commonly Reported Topics:
SQL: Write complex queries on the spot (joins, group by, subqueries)
DBMS: Normalization, ACID properties, indexing
Cloud Basics: IaaS/PaaS/SaaS, what is AWS/Azure
Enterprise Platforms: Basic questions on SAP, Salesforce if mentioned on your resume
Project Discussion: Your final year project - technology used, real-world application, limitations
Success Rate: ~50-60% of Case Study/OA candidates advance
HR/Managerial Round - 20-30 minutes
Format: Virtual or onsite
Personal Background: Education, projects, interests
Company Fit: Why Deloitte?, consulting interest, career goals
Note: Some campus drives combine technical and HR into a single 15-25 minute interview rather than two separate rounds - confirm the format for your specific drive.
Success Rate: ~70-80% of technical interview candidates get offers
Deloitte case study questions form a critical part of the Group Exercise and Technical Interview stages in the Deloitte placement process, typically appearing as 1 group scenario (30-45 minutes) and follow-up discussion in 1-on-1 interviews. These questions test business/technology problem-solving, analytical thinking, and structured communication in a group setting.
Key Points:
Weightage: 1 group case scenario in the Case Study/Group Exercise round, follow-up discussion possible in Technical Interview
Difficulty: Medium-Hard (requires structured thinking and confident group communication)
Time: 30-45 minutes for the Group Exercise
Strategy: Use consulting frameworks (Situation-Complication-Resolution, issue tree, hypothesis-driven approach)
Problem: A retailer marks up an item by 40% above cost price, then offers a 20% discount on the marked price. What is the retailer’s overall profit percentage?
Problem: A company wants to rent virtual servers and manage its own operating system, middleware, and applications, without owning physical hardware. Which cloud service model should it choose - IaaS, PaaS, or SaaS?
Answer: IaaS (Infrastructure as a Service). IaaS provides virtualized computing infrastructure (servers, storage, networking) while the customer manages the OS, middleware, and applications. PaaS would manage the OS/middleware for you, and SaaS would deliver a complete ready-to-use application.
Q3 (SQL, Technical Interview Style): Write a Query
Problem: Given an Employees table with columns emp_id, name, department, and salary, write a SQL query to find the second-highest salary in each department.
Solution:
SELECT department, salary AS second_highest_salary
FROM (
SELECT department, salary,
DENSE_RANK() OVER (PARTITIONBY department ORDER BY salary DESC) AS rnk
FROM Employees
) ranked
WHERE rnk =2;
Explanation: DENSE_RANK() partitioned by department ranks salaries within each department; filtering for rank = 2 gives the second-highest salary per department.
Q4 (Case Study / Group Exercise Style)
Problem: “A mid-sized logistics company wants to reduce delivery delays and improve real-time shipment tracking. What technology would you recommend, and how would you structure your recommendation?”
Sample Approach: Structure your answer using Situation-Complication-Resolution: (1) Situation - logistics company facing visibility gaps in its delivery chain, (2) Complication - manual tracking causes delays and poor customer communication, (3) Resolution - recommend IoT-based GPS tracking integrated with a cloud dashboard (e.g., AWS IoT or Azure IoT Hub) for real-time visibility, plus a predictive analytics layer to flag delay-prone routes. In a group setting, build on teammates’ points rather than repeating them, and explicitly state trade-offs (cost vs. speed of implementation).
Q5 (Logical Reasoning): Series Completion
Problem: Find the missing number in the series: 3, 7, 15, 31, 63, ?
Solution: Each term follows the pattern (previous term × 2) + 1: 3×2+1=7, 7×2+1=15, 15×2+1=31, 31×2+1=63, 63×2+1=127.
Answer: 127
Complete Deloitte Case Study Guide
Access complete guide to Deloitte placement paper case study questions with:
Learn from real Deloitte placement interview experiences shared by candidates who successfully cleared the placement process. These authentic stories help you understand what to expect and how to prepare effectively.
Key Insights from Interview Experiences:
Case study interviews focus on structured thinking and communication
Technical interviews (for tech roles) emphasize fundamentals and problem-solving
HR interviews are conversational and focus on company fit
Preparation with mock case studies significantly improves performance
Clear communication and structured approach are highly valued
Prepare for Deloitte placement HR interview with common questions and effective strategies. Deloitte HR interview is conversational and focuses on company fit, career goals, and behavioral assessment.
Deloitte offers two primary tracks for freshers: Consulting and Technology Consulting. Understanding the differences helps you prepare effectively.
Consulting Roles:
Focus: Business problem-solving, strategy, operations
Assessment: Case studies, business acumen, analytical thinking
Interview: Business case studies, market analysis, strategy discussions
Skills: Structured thinking, communication, business knowledge
Technology Consulting Roles:
Focus: Technology implementation, digital transformation, system design
Assessment: Technical skills, case studies, problem-solving
Interview: Technical questions, coding (optional), system design, case studies
Skills: Technical depth, problem-solving, business understanding
How to Choose:
Choose Consulting if you enjoy business strategy, problem-solving, and client interaction
Choose Technology Consulting if you have technical background and want to combine tech with consulting
Deloitte Case Study Interview Process
Deloitte case study interviews are a critical component of the consulting recruitment process. Understanding the process helps you prepare effectively.
Case Study Types:
Market Sizing: Estimate market size for a product or service
Profitability Analysis: Analyze revenue, costs, and profitability
Business Strategy: Develop strategies for growth, market entry, or problem-solving
Problem-Solving: Solve business problems using structured frameworks
Interview Format:
Duration: 30-45 minutes
Structure: Problem presentation, clarifying questions, analysis, solution presentation
Evaluation: Structured thinking, analytical skills, communication, business acumen
Deloitte placement papers are previous year question papers from Deloitte recruitment tests and interview rounds. These papers contain case studies, aptitude questions, technical questions, and interview questions that help students understand the exam pattern and prepare effectively for Deloitte placement process.
Are Deloitte placement papers free to download?
Yes, all Deloitte placement papers on our website are completely free to access and download. You can practice unlimited Deloitte placement questions and previous year papers without any registration or payment.
Can I download Deloitte placement papers PDF?
Yes, you can access Deloitte placement papers online with previous year case studies, aptitude questions, technical questions, and interview questions. Our website provides Deloitte placement papers PDF download, Deloitte previous year questions with solutions, Deloitte case studies, and Deloitte interview questions. All papers are completely free and require no registration.
How recent are the Deloitte placement papers available?
We provide Deloitte placement papers from recent years including 2024 and 2025. Our collection is regularly updated with the latest questions and exam patterns.
What types of questions are in Deloitte placement papers?
Deloitte placement papers include: Case study questions (business problem-solving, market sizing), Aptitude questions (quantitative, logical reasoning, verbal ability), Technical questions (programming, databases, for tech roles), and Interview questions (case studies, behavioral, technical).
Deloitte USI placement process 2026 (candidate-reported) includes: 1. Registration on the National Level Assessment (NLA) portal or campus placement cell, 2. Online Assessment (90 minutes, single test) - Aptitude, Language Skills, Computer Fundamentals, Technical/Coding, 3. Case Study/Group Exercise (30-45 minutes, common in off-campus drives), 4. Technical Interview (30-45 minutes) - SQL, DBMS, project discussion, 5. HR/Managerial Round (20-30 minutes) - personal background, company fit, behavioral questions. Total duration: 2-4 weeks from application to offer.
What is Deloitte exam pattern / online assessment pattern 2026?
Deloitte USI exam pattern 2026 (candidate-reported): a single 90-minute proctored online test covering Quantitative/Logical/Verbal Aptitude, Language Skills (English), Computer Fundamentals (CS concepts, networking, cloud, cybersecurity), and Technical/Coding. No negative marking. Deloitte does not publish official cutoffs; candidate reports suggest ~75-78% overall with no section below 62-65% as the approximate shortlist threshold.
How long is Deloitte placement process?
Deloitte placement process typically takes 2-4 weeks from application to offer letter. Timeline: Registration & Shortlisting (1-2 weeks), Online Assessment (1 day), Case Study/Group Exercise (1 day, off-campus drives), Technical + HR Interviews (1-2 weeks), Result Declaration (3-5 days).
How many rounds are there in Deloitte interview 2026?
Deloitte USI interview process 2026 (candidate-reported) typically consists of 3-4 rounds depending on the drive: 1. Online Assessment (90-minute single test), 2. Case Study/Group Exercise (30-45 minutes, common in off-campus/NLA drives), 3. Technical Interview (30-45 minutes), 4. HR/Managerial Round (20-30 minutes). Some campus drives combine technical and HR into one 15-25 minute interview. Total duration: 2-4 weeks from application to offer.
What is Deloitte case study interview / Group Exercise?
Deloitte’s Case Study/Group Exercise is a distinctive round (groups of 8-10, 30-45 minutes) where candidates analyze a business or technology scenario - such as “How should a retail client migrate to cloud?” - and discuss it as a group. Evaluators assess logical thinking, communication clarity, and teamwork. This round is unique to Deloitte among most IT recruiters and is reported to eliminate a significant share of candidates, so practicing frameworks like Situation-Complication-Resolution beforehand matters.
What questions are asked in Deloitte technical interview?
Deloitte technical interview questions include: SQL queries written on the spot (joins, group by, subqueries), DBMS concepts (normalization, ACID properties, indexing), basic cloud concepts (IaaS/PaaS/SaaS, AWS/Azure basics), enterprise platform questions if mentioned on your resume (SAP, Salesforce basics), and project discussion (your final year project - technology used, real-world application, limitations). Focus is on fundamentals and clear communication.
What is Deloitte eligibility criteria for freshers 2026?
Deloitte USI eligibility criteria for freshers 2026 (candidate-reported): Minimum 60% aggregate or 6.0 CGPA in Class 10, Class 12, and every semester of graduation (the “60-60-60 rule”). Degree required: B.E./B.Tech/M.E./M.Tech/MCA (CS/IT/AI&DS/circuital branches). Zero active backlogs at the time of selection. Open to 2024, 2025, and 2026 pass-outs depending on the drive. Some specific 2026 drives report a stricter 65%/6.5 CGPA floor - always confirm on your registration link.
What is Deloitte CGPA criteria - the 60-60-60 rule?
Deloitte CGPA criteria, widely known as the “60-60-60 rule” (candidate-reported, 2026), requires a minimum of 60% aggregate or 6.0 CGPA at three checkpoints: Class 10, Class 12, and every semester of your current degree - not just an overall average. Candidates report that even one sub-60% score at any single checkpoint typically disqualifies the application at screening. Some competitive 2026 drives, including certain National Level Assessment notifications, have specified a stricter 65%/6.5 CGPA floor. Deloitte does not officially publish one universal cutoff - always verify on your specific registration link.
Are backlogs allowed in Deloitte?
No active backlogs are allowed at the time of application or selection at Deloitte. Candidates must clear all backlogs before applying. However, historical backlogs (cleared before application) are generally acceptable.
Which branches are eligible for Deloitte?
For the USI technology track (via National Level Assessment), CS/IT/AI&DS and circuital branches (ECE, EEE) are typically eligible. For consulting-track roles, all engineering branches plus MBA and MCA are eligible. The company focuses on analytical thinking, problem-solving, and communication skills alongside branch-specific technical requirements.
Deloitte salary for freshers 2026 (candidate-reported) varies by track: Analyst Trainee (USI technology track via NLA): ~₹4-4.5 LPA plus variable benefits, Business Technology Analyst: ~₹6-9 LPA, Technology Consultant: ~₹7-10 LPA, Consulting Analyst: ~₹8-12 LPA. Deloitte’s fresher pay is not one single number - confirm which specific role and track you’re being hired for. All figures are total annual compensation including base salary, bonuses, and benefits.
What roles are available for freshers in Deloitte?
Freshers can apply for: Consulting Analyst (business consulting), Technology Consultant (technology consulting), Business Technology Analyst (business-technology integration), Risk Advisory Analyst (risk management), Tax Consultant (tax advisory). Roles vary by location and business needs.
What is the career growth in Deloitte?
Deloitte offers clear career progression: Analyst → Consultant → Senior Consultant → Manager → Senior Manager → Director. Promotion cycles are typically 2-3 years with performance-based advancement. The company provides mentorship, training, and global opportunities for career growth.
To prepare for Deloitte placement: 1. Case Studies (40% time) - Practice business case analysis, problem-solving frameworks, 2. Aptitude & Reasoning (30%) - Quantitative, logical reasoning, verbal ability, 3. Technical Skills (20%) - Basic programming, databases, cloud concepts (for tech roles), 4. Interview Preparation (10%) - Mock interviews, company research. Focus on consulting case studies and analytical thinking.
What topics should I focus on for Deloitte?
Focus on: Case study frameworks (issue tree, hypothesis-driven approach), Quantitative aptitude (percentages, ratios, profit-loss), Logical reasoning (puzzles, arrangements), Business acumen (industry knowledge, market trends), Communication skills (clear presentation, structured thinking). For tech roles, also focus on programming, databases, and system design basics.
How to prepare for Deloitte case study interview?
To prepare for Deloitte case study interview: Learn consulting frameworks (issue tree, MECE, hypothesis-driven), Practice 30+ case studies across industries, Develop structured thinking approach, Improve communication and presentation skills, Read business cases and industry analysis, Practice with peers or mentors through mock interviews.
Deloitte offers: Global brand recognition and career opportunities, Diverse projects across industries, Strong learning and development programs, Clear career progression paths, Competitive compensation and benefits, Work-life balance and flexible arrangements, Global exposure and international assignments, Collaborative and inclusive culture.
What is Deloitte work culture like?
Deloitte work culture emphasizes: Collaboration and teamwork, Learning and development, Client-focused approach, Innovation and problem-solving, Diversity and inclusion, Work-life balance, Professional growth and mentorship, Global perspective and opportunities.
Deloitte: Largest of Big Four, strong in technology consulting, ₹8-12 LPA for freshers, focus on digital transformation
EY: Strong in advisory and assurance, ₹7-11 LPA for freshers, focus on innovation and technology
PwC: Largest professional services network, ₹8-12 LPA for freshers, strong in consulting and tax
KPMG: Strong in audit and advisory, ₹7-11 LPA for freshers, focus on technology and innovation
Choose Deloitte if you want technology consulting focus. Choose EY/PwC/KPMG if you prefer other specializations. All offer similar compensation and career growth.
Ready to start your Deloitte preparation? First verify you meet the 60-60-60 CGPA rule, then focus on mastering the 90-minute online assessment, Case Study/Group Exercise frameworks, and SQL/DBMS fundamentals for the technical interview. Use Deloitte placement papers to understand the pattern and prepare effectively.
Pro Tip: Practice group case discussions out loud with peers before your interview - the Case Study/Group Exercise round is reported to eliminate more candidates than the technical interview itself. Use the Situation-Complication-Resolution framework and always confirm your exact CGPA requirement on your registration link, since it can vary from the standard 60-60-60 rule.