Tip 1 : Basic SQL queries is must
Tip 2 : Interviewer might ask to write solution for any problem, do easy level Leetcode problems to tackle those
Tip 1 : Keep your resume simple and minimal.
Tip 2 : Add minimum of 2 projects
There will be 1 more round if you'll be able to clear this MCQ round. This round is known as Communication Assessment.
It'll take around 10 mins to check if you cleared 1st round or not, if you cleared they'll redirect you to communication round or else they will quit your exam.
English 20, Quants 20, Reasoning 20, Pseudocode 10, Coding 2
Number Of MCQs - 72



'N' = 3, 'A' = {3, 1, 2, 3}, 'X' = 4, 'Y'= 2, 'SUM' = 14
For 'i' = 1, 'j' = 2, Value of the expression = 4 * 3 + 2 * 1 = 14.
For 'i' = 1, 'j' = 3, Value of the expression = 4 * 3 + 2 * 2 = 16.
For 'i' = 1, 'j' = 4, Value of the expression = 4 * 3 + 2 * 3 = 18.
For 'i' = 2, 'j' = 3, Value of the expression = 4 * 1 + 2 * 2 = 8.
For 'i' = 2, 'j' = 4, Value of the expression = 4 * 1 + 2 * 3 = 10.
For 'i' = 3, 'j' = 4, Value of the expression = 4 * 2 + 2 * 3 = 14.
The possible pairs are :
(1, 3), (3,4)
This will be a Technical/HR round
What are ACID properties, explain?
SQL query to fetch some column from given table.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: