Tip 1 : Always have faith in yourself and never skip the basics
Tip 2 : Revising the concepts fastly from your notes which you made during prep helps a lot.
Tip 3 : Always be confident and be good at communication skills.
Tip 1 : Make 2 column resume.
Tip 2 : Please practice and be prepared for what you have written in your resume.



In the ‘i-th’ operation, you set the ‘ARR[i]-th’ bit of ‘S’ to ‘1’.
Both 'ARR' and 'S' are 1 indexed.
Tip 1 : Always give first brute force.
Tip 2 : Then move to optimized.
Tip 3 : Explain time complexity and space complexity.



Consider STR = “3+2*2”
Using the BODMAS rule, the expression after evaluation gives 7. Hence, the answer is 7.
What are semaphores?
What is GUI?
Explain demand paging?
What is thread in OS?
Tip 1 : Always be confident.
Tip 2 : Go through concepts pf core engineering subjects

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