Tip 1 : DSA is very Important
Tip 2 : DBMS , Design a Database
Tip 3 : Prepare Project very well
Tip 1 : Add your Achievements
Tip 2 : Add those skill and Project which you done
2 DSA Question
1 Debugging Question



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
solved using 2 pointer



solved using deque
2 DSA Question
Some Basic Subject Question
ex: - Pillar of Oops,Deadlocks



If the given list is (1 -> -2 -> 0 -> 4) and N=2:

Then the 2nd node from the end is 0.
Step 1 : Bruteforce approach, first find len then traverse len-n
Step 2 : optimized: take two pointer , move one pointer n step forward, then start moving forward both pointer




Applied dfs on left & right of root node and compares nodes
1 DSA Quesiton
1 Database Design Question
Some Basic Quesiton on C++



If ‘ARR’ is {1,2,3,4} and ‘K’ = 4, then there exists 2 subsets with sum = 4. These are {1,3} and {4}. Hence, return true.
Step 1: Tell recursive Approach
Step 2: Memoize the above approach
Design Arogya Setu App DBMS
and Write the Query for Potential Covid Positive Person
Tip 1 : Practice Question Of Design Database
Tip 2 : Do Practice for SQL Queries
What is Polymorphism?
Explain Runtime and Compile Time Polymorphism with code.
Tell me about yourself.
What is your salary expectations?
How will you help us reaching new heights?

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?