Tip 1 : go through all the famous dsa questions
Tip 2 : go through theoretical topics too
Tip 3 : be calm while giving interviews
Tip 1 : make it one page
Tip 2 : get idea about all the technologies listed in it
3 coding questions



A person can only work on a single activity at a time. The start time of one activity can coincide with the end time of another.
The greedy choice is to always pick the next activity whose finish time is the least among the remaining activities and the start time is more than or equal to the finish time of the previously selected activity. We can sort the activities according to their finishing time so that we always consider the next activity as the minimum finishing time activity
Online technical interview
What is virtual memory

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?