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
3.7

based on 86.3k Reviews

Filter interviews by

TCS Software Engineer II Interview Questions and Answers

Updated 6 Mar 2023

TCS Software Engineer II Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. F2f based interview round with tcs employees and we'll co-ordinated work and do well
  • Q2. Explain your framework? Architecture of selenium
  • Ans. 

    Selenium is an open-source automation testing framework used to test web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It uses a client-server architecture where the client sends commands to the server to control the browser.

    • Selenium provides different drivers for different browsers like Chrome, Firefox, etc.

    • It supports different types of testing like functional, regression, a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and cool company to work with our roles and responsibilities

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. How to create a dictionary with list as key
  • Ans. 

    To create a dictionary with list as key, use tuple conversion

    • Convert the list to a tuple as lists are not hashable

    • Use the tuple as the key in the dictionary

    • Example: my_dict = {tuple(my_list): value}

    • Example: my_dict[tuple(my_list)] = value

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary expectations in Organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Practical knowledge is very important. Merely depending on theoretical knowledge lands you in trouble.

Skills evaluated in this interview

Software Engineer II Interview Questions Asked at Other Companies

Q1. There are fifteen horses and a racing track that can run five hor ... read more
Q2. Title: Minimum steps required to make the product of array equal ... read more
asked in NCR Voyix
Q3. What are interfaces and what is difference between an interface a ... read more
Q4. Title: Next Greater Element for every element in the array Descri ... read more
Q5. What is the difference between C++ and Objective C and where will ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

A HackerRank Test with 2 Coding question of easy and medium difficulty7

Round 2 - Technicl Interview 

(2 Questions)

  • Q1. Questions on Java Core - streams api, features of java 8, multithreading, task scheduling, cron job, spring boot main annotations, global exception handling,
  • Q2. MySQL Query, questions around basics of Angular

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is not asked for SDE or SDE2 roles in IBM, focus is primarily on development, kind of project one worked on, behavioural and situation based questions.

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

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 

Today it is Thursday.after 132 days,it will be?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the extend of your technical expertise
  • Q2. Discribe regarding SQL
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common commands include SELECT, INSERT, UPDATE, and DELETE

    • Joins are used to combine data from multiple tables

    • Indexes can be used to improve query performance

  • Answered by AI
  • Q3. What is oops concept
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on creating objects that interact with each other to solve a problem.

    • It includes concepts like encapsulation, inheritance, and polymorphism.

    • Encapsulation is the practice of hiding data and methods within an object.

    • Inheritance allows objects to inherit properties and meth...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Software Engineer II interview:
  • Java
Interview preparation tips for other job seekers - Be vulnerable
Creat your position,build a relationship with the admistative assistant

Skills evaluated in this interview

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

There was logical and quant reasoning. Level was moderate

Round 2 - Coding Test 

There was 2 coding questions which have to be solved in any language.

Round 3 - HR 

(2 Questions)

  • Q1. Good learning experience. Asked about your interest and all.
  • Q2. Why do you want to join Infosys.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your intro .Go through your resume. Prepare any one language nicely.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic apptitude question based on profit loss... english, speaking skills..etc.,

Round 3 - Coding Test 

Mostly question on the arrays and strings.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on the resume and projects that you have done.

I applied via Company Website and was interviewed in Mar 2022. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics questions For interview
Round 2 - Aptitude Test 

Reasoning questions and verbal ability questions

Round 3 - Assignment 

Coding questions related c and c++

Round 4 - One-on-one 

(1 Question)

  • Q1. Misslenous questions
Round 5 - Group Discussion 

Dowry system

Interview Preparation Tips

Topics to prepare for Accenture Software Engineer II interview:
  • Software Development
Interview preparation tips for other job seekers - I am fresher candidate and I wi
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. 1) OOPS in java, and told to explain abstraction, encapsulation, inheritance with practical code 2) Exception handling(globally), Authentication and authorization 3) SOLID principles and factory design pat...
  • Ans. 

    Interview questions for Software Engineer position covering OOPS concepts, exception handling, SOLID principles, Java 8 features, and Streams.

    • Abstraction in OOPS: Hiding implementation details. Example: Abstract class Shape with method draw().

    • Encapsulation in OOPS: Bundling data and methods that operate on the data. Example: Class Employee with private fields and public getters/setters.

    • Inheritance in OOPS: Reusing code...

  • Answered by AI
  • Q2. 1) Advantage of springboot over spring 2) Tell me all the anotations you know in spring 3) What are CRUD operations, write controller layer and use validating annotations like @NotNull, @valid etc. how to ...
  • Ans. 

    The interview questions cover various topics related to Spring framework, REST vs SOAP, JPA repository, Feign client, circuit breaker, and Spring Security.

    • Spring Boot provides a simpler and faster way to set up and run Spring applications compared to traditional Spring.

    • Common annotations in Spring include @Controller, @Service, @Repository, @Autowired, @Component, @RequestMapping, @GetMapping, @PostMapping, @PutMapping...

  • Answered by AI
  • Q3. 1) ACID properties 2) DBMS commands 3) inner queries 4) Joins 5) S3 bucket congif and how to handle file and upload and retrieve in s3 6) Ci/Cd basic flow and docker explaination

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare resume well and keep applying to jobs

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked about technical expertise and topic related question
  • Q2. Notice period and salary discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Technical in depth
  • Q2. Salary discussion
Round 3 - HR 

(1 Question)

  • Q1. Notice period and salary discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a passionate software engineer with a strong background in computer science and experience in developing innovative solutions.

    • Completed a Bachelor's degree in Computer Science from XYZ University

    • Proficient in programming languages such as Java, Python, and C++

    • Worked on projects involving web development, database management, and machine learning

    • Strong problem-solving skills and ability to work in a team environmen

  • Answered by AI
  • Q2. What was your role and contributions in your projects?
  • Ans. 

    I was responsible for designing and implementing new features, fixing bugs, and optimizing performance in various projects.

    • Designed and implemented new features based on client requirements

    • Fixed bugs reported by QA team or end users

    • Optimized performance by refactoring code or improving algorithms

    • Collaborated with team members to ensure project deadlines were met

  • Answered by AI
  • Q3. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I am flexible and willing to move for the right position

    • I have relocated for previous jobs and am comfortable with the process

  • Answered by AI

TCS Interview FAQs

How many rounds are there in TCS Software Engineer II interview?
TCS interview process usually has 2-3 rounds. The most common rounds in the TCS interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in TCS Software Engineer II interview?

Some of the top questions asked at the TCS Software Engineer II interview -

  1. How to create a dictionary with list as ...read more
  2. Explain your framework? Architecture of selen...read more
  3. F2f based interview round with tcs employees and we'll co-ordinated work and do...read more

Tell us how to improve this page.

TCS Software Engineer II Salary
based on 28 salaries
₹4.8 L/yr - ₹13.3 L/yr
35% less than the average Software Engineer II Salary in India
View more details

TCS Software Engineer II Reviews and Ratings

based on 7 reviews

4.5/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

4.1

Salary

3.7

Job security

4.3

Company culture

4.1

Promotions

4.2

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.6k salaries
unlock blur

₹5.1 L/yr - ₹15.9 L/yr

AST Consultant
51.2k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.9k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
28.8k salaries
unlock blur

₹8.9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

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