i
TCS
Filter interviews by
I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jan 2023. There were 2 interview rounds.
A support engineer is responsible for providing technical assistance and resolving issues related to software or hardware systems.
Providing technical support to customers or end-users
Troubleshooting and resolving software or hardware issues
Installing, configuring, and maintaining systems
Monitoring system performance and identifying potential problems
Collaborating with development teams to address bugs or enhancements
Do...
A ticketing tool is a software application used to track and manage customer support requests or issues.
Ticketing tools help in organizing and prioritizing customer support tickets.
They provide a centralized platform for communication and collaboration between support teams and customers.
Ticketing tools often include features like ticket assignment, status tracking, and reporting.
Examples of popular ticketing tools inc
A monitoring tool is a software application or system that collects and analyzes data to track the performance and health of a system or application.
Monitoring tools collect data from various sources such as servers, networks, databases, and applications.
They provide real-time visibility into the system's performance, availability, and resource utilization.
Monitoring tools can generate alerts or notifications when pred...
SQL comments are used to add explanatory notes or remarks within SQL code.
SQL comments start with a double hyphen (--), or can be enclosed between /* and */
Comments are ignored by the SQL engine and are not executed as part of the code
Comments can be used to improve code readability and provide documentation
Comments can be used to disable or temporarily remove parts of the code for testing or debugging purposes
DML stands for Data Manipulation Language.
DML is a subset of SQL (Structured Query Language) used to manipulate data in a database.
It includes commands like INSERT, UPDATE, DELETE, and SELECT.
DML statements are used to add, modify, or delete data in database tables.
For example, INSERT statement is used to add new records, UPDATE statement is used to modify existing records, DELETE statement is used to remove records, a...
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
Online assessment tools can provide detailed feedback on test results, including psychometric analysis and in-exam data. This data can help teachers understand how students are learning and what they need to improve on.
Tool that assesses a person's skills, abilities, and potential to succeed in a given role or activity. Aptitude tests are used in schools, by employers, and to help people make career decisions.
posted on 7 Oct 2024
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
posted on 24 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.
If multiple key-value pairs hash to the same index, they are stored in a linked list at that index.
To retrieve a value...
HashMap is not thread-safe while ConcurrentHashMap is thread-safe.
HashMap is not thread-safe and can lead to ConcurrentModificationException if modified while iterating.
ConcurrentHashMap allows concurrent modifications without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on different segments concurrently.
Concurren...
No, main method in Java cannot be overridden.
Main method is a static method of a class and cannot be overridden.
Subclasses can have their own main method, but it will not be considered as the entry point of the program.
Example: public class SubClass extends MainClass { public static void main(String[] args) { // This is not the entry point of the program }}
Use the 'ls' command with the '-a' flag to find hidden files in Unix.
Use the command 'ls -a' to list all files, including hidden files.
Hidden files in Unix start with a dot (.) before the file name.
Example: 'ls -a' will display all files, including hidden files.
Use the sed command to replace a string in Unix
Use the following syntax: sed 's/original_string/new_string/g' filename
The 's' flag stands for substitute, 'g' flag stands for global (replace all occurrences)
Example: sed 's/hello/goodbye/g' file.txt
posted on 7 Aug 2023
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
About current project and roles and resposibilities etc
SQL is a standard language for managing relational databases, while PL/SQL is a procedural language extension for SQL.
SQL is a standard language for querying and manipulating data in relational databases.
PL/SQL is a procedural language extension for SQL, allowing for more complex programming logic.
SQL is used for data manipulation and retrieval, while PL/SQL is used for writing stored procedures and functions.
SQL state...
Types of joins are used in databases to combine rows from two or more tables based on a related column between them.
Inner Join: Returns rows when there is at least one match in both tables.
Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.
Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.
Full Join...
Correlated subquery refers to a subquery that is dependent on the outer query, while non-correlated subquery can be executed independently.
Correlated subquery is executed for each row processed by the outer query, while non-correlated subquery is executed only once.
Correlated subquery is slower in performance compared to non-correlated subquery.
Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM tab
To find department wise total salary, sum up the salaries of employees in each department.
Group employees by department
Calculate total salary for each department
Display department wise total salary
Quality is the measure of excellence or superiority of something.
Quality is meeting or exceeding customer expectations.
It involves consistency, reliability, and durability.
Quality can be subjective and may vary depending on the context.
Examples of quality in production engineering include precision machining, efficient processes, and reliable products.
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
All questions in the maths , general knowledge, history
I applied via Approached by Company and was interviewed in Sep 2021. There were 2 interview rounds.
based on 32 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
68.2k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.9k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
28.6k
salaries
| ₹8.9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture