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 87.9k Reviews

Filter interviews by

TCS Senior Support Executive Interview Questions, Process, and Tips

Updated 27 Mar 2024

TCS Senior Support Executive Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. They are asked how to create procedure and function, constraints & SQL queries
  • Q2. What is Structure query language?
  • Ans. 

    Structure Query Language (SQL) is a standard language for managing and manipulating databases.

    • SQL is used to communicate with databases to perform tasks such as querying data, updating records, and creating tables.

    • It is a declarative language, meaning users specify what they want to retrieve or modify without needing to specify how to do it.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, and CREATE.

    • Example:...

  • Answered by AI
  • Q3. How to write join?
  • Ans. 

    To write a join, use the JOIN keyword followed by the table name and the ON keyword to specify the join condition.

    • Use the JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the join condition using the ON keyword followed by the columns to join on

    • Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q4. What is the aggregate function?
  • Ans. 

    Aggregate functions are functions in databases that perform a calculation on a set of values and return a single value.

    • Aggregate functions are used in SQL queries to perform calculations on groups of rows and return a single result.

    • Examples of aggregate functions include SUM, AVG, COUNT, MIN, and MAX.

    • These functions are commonly used with the GROUP BY clause to group rows based on a specified column.

  • Answered by AI
  • Q5. What's table partitions?
  • Ans. 

    Table partitions are a way to divide a large table into smaller, more manageable parts.

    • Table partitions help improve query performance by allowing data to be stored and accessed more efficiently.

    • Partitions can be based on a range of values (e.g. dates) or a list of values (e.g. regions).

    • They can also be used for easier data management, such as archiving old data or isolating specific data for security purposes.

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

(1 Question)

  • Q1. They are asked previous organisation experience and some verification

Interview Preparation Tips

Topics to prepare for TCS Senior Support Executive interview:
  • PLSQL
Interview preparation tips for other job seekers - Everyone should have a habit to continue learn.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Self intro and sharing us about the process knowledge
Round 3 - Technical 

(2 Questions)

  • Q1. About basics of Internet computers and devices
  • Q2. What is Ip address
  • Ans. 

    An IP address is a unique numerical label assigned to each device connected to a computer network.

    • IP address stands for Internet Protocol address.

    • It is used to identify and locate devices on a network.

    • There are two types of IP addresses: IPv4 and IPv6.

    • Example of IPv4 address: 192.168.1.1

    • Example of IPv6 address: 2001:0db8:85a3:0000:0000:8a2e:0370:7334

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Again the same self introduction and about the technical basics questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Assignment 

Hai iam ns,ramakrishna i can compately in dipoma in final deee branch 2023 in dipoma promated

Round 2 - Technical 

(3 Questions)

  • Q1. I can when in this companey
  • Q2. When apprament letter
  • Ans. 

    The question seems to be asking about the timing of an appointment letter.

    • An appointment letter is typically sent out before a scheduled meeting or interview.

    • It is important to confirm the timing and details mentioned in the appointment letter.

    • If the appointment letter is not received on time, it is advisable to follow up with the sender.

  • Answered by AI
  • Q3. Monday i can jain in this companey

Interview Preparation Tips

Interview preparation tips for other job seekers - wipro companey i can apply in post custmar care extive thanku in hr
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about your self.
  • Q2. Why want to join this job.
  • Ans. 

    I want to join this job because, I want to grow my career and enhance my skile and being a self independent

  • Answered Anonymously
  • Q3. What is your weakness and strength?
  • Ans. 

    My strengthis my ability to stay organised and mange multiple tasks at once I have the projects dwon into smaller tasks and finding efficient ways to complete them and My weakness is that I something take too long finish tasks, but I am working on it.

  • Answered Anonymously
  • Q4. What are your career goals?
  • Q5. Tell me about your family background
  • Ans. 

    A about my family background I have four members in my family including me my father is a farmer, my mother is a house wife also and my sister pursuing graduation

  • Answered Anonymously
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. About technical operations .
  • Q2. What is your experience with Microsoft 365 and its documentation features?
