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

Updated 2 Oct 2024

TCS Technical Specialist Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Questions on quant and math aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Technical Specialist with 5 years of experience in IT infrastructure management and troubleshooting.

    • 5 years of experience in IT infrastructure management

    • Skilled in troubleshooting technical issues

    • Strong knowledge of network systems and protocols

    • Certified in Cisco networking technologies

  • Answered by AI
  • Q2. Which language do you like?
  • Ans. 

    I like programming languages such as Python, Java, and C++.

    • Python

    • Java

    • C++

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Explain the difference between vSS and vDS
  • Ans. 

    vSS is a virtual switch that operates at the host level, while vDS is a distributed virtual switch that spans multiple hosts.

    • vSS is a standard virtual switch that is local to a single host.

    • vDS is a distributed virtual switch that allows for centralized management across multiple hosts.

    • vSS does not support advanced features like network I/O control and LACP, while vDS does.

    • vSS is managed per host, while vDS is managed c...

  • Answered by AI
  • Q2. What VMware vCloud suite
  • Ans. 

    VMware vCloud suite is a comprehensive cloud management platform that enables organizations to build, manage, and secure their cloud environments.

    • Includes various components such as vSphere, vRealize Suite, and NSX

    • Provides automation, self-service provisioning, monitoring, and security capabilities

    • Allows organizations to create and manage virtual data centers in the cloud

    • Enables hybrid cloud management and integration

  • Answered by AI
  • Q3. Difference between SAN and NAS
  • Ans. 

    SAN is a high-speed network of storage devices that also connects servers, while NAS is a storage system that provides file-based data storage services to other devices on the network.

    • SAN is block-based storage accessed by servers as if they were local drives

    • NAS is file-based storage accessed over a network

    • SAN typically offers higher performance and scalability compared to NAS

    • SAN is more suitable for applications requi...

  • Answered by AI
  • Q4. What basic tasks you perform on daily basis
  • Q5. What is Portgroup ?
  • Ans. 

    A Portgroup is a logical grouping of network ports on a virtual switch in a VMware environment.

    • Portgroups are used to define network connectivity for virtual machines.

    • They can be configured with specific VLAN IDs to isolate traffic.

    • Portgroups can be assigned to virtual machines or VMkernel adapters.

    • They are created and managed within the VMware vSphere environment.

  • Answered by AI
  • Q6. How do you deploy Domain controller ?
  • Ans. 

    Deploying a Domain Controller involves installing the Active Directory Domain Services role, promoting a server to a domain controller, and configuring DNS settings.

    • Install the Active Directory Domain Services role on a Windows Server

    • Promote the server to a domain controller using the Active Directory Domain Services Installation Wizard

    • Configure DNS settings to point to the domain controller's IP address

    • Verify the succ...

  • Answered by AI

Skills evaluated in this interview

Technical Specialist Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What are the features of Solar wind which you are aware of?
asked in Accenture
Q2. What programming language are you most familiar with,describe a t ... read more
asked in HCLTech
Q3. Which protocol we are using for monitoring network devices?
asked in HCLTech
Q4. 1. What is HANA replication? 2. What is fencing? 3. What is near ... read more
asked in Birlasoft
Q5. How many years of experience in Linux System Administrator?

Interview Questionnaire 

2 Questions

  • Q1. 1.Interviewer will ask about your job and responsibilities. 2. Than they will put the question on that only.
  • Q2. IMA & FMA MCS & PVS

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. No of occurance of a charcter in a string.
  • Ans. 

    Count the number of occurrences of a character in a string.

    • Iterate through the string and keep track of the count of the desired character.

    • Use a hashmap to store the count of each character for efficient lookup.

    • Consider both uppercase and lowercase characters as separate entities.

  • Answered by AI
  • Q2. Write xpath on amazon website
  • Ans. 

    XPath can be used to locate elements on the Amazon website.

    • Use //tagname to select all elements with a specific tag name

    • Use @attribute to select elements with a specific attribute

    • Use [text()='value'] to select elements with specific text content

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Database and automation framework connection.
  • Q2. Sql questions on joins
Round 3 - English Test 

(1 Question)

  • Q1. Reading, writing, listning, speaking

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals and be prepare for the coding with different data structures.

