TCS is a great place to start your career as a fresher. It offers a great workplace as well as a friendly environment with a positive ambiance for the growth of the individual along with the growth of the company. Every year, TCS conducts a mass recruitment process to select candidates for the profile of Assistant Software Engineer. Apart from the Eligibility Criteria, TCS wants its employees to be very good in Aptitude and in Attitude.
Eligibility Criteria
Category | Requirement |
---|---|
Marks in 10th | Above 60% |
Marks in 12th | Above 60% |
Age limit | 18 to 28 years |
Degree | BE/ME or B.Tech/M.Tech |
CGPA | More than 6 CGPA |
Experience | 0-3 years |
Year Gap | Maximum 2 years |
Note: A candidate with a maximum of 1 backlog can appear for TCS interview, but at the time of joining there must not be any backlogs.
Recruitment Process
TCS conducts 4 rounds to select freshers as Assistant System Engineer in their organization.
- Written Round
- Technical Round
- Managerial Round
- HR Round
Written Round
The Written round consists of four sections and the total time allotted is 90 minutes. The four sections include:
- Quantitative Aptitude Test: The first is the Quantitative Aptitude test where the numerical and the Logical Reasoning ability sections are tested. There are 20 questions that need to be attempted in 40 minutes. There is a negative marking of 1/3rd for the questions. Important topics include Number system, Equations, Ratio and Proportion, Percentages, Profit and Loss, Time and Work, Time Speed Distance, Areas and Mensuration, Averages, Permutations and Combinations, Probability, Plane geometry, Seating Arrangements, Sets, Progressions, Functions, Series, Coding, Truth and Lie based puzzles. Questions Related to Quantitative Aptitude Test:
Set 1, Set 2, Set 3, Set 4, Set 5, Set 6, Set 7, Set 8, Set 9, Set 10
- Programming Language Test: This round consists of general questions from computer science and programming languages. It consists of 10 to 12 questions and the time allotted is 20 minutes. It is an MCQ round and basically consists of basic programming questions. Questions related to MCQ round:
Set 1, Set 2, Set 3, Set 4, Set 5, Set 6, Set 7, Set 8, Set 9, Set 10
- Coding Round: This is a technical coding round. It consists of 1 to 2 questions and the time allotted is 20 minutes. You can refer to the Practice Section to explore the questions asked in TCS.
- E-mail writing: There will be given certain clues/words using which you have to write an e-mail addressing the scenario. You have to type the e-mail in the space given. The most important thing is you have to use all the phrases given without missing even a single one. The time allotted is 10 minutes. Questions Related to Email Writing:
Set 1, Set 2, Set 3, Set 4, Set 5, Set 6, Set 7, Set 8, Set 9, Set 10
- auto: This is the default storage class for all the variables declared inside a function or a block.
- extern: Extern storage class simply tells us that the variable is defined elsewhere and not within the same block where it is used.
- static:This storage class is used to declare static variables which are popularly used while writing programs in C language.
- register: It declares register variables which have the same functionality as that of the auto variables.
- Pass by Value: Copy of actual variables is passed in function as a parameter.
- Pass by reference: Memory address of actual variables is passed in function as a parameter.
- Polymorphism
- Inheritance
- Encapsulation
- Abstraction
- Single inheritance
- Multiple Inheritance
- Multi-level Inheritance
- Hierarchical Inheritance
- Hybrid Inheritance
- The left subtree of a node contains only nodes with keys lesser than the node’s key.
- The right subtree of a node contains only nodes with keys greater than the node’s key.
- The left and right subtree each must also be a binary search tree.
- There must be no duplicate nodes.
- Queue is used for BFS
- Stack is used for DFS. DFS can also be implemented using recursion (Note that recursion also uses function call stack).
- TCS Interview Experience | Set 1 (On -Campus)
- TCS Interview Experience | Set 2 (On-campus Recruitment Drive)
- TCS Interview Experience | Set 3 (On-campus Recruitment Drive)
- TCS DESS Interview Experience | Set 4 (On-campus)
- TCS Interview Experience | Set 5 (On-campus)
- TCS Interview Experience | Set 6 (On-campus)
- TCS Interview Experience | Set 7 (Off-Campus)
- TCS Interview Experience | Set 8 (On-Campus)