Tip 1 : Consistency
Tip 2 : Try to solve as many questions you can
Tip 3 : Make notes, even for DSA questions as well.
Tip 1: Include at least 2 projects
Tip 2: Add your CP profiles as well
I dont remember much, but it was pretty easy round.



Let text = “this is a good place to have a good start”, pattern = “good” so you have to return {10, 31} because at 10 and 31 index pattern is present in the text.
If there is no such index in the text then just return an array containing -1.
There were questions revolving around OS and DBMS.
The interview was very friendly and we had a good discussion for about an hour.
What is a compiler?
How does it work?
What happens when we compile a code?
What is a Process?
Difference between process and thread? etc
Tip 1: Read all the important interview questions from net.
What is indexing?
What are joins?
Explain all joins with examples?
What is normalization and denormalization?
The interviewer was very friendly. He was giving hints when I was stuck on a designing question.
The overall interview went very well.
Asked to design a student management system.
What happens when you enter an URL?
Difference between TCP and UDP?



I have solved this question on leetcode 2-3 times already, so I exactly knew what to do.
I wrote a recursive function and memorized it. It took me around 2-3 minutes to solve this one.
Tip: Always try to explain what ever you are writing and whatever you are thinking.
What happens when you enter an URL?
Difference between TCP and UDP?

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