Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Tata Consultancy Services (TCS) interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

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

Interview preparation journey

expand-icon
Journey
TCS visited my college for campus placements, and I was in my final year, so I prepared for placements by studying many topics like Java, Python, Data Structures and Algorithms, Object-Oriented Programming, etc.
Application story
TCS visited our campus in the first week of October for the roles of Software Developer and System Analyst. The online coding round was conducted on 30th September, the PI on 4th October, and the result was declared on 7th October.
Why selected/rejected for the role?
I was not selected because I was not prepared; my third interview did not go well, so I was rejected, and the level of questions asked was very high.
Preparation
Duration: 6 months
Topics: Operating system, SQL, database management system, Python, Java, Data structure and algorithms
Tip
Tip

Tip 1 : Practice at least 250 Questions
Tip 2 : Do at least 2 projects

Application process
Where: Campus
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date18 Jul 2023
Coding problem2

1. Subset Sum

Easy
0/40
Asked in companies
AmazonInfosysGoogle

You are given an array 'nums' of ‘n’ integers.


Return all subset sums of 'nums' in a non-decreasing order.


Note:
Here subset sum means sum of all elements of a subset of 'nums'. A subset of 'nums' is an array formed by removing some (possibly zero or all) elements of 'nums'.


For example
Input: 'nums' = [1,2]

Output: 0 1 2 3

Explanation:
Following are the subset sums:
0 (by considering empty subset)
1 
2
1+2 = 3
So, subset sum are [0,1,2,3].
Try solving now

2. DBMS Question

What are the types of databases? (Learn)

02
Round
Medium
Face to Face
Duration50 minutes
Interview date19 Jul 2023
Coding problem2

1. OOPS Question

What are the four pillars of object-oriented programming? (Learn)

2. System Design Question

Tell me about system design. (Learn)

03
Round
Easy
HR Round
Duration30 minutes
Interview date20 Jul 2023
Coding problem1

1. Basic HR Questions

Introduce yourself briefly.

Why do you want to join Tcs?

Your strengths and weaknesses.

Here's your problem of the day

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

Skill covered: Programming

How do you write a single-line comment in C++?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Tata Consultancy Services (TCS)
1238 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Tata Consultancy Services (TCS)
1091 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Tata Consultancy Services (TCS)
723 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 7 problems
Interviewed by Tata Consultancy Services (TCS)
1137 views
2 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by BNY Mellon
4899 views
3 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by BNY Mellon
0 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Infosys
3365 views
0 comments
0 upvotes