Tip 1 : Keep your programming fundamentals strong
Tip 2 : Prepare OOPs very well
Tip 3 : Learn about UNIX commands
Tip 4 : Do at-least 2 good projects
Tip 1 : Have good projects on resume
Tip 2 : Keep a thorough knowledge of everything you have written in resume
Tip 3 : Only put the skills in which you are confident
Tip 4 : Resume should be of single page
The Online MCQ + Coding Round was in the afternoon at 1 PM.
The exam was on Mettl Platform.
There were 9 sections.
8 section of MCQ each having 5 questions.
1 coding question.
MCQ Description -
Data Structures (5 questions)
Algorithms (5 questions)
Linux (5 questions)
Pseudo Codes (5 questions)
Networking (5 questions)
Software Testing Methodologies (5 questions)
Software Testing Concepts (5 questions)
Database Query Language (5 questions)
The MCQs were of medium to high level



1. If the ith building has a height greater than or equal to the next i.e (i+1)th building then he simply jumps to the next building.
2. Otherwise he uses either {‘HEIGHTS[i+1] -‘HEIGHTS[i]} bricks or just 1 ladder to climb up to the next building.

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?