Tip 1: Be confident in your speaking skills.
Tip 2: You have to be prepared for case studies.
Tip 3: You have to be prepared with good logical thinking.
Tip 4: You have to be good at teamwork.
Tip 5: You have to be very clear about anything you say, along with your approach.
Tip 1: Keep your resume clean.
Tip 2: Be familiar with everything mentioned in your resume.
A case study was given of at least 20–25 pages, with lots of graphs, pie charts, bar charts, etc., containing all kinds of data. A predictive question will be asked from it, and you and your team have to calculate the value or the approximate value of that question and also explain your approach—how you arrived at a particular answer.
You have to perform a SWOT analysis of the particular topic or product given in your case study and explain it with your team.
Simple English grammar questions like rearranging words, finding mistakes in a sentence, etc.
It was the aptitude round.
While checking the value of 10 observations, it was noted 75 was wrongly noted as 25 while calculating the mean. The present mean is 50. Find the correct mean.
31st to 40th rank students are standing around the table. The marks obtained in mathematics in the final semester are 95 by 8 out of 10 and the remaining got 90. Find the standard deviation of their marks.
According to the question-
Total marks = (95 × 8) + (90 × 2) = 760 + 180 = 940
Mean of marks = 940/10 = 94
Variance = 8 (95 - 94) + 2 (90 - 94) = 8(1) + 2(4) = (8 + 8) = 16
Formula:
Standard deviation = √(variance)
Hence,
SD = √(16) = 4
What is the mode of the distribution where the mean and median are 28.33, and 28 respectively?
Mean – Mode = 3 (Mean – Median)
28.33 - mode = 3(28.33 - 28)
28.33 - mode = 1
Mode = 27.33
This round tested English communication.
Asked from Case Study that In a area how much sales a company is doing before a year.
You have to find answers using graphs and stats of current year and compare it with previous year and then you can find answer.
Write a SQL query to get the second highest salary from the Employee table. (Practice)
SELECT MAX(salary)
FROM employees
WHERE salary < (SELECT MAX(salary) FROM employees);
It was an EBI Round.
3 Bulbs and 3 Switches puzzle. (Learn)
Turn Switch 1 ON and leave it on for a few minutes.
Then turn Switch 1 OFF.
Turn Switch 2 ON.
Leave Switch 3 OFF.
Now go inside the room.
Scenario based like what you will do in in a particular situation?
So in this you have answer very carefully in these types of questions the interviewer wants that kind of answers which suits the interviewer.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which data structure is used to implement a DFS?