Tip 1 : Focus On DSA,OOPS,DBMS,OS,DCN
Tip 2 : Write only those things on resume that are familiar to you
Tip 3 : Try to give answer by giving real life examy don't give bookish answer
Tip 1 : Write only those things that are comfortable with
Tip 2 : Should have atleast 1 good development projects prefer full stack instead of ML Project
It was consists of 25 MCQ. These MCQ are based on OOPS,DBMS,OS,DCN, Electronics.DBMS questions were little bit tough. Apart from above there was one question of coding related to recursion. I don't remember that question. It was on hacker rank and timing was around 8 PM.
Those who solved coding questions were shortlisted for SDE and others were shortlisted for consultation role
It started in morning 8.15 AM. There were two interviewer one was about 3-4 years of experience and one was about 20-25 years experience. They were very calm and asking questions with proper explanation. Be calm while giving this round.



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
First I took one own example and explain them that the expected output should be this to get clarity on the question.
After discussing the question properly I tried to solve by recursive approach. Now they asked can we do it without extra space so I explained them iterative approach
Which Data structures you will use to design a website like LinkedIn
I have told them that we can use Graphi data stry to design website like LinkedIn. I have also explained them about 1st Connection, 2nd Connection and 3rd Connection and 3rd+ Connection how displayed by the LinkedIn
Asked about normalisation
I have explained them the normalisation concept
Asked about deadlock
Explained the deadlock using real life example
The name of first computer processor
I didn't know the answer so I told them the same
They asked questions about react native questions because those are part of my experience and everything that we present in my resume they covered in interview
How you can scale the API
Part of my internship vso I explained them very well
How can you get a desired number of records from a database
Using limit() method
You have queue and array linkedlist and you have space constraints which DS you will use
I asked them queue can be made up of both array and linked list can you please tell here which DS is used for queue. They have asked to answer in both scenarios. I have explained them both scenarios and the were satisfied
This was MR round and started around 10 AM. It was taken by 1 manager
Explain SDLC
Tip 1 : Take and example
Tip 2 : Give steps with that example
How you can handle dispute with your team mates
As I have faced this issue while my previous internship I told them exact steps that I followed there
What is Devops?
I have not herd about this so I told them same and after that she explained me what is devops
Was taken by HR around 12.30 PM. He was very polite and asked very few questions
Tell me about yourself
Prepare a model answer and should not exceed more than 1 minute
Why should we hire you
Tip 1: Research about company
Tip 2: Research about role
Tip 3: Prepare A template and give answer from that
Why you are doing Graduation from Kerala
I have told them diplomatic answer.
Prepare model answer
Do you know about compensation?
I told them yes I have gone through the mail so he did not explained any think

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: