i
TCS
Filter interviews by
I applied via Company Website and was interviewed in Feb 2022. There were 2 interview rounds.
Replication is a process of copying and distributing data and database objects from one database to another.
Replication is used to improve the availability and scalability of databases.
It can be used for disaster recovery, reporting, and load balancing.
There are three types of replication: snapshot, transactional, and merge.
Snapshot replication copies the entire database to another server.
Transactional replication copi...
A cluster in SQL Server is a group of servers that work together to provide high availability and scalability.
A cluster is used to ensure that a database is always available, even if one server fails.
It allows for load balancing across multiple servers to improve performance.
SQL Server supports two types of clusters: failover clusters and active-active clusters.
Failover clusters have one active server and one or more s...
High availability techniques ensure system uptime and minimize downtime.
Redundancy of hardware and software components
Load balancing to distribute traffic across multiple servers
Clustering to provide failover capabilities
Disaster recovery planning to ensure business continuity
Automated monitoring and alerting to quickly identify and resolve issues
To fix log space and tempdb issues, I would increase the size of the log file and move tempdb to a separate drive.
Increase the size of the log file to prevent it from filling up too quickly
Move tempdb to a separate drive to improve performance and prevent it from competing with other databases for space
Regularly monitor and manage log space and tempdb usage to prevent future issues
Fragmentation is the process of breaking something into smaller pieces or parts.
Fragmentation can occur in various fields such as computer storage, memory, and databases.
In computer storage, fragmentation happens when files are broken into smaller pieces and scattered across different parts of the hard drive, making it slower to access the data.
In memory, fragmentation occurs when there are small gaps between blocks of...
Blocking occurs when one transaction holds a lock on a resource that another transaction needs, while a deadlock occurs when two or more transactions are waiting for each other to release locks.
Blocking occurs when a transaction is waiting for a resource that is locked by another transaction.
Deadlock occurs when two or more transactions are waiting for each other to release locks.
Blocking can be resolved by allowing th...
Performance tuning in SQL Server
Identify slow queries using SQL Profiler or DMVs
Optimize query execution plan using indexes and statistics
Reduce network latency by minimizing data transfer
Use stored procedures instead of ad-hoc queries
Consider partitioning large tables
Regularly monitor and maintain database health
I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.
I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.
What people are saying about TCS
I applied via Company Website and was interviewed before Sep 2021. There were 3 interview rounds.
Numerology and calculation based test held online.
Java based program test included 2 programs preparation within 1 hr
TCS interview questions for designations
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
Heap sort works by first building a heap from the input array.
Then it repeatedly extracts the maximum element from the heap, and places it at the end of the sorted array.
The heap is then updated to exclude the extracted element, and the process is repeated until the heap is empty.
Heap sort has a worst-case and average time complexi...
I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.
Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.
Recursion can be used to solve problems that can be broken down into smaller sub-problems.
Inheritance allows for code reuse and helps in creating a hierarchy of classes.
Heap is used for dynamic memory allocation in la...
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Start from the first element and compare it with the next element
If the next element is smaller, swap them
Repeat this process for all elements in the array
Continue this process until no more swaps are needed
A program to print all prime numbers
Take input from user for range of numbers
Loop through the range and check if each number is prime
Print the prime numbers
Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.
Hashmap uses a hash function to map keys to indices in an array.
Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.
Examples of hashmap implementations include Java's HashMap class and Python's dict type.
Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.
Inheritance allows code reuse and promotes code organization.
The existing class is called the parent or superclass, and the new class is called the child or subclass.
The child class inherits all the properties and methods of the parent class and can also add new properties and methods.
For...
I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.
based on 5 interviews
1 Interview rounds
based on 102 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.2k
salaries
| ₹5 L/yr - ₹16 L/yr |
AST Consultant
51.9k
salaries
| ₹8 L/yr - ₹25.1 L/yr |
Associate Consultant
30.3k
salaries
| ₹9 L/yr - ₹32 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹6 L/yr |
Amazon
Wipro
Infosys
Accenture