Interview PP T

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 16

INTERVIEW TRAINING

TCS NQT 2022


ROUNDS
1. TECHNICAL ROUND(TR)
2. MANAGERIAL ROUND(MR)
3. HR ROUND
4. STRESS INTERVIEW(OPTIONAL)
SAMPLE QUESTIONS ON THESE ROUNDS
1. Introduce about yourself(Tell me about urself)
• Answer this in max 120 seconds
• It should cover 3-5 best points in your profile.
• Cover
academics,family,extracurricular,internships,hobbies,events,soc
ial activities,paper presentations,hackathons,coding
contests,workshops,seminars,
quizzes,strengths,goal(longterm ,short term) and projects.
About project
Give a detailing of your project
• 1.Title
• 2.Aim of the project
• 3.Functionality
• 4.Technology used
• 5.Advantages
• 6.Conclusion
• 7.Future scope
Technical round
1.C basics
2.Oops concepts
3.Difference between c,c++,java and python
3.Sql,DBMS CONCEPTS
4. Data structures
Programs-1
• Reversing a number
• Leap year program
• Factorial program
• Sorting of an array
• Fibonacci series
• String operations
• Prime number check
• Gcd (recursion & normal)
• Largest number in the given array
• Second largest in the given array
Programs-2
• Code for all string handling functions
(strlen,strcpy,strcmp,strcmpi,strupr,strlwr,strcat,strstr)
• Check whether a given string is palindrome or not
 Sorting techniques with complexities:
 Bubble sort:O(n) O(n^2)
 Selection sort:O(n^2)
 Insertion sort:O(n^2)
 Quick sort:Worest case:O(n^2) best,avg cases:O(nlogn)
 space complexity:O(n)
 Merge sort:Best,Avg&worest cases:O(nlogn)
 Searching: Linear and Binary
TOPICS OF C
 Looping: for, while and do-while, break and continue
 Recrusion
 Call by value and call by reference
 DMA(Dynamic Memory Allocation)
 Storage classes
 Pointer:Is a variable which stores address of another variable
 DANGLING POINTER
 pointer to pointer
 Types of pointers
DATA STRUCTURES
 Stack: Principle, Algorithms of push,pop and display
 Queue:Enqueue,Dequeue, Display
 Advantages and Limitations of Arrays:
 Node,Linked List:def,Insert first,end,at any position
o delete first,last,at any position
 Trees:traversals,types of trees:Binary tree,strictly binary tree,
 Binary search tree(operations of BST),B-tree
 Graphs:Traversals(BFS,DFS)
OOPS Concepts
• Object
• Class
• Data abstraction
• Data encapsulation
• Inheritence
• Polymorphism
• Dynamic binding
• Message passing
• Real time examples and also if Java is ur skillset then how these
concepts are implemented in java
• Abstract class and abstract method
• Constructors
• Method overloading & method overriding
Python
• What is python?
• Dynamic and interpreted language
• How are identity operators different than the membership operators?
• Difference between list and tuple in python
• What are dictionaries?
• What are sets?
• Difference between list and array
• Functions and modules
• What is docstring in python?
• What is slicing?
• Negative indexing..
• Decorators in python,namespace,numpy and panda
• How memory is managed in python?
SQL
• DBMS AND ITS TYPES
• Difference between MySQL and SQL
• DML,DDL,DCL,TCL COMMANDS
• Types of Joins
• Define DDL DCL DML
Syntax of View
what is normalization
what is primary key and foreign key
what is difference between unique key and primary key
• Normalization & its types
• Stored procedures and functions

MR AND HR ROUND
Why should we I hire you?
• Why moving from non-IT to IT?
• Are you willing to relocate as per company’s request?
• What are your strengths and weakness?
• Situation based questions
• Why do you want to join TCSor WIPRO??
• About TCS OR WIPRO
• Latest IT developments
• Where do you see yourself after 5 years
• How many years will you work here if offer given now
HR ROUND
• Who is your role model and why
Projects of TCS
Top persons in TCS.
Latest news about TCS in print/electronic media
Willing to work in night shifts/relocation
Short term and long term goals
How many years you will work with TCS
If TCS rejects you what you will do
NON CSE STUDENTS
• All Fundamental concepts of C
• Fundamental concepts of Data Structures. (ECE Students better to go through oop
concepts)

Important core subjects in your respective branch.


BUZZWORDS
• Idea on latest technnologies and buzz words like Artificial
intelligence,Chat Boards, Machine learning, deep learning, IoT,
Rasberry pie,Big data, Hadoop,Cloud computing
 AI,ML,BIGDATA,Cyber Security,Block chain,Data Science
• C,DS,JAVA,PYTHON,SQL+sales force,servicenow,Bigdata,jira,
 PowerBI,CCNA.

You might also like