Filter interviews by
20 questions given for the test
2 questions are given for the test
Reverse a string by iterating through it backwards
Iterate through the string from the last character to the first
Append each character to a new string to reverse it
Return the reversed string
A palindrome number is a number that remains the same when its digits are reversed.
Check if the number is equal to its reverse
Convert the number to a string to easily reverse it
Handle negative numbers by converting to positive before checking
I believe technology is constantly evolving and has the power to improve our lives in many ways.
Technology has revolutionized communication, making it easier to connect with others around the world.
Automation and artificial intelligence have the potential to streamline processes and increase efficiency.
Advancements in medical technology have led to improved treatments and better patient outcomes.
However, it is importan...
Time and work ,wages and time
Fibinacci series, pallindrome
Top trending discussions
I was interviewed in Jan 2025.
I was interviewed in Aug 2024.
I was interviewed in Jan 2025.
Group discussions
Topic based GD
Case study GD
Debate style GD
Problem solving GD
Aptitudes test assess a person logical reasoning problem solving and analysis skills they are commonly used in job recruitment collages and admissions
I was interviewed in Aug 2024.
Attended the TCS NQT, depending on how many advanced questions and the test cases you pass in coding section, you'll get assigned Ninja (3L) Digital (7L) or prime (9L)
posted on 9 Feb 2025
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
based on 5 interviews
Interview experience
TCS
Infosys
Wipro
HCLTech