Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Assistant Trainee Interview Questions and Answers

Updated 28 Sep 2024

9 Interview questions

🔥 Asked by recruiter 5 times
An Assistant Trainee was asked 9mo ago
Q. Explain OOPS concepts.
Ans. 

OOPS Concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation d...

An Assistant Trainee was asked 9mo ago
Q. Given a sorted array of integers nums and an integer target, write a function to search target in nums. If the target exists, then return its index. Otherwise, return -1.
Ans. 

Binary search is a search algorithm that finds the position of a target value within a sorted array.

  • Divide the array in half and compare the target value with the middle element

  • If the target value is smaller, search the left half of the array. If larger, search the right half

  • Repeat the process until the target value is found or the subarray is empty

Assistant Trainee Interview Questions Asked at Other Companies

asked in TCS
Q1. Why are motors rated in KW, whereas transformers and generators a ... read more
asked in TCS
Q2. What type of motor is used in ceiling fans?
asked in TCS
Q3. Write the logic to reverse a string without using string function ... read more
asked in TCS
Q4. Write a program to print factorial using recursion.
asked in TCS
Q5. How does a thermal power plant work?
An Assistant Trainee was asked
Q. Write HTML code for form validation.
Ans. 

HTML code for form validation

  • Use the 'required' attribute to make a form field mandatory

  • Use the 'pattern' attribute to specify a regex pattern for validation

  • Use JavaScript to add custom validation logic

An Assistant Trainee was asked
Q. How does a thermal power plant work?
Ans. 

A thermal power plant generates electricity by converting heat energy into mechanical energy.

  • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

  • The steam drives a turbine, which is connected to a generator that produces electricity.

  • The heat source can be coal, natural gas, oil, or nuclear reactions.

  • The steam is condensed back into water and recycled in a closed-loop system.

  • Ther...

What people are saying about TCS

View All
a digital marketer
3d
Do you think they're gonna work on employees' work-life balance, OR for just publicity?
Infosys, Infosys, TCS, Genpact Revise Workplace Policies Infosys is sending a warning mail, if an employee overshoots the daily limit while working remotely, the system triggers a notification Genpact introduced a new policy to log in before 11 am But will these companies really change, or is it just a show to mask their issues?
FeedCard Image
Got a question about TCS?
Ask anonymously on communities.
An Assistant Trainee was asked
Q. Why are motors rated in KW, whereas transformers and generators are rated in KVA?
Ans. 

Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.

  • Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.

  • Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.

  • KVA takes into account both the real power (KW) and the reactive power (KVAR) p...

An Assistant Trainee was asked
Q. What type of motor is used in ceiling fans?
Ans. 

The type of motor used in ceiling fans is an induction motor.

  • Ceiling fans typically use single-phase induction motors.

  • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

  • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

  • The stator contains windings that create a rotat...

An Assistant Trainee was asked
Q. Write a program to generate a Geometric Progression (GP).
Ans. 

A program to generate a geometric progression (GP).

  • Take the first term, common ratio and number of terms as input.

  • Use a loop to calculate each term of the GP.

  • Print the generated GP as output.

Are these interview questions helpful?
An Assistant Trainee was asked
Q. Write a program to print factorial using recursion.
Ans. 

A program to print factorial using recursion

  • Define a function to calculate factorial recursively

  • Base case: if the number is 0 or 1, return 1

  • Recursive case: multiply the number with factorial of (number - 1)

  • Print the factorial of a given number

An Assistant Trainee was asked
Q. Write the logic to reverse a string without using string functions.
Ans. 

Logic to reverse a string without using string functions

  • Iterate through the string from the last character to the first

  • Create a new string and append each character to it in reverse order

TCS Assistant Trainee Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Binary search
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array in half and compare the target value with the middle element

    • If the target value is smaller, search the left half of the array. If larger, search the right half

    • Repeat the process until the target value is found or the subarray is empty

  • Answered by AI
  • Q2. Explain OOPS Concepts
  • Ans. 

    OOPS Concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself, basic C questions, basic of telecommunications, hobbies.

Interview Preparation Tips

Interview preparation tips for other job seekers - When you prepare resume think twice about whatever you write in that should have to be absolutely correct, if you bluff in resume then during interview you will be in the problem, because they ask questions based on your resume.

Assistant Trainee Interview Questions & Answers

user image YATISH KUMAR KESHWANI

posted on 9 Feb 2015

Interview Questionnaire 

