Off Campus Drive 2022 Batch
TCS NQT SYLLABUS 2020 – 2021
SECTION | NO OF QUESTIONS | DURATION |
NUMERICAL ABILITY | 26 ques | 40 mins |
VERBAL ABILITY | 24 ques | 30 mins |
REASONING | 30 ques | 50 mins |
PROGRAMMING LOGIC | 10 ques | 15 mins |
CODING 1 | 1 ques | 15 mins |
CODING 2 | 1 ques | 30 mins |
TOTAL | 92 ques | 180 mins |
Check the detailed syllabus below
NUMERICAL ABILITY
- Arrangements and Series
- P&C
- Number System, LCM & HCF
- Percentages
- Allegations and Mixtures
- Probability
- Ratios, Proportion and Averages
- Reasoning
- Work and Time
- Speed Time and Distance
- Geometry
- Divisibility
- Profit and Loss
- Ages
- Clocks & Calendar
- Series and Progressions
- Equations
- Averages
- Area, Shapes & Perimeter
- Numbers & Decimal Fractions
VERBAL ABILITY
- Fill in the Blanks (Grammar-)
- Prepositions and Conjunctions
- Tenses
- Articles
- Vocabulary
- Sentence Completion
- Sentence Ordering
- Passage Ordering
- Reading Comprehension
- Error Identification
- Error Correction
- Best Expresses Synonyms
- Spellings
- Synonyms
- Word Selection
REASONING
- Meaningful Word Creation
- Number Series
- Missing Number Single
- Missing Number Analogy
- Blood Relations
- Coding-Decoding
- Ages
- Data Sufficiency
- Rank Based Logic
- Ages
- Seating Arrangement (Easy)
- Seating Arrangement (Complex)
- Odd Man Out
- Numbers
- Logical
- Distance and Directions
- Statement and Conclusion
- Analogy
- Mathematical Operational Arrangement
- Symbols and Notations
PROGRAMMING LOGIC
- Basics of C (4 – 5 Question)
- Data Types
- Input-Output (based on C)
- Functions and Scope
- Inbuilt Libraries (based on C)
- Variables and Registers
- Command Line Programming
- Pointers
- Call by value/reference
- Iteration
- Recursion
- OOPs (1 – 2 Question)
- Procedural Vs OOPs
- Classes and Objects
- Inheritance
- Abstraction
- Encapsulation
- Virtual and Pure Virtual
- Constructor and Destructor
- Polymorphism
- Data Structure (3 Question)
- Stacks
- Queues
- Linked Lists (Singly, Doubly, Circular)
- Trees
- Binary Search Trees
- Graphs (only basics)
- Searching
- Sorting
- Hashing
- Advanced-Data Structure (Only 1 Question)
- AVL Trees
- B Trees
CODING
- C/ C++/JAVA/PHP
- Number Series Printing – Example – 1, 2, 5, 4, 25, 16, 125, 64 …… This series is mixture of power of 2 and power of 5. You have to print it via code.
- Strings – Example – Read a string and convert all the uppercases to $ sign and all lower cases to & sign and print the output.
- Matrix – Finding Highest sum for a row in a given matrix
- Pythagoras Triplets
- LCM of 3 numbers