0% found this document useful (0 votes)
53 views7 pages

Deloitte NLA

The document outlines the structure and preparation strategy for the Deloitte NLA 2026 online assessment, which consists of 67 questions including 65 MCQs and 2 coding questions. It provides a breakdown of sections, topics to focus on, resources for study, and a 7-day crash preparation plan. Additionally, it emphasizes the importance of communication and interview preparation techniques.

Uploaded by

pedrig912
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views7 pages

Deloitte NLA

The document outlines the structure and preparation strategy for the Deloitte NLA 2026 online assessment, which consists of 67 questions including 65 MCQs and 2 coding questions. It provides a breakdown of sections, topics to focus on, resources for study, and a 7-day crash preparation plan. Additionally, it emphasizes the importance of communication and interview preparation techniques.

Uploaded by

pedrig912
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Deloitte NLA 2026

By @ashishcode
🚀
Online Assessment (90 Minutes ⏱)

Total Questions: 67

●​ 65 MCQs
●​ 2 Coding Questions

Points to Note:

●​ Moderate difficulty
●​ Speed + accuracy matter more than trick-solving

🧠 Section-wise Breakdown (PYQ-Validated)


Section Approx. Focus
Question
s

English / ~13 Grammar, RC,


Language Vocabulary
Skills

Quantitative ~10 Basic Maths


Aptitude

Logical ~12 Analytical


Reasoning Thinking

Technical MCQs ~30 Core CS

Coding 2 Easy–Medium
DSA
1️⃣ English / Language Skills (~13 MCQs)
Topics to Focus

●​ Error Spotting
●​ Fill in the Blanks (Grammar)
●​ Sentence Improvement
●​ Reading Comprehension
●​ Synonyms / Antonyms

Preparation Strategy

●​ Focus on grammar rules (tenses, subject–verb agreement)


●​ RCs are direct but time-consuming → skim smartly

Resources:

●​ [Link]
●​ [Link]
●​ Practice speed solving for English

2️⃣ Quantitative Aptitude (~10 MCQs)


High-Scoring Topics

●​ Percentages
●​ Ratio & Proportion
●​ Time & Work
●​ Time, Speed & Distance
●​ Averages
●​ Simple & Compound Interest

Resources:
●​ [Link]
●​ [Link]
●​ [Link]
●​ Practice and Memorise Formulas

3️⃣ Logical Reasoning (~12 MCQs)


Commonly Asked Topics

●​ Blood Relations
●​ Coding–Decoding
●​ Series & Patterns
●​ Direction Sense
●​ Seating Arrangement
●​ Decision Making

Resources:

●​ [Link]
●​ [Link]

4️⃣ Technical MCQs (~30 Questions) 🔥


Very Important Topics (Based on PYQs)

OOPS

●​ Encapsulation
●​ Inheritance
●​ Polymorphism
●​ Abstraction
DBMS

●​ Primary / Foreign Key


●​ Normalization
●​ Joins
●​ ACID properties

Operating Systems

●​ Process vs Thread
●​ Deadlock
●​ Scheduling

Computer Networks

●​ TCP vs UDP
●​ HTTP vs HTTPS

DSA Basics

●​ Arrays
●​ Strings
●​ HashMap
●​ Linked List (basics)

Cloud Technologies

Resources :

●​ [Link]
11YJBjQNVh1
●​ [Link]
●​ [Link]
●​ [Link]
operating-systems/
●​ [Link]
with-answers/
●​ [Link]
●​ [Link]
●​ Revise concepts from GFG, Gate Smashers and practice questions
5️⃣ Coding Round (2 Questions 💻)
Difficulty Level

●​ Easy to Medium
●​ Logic-focused, not Difficult

Frequently Asked Coding Topics

●​ Arrays (prefix sum, sliding window)


●​ Strings (frequency, palindrome)
●​ Linear DS
●​ HashMap-based problems
●​ Simple recursion / math

Coding Strategy

1.​ Read input/output carefully


2.​ Write clean, readable code
3.​ Handle edge cases before only
4.​ Prefer correctness over optimisation

Practice Links:

●​ [Link]
nterview-coding-question-af882a584ebb
●​ [Link]
●​ [Link]
●​ Practice doing Leetcode Easy-Medium (rated till 1500) under 20 Mins

❌ Common Mistakes to Avoid


●​ Ignoring constraints
●​ Panic during coding
●​ Spending too much time on reasoning puzzles
●​ Missing edge cases

📅 7-Day Crash Preparation Plan


Day 1: English + Grammar revision​
Day 2: Quantitative Aptitude​
Day 3: Logical Reasoning​
Day 4: OOPS + DBMS​
Day 5: OS + CN + Cloud + DSA basics​
Day 6: Coding practice + mock test​
Day 7: Light revision only

Interview Preparation (IMPORTANT)


