Skip to main content

SYLLABUS OF TCS NQT 2020

TCS National Qualifier Test Exam Pattern 2020

TopicQuestionsTime
Quantitative Aptitude2040 mins
Programming Concepts1020 Mins
Verbal Ability (English)1010 Mins
Coding120 Mins

TCS National Qualifier Test is for 90 minutes. The TCS Ninja (NQT) Online Test Pattern is as follows:
  • Quantitative Aptitude includes -> 20 questions for 40 mins.
  • Programming logic consists -> 10 questions for 20 mins.
  • Coding comprises -> 1 question for 20 mins.
  • English section includes -> 10 questions for 10 minutes.

TCS Ninja National Qualifier Test Syllabus

Students who will complete their graduation in the 2020 year are eligible to participate in the TCS National Qualifier Test 2019. 
The candidates who will score marks in TCS Ninja will be hired for the various jobs in Tata Consultancy Services.

Quantitative Aptitude Section

The Quantitative Aptitude Section has two sub-sections namely Standard & Advanced. The qualification of the aspirants will depend on two sections for the interview. 
Multiple Choice Aptitude questions carry negative marking for every wrong answer. 
Filling in the Blanks will not carry any negative marking. 
The Advanced section of this group is one of the qualifiers for your eligibility to the test for TCS Hiring. 
The Quantitative Aptitude Section includes the questions from topics like Time and Work, Speed and Distance, Permutation and Combination, Profit and Loss, Puzzles, etc.
Here is the complete list of it:-
  • Profit and loss
  • Averages
  • Mixtures
  • Allegations
  • Number System and HCF & LCM
  • Percentages
  • Permutations
  • Combinations
  • Ratio and proportions
  • Algebra
  • Blood Relations
  • Probability
  • Time, speed, distance
  • Time and Work
  • Functions
  • Geometry
  • Puzzles
  • Verbal Reasoning
  • Logical Reasoning
  • Data Sufficiency
  • Non-Verbal Reasoning
  • Data Interpretation
  • Analytical Reasoning

TCS Ninja Negative Marking: Multiple Choice Aptitude questions carry negative marking for every wrong answer. Fill in the Blanks will not carry any negative marking.

English Section

Officials have included the English Section to check the communication skills of the candidates. This section will have ten verbal questions to be answered in 10 minutes.
  • Synonyms
  • Antonyms
  • Prepositions
  • Sentence Completion
  • Active and Passive Voice
  • Spelling Test
  • Spotting Errors
  • Passage Completion
  • Substitution
  • Sentence Arrangement
  • Transformation
  • Idioms and Phrases
  • Sentence Improvement
  • Para Completion
  • Joining Sentences
  • Error Correction (Underlined Part)
  • Error Correction (Phrase in Bold)
  • Fill in the blanks

Programming Logic Section

  • In Programming Logic Section, there are ten programming questions from C language like input, output, debugging, basic programming concepts which are of MCQ or Fill up the Blanks type questions.
  • Like Quantitative Aptitude, this section also has two sub-sections namely Standard & Advanced.
  • The Advanced section of this group is one of the qualifiers for your eligibility to the test for TCS Hiring.
  • Multiple Choice Aptitude questions carry negative marking for every wrong answer.
  • Fill Up the Blanks (FUB) will not carry any negative marking.

Coding Section

Coding section comprises 1 Question – problem statement. Aspirants can use any of the five languages C/C++/Java/Python and Perl to code.
REGARDS,
ITK

Comments

Popular posts from this blog

ASCII TABLE || HEXADECIMAL TABLE

ASCII & Hexadecimal Table (CLICK THE IMAGE TO VIEW IT PROPERLY) REGARDS, ITK

Calculator Using C Programming

  C  is not only capable in maximizing the logical concept towards machine/software programming but it also makes users comfortable through its in-built functions. Making of simple calculator in C must at least be done by the novices themselves to improve and test their level of understandings in logics being applied. Here is the code that has been created for the joy of creativity through C-coding. CODE #include <stdio.h> #include <conio.h> int main() {     int a,b,result;     char ch[2]; clrscr(); gotoxy(30,1);printf("CALCULATOR"); gotoxy(10,8);printf("FIRST NUMBER : "); gotoxy(4,9);printf("OPERATION(+,-,*,/) : "); //to choose operation from gotoxy(9,10);printf("SECOND NUMBER : "); gotoxy(16,12);printf("RESULT : "); gotoxy(30,18);printf("Powered By : ITK"); gotoxy(25,8);scanf("%d",&a); // input first number gotoxy(25,9);scanf("%s",ch); //input operation as a...

KEYBOARD CHARACTERS || KEYBOARD CHARACTER NAMES || KEYBOARD SYMBOLS AND THEIR USES || KEYBOARD CHARACTERS NAMES

The symbols used in keyboards are generally not known to all of us about. Many of us don't know either their use or their names what they are called as too. Here is the list of the symbols that are in the computer keyboards with their names. Symbols in Keyboards and their names Sl.   No.                    Symbol                                  Name 1                      & ampersand or and 2                        ‘ apostrophe or single quote 3               ...