i
TCS
Filter interviews by
I applied via Naukri.com
posted on 24 May 2024
I see a tree with green leaves, brown trunk, and branches extending outward.
Green leaves
Brown trunk
Branches extending outward
My strength lies in my ability to troubleshoot complex technical issues efficiently and effectively.
Strong problem-solving skills
Excellent communication skills to work with cross-functional teams
Ability to prioritize and manage multiple tasks simultaneously
Experience in analyzing logs and identifying root causes
Lots of mock call and situational questions
To list files, use command line tools like ls or dir.
Use 'ls' command in Unix/Linux systems to list files in a directory
Use 'dir' command in Windows systems to list files in a directory
Add options like -l for detailed listing or -a to show hidden files
Use wildcards like * to filter files based on patterns
grep is a basic pattern matching tool, while egrep is an extended version with more advanced pattern matching capabilities.
grep is a basic command-line utility for searching plain-text data sets for lines that match a regular expression pattern.
egrep is an extended version of grep that supports more advanced regular expression patterns.
egrep is equivalent to grep -E, which enables extended regular expressions.
egrep is ...
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 15 May 2023
I applied via Approached by Company and was interviewed in Apr 2023. There were 3 interview rounds.
24/7 production environment
PL/SQL is a procedural language extension to SQL used for writing complex queries and programs.
SQL is used for querying and manipulating data in a database
PL/SQL is used for writing complex queries and programs
PL/SQL is a procedural language that extends SQL with programming constructs like loops and conditional statements
PL/SQL is used to create stored procedures, functions, and triggers in Oracle databases
Query to find last string from emp table
Use the ORDER BY clause with DESC keyword to sort the table in descending order
Use the LIMIT keyword to limit the result to 1 row
Assuming the last string refers to the last row in the table
Query to find maximum salary from EMP
Use the MAX() function to find the maximum salary
Specify the column name for salary in the SELECT statement
Specify the table name and column name for salary in the FROM clause
posted on 20 Dec 2024
It was Easy to medium . overall good
It was Medium to tough level
FIFO (First In, First Out) and LIFO (Last In, First Out) are inventory management methods.
FIFO: Items that are added first are the first to be removed. Like a queue.
LIFO: Items that are added last are the first to be removed. Like a stack.
I would focus on improving access to quality education for all citizens.
Implementing policies to ensure equal opportunities for education
Investing in infrastructure and resources for schools in underserved areas
Providing scholarships and financial aid for students from low-income families
Promoting vocational training programs to address skills gaps in the workforce
I applied via Walk-in
posted on 15 May 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2023. There was 1 interview round.
posted on 15 May 2024
Easy logical questions
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...
based on 16 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
68.1k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.1k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
31.4k
salaries
| ₹0.3 L/yr - ₹5.6 L/yr |
Associate Consultant
28.6k
salaries
| ₹8.9 L/yr - ₹31.9 L/yr |
Amazon
Wipro
Infosys
Accenture