i
TCS
Filter interviews by
I applied via Walk-in and was interviewed in Feb 2023. There were 5 interview rounds.
I applied via Walk-in and was interviewed in Feb 2023. There were 2 interview rounds.
A hotfix is a software patch or update that is released to fix a critical issue or bug in a software application.
Hotfixes are typically released quickly to address urgent issues that cannot wait for the next regular software update.
They are often targeted at specific problems or bugs reported by users or discovered during testing.
Hotfixes are usually smaller in scope and size compared to regular software updates.
They a...
Software testing is the process of evaluating a software application to ensure it meets the specified requirements and functions correctly.
Software testing is essential to identify defects or bugs in the software.
It involves executing test cases and comparing the actual results with expected results.
Testing can be done manually or using automated tools.
Types of software testing include functional testing, performance t...
A bug is a defect or error in software that causes it to behave unexpectedly or not as intended.
A bug can be caused by a mistake in the code, a misunderstanding of requirements, or a failure to test properly.
Bugs can range from minor issues, such as a typo in the user interface, to major problems, such as a security vulnerability.
Effective bug reporting and tracking is essential for identifying and resolving issues in ...
Any explanation
Any explanation about software testing
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
Test cases
I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.
A program to replace a character with another character in Java.
Create a string variable with the original text
Use the replace() method to replace the character with another character
Print the new string with the replaced character
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Walk-in and was interviewed in Mar 2020. There was 1 interview round.
I applied via Campus Placement
Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.
Multithreading allows for parallel execution of tasks, utilizing multiple CPU cores.
It enables concurrent processing, where multiple threads can execute simultaneously.
Thread synchronization mechanisms like locks and semaphores are used to prevent data inconsistencies.
Multithreading can be used to i...
Constructors are used to initialize objects while destructors are used to destroy objects.
Constructors are called when an object is created while destructors are called when an object is destroyed.
Constructors have the same name as the class while destructors have the same name as the class preceded by a tilde (~).
Constructors can be overloaded while destructors cannot be overloaded.
Constructors do not have a return ty...
based on 2 interviews
Interview experience
based on 5 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
66.3k
salaries
| ₹5 L/yr - ₹16 L/yr |
AST Consultant
52k
salaries
| ₹8 L/yr - ₹25 L/yr |
Associate Consultant
30.5k
salaries
| ₹9 L/yr - ₹32 L/yr |
Assistant System Engineer
29.8k
salaries
| ₹2.2 L/yr - ₹5.8 L/yr |
Amazon
Wipro
Infosys
Accenture