Tip 1 : Solve lots of problems in different platforms that are available this helps you to improve your problem solving skills.
Tip 2 : Brush up on your technical skills, review the fundamental concepts and technologies before your interview.
Tip 3 : Demonstrate Confidence and Enthusiasm, and have a great knowledge on the projects you have done.
Tip 1 : Ensure that your resume is easy to read and understand. Use clear headings, bullet points, and concise sentences to present your information.
Tip 2 : Instead of simply listing your job responsibilities, focus on quantifiable achievements and results. Highlight specific accomplishments and their impact on the organization.
There is just one coding questions, it is a bit challenging it was in a medium range for me , you can find it easy if you are good at problem solving and there were also 40 mcqs from Data structures , OOPS, Networking, Operating Systems, Java






The asked me few questions about the basics of programming languages(python and Java) and some concepts on Data Structures.They mainly focused on my project.
There is a person , and Infront of him there are 2 closed rooms and there is light in one room and switches in the other room . What is the minimum number of times he moves in between the both the rooms and on the light?
Tip 1 : Firstly , Don't be tensed .And think of the puzzle carefully .
Tip 2 : Try to give the answer to the puzzle in a logical and best possible way
Tip 3 : Don't just skip the question , try to answer it .
A milk man carries a full 12 litres container of milk, he needs to deliver exactly 6 litre milk to customer and the milk vendor has only 8litres and 5litres containers. How can he exactly measure 6 litres from the containers he had?
Tip 1 : Firstly , Don't be tensed .And think of the puzzle carefully .
Tip 2 : Think Logically
Tip 3 : Answer => Pour the milk from 8 litres container to 5 litres container then he will be left with 3litres in the container , you must give those 3 litres to the customer and repeat the process again ,and you can successfully give 6 litres to customer.

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?