-​ Communicate Well, sit with a smile and be relaxed
-​ Introduction
-​ Resume Questions
-​ Project Based Questions
-​ Flow of project, tech stacks based
-​ ([Link]
-​ OOPs Questions (Explain with real world examples)
-​ SQL Queries (Medium)
-​ Hands on in your Language of Choice
-​ Behavioral Questions
-​ E.g

(why should we hire you, if chatGPT can do your job)

(what if your project is falling behind)

(how to manage conflicts)


-​ [Link]

✅ Revise this document twice before the exam.

Common questions

Powered by AI

Having hands-on experience in SQL and programming languages is important before attending a Deloitte interview because practical proficiency enables candidates to demonstrate their technical skills effectively in real-world scenarios. SQL knowledge, including medium difficulty queries, is often tested to assess database handling capabilities, while proficiency in programming languages shows the candidate’s ability to implement solutions and contribute to technical projects. A practical understanding of these technologies ensures candidates can handle technical questions with confidence and are prepared to tackle coding challenges presented during interviews .

Understanding array-based coding problems is crucial for the Deloitte coding assessment because arrays are fundamental data structures that underpin many complex algorithms. Mastery in techniques like prefix sums and sliding windows can effectively solve problems requiring optimized space and time complexity. Proficiency in manipulating arrays aids in tackling more complex topics like dynamic programming and searching algorithms, which are central to performance-driven assessments. Additionally, these skills help address a wide variety of problem statements with efficiency and accuracy, aligning with the assessment's focus on logic and correctness .

Practicing coding questions under timed conditions helps improve one's ability to compose solutions quickly, manage stress, and optimize problem-solving approaches during the Deloitte coding round. It trains candidates to read input/output carefully, write clean code, handle edge cases, and prefer correctness over optimization when time is limited. This practice enhances the candidate's ability to balance precision and speed, reducing potential panic and boosting confidence during the actual assessment .

Understanding OOP concepts like encapsulation and inheritance provides a strong foundational knowledge for solving related technical MCQs in the Deloitte assessment. Encapsulation helps in protecting object states by restricting access to internal object details, leading to better data management when solving questions involving data structure manipulation. Inheritance allows the creation of hierarchical class structures, making it easier to identify relationships and streamline problem-solving in scenarios requiring reuse of existing code. Additionally, these concepts are integral to developing solutions in software engineering, which is often tested in technical assessments .

The strategic approach for a 7-day crash preparation plan for Deloitte's assessment involves focusing on different topics each day to ensure comprehensive coverage. Day 1 emphasizes English and grammar revision, Day 2 advances into quantitative aptitude, and Day 3 focuses on logical reasoning. Day 4 requires revisiting Object-Oriented Programming (OOP) and Database Management Systems (DBMS), while Day 5 includes reviewing operating systems, computer networks, cloud technologies, and fundamental data structures and algorithms (DSA). Day 6 prioritizes coding practice and mock tests, while Day 7 should be dedicated to a light revision to consolidate knowledge without overload. This structured approach ensures all exam components are thoroughly revised and practiced, resulting in a well-rounded preparation .

Balancing speed and accuracy in the Deloitte online assessment can be achieved by practicing speed-solving techniques and understanding core concepts over trick solving. Prioritize high-scoring topics in Quantitative Aptitude and logical reasoning, and practice coding challenges under time constraints to improve coding efficiency. Furthermore, it's essential to ensure comprehension and correctness by handling edge cases in coding questions before focusing on optimization .

Revising behavioral interview questions is crucial for better performance in the Deloitte interview as it prepares candidates to respond confidently to scenarios that probe interpersonal skills and adaptability. Questions such as "Why should we hire you, if chatGPT can do your job?" or "How to manage conflicts?" test the candidate's ability to articulate their value, approach challenges, and demonstrate problem-solving skills. Preparing responses to these questions in advance enables clear communication, helps in structuring answers with STAR (Situation, Task, Action, Result) method, and aligns personal experiences with the competencies Deloitte seeks in candidates .

To prepare effectively for technical MCQs focusing on databases, one should concentrate on understanding core topics like primary and foreign keys, normalization, different types of joins, and ACID properties. Using resources like YouTube playlists specifically targeting these topics and websites like GeeksforGeeks for quizzes on data structures can reinforce understanding. Reviewing past year questions (PYQs) and revisiting concepts frequently can also solidify knowledge in these areas .

To prepare effectively for the Deloitte online assessment's English/Language Skills section, focus on grammar rules such as tenses and subject–verb agreement. Pay special attention to error spotting, fill-in-the-blanks for grammar, sentence improvement, reading comprehension, and synonyms/antonyms. RCs are direct but time-consuming, so it's beneficial to skim smartly. Practice speed solving using resources such as YouTube or Indiabix for verbal ability questions and answers .

Practicing logical reasoning topics like series and patterns plays a critical role in the Deloitte assessment by enhancing analytical skills required to decipher complex problems. These topics develop the candidate's ability to recognize sequences and trends, which are vital in solving logical puzzles efficiently. Mastery of series and pattern recognition supports quick decision-making and problem-solving, integral to succeeding in time-pressured assessment environments. Logical reasoning practice also helps improve general cognitive abilities, which is beneficial across various sections of the exam .

You might also like