22 Questions

  • Q1. What are the subjects you have command in?
  • Q2. Tell me about your final year project?
  • Q3. Tell me about the industrial training you had?
  • Ans. 

    I completed industrial training at XYZ Company, focusing on practical applications of theoretical knowledge in a real-world setting.

    • Gained hands-on experience in project management by assisting in the development of a new software application.

    • Collaborated with a team of engineers to troubleshoot and optimize existing systems, improving efficiency by 15%.

    • Participated in weekly meetings, presenting findings and suggestio...

  • Answered by AI
  • Q4. How does an induction motor works?
  • Q5. Why motor is rated in KW whereas Transformer and generator in KVA?
  • Q6. What is the type of motor used in ceiling fans?
  • Ans. 

    The type of motor used in ceiling fans is an induction motor.

    • Ceiling fans typically use single-phase induction motors.

    • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

    • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

    • The stator contains windings that create a rotating m...

  • Answered by AI
  • Q7. Hoe does a thermal power plant works?
  • Ans. 

    A thermal power plant generates electricity by converting heat energy into mechanical energy.

    • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

    • The steam drives a turbine, which is connected to a generator that produces electricity.

    • The heat source can be coal, natural gas, oil, or nuclear reactions.

    • The steam is condensed back into water and recycled in a closed-loop system.

    • Thermal p...

  • Answered by AI
  • Q8. Write a program to make a GP
  • Q9. Write a program to print factorial using recursion
  • Ans. 

    A program to print factorial using recursion

    • Define a function to calculate factorial recursively

    • Base case: if the number is 0 or 1, return 1

    • Recursive case: multiply the number with factorial of (number - 1)

    • Print the factorial of a given number

  • Answered by AI
  • Q10. Write the logic to reverse a string without using string fnctions
  • Ans. 

    Logic to reverse a string without using string functions

    • Iterate through the string from the last character to the first

    • Create a new string and append each character to it in reverse order

  • Answered by AI
  • Q11. Tell me about yourself?
  • Q12. What are your hobbies?
  • Q13. Apart from your technical pat and studies what have you done in college?
  • Ans. 

    I was actively involved in various extracurricular activities such as organizing events, participating in sports, and volunteering for community service.

    • Organized college events like annual fests and cultural programs

    • Participated in sports teams representing the college

    • Volunteered for community service projects like blood donation drives

    • Joined clubs or societies related to my interests

  • Answered by AI
  • Q14. What do you prefer, ethics or values?
  • Q15. Suppose you are working in office and somebody came and slapped you, what will you do?
  • Q16. Tell me about yourself for 5 minutes
  • Q17. What are your views about Mr. Narendra Modi as PM of India
  • Q18. Any extra curricular activities you have participated in school or college
  • Ans. 

    I have participated in various extra curricular activities such as debate club, volunteering at local shelters, and organizing charity events.

    • Debate club member in high school

    • Volunteered at local animal shelter every weekend

    • Organized charity events for underprivileged children

    • Participated in school drama productions

  • Answered by AI
  • Q19. What are your strengths?
  • Q20. What are your weaknesses?
  • Q21. Being an Electrical engineer why do you want to join an IT company
  • Q22. What do you know about TCS?

Interview Preparation Tips

Round: Test
Experience: In email writing one question was given describing the situation and maximum word limit. It has the keywords given to be used. 1 question, 10 minutes.This section is generally used to check your verbal ability. Make sure to use all the keywords given and complete it within time, with no spelling mistakes of course. Missing a keyword or a spelling mistake could be your goodbye to qualified list.The second section had 30 questions of quantitative aptitude. Duration 70 mins. There are questions from various sections, such as Time and speed, Time and distance, Data interpretation,etc.There are 2-3 star marked questions which have more weight-age. There my also be a dummy question who doesn't have any matching answer. Make sure uh don't attempt these questions.26-27 questions is the cut-off for qualified list.But you have to do the email writing part correctly.
Tips: Practice email writing online from various websites such as technicalbaba.com, indiageeks.comPractice quantitative aptitude as it is a must in any interview you will face. you can use R.S.Agarwal or CAT material.
Duration: 90 minutes
Total Questions: 30 + 1

Round: Interview
Experience: Greeting the interviewer is a must. Be confident and enthusiastic. Have your resume properly ready. Technical questions from your subject will be asked. Not a must that you should know any programming language like C, C++, JAVA.
Tips: Prepare 3-4 subjects of your core branch. Never try to flatter the interviewer. Be confident and answer the questions appropriately. Dont say directly " I DON'T KNOW". Atleast try even if you dont know the answer.

