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

Software Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Practice coding
Tip 2 : practice aptitude
Tip 3 : prepare for the core subjects

Application process
Where: Campus
Eligibility: 6 cgpa no backlog
Resume Tip
Resume tip

Tip 1 : Write short resume
Tip 2 : Never lie about things

Interview rounds

01
Round
Easy
Online Coding Interview
Duration180 minutes
Interview date2 Aug 2020
Coding problem2

This round had mcqs on aptitude, core subjects and some coding.

1. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeTata Consultancy Services (TCS)Samsung

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Problem approach

sort and get 2nd element

Try solving now

2. Square Root

Easy
15m average time
80% success
0/40
Asked in companies
SamsungAmazonTata Consultancy Services (TCS)

You are given a positive integer ā€˜n’.


Your task is to find and return its square root. If ā€˜n’ is not a perfect square, then return the floor value of sqrt(n).


Example:
Input: ā€˜n’ = 7

Output: 2

Explanation:
The square root of the number 7 lies between 2 and 3, so the floor value is 2.


Problem approach

use predefined syntax to print the result upto 2 decimal only

Try solving now
02
Round
Easy
Video Call
Duration90 minutes
Interview date3 Sep 2021
Coding problem1

It was a tech+hr round. Asked me some puzzles. Introduction. Why tcs? Where do you see yourself in 5 years?. Define oops concepts. What is rdbms? What is primary key?

1. Basic HR Questions

Why tcs? 

Where do you see yourself in 5 years?

Define oops concepts.

What is rdbms?

What is primary key?

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 Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1640 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
0 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 4 problems
Interviewed by Tata Consultancy Services (TCS)
1460 views
0 comments
0 upvotes
company logo
Software Engineer
3 rounds | 3 problems
Interviewed by Tata Consultancy Services (TCS)
1092 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3195 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2574 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes