Tip 1 : Have clarity of oops concepts including exception handling
Tip 2 : Do not add something in resume which you don't know
Tip 3 : Understand question properly and asked for help if needed while giving interview.
Tip 1 : Highlight the hands-on experience
Tip 2 : Resume should show your work & skill with clarity
It consists of questions based on array, string and Hashmap.



Anagrams are defined as words or names that can be formed by rearranging the letters of another word. Such as "spar" can be formed by rearranging letters of "rasp". Hence, "spar" and "rasp" are anagrams.
'triangle' and 'integral'
'listen' and 'silent'
Since it is a binary problem, there is no partial marking. Marks will only be awarded if you get all the test cases correct.
I make an integer array of size 26 and save the number occurrence of each character in that string. And validated that with the second string. If both contains same number of occurrences for each character than it is anagram.
Basic oops and SQL questions were asked
Explain oops concepts.
Tip 1 : Explain what is oops?
Tip 2 : List the major concepts of oops.
Tip 3 : Explain each concept in brief and clarity.
Contains both coding as well as puzzles
Create a class and than inherit it in child class. Create an object. Add some exceptions.
I created a class name vehicle. Than I created a child class car where I inherited the properties of vehicle.
Than I created the object of car and vehicle. Also I used try and catch for exception handling as per the interviewer ask.
Basic discussion why you want to join info edge. What are your strength and weakness. What you want to do when you join. What motivates you and how info edge will help you?
Why you want to join info edge?
What are your strength and weakness?
What motivates you and how info edge will help you?
Tip 1 : Know about the company you are interviewing.
Tip 2 : prepare for common hr round questions
Tip 3 : Know what motivates you and how you can use that while explaining why you want to join that organisation.

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?