Tata Consultancy Services (TCS) interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Tata Consultancy Services (TCS)
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Aptitude, Reasoning, Problem Solving, Data Structures, Revision of college subjects.
Tip
Tip

Tip 1 : Practice Aptitude questions
Tip 2 : Practice Coding questions and interview questions
Tip 3 : Do some projects and understand them properly

Application process
Where: Campus
Eligibility: There is one National qualifier test conducted and 60+ percentage in your education
Resume Tip
Resume tip

Tip 1 : Be clear about whatever you write
Tip 2 : You should have knowledge of all the coding tools/languages and the project you have mentioned in resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date3 Sep 2019
Coding problem2

This round included aptitude questions, Reasoning and basic English questions and 1coding question which was to print a pattern. You might face issues with compiler so try to run the code as early as possible to overcome any issues.

1. MCQ Questions

Numerical ability- 25 questions
Verbal ability- 25 questions
Reasoning ability- 30 questions
Programming logic -10 question
Coding- 1 question

 

 

2. Automobile

An automobile company manufactures both a two wheeler (TW) and a four wheeler (FW). A company manager wants to make the production of both types of vehicle according to the given data below:

  • 1st data, Total number of vehicle (two-wheeler + four-wheeler)=v
  • 2nd data, Total number of wheels = W

The task is to find how many two-wheelers as well as four-wheelers need to manufacture as per the given data.

Example :

Input :

  • 200  -> Value of V
  • 540   -> Value of W

Output :

  • TW =130 FW=70

 

Explanation:

130+70 = 200 vehicles

(70*4)+(130*2)= 540 wheels

 

Constraints :

  • 2<=W
  • W%2=0
  • V<W
02
Round
Easy
Face to Face
Duration45 minutes
Interview date5 Sep 2020
Coding problem1

In this round questions were asked on problem solving, on the technology you have mentioned in your resume, the projects you have done. Few questions were asked from college subjects like OS and 1-2 sample program logic was asked to written in paper.
After that 1 HR round was also there it was quick question like Introduce yourself, why do you want to join the company were asked.

Moderate
25m average time
70% success
0/80
Asked in companies
Citi BankTata Consultancy Services (TCS)CIS - Cyber Infrastructure

Ninja is given a pattern. Now he is asked to print the same pattern for any given ‘N’ number of rows.

Note:

There is only one space between the values of each column in a row.

For example, Pattern for ‘N’ = 5 will be.
1 2 3 4 5 
11 12 13 14 15 
21 22 23 24 25 
16 17 18 19 20 
6 7 8 9 10 
Problem approach

First I understand how it should be designed, then I identified that 2 loops are needed one will move in increasing order, other in decreasing and then print * as per the requirement by making inner loop

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
company logo
Software Developer
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
1850 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1744 views
0 comments
0 upvotes
company logo
Software Developer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1638 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
3 rounds | 3 problems
Interviewed by HCL Technologies
3361 views
1 comments
0 upvotes
company logo
Software Developer
3 rounds | 6 problems
Interviewed by Arcesium
1672 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 5 problems
Interviewed by HCL Technologies
4024 views
0 comments
0 upvotes