Round 2 - HR 

(2 Questions)

  • Q1. Can you describe your past work experiences?
  • Q2. Your skills.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Which application you use to contact with user?
  • Q2. How to password reset in active directory?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was Easy to medium . overall good

Round 2 - Coding Test 

It was Medium to tough level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is fifo lifo
  • Ans. 

    FIFO (First In, First Out) and LIFO (Last In, First Out) are inventory management methods.

    • FIFO: Items that are added first are the first to be removed. Like a queue.

    • LIFO: Items that are added last are the first to be removed. Like a stack.

  • Answered by AI
  • Q2. Whole data structure concepts
Round 4 - HR 

(2 Questions)

  • Q1. What do you want to change in this country if you get a chance
  • Ans. 

    I would focus on improving access to quality education for all citizens.

    • Implementing policies to ensure equal opportunities for education

    • Investing in infrastructure and resources for schools in underserved areas

    • Providing scholarships and financial aid for students from low-income families

    • Promoting vocational training programs to address skills gaps in the workforce

  • Answered by AI
  • Q2. I don't remember
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was assessment test round, Which includes English + Cognitive questions

Round 2 - Technical 

(1 Question)

  • Q1. As I have completed aeronautical engineering. They asked me basic questions related to aeronautics. What are the primary part of the airplane?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python code snippets for different codes
  • Q2. SQL Queries on Joins
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Soft skill 

(2 Questions)

  • Q1. What is your Favorite movie ?
  • Ans. 

    My favorite movie is The Shawshank Redemption.

    • Directed by Frank Darabont

    • Based on a Stephen King novella

    • Set in a prison in Maine

    • Themes of hope, friendship, and redemption

    • Starring Tim Robbins and Morgan Freeman

  • Answered by AI
  • Q2. What is your Favorite colour?
  • Ans. 

    My favorite color is blue because it reminds me of the calming ocean and clear skies.

    • Blue is associated with calmness and tranquility

    • It symbolizes trust, loyalty, and confidence

    • Examples: navy blue, sky blue, royal blue

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is power draining?
  • Ans. 

    Power draining refers to the excessive consumption of power by a device or system, leading to decreased battery life or performance.

    • Power draining can occur due to background apps running constantly on a device.

    • Faulty hardware components can also contribute to power draining.

    • Settings such as high screen brightness or frequent data syncing can increase power draining.

    • Examples include a smartphone losing battery quickly ...

  • Answered by AI
  • Q2. What is VPN? When you use it?
  • Ans. 

    VPN stands for Virtual Private Network. It is used to create a secure connection over the internet, allowing users to access private networks remotely.

    • VPN encrypts data to ensure privacy and security

    • It allows users to access restricted websites or content

    • Commonly used for remote work, accessing company networks, and bypassing geo-restrictions

    • Examples include NordVPN, ExpressVPN, and Cisco AnyConnect

  • Answered by AI

Skills evaluated in this interview

TCS Interview FAQs

How many rounds are there in TCS Senior Support Executive interview?
TCS interview process usually has 2 rounds. The most common rounds in the TCS interview process are One-on-one Round.
What are the top questions asked in TCS Senior Support Executive interview?

Some of the top questions asked at the TCS Senior Support Executive interview -

  1. What is Structure query langua...read more
  2. What is the aggregate functi...read more
  3. What's table partitio...read more

Tell us how to improve this page.

TCS Senior Support Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k 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 Senior Support Executive Salary
based on 60 salaries
₹2.7 L/yr - ₹7 L/yr
5% more than the average Senior Support Executive Salary in India
View more details

TCS Senior Support Executive Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

4.2

Skill development

4.8

Work-life balance

2.6

Salary

4.8

Job security

4.8

Company culture

3.7

Promotions

4.6

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
67.1k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.6 L/yr

Associate Consultant
29.1k salaries
unlock blur

₹9 L/yr - ₹32 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