Tip 1 : Prepare a good Resume this is first step to getting a chance for interview
Tip 2 : Prepare Well All Technical Fundamental Core Subjects,and do lots of Problem Solving (15-20 questions from each topic),also 3-4 project in resume is must.
Tip 3 :Try to setup Mock Interviews with seniors or with your friends before interview
Tip 1:Add atleast 3-4 project and try to give links of your project where you deployed it or stored the codebase
Tip 2: Do not write false things ,you will get caught during interviews.
This was the first Online Screening Rounds ,Plateform was HIREPRO ,I got Mail from Hiring Team about all the details on This rounds along with the timings and test Link . This Plateform was good first we need to do system check before starting assessment if system check will pass then we can take assessment from the same system.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
step 1 : devide string by mid length
step 2: start add chacters from both end of devided string
step 3 : now will get our final answer string
There was given a problem statement with three table of student and we need to write SQL Query to achive expected Data.
Tip 1: I read problem statement and analyse the probelm statement.
Tip 2: I understand and applied joins concept .
Tip 3: finally i write the query and get expected output.
This round was of 60 minute and there were two interviewers they asked me to share my screen and open video.
step 1: Interviewers Introduce them selves and asked about my introduction.
step 2: After that they asked about OOPS concept ,OS fundamental Concept (CPU Scheduling Algorithms),Sql Queries.
step 3: After 30 minute they asked about my projects which are mentioned in resume and some question on project .
step 4: In last 20 minute they asked me one DSA question on BFS Traversal of Binary tree.



Given
I applied Standard BFS Algorithm to find the level order Traversal Of Binary Tree using Queue Data Structure.
This Round was Online Video Call with HR.
1 she asked about introduction
2 my strength and weekness
3 My interest
4 she gave some insight about intership ,project,work.
5 finally this will end up
1 she asked about introduction
2 my strength and weekness
3 My interest
4 she gave some insight about intership ,project,work.
5 finally this will end up

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?