Open In App

TCS Interview Questions

Last Updated : 11 Mar, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

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. TCS-Interview-Questions

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:

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

  1. auto: This is the default storage class for all the variables declared inside a function or a block.
  2. extern: Extern storage class simply tells us that the variable is defined elsewhere and not within the same block where it is used.
  3. static:This storage class is used to declare static variables which are popularly used while writing programs in C language.
  4. register: It declares register variables which have the same functionality as that of the auto variables.
  1. Single inheritance
  2. Multiple Inheritance
  3. Multi-level Inheritance
  4. Hierarchical Inheritance
  5. 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).
  1. TCS Interview Experience | Set 1 (On -Campus)
  2. TCS Interview Experience | Set 2 (On-campus Recruitment Drive)
  3. TCS Interview Experience | Set 3 (On-campus Recruitment Drive)
  4. TCS DESS Interview Experience | Set 4 (On-campus)
  5. TCS Interview Experience | Set 5 (On-campus)
  6. TCS Interview Experience | Set 6 (On-campus)
  7. TCS Interview Experience | Set 7 (Off-Campus)
  8. TCS Interview Experience | Set 8 (On-Campus)


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads