Tip 1 : Resume preparation
Tip 2 : Work on soft skills
Tip 3 : Study your field well
Tip 1 : Add projects
Tip 2 : Add experience internships , previous jobs
Tip 3 : Don’t lie on the resume, it reflects, add projects you know in and out about.
Operation system, Networking, Python
Number Of MCQs - 50



A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.
The expected output for this example will print, 'true'.
Get the number from user.
Hold the number in temporary variable.
Reverse the number.
Compare the temporary number with reversed number.
If both numbers are same, print palindrome number.
Else print not palindrome number.
Timing was 8:30 am .
I was asked questions related to Operating System
What's the main purpose of an OS?
What are the different types of OS?
What is RAID structure in OS?
What are the different levels of RAID configuration?
Questions were asked regarding networking .
Problem statements were asked about networking
Tip 1 : Explain your answer well
Tip 2 : Let the interviewer know if you don't know a question
Interview regarding projects on resume
I had to explain my projects and was asked about my internships and previous work experience
Tip 1 : Prepare everything that you write on your resume

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?