Skills evaluated in this interview

Consultant Interview Questions & Answers

Infosys user image Sanjay Kumar

posted on 20 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program
  • Ans. 

    Program to sort an array of strings in alphabetical order

    • Use a sorting algorithm like bubble sort or quicksort

    • Compare adjacent strings and swap if necessary

    • Repeat until the array is sorted

  • Answered by AI
  • Q2. Explain current project details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude questions as well as reasoning

Round 2 - Coding Test 

2 coding questions from linear data structure

Round 3 - Technical 

(2 Questions)

  • Q1. What is DML in SQL?
  • Ans. 

    DML stands for Data Manipulation Language in SQL, used for managing data in a database.

    • DML is used to insert, update, delete, and retrieve data in a database.

    • Examples of DML statements include INSERT, UPDATE, DELETE, and SELECT.

    • DML commands are used to interact with the data stored in tables.

  • Answered by AI
  • Q2. How can you print the array of numbers in reverse order?
  • Ans. 

    To print an array of numbers in reverse order, iterate through the array starting from the last element and print each element.

    • Iterate through the array starting from the last element to the first element.

    • Print each element as you iterate through the array.

    • Example: for (int i = array.length - 1; i >= 0; i--) { System.out.println(array[i]); }

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Where do you want to see your self in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior consultant leading a team of experts, working on high-impact projects and contributing significantly to the growth of the organization.

    • Leading a team of experts

    • Working on high-impact projects

    • Contributing significantly to the growth of the organization

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction, prior experience, reason of leaving , why genpact?
  • Ans. 

    I have a strong background in finance with 5 years of experience in a similar role. I am looking for new challenges and growth opportunities, which is why I am interested in joining Genpact.

    • I have 5 years of experience in finance, including roles in financial analysis and reporting.

    • I am seeking new challenges and growth opportunities in my career.

    • Genpact's reputation for innovation and professional development aligns w

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

(1 Question)

  • Q1. Live chat with ops manager on random topic, process related questions, last company process related questions, prior experience
Round 3 - Assesment 

(1 Question)

  • Q1. Basic english assesment

Interview Preparation Tips

Topics to prepare for Genpact Senior Associate interview:
  • Prior experience
  • New Product Introduction
  • why genpact

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. MVVM, protocol, class vs struct, closure, optional
  • Q2. String and array based questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Tell me about yourself and strengths
  • Ans. 

    Experienced Senior Associate with a strong background in project management and team leadership, dedicated to driving results and innovation.

    • Over 7 years of experience in project management, successfully leading cross-functional teams to deliver projects on time and within budget.

    • Strong analytical skills demonstrated by improving operational efficiency by 20% through data-driven decision-making.

    • Excellent communication ...

  • Answered by AI
  • Q2. What are the hobbies
  • Ans. 

    I enjoy a variety of hobbies that enrich my life, including reading, hiking, and volunteering in my community.

    • Reading: I love exploring different genres, especially historical fiction and biographies.

    • Hiking: I often spend weekends hiking local trails, enjoying nature and staying active.

    • Volunteering: I dedicate time to local charities, helping organize events and support community initiatives.

    • Photography: I enjoy captur...

  • Answered by AI

TCS Interview FAQs

How many rounds are there in TCS Technical Specialist interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical and Coding Test.
How to prepare for TCS Technical Specialist interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at TCS. The most common topics and skills that interviewers at TCS expect are Netcool.
What are the top questions asked in TCS Technical Specialist interview?

Some of the top questions asked at the TCS Technical Specialist interview -

  1. How do you deploy Domain controlle...read more
  2. Explain the difference between vSS and ...read more
  3. What VMware vCloud su...read more

Tell us how to improve this page.

TCS Technical Specialist Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more
TCS Technical Specialist Salary
based on 103 salaries
₹5.8 L/yr - ₹18 L/yr
30% less than the average Technical Specialist Salary in India
View more details

TCS Technical Specialist Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

1.6

Salary

3.5

Job security

2.7

Company culture

2.5

Promotions

2.9

Work satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
66.1k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

AST Consultant
51.9k salaries
unlock blur

₹8 L/yr - ₹25.4 L/yr

Associate Consultant
30.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
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