Tip 1 : Practice aptitude questions
Tip 2 : Practice coding questions
Tip 3 : Read books
Tip 1 : Have at least 3 great project
Tip 2 : Write only what you know and prepare well
The online coding round was of 1.5 hours and it was held on HackerEarth. It consisted of 3 questions on topics: Arrays, Strings, and Dynamic Programming.
The questions were of medium to high difficulty.
I was able to solve 2 out of 3 questions and was called for further rounds of interview.



‘N’ = 3, ‘coins’ = {1, 2, 3}, ‘freq’ = {1, 1, 3}, ‘V’ = 6
For the given example, we can make six by using the following coins:
{1, 2, 3}
{3. 3}
Hence, the answer is 2.
use dp



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Use loops



not know
The interview began with a brief introduction from my side. A 2-member panel was present to take the interview. Questions were:
Define virtual tables in SQL and how to create them?
What are stored procedures in SQL and how to use them?
Define operations in SQL like UNION, INTERSECTION, ALTER, and terms like Primary Key?
2 tables were provided and a SQL query to calculate the second-largest salary was to be written.
Easy to moderate levels of questions related to OOPS were asked.
Define virtual tables in SQL and how to create them?
What are stored procedures in SQL and how to use them?
Define operations in SQL like UNION, INTERSECTION, ALTER, and terms like Primary Key?
2 tables were provided and a SQL query to calculate the second-largest salary was to be written.

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: