Tip 1 : Practice from geek for geeks.
Tip 2 : solves problem daily .
Tip 1 : Hands on project on resume.
Tip 2 : short objective to summarise your goal.
The interview gone approx 1 hour . I was quite relaxation when I am fine with my interview. The interviewer was quite supportive .
Aptitude (10 questions)
Reasoning (20 questions)
Technical questions (10 questions)
Pseudo code (5 questions)
English comprehensive ( 5 questions)
Number Of MCQs - 50



Input: 'n' = 5, 'm' = 6
'edges' = [[1, 2, 6], [2, 3, 5], [3, 4, 4], [1, 4, 1], [1, 3, 2], [3, 5, 3]]
Output: 11
Explanation: The given graph is:

The minimum spanning tree of the graph is:

And its weight is 1 + 2 + 5 + 3 = 11.
All the questions that asked to was moderate level.
What is SQL?
Explicit cursor, create table using SQL command.

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?