Round: Interview
Experience: There are certain questions which doesnt have direct answers. You have to be diplomatic about them. You should be able to see all the possible situation when a question like that is asked.

Round: Interview
Experience: The HR head may manipulate you, try to stress you, etc. Be calm and confident.Think before you speak. Prepare your answers before hand for general questions. Write your introduction on a paper and prepare it well so that you speak it confidently...
Tips: Be yourself. Be confident. Never argue with the interviewer.All the best

General Tips: Be presentable in the interview. Wear a watch. Show respect to the interviewer. Prepare 3-4 technical subjects well. Read last 15 days newspaper. Be confident when you speak. Improve your English if you are weak in it.
Skill Tips: ""
Skills: Verbal ability, Attitude, Technical knowledge, General knowledge
College Name: IMS ENGINEERING COLLEGE, GHAZIABAD
Motivation: TCS is a semi government company with a decent package and high job security.

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Explain your projects
  • Q2. Write a html code for form validation
  • Ans. 

    HTML code for form validation

    • Use the 'required' attribute to make a form field mandatory

    • Use the 'pattern' attribute to specify a regex pattern for validation

    • Use JavaScript to add custom validation logic

  • Answered by AI
  • Q3. Basic sql queries
  • Q4. Tell me about yourself
  • Ans. 

    I am a dedicated and enthusiastic individual with a passion for learning and assisting others in achieving their goals.

    • Background: I have a degree in Business Administration, which has equipped me with strong organizational and communication skills.

    • Experience: I interned at XYZ Company, where I assisted in project management and learned the importance of teamwork.

    • Skills: I am proficient in Microsoft Office Suite and ha...

  • Answered by AI
  • Q5. Asked questions on my resume
  • Q6. Will you relocate

Interview Preparation Tips

Round: Technical Interview
Experience: Good , revise projects and be confident

Round: HR Interview
Experience: Be frank and Confident.

Skills:
College Name: Vidyalankar Institute Of Technology

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be
  • Ans. 

    In five years, I envision myself as a senior analyst, leading projects and mentoring junior team members while driving impactful data-driven decisions.

    • I aim to develop expertise in advanced analytics tools, such as Python and R, to enhance data modeling capabilities.

    • I plan to take on leadership roles in projects, guiding teams to deliver actionable insights that align with business goals.

    • I aspire to mentor junior analy...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

I applied via Superset and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions are based on skills that you have mentioned in resume?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be strong in Basics of skills u have learnt.

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction, projects, workshops, programming language, DBMS, hr related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key, try learning new technologies like blockchain ML and AI.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2021

I applied via Job Portal and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Journal entries
  • Q2. Journal

Analyst Interview Questions & Answers

Wipro user image Anonymous

posted on 23 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. Previous Project Experience
  • Ans. 

    I worked on a data analysis project focused on improving customer retention through predictive modeling and data visualization.

    • Utilized Python and R for data analysis and predictive modeling.

    • Developed dashboards using Tableau to visualize customer behavior trends.

    • Collaborated with cross-functional teams to implement retention strategies.

    • Analyzed customer feedback to identify key areas for improvement.

  • Answered by AI

TCS Interview FAQs

How many rounds are there in TCS Assistant Trainee interview?
TCS interview process usually has 1 rounds. The most common rounds in the TCS interview process are One-on-one Round.
What are the top questions asked in TCS Assistant Trainee interview?

Some of the top questions asked at the TCS Assistant Trainee interview -

  1. Why motor is rated in KW whereas Transformer and generator in K...read more
  2. What is the type of motor used in ceiling fa...read more
  3. Write the logic to reverse a string without using string fncti...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all
TCS Assistant Trainee Salary
based on 16 salaries
₹3 L/yr - ₹4 L/yr
51% more than the average Assistant Trainee Salary in India
View more details

TCS Assistant Trainee Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

5.0

Skill development

4.1

Work-life balance

3.6

Salary

2.7

Job security

4.1

Company culture

3.8

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹3.9 L/yr - ₹8.3 L/yr

IT Analyst
65.5k salaries
unlock blur

₹7.7 L/yr - ₹12.7 L/yr

AST Consultant
53.6k salaries
unlock blur

₹12 L/yr - ₹20.6 L/yr

Assistant System Engineer
33.2k salaries
unlock blur

₹2.5 L/yr - ₹6.4 L/yr

Associate Consultant
33k salaries
unlock blur

₹16.2 L/yr - ₹28 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.7
Compare
write
Share an Interview