Tip 1: Practice aptitude daily to stay comfortable with speed and accuracy during assessment tests.
Tip 2: Focus on solving medium-level coding questions online so you are prepared for the coding round and time-based problem solving.
Tip 1: Build at least 2–3 meaningful projects and include them in your resume to demonstrate practical development skills.
Tip 2: Ensure that everything mentioned in your resume is truthful, as interviewers may ask detailed questions about any listed skill or project.
The online assessment had 30 MCQs on aptitude and core fundamentals.
An exam was conducted and the following was analysed: 4 men were able to check some exam papers in 8 days working 5 hours regularly. What is the total number of hours taken by 2 men in 20 days to check double the number of exam papers?
Assuming that 1 unit of work is done in 1 hour Let's calculate the total number of working hours: => 4 * 8 * 5 = 160 units Now the work is doubled: => 160 * 2 = 320 units Let 'x' be the number of hours taken by 2 men to complete the work in 20 days. Therefore, => 2 * 20 * x = 320 => x = 8 hours.
There is a tank whose 1/7 th part is filled with fuel. If 22 litres of fuel is poured into the tank, the indicator rises to 1/5 th mark of the tank. So what is the total capacity of the tank?
Let the total capacity of the tank be 'x' litres. According to the question, => x/7 + 22 = x/5 => x/5 - x/7 = 22 => x = 385 litres.
What command will permit SMTP mail to only host 1.1.1.1 ?
access-list 110 permit tcp any host 1.1.1.1 eq smtp
An attack in which the user receives an unwanted amount of emails is ?
Email Bombing
Questions were asked from my resume, mainly about the projects I mentioned. The interviewer also asked basic questions related to Docker, such as what Docker is and what containers are. Most of the discussion focused on how these technologies were used in my projects.

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?