Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to
Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page
Timing - 1:00 pm
Zoom video call. Was asked to share screen while coding.
Interviewer was friendly



A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.
The expected output for this example will print, 'true'.



What are the projects that you have worked on and the technology stack used in them.
What is Hashmap.
Which is the best sorting algorithm.
Why were client-side frameworks like Angular introduced?
What are some of the advantages of Angular over other frameworks?
What is selector in css.
What is typescript.
It was taken at 1:00 pm.
This was taken by senior management.
Was asked to share the screen.


1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.



1) The character ‘C’ is a lowercase English alphabet that is given as input.
2) For example, if the character is 'C' is "d" then, the alphabetical order starts with "d" will look like {d,e,f,....,y,z,a,b,c}.
3) Every string in the array consists of only lowercase English alphabets.
Get the second highest salary from employee table.
Print all the employees having same salaries.
What is the difference between string pool and string.
What is exception handling
How hashmap works.
What is multithreading.
Discuss the advantages and disadvantages of using Angular?
OOPS concepts.
Timing - 5:30 pm
Interviewer was very friendly.
Introduce yourself.
Why do you want to switch?
Have you received any other offer?
Why would you want to join our organization?
What is the population of delhi.
What are your hobbies.
Do you watch news?
Tip 1 : Don't Lie
Tip 2 : Try to prepare for the round beforehand

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?