Tip 1: Prepare your final year engineering project thoroughly.
Tip 2: Revise Java basics, OOP concepts, and Java Collections.
Tip 3: Practice searching and sorting algorithms, along with other linear data structures.
Tip 1: Mention your projects.
Tip 2: Mention your skills and internship details, if you have any.
The timing of this round was around 9:00 AM to 10:30 AM.
A large number of students came to take the test at the TCS iON Zone location.

Let 'N' = 5.
The multiplication table of 5 up to 10 is: 5, 10, 15, 20, 25, 30, 35, 40, 45, 50.
The summation is 5 + 10 + 15 + 20 + 25 + 30 + 35 + 40 + 45 + 50 = 275.
Therefore, the answer is 275.
Step 1: Declare a variable named sum.
Step 2: Use a for loop from 1 to 10, and within the loop, calculate the sum of the multiplication table for the given number.
Step 3: Return the sum to the main method.



Given 'S' : abcdg
Then output will be : 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Step 1: Use a HashMap of type Character and Integer.
Step 2: Iterate through each letter using a for loop and store the character as the key and its count as the value in the HashMap.
Step 3: Sort the HashMap by keys and print it.
The timing of the face-to-face interview was around 4 PM.
The interviewers were very supportive and friendly.
The interview lasted about 1 hour and included a large number of questions about projects, Java concepts, searching and sorting algorithms, and pattern printing problems.
They asked me to write code for OOP concepts and merge sort as well.
They explored OOP concepts in depth, followed by questions on linked list concepts with code explanations.
After that, they asked about the Java Collection Framework.



Merge Sort Algorithm -
Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

The above illustrates shows how merge sort works.
It is compulsory to use the ‘Merge Sort’ algorithm.
Wrote merge sort code in Java.
Write code to implement OOP concepts.
Tip 1: Learn the List interface and its child classes.
Tip 2: Study when to use ArrayList and when to use LinkedList.
Tip 3: Study the differences between basic arrays, ArrayList, LinkedList, and Vector.
Around 5 PM, after the technical round,
the HR was very chill and supportive.
They asked only basic HR questions.
Tip 1: Prepare your introduction.
Tip 2: Prepare answers to all basic HR questions.
Tip 3: Ask any two company- or growth-oriented questions at the end.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: