Tip 1 : atleast make one project on any of the latest technology like cloud computing, machine learning I have made on webdevelopment
Tip 2 : at least learn one language form basic to intermediate level at least you able to solve code
Tip 3 : Learn basic DSA and sorting technique and solve question of this in GFG
Tip 1 : Show case your project along with the github deployed link
Tip 2 : mention all the skills that you know and you use in project
First round is mcq and coding question in which aptitude and SQL and java question asked and one coding question based on linkedlist data structures

You will apply this operation only once, check example for better understanding.
N = 4
NODE = 1 -> 2 -> 3 -> 4

In the following example, first, you break your List into two equal half, [ 1 -> 2 ] and [ 3 -> 4 ],


Now you will fold the first half over the second half and merge them with their product.
So the answer is [ 3 * 2 -> 4 * 1 ] i.e. [ 6 -> 4 ].

It is a technical interview round in which they ask the java intermediate question and all other question is based on the technology that you mention on the resume be prepare for the project question also like which technology you use to build this project explain your project and cross question in between when you explaining your project and in Java ops concept and basic keyword and modifiers and singelton class and in SQL basic dml operation joints and SQL query




As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').
It is easy when you learn the coding all this is a basic one for printing pattern be careful which logic is go in inner loop

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?