Tip 1 : Maintain regularity of practicing questions, be consistent.
Tip 2 : Brushup the basics of the language you are good in. Don't try to learn so many languages. Just be stick on one. I will suggest to choose Object Oriented Programming Language like Java.
Tip 3 : Do at least 2 project, as project also matters a lot while shortlisting your resume.
Tip 1: Mention at least 2 project as being fresher it matters a lot.
Tip 2: Don't put unnecessary thing in resume like hobby, interest as it will create a bad impression.
60 min (Aptitude+Reasoning)
150 min (Coding)

Input: ‘N’ = 2, ‘TARGET’ = {2, 3}
Output: 4
In this case, To get the target array from {0, 0}, we first, increment both elements by 1 (2 operations), then double the array (1 operation). Finally, increment the second element (1 more operation).
Coding question


House should not have a house on its left cell
House should not have a house on its right cell
House should not have a house on its upper-left cell
House should not have a house on its upper-right cell
Input :
M = 3 , N = 5
Grid :
. . . T .
. T . . .
T . . T .
In the example above, the maximum number of houses that be built is 8.
Data structures use case problem.
A Linked List question (Finding loop in LL).
Sorting implementation.
Core Java Concepts like Garbage collection, OOPS, Constructors, Threads.



In the given linked list, there is a cycle, hence we return true.

Introduction.
Academic background.
Language skills.
Location preference.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?