i
TCS
Filter interviews by
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
What people are saying about TCS
A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database management system.
Triggers are used to maintain the integrity of the database by enforcing business rules or referential integrity.
They can be set to execute before or after a data modification operation (INSERT, UPDATE, DELETE).
Examples of triggers include auditing changes to a table, enforcing constraints,
A materialized view is a database object that contains the results of a query and is stored on disk for faster access.
Materialized views store the results of a query physically on disk, unlike regular views which just store the query definition.
They are used to improve query performance by pre-computing and storing the results of expensive queries.
Materialized views need to be refreshed periodically to ensure that the ...
TCS interview questions for designations
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
Get interview-ready with Top TCS Interview Questions
Regression testing is the process of retesting modified software to ensure that previously working functionalities are still intact.
Regression testing is performed after making changes to software to identify any new defects or issues introduced.
It helps ensure that existing functionalities are not affected by the changes.
It involves rerunning previously executed test cases to verify if the software still behaves as ex...
Sanity testing is a subset of regression testing that quickly checks if the major functionalities of a software are working as expected.
Sanity testing is a high-level testing approach
It focuses on testing the core functionalities of a software
It is performed after major changes or bug fixes
It ensures that the software is stable enough for further testing
It is a quick and shallow form of testing
It helps in identifying c
I was interviewed before May 2023.
Constructor and destructor are special member functions in a class that are used to initialize and destroy objects, respectively.
Constructor is called when an object is created, used to initialize the object's data members.
Destructor is called when an object goes out of scope or is explicitly deleted, used to release resources.
Example: class Car { public: Car() { cout << 'Constructor called'; } ~Car() { cout << 'Destru
2 Interview rounds
based on 287 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
67.6k
salaries
| ₹5.1 L/yr - ₹15.9 L/yr |
AST Consultant
51.3k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.9k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
28.8k
salaries
| ₹8.9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture