Tip 1 : Cover each topic with depth.
Tip 2 : Study coding practice at least 3 hours daily.
Tip 3 : Make at least 3 to 4 projects on your own.
Tip 1 : Do not put false things on your resume.
Tip 2 : Mention at least 2 to 3 projects on your resume, which are made by yourself.
It was an online coding round. In this round, there are 2 problems, were given to me.
They gave the test link through the mail and I have to open the test link till 12 PM.
The environment of Hackerrank was very friendly.
I am able to solve both of the problems.



1. The string consists of only digits 0 to 9.
2. The numbers will have no more than six digits.




In the above image, areas in green, red, and violet color are all submatrices of the original 4x4 matrix.
1. Binary valued matrix has only two values in each cell : 0 and 1.
2. A submatrix is a matrix formed by selecting certain rows and columns from a larger matrix.
3. The area of a matrix with 'h' rows and 'w' columns is equal to 'h' * 'w'.
The timing of this round is 10:30 AM to 11:30 AM.
First, the interviewer asked me to introduce myself and the interviewer was very friendly.
The interviewer asked me to introduce myself and explain my projects
Then he asked me to explain and design tables and how data is flowing into the tables in my project.
OOPS, properties and Interface.
Then he asks me to explain Restful APIs and tell me the difference between PUT and PATCH.
Difference between primary key and Unique key in SQL.
Discussion on Indexing in SQL.

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