Tip 1 : Don't try to cover everything, go with one or two skills to master it and have some general knowledge about others.
Tip 2 : Do a project along with everything you learn. Practical exposure is what organizations demand.
Tip 3 : Do not ignore soft skills at all. Many underestimate the magic of soft skills in getting selected over others.
Tip 1 : Resume should not be more than 1 or 2 pages. All information should be provided in the form of bullets and numbered in a precise manner and not just in long paragraphs with detailing for every aspect.
Tip 2 : The resume should be easily readable with formal fonts and design, and should not contain false information.
It was an online one-hour test having 2 sections i.e. Aptitude & Technical.
The test was having 20 questions in each section, means total 40 questions.



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
This was a pretty simple question as the bubble sort logic is quite easily identifiable.
Maximum ques of MCQs were of this type.
I selected the first code snippet as Bubble sort's code.
There was a total of 4 questions. 2 were coding questions, 1 was to find the output question and 1 was a database (SQL) related question. I only remember 1 coding question.

Let ‘N’ be: 2
Let queries be: [[1, 2], [1, 1]]
Let ‘K’ be: 1
Initial heights: [0, 0]
Removing query 1 and increasing heights in the range [1, 1] gives: [1, 0]. The number of candles having a height of 1 is 1.
Removing query 2 and increasing heights in the range [1, 2] gives: [1, 1]. The number of candles having a height of 1 is 2.
Hence, the answer is 2.
This is an HR Round consisting of questions related to personal experiences, strengths, management skills, and corporate knowledge.
Questions regarding strengths, weaknesses, and personal and creative skills, including some questions related to the company and how you can be an asset to the company are discussed in this round.
Tip 1 : Be confident and true to your every answer.
Tip 2 : Denials of certain things are acceptable enough up to some level.
Tip 3 : Assure yourself to be positive in thinking and be comfortable communicating and not shy.

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