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 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
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql query , database connectivity,
  • Q2. Unix commands , grep, find, sed
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The test is about grammatical knowledge.

Round 2 - HR 

(2 Questions)

  • Q1. Why you want to joine our company
  • Q2. Tell me about your last organisation
Round 3 - Technical 

(2 Questions)

  • Q1. Why you want to joine the company
  • Q2. Where you see yourself after 5years
Round 4 - Technical 

(2 Questions)

  • Q1. What is ethernet
  • Ans. 

    Ethernet is a networking technology commonly used for connecting devices in a local area network (LAN).

    • Ethernet is a system for connecting a number of computer systems to form a local area network (LAN).

    • It uses a protocol called CSMA/CD (Carrier Sense Multiple Access with Collision Detection) to manage traffic on the network.

    • Ethernet cables are commonly used to physically connect devices to a network switch or router.

    • E...

  • Answered by AI
  • Q2. What is network
  • Ans. 

    A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another to share data and resources.

    • Networks can be wired or wireless

    • Common types of networks include LAN (Local Area Network) and WAN (Wide Area Network)

    • Networks can be private (intranet) or public (internet)

    • Examples of network devices include routers, switches, and modems

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Faith on yourself

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company

Round 1 - Group Discussion 

Talk about one of three topics for 2 mins

Round 2 - Technical 

(2 Questions)

  • Q1. What is DHCP and why do we use it what is dns How does DHCP work in a network What is the role of a router What is a gateway How to boot into safemode
  • Ans. 

    DHCP is a network protocol that automatically assigns IP addresses to devices, DNS translates domain names to IP addresses, routers connect networks, gateways connect networks with different protocols, booting into safe mode allows troubleshooting.

    • DHCP automatically assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses for easier access

    • Routers connect different networks together to ena...

  • Answered by AI
  • Q2. What is IP address What are the classes of IP What is workgroup and domain What is BSOD What is 32 bit and 64 bit OS SSD vs HDD explain windows boot process System keeps restarting. Steps to resolve how to...
  • Ans. 

    IP address is a unique identifier assigned to each device connected to a network. Classes of IP include A, B, C, D, and E. Workgroup and domain are network organization structures. BSOD is Blue Screen of Death.

    • IP address is a unique numerical label assigned to each device on a network

    • Classes of IP include A, B, C, D, and E with different ranges of addresses

    • Workgroup is a peer-to-peer network where each computer has its...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Technical Support Engineer interview:
  • Troubleshooting
  • A+
  • N+
Interview preparation tips for other job seekers - Prepare well, practice self-intro and roles and responsibilities, be on time. Good LUCK!!!

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About Switching
  • Q2. About Routers switching, LAN, SD-WAN

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks for offering me
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Speak about any of your interested for 2 minutes

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions from CV
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

I applied via Company Website and was interviewed in Aug 2022. There were 3 interview rounds.

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

(1 Question)

  • Q1. What is a Firewall and ip binding
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewalls can be hardware or software-based

    • They can be configured to block or allow traffic based on IP addresses, ports, protocols, and other criteria

    • Firewalls can also be used to create virtual private networks (VPNs) for secure remote access

    • IP binding is the process of associ...

  • Answered by AI
Round 3 - Aptitude Test 

I m best computer hadware and network troubleshooting team leader

Interview Preparation Tips

Topics to prepare for Cognizant Technical Support Engineer interview:
  • Networking
  • Computer Hardware
  • outlook 365
Interview preparation tips for other job seekers - SAP hana is a very important
company requirement

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Atos and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts and Data structures

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 61 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
67k 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.7 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