Tip 1 : Be focused on concepts and not coverage area.
Tip 2 : Be prepared to communicate your solution properly.
Tip 3 : Be frank to your interviewer if you know you won't be able to solve a problem, don't waste their and your time
Tip 1 : Include Projects that you have already done.
Tip 2 : Be sure to write skills that you are sure you know.
This is Coding + Aptitude Round having some MCQ's questions also



Consider a country having 4 states numbered from 1 to 4. These 4 states are connected by 5 bidirectional roads given as :
1 --- 2 with cost = 8
2 --- 3 with cost = 6
3 --- 4 with cost = 5
1 --- 4 with cost = 2
1 --- 3 with cost = 4
The map of the country can be represented as:

Now, the best way to choose 3 roads is:

The cost of travelling from any state to all other states is 2 + 4 + 6 i.e. 12.
Purely Technical Rounds based on your Technical Skills

0<= 'n' <=10000
Input: 'n' = 132456
Output: 12 9
Explanation:
The sum of even digits = 2 + 4 + 6 = 12
The sum of odd digits = 1 + 3 + 5 = 9
What is a postfix expression?
An expression is called the postfix expression if the operator appears in the expression after the operands.
Basic Personality Development Questions like Tell me About Yourself , your hobbies and strengths.
Tell me about youself , basic hobbies , why u Join EY and etc.
Tip 1: Be Humble and Confident

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?