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 Sde1 Interview Questions and Answers

Updated 13 Jan 2023

TCS Sde1 Interview Experiences

2 interviews found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

They asked some technical interview questions

Round 3 - HR 

(2 Questions)

  • Q1. How do you face challenges?
  • Q2. How do you deal with deadlines?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic CS subjects well and be ready for hr questions

Sde1 Interview Questions & Answers

user image Anonymous

posted on 18 Aug 2022

Round 1 - Aptitude Test 

Per question time good amoubnt of questions

Round 2 - HR 

(1 Question)

  • Q1. Easy questions based on my resume
Round 3 - Technical 

(1 Question)

  • Q1. Bvased on javba as i mentioned java in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on coding and aptitude and reasoni9ng as both are needed to crack the interview

Sde1 Interview Questions Asked at Other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and Arra ... read more
asked in Park Plus
Q2. 1. What is a doubly-linked list? And real-world applications.
asked in Amazon
Q3. pid ={3,5,0,1} ppid ={5,4,2,2} process id(pid) ppid=parent proces ... read more
Q4. Given one point and circle how will you find if it's inside circl ... read more
asked in Amazon
Q5. N queen problem with problem statement and dry running of code wi ... read more

Interview questions from similar companies

Round 1 - Technical 

(2 Questions)

  • Q1. Basic fundamentals were asked for each cs subject
  • Q2. What is cloud and api Some basic codes were also there

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep kalm and focus on basics not very hard question will be asked only basics

Sde1 Interview Questions & Answers

Cyient user image Anonymous

posted on 7 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Inform her of a smaller amount.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 codes and some technical MCQs

Round 2 - Technical 

(2 Questions)

  • Q1. Write program of Pascal Tree
  • Ans. 

    Pascal Tree is a binary tree where each node represents a row of Pascal's Triangle.

    • Create a binary tree with root node as 1

    • For each level, create left child as previous level's value and right child as previous level's value + parent value

    • Repeat until desired number of levels is reached

  • Answered by AI
  • Q2. Python language questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself, relocation and other general HR round questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare any one coding language and dsa well, having some knowledge of OS will be good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Shallow copy and deep copy in java
  • Ans. 

    Shallow copy creates a new object with references to the original object's data, while deep copy creates a new object with copies of the original object's data.

    • Shallow copy only duplicates the references to the original object's data, not the data itself.

    • Deep copy creates a new object with copies of the original object's data, ensuring that changes to the copied object do not affect the original object.

    • In Java, shallow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Accenture user image Raman kr Singh

posted on 1 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops questions asked, all piller of oops, DSA basics

Sde1 Interview Questions & Answers

Infosys user image Anonymous

posted on 27 Jun 2022

Round 1 - Aptitude Test 

Was good and you get questions from various topics.
Apti
Basics of cs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Your strengths on technical subjects you have gine

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with basics will be helpful and try to more focus in what you know and brush up your basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Ppt and discussion - on all things in the company

Round 2 - Coding Test 

Leetcode - 2 medium, 1 hard

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm, don't swear outside the placement area

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Sde1 interview?
TCS interview process usually has 3 rounds. The most common rounds in the TCS interview process are Aptitude Test, HR and Technical.
What are the top questions asked in TCS Sde1 interview?

Some of the top questions asked at the TCS Sde1 interview -

  1. bvased on javba as i mentioned java in my res...read more
  2. easy questions based on my res...read more

Tell us how to improve this page.

TCS Sde1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS Sde1 Salary
based on 63 salaries
₹3 L/yr - ₹6.9 L/yr
75% less than the average Sde1 Salary in India
View more details

TCS Sde1 Reviews and Ratings

based on 11 reviews

4.4/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.6

Salary

4.1

Job security

4.1

Company culture

3.9

Promotions

3.4

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

IT Analyst
66.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview