Tip 1 : Mention quality projects
Tip 2 : Don't make the resume too large
Tip 1 : The format of your resume should look professional
Tip 2 : Only put those skills in your resume on which you are confident
Tip 3 : Do mention all the projects or internships you have done
Tip 4 : Do not put false things on your resume.
After this round immediately a next 60 minutes coding test round



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Purely a technical Round
This was the technical interview round it started at 12:00 pm, here we were asked to explain the codes we wrote in the coding test and after that, we were given a coding problem for which we needed to write a pseudocode solution and explain it to the interviewer. The interviewer was quite polite and understanding even if we got stuck while writing the code he didn't rush the interview. Candidates who cleared this round were shortlisted for the HR round.
G = (V,E) is an undirected simple graph in which each edge has a distinct weight, and e is a particular edge of G. Which of the following statements about the minimum spanning trees (MSTs) of G is/are TRUE?
This round started at 4:00 pm. In this round, we were asked the basic HR questions.
Basically, the interviewer just wanted to test our confidence and communication skills.
Are you applying for other jobs? Do you have any other offer in hand?
Why do you want to work for us or our company? or Why do you want this job?
Do you know anyone who works for